# HG changeset patch # User Xander Ziiryanoff # Date 1508083380 -7200 # Node ID 174738f4e9f90a889e5650ed80ae3123b54d910f # Parent 3e99e5c33e0654485c64423804ab745b137b67e9 Replace s/libtool/libltdl/ in deps, libtool is build_dep. diff -r 3e99e5c33e06 -r 174738f4e9f9 etherape/receipt --- a/etherape/receipt Sun Oct 15 17:45:47 2017 +0200 +++ b/etherape/receipt Sun Oct 15 18:03:00 2017 +0200 @@ -11,12 +11,12 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="ip monitoring network tcp vlan wlan" -DEPENDS="gtk+ libglade libgnome libpcap libgnomeui libtool \ -libcrypto libxslt libgnome-keyring ossp-uuid" +DEPENDS="gtk+ libglade libgnome libpcap libgnomeui libltdl \ +libcrypto libxslt libgnome-keyring util-linux-uuid" BUILD_DEPENDS="gcc glib-dev glibc-dev libglade-dev libgnome-dev gtk+-dev \ libgnomeui-dev libpcap-dev gnome-doc-utils-dev libcrypto-dev libxslt-dev \ -ossp-uuid-dev" +ossp-uuid-dev libtool" # Rules to configure and make the package. compile_rules() diff -r 3e99e5c33e06 -r 174738f4e9f9 ettercap/receipt --- a/ettercap/receipt Sun Oct 15 17:45:47 2017 +0200 +++ b/ettercap/receipt Sun Oct 15 18:03:00 2017 +0200 @@ -10,7 +10,7 @@ WEB_SITE="http://ettercap.sourceforge.net" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="libpthread-stubs libpcap libnet libtool zlib" +DEPENDS="libpthread-stubs libpcap libnet libltdl zlib" BUILD_DEPENDS="libpthread-stubs libpcap libpcap-dev libnet-dev libtool file \ zlib-dev" diff -r 3e99e5c33e06 -r 174738f4e9f9 hplip/receipt --- a/hplip/receipt Sun Oct 15 17:45:47 2017 +0200 +++ b/hplip/receipt Sun Oct 15 18:03:00 2017 +0200 @@ -13,7 +13,7 @@ BUGS="Unable to delete hplip.desktop from $fs. Using hack in post_install." DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff sane-backends \ -libgphoto2 libexif gcc-lib-base libtool libv4l net-snmp PyQt-x11-gpl pygobject" +libgphoto2 libexif gcc-lib-base libltdl libv4l net-snmp PyQt-x11-gpl pygobject" BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev \ sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 pkg-config libusb-dev \ jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python net-snmp-dev \ diff -r 3e99e5c33e06 -r 174738f4e9f9 moc/receipt --- a/moc/receipt Sun Oct 15 17:45:47 2017 +0200 +++ b/moc/receipt Sun Oct 15 18:03:00 2017 +0200 @@ -12,7 +12,7 @@ #HOST_ARCH="i486 arm" DEPENDS="alsa-lib libvorbis libogg libmad libid3tag flac curl \ -libsamplerate libsndfile libtool ffmpeg ncursesw db libmagic" +libsamplerate libsndfile libltdl ffmpeg ncursesw db libmagic" BUILD_DEPENDS="libvorbis-dev libogg-dev libmad-dev libid3tag-dev flac-dev db-dev \ curl-dev libsamplerate-dev alsa-lib-dev ncurses-dev libsndfile-dev libsamplerate \ libtool libmagic-dev" diff -r 3e99e5c33e06 -r 174738f4e9f9 udisks2-kitless/receipt --- a/udisks2-kitless/receipt Sun Oct 15 17:45:47 2017 +0200 +++ b/udisks2-kitless/receipt Sun Oct 15 18:03:00 2017 +0200 @@ -4,7 +4,7 @@ VERSION="2.1.8" CATEGORY="system-tools" SHORT_DESC="D-Bus service to access and manipulate storage devices" -MAINTAINER="pankso@slitaz.org" +MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL2" WEB_SITE="https://github.com/ehegnes/udisks-kitless/" TARBALL="$PACKAGE-$VERSION.tar.gz"