clyde icon indicating copy to clipboard operation
clyde copied to clipboard

Clyde installs AUR packages as dependencies

Open galinskey opened this issue 13 years ago • 1 comments

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 package not found, searching for group...
:: udev-android-rules group not found, searching AUR...

==> Installing the following packages from AUR
Targets (1): udev-android-rules  

==> Proceed with installation? [Y/n] y
==> Downloading udev-android-rules...
==> Customizing udev-android-rules...
==> WARNING: Packages from the AUR are potentially dangerous!
Edit the PKGBUILD? (recommended) [Y/n] n
==> Making package: udev-android-rules 0.3-1 (Sun Mar 20 22:57:05 EET 2011)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found 51-android.rules
==> Validating source files with md5sums...
    51-android.rules ... Passed
==> Extracting Sources...
==> Entering fakeroot environment...
==> Starting build()...
==> Tidying install...
  -> Purging other files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Adding install script...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: udev-android-rules 0.3-1 (Sun Mar 20 22:57:05 EET 2011)
loading package data...
resolving dependencies...
looking for inter-conflicts...
checking package integrity...
(1/1) checking for file conflicts                  [################] 100%
(1/1) installing udev-android-rules                [################] 100%
===> In order to use adb, you have to be in the 'adbusers' group
===> For that, use: gpasswd -a USERNAME adbusers
[ ~]$ clyde -Qdt
local/udev-android-rules 0.3-1
[ ~]$ clyde -Qi udev-android-rules
Name           : udev-android-rules
Version        : 0.3-1
URL            : http://developer.android.com/guide/developing/device.html
Licenses       : unknown  
Groups         : None
Provides       : None
Depends On     : udev  
Optional Deps  : None
Required By    : None
Conflicts With : None
Replaces       : None
Installed Size :  20.00 K
Packager       : Unknown Packager
Architecture   : any
Build Date     : Sun 20 Mar 2011 10:57:05 PM EET
Install Date   : Sun 20 Mar 2011 10:57:05 PM EET
Install Reason : Installed as a dependency for another package
Install Script : Yes
Description    : Udev rules to connect Android devices to you linux box

Clyde version: 20110320-1

galinskey avatar Mar 20 '11 20:03 galinskey

I can confirm this. Still happens with the latest version from git.

rekado avatar Jun 24 '11 18:06 rekado