diff options
author | piernov <piernov@piernov.org> | 2012-05-28 17:38:45 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-28 17:38:45 +0000 |
commit | 086dc10c3c67a12662a250684dfd0059fb1fcb6a (patch) | |
tree | 86aad5b0c4b53a0dacc4ae00b6a7dc7752f4e5d8 | |
parent | 31c70eff3b6a3dca4ccb932953a18cfd261b1950 (diff) | |
download | nutyx-extra-086dc10c3c67a12662a250684dfd0059fb1fcb6a.tar.gz nutyx-extra-086dc10c3c67a12662a250684dfd0059fb1fcb6a.tar.bz2 nutyx-extra-086dc10c3c67a12662a250684dfd0059fb1fcb6a.tar.xz nutyx-extra-086dc10c3c67a12662a250684dfd0059fb1fcb6a.zip |
correction deps libusb->libusbx
-rwxr-xr-x | cups/Pkgfile | 4 | ||||
-rw-r--r-- | gnupg/Pkgfile | 4 | ||||
-rw-r--r-- | gnupg1/Pkgfile | 4 | ||||
-rwxr-xr-x | libgusb/Pkgfile | 4 | ||||
-rw-r--r-- | upower/Pkgfile | 4 | ||||
-rw-r--r-- | usbmuxd/Pkgfile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile index fd7f34fd1..809663fbe 100755 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -2,8 +2,8 @@ # URL: http://www.cups.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libcups, dbus-glib, libusb, hicolor-icon-theme -# Run on: libcups,dbus-glib,libusb,hicolor-icon-theme,linux-pam,libldap +# Depends on: libcups, dbus-glib, libusbx, hicolor-icon-theme +# Run on: libcups,dbus-glib,libusbx,hicolor-icon-theme,linux-pam,libldap name=cups version=1.5.3 diff --git a/gnupg/Pkgfile b/gnupg/Pkgfile index 150ec168d..75e1a1d5f 100644 --- a/gnupg/Pkgfile +++ b/gnupg/Pkgfile @@ -2,8 +2,8 @@ # URL: http://www.gnupg.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: pth, libgpg-error, libgcrypt, libassuan, libksba, libldap, pinentry, readline, texinfo, zlib, libusb, curl -# Run on: pth,libgpg-error,libgcrypt,libassuan,libksba,libldap,pinentry,readline,texinfo,zlib,libusb,curl +# Depends on: pth, libgpg-error, libgcrypt, libassuan, libksba, libldap, pinentry, readline, texinfo, zlib, libusbx, curl +# Run on: pth,libgpg-error,libgcrypt,libassuan,libksba,libldap,pinentry,readline,texinfo,zlib,libusbx,curl name=gnupg version=2.0.19 diff --git a/gnupg1/Pkgfile b/gnupg1/Pkgfile index d67b0c2a4..14d67808c 100644 --- a/gnupg1/Pkgfile +++ b/gnupg1/Pkgfile @@ -2,8 +2,8 @@ # URL: http://www.gnupg.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libusb, curl, libldap -# Run on: libusb,curl,libldap +# Depends on: libusbx, curl, libldap +# Run on: libusbx,curl,libldap name=gnupg1 version=1.4.12 diff --git a/libgusb/Pkgfile b/libgusb/Pkgfile index fc3a7c1c4..6402edd77 100755 --- a/libgusb/Pkgfile +++ b/libgusb/Pkgfile @@ -2,8 +2,8 @@ # URL: https://gitorious.org/gusb/ # Maintainer: NutyX core team # Packager: piernov <piernov@piernov.org> -# Depends on: glib, libusb -# Run on: glib,libusb +# Depends on: glib, libusbx +# Run on: glib,libusbx name=libgusb version=0.1.3 diff --git a/upower/Pkgfile b/upower/Pkgfile index 42f7fc087..e35ba5e87 100644 --- a/upower/Pkgfile +++ b/upower/Pkgfile @@ -2,8 +2,8 @@ # URL: http://upower.freedesktop.org # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: libusb, polkit, dbus-glib, gobject-introspection, pm-utils -# Run on: libusb,polkit,dbus-glib,pm-utils +# Depends on: libusbx, polkit, dbus-glib, gobject-introspection, pm-utils +# Run on: libusbx,polkit,dbus-glib,pm-utils name=upower version=0.9.16 diff --git a/usbmuxd/Pkgfile b/usbmuxd/Pkgfile index cbd4fa90c..dc69e1e40 100644 --- a/usbmuxd/Pkgfile +++ b/usbmuxd/Pkgfile @@ -2,8 +2,8 @@ # URL: http://marcansoft.com/blog/iphonelinux/usbmuxd/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: cmake, libusb -# Run on: libusb +# Depends on: cmake, libusbx +# Run on: libusbx name=usbmuxd version=1.0.8 |