clyde icon indicating copy to clipboard operation
clyde copied to clipboard

Next-generation libalpm/makepkg wrapper.

Results 48 clyde issues
Sort by recently updated
recently updated
newest added

After searching about pacman wrappers programmed in Lua I came across Clyde, which is a very interesting project. Unfortunately it seems to be abandoned although it is not specified anywhere....

When installing a package that has multiple dependencies, such as libreoffice-common instead of being prompted for which libreoffice- package to install like pacman does, clyde just assumes the default, libreoffice-af...

Tried downloading the package 'wondershaper', which depends on the package 'iproute'. When I tried to edit the PKGBUILD, vim's buffer was empty. Looking through, I checked `/tmp/clyde/iproute/iproute.tar.gz` and it is...

AUR
Bug

Clyde initializes a transaction at the very beginning of sync_aur_trans, which is a lot earlier than the AUR packages are actually available. The packages are downloaded at a much later...

Clyde returns 1 after an installation, even if all went right. This behavior makes it useless in shell scripts. Fix: return 0 on success.

When I install an AUR package the latest clyde installs it not explicitly but as a dependency. For example: [ ~]$ clyde -Qdt [ ~]$ clyde -S udev-android-rules :: udev-android-rules...

AUR

It seems that the version of Clyde in the master branch doesn't report the creation of .pacnew files but checking Pacman's log and/or using locate and searching for *.pacnew shows...

Hello, the subject and the following term session should tell it all - basically I wanted to install package "waon" from aur instead I got the archaudio-testing version. I know...

AUR
Bug

I am trying to install lots of packages using clyde from clyde-git. It works if there are only a few packages, but as soon as I explicitly list a lot,...