wok-next rev 19961
Remove libtinfo dep
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 17 10:26:48 2017 +0200 (2017-10-17) |
parents | 466bca9334ef |
children | ff4ffcd5e1db |
files | emacs/receipt horst/receipt lame/receipt ninvaders/receipt pinentry-gtk/receipt whowatch/receipt xrestop/receipt |
line diff
1.1 --- a/emacs/receipt Tue Oct 17 10:14:12 2017 +0200 1.2 +++ b/emacs/receipt Tue Oct 17 10:26:48 2017 +0200 1.3 @@ -14,7 +14,7 @@ 1.4 1.5 DEPENDS="atk cairo dbus expat freetype fontconfig giflib glib gnutls gtk+ jpeg \ 1.6 libpng librsvg util-linux-uuid ncurses pango tiff xorg-server zlib \ 1.7 -librsvg libgsf libtinfo libgnutls harfbuzz" 1.8 +librsvg libgsf libgnutls harfbuzz" 1.9 BUILD_DEPENDS="atk-dev cairo-dev expat-dev dbus-dev freetype-dev \ 1.10 fontconfig-dev giflib-dev glib-dev gnutls-dev gtk+-dev jpeg-dev \ 1.11 libpng-dev librsvg-dev ncurses-dev pango-dev pkg-config tiff-dev xorg-dev \
2.1 --- a/horst/receipt Tue Oct 17 10:14:12 2017 +0200 2.2 +++ b/horst/receipt Tue Oct 17 10:26:48 2017 +0200 2.3 @@ -10,7 +10,7 @@ 2.4 WEB_SITE="http://br1.einfach.org/tech/horst/" 2.5 WGET_URL="http://br1.einfach.org/horst_dl/$TARBALL" 2.6 2.7 -DEPENDS="ncurses libtinfo" 2.8 +DEPENDS="ncurses" 2.9 BUILD_DEPENDS="ncurses-dev" 2.10 2.11 # Rules to configure and make the package. 2.12 @@ -26,4 +26,3 @@ 2.13 mkdir -p $fs/usr/bin 2.14 cp -a $src/$PACKAGE $fs/usr/bin 2.15 } 2.16 -
3.1 --- a/lame/receipt Tue Oct 17 10:14:12 2017 +0200 3.2 +++ b/lame/receipt Tue Oct 17 10:26:48 2017 +0200 3.3 @@ -12,7 +12,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.6 3.7 -BUILD_DEPENDS_arm="ncurses-dev libtinfo" 3.8 +BUILD_DEPENDS_arm="ncurses-dev" 3.9 BUILD_DEPENDS="ncurses-dev nasm" 3.10 SPLIT="lame-dev" 3.11
4.1 --- a/ninvaders/receipt Tue Oct 17 10:14:12 2017 +0200 4.2 +++ b/ninvaders/receipt Tue Oct 17 10:26:48 2017 +0200 4.3 @@ -13,7 +13,7 @@ 4.4 HOST_ARCH="i486 arm" 4.5 4.6 DEPENDS="ncurses" 4.7 -BUILD_DEPENDS="ncurses-dev libtinfo" 4.8 +BUILD_DEPENDS="ncurses-dev" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/pinentry-gtk/receipt Tue Oct 17 10:14:12 2017 +0200 5.2 +++ b/pinentry-gtk/receipt Tue Oct 17 10:26:48 2017 +0200 5.3 @@ -10,7 +10,7 @@ 5.4 TARBALL="pinentry-$VERSION.tar.bz2" 5.5 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL" 5.6 5.7 -DEPENDS="gtk+ libassuan libcap libsecret libtinfo ncurses" 5.8 +DEPENDS="gtk+ libassuan libcap libsecret ncurses" 5.9 BUILD_DEPENDS="libgpg-error-dev libassuan-dev libsecret-dev ncurses-dev \ 5.10 libcap-dev gtk+-dev libgcrypt-dev" 5.11 SIBLINGS="pinentry"
6.1 --- a/whowatch/receipt Tue Oct 17 10:14:12 2017 +0200 6.2 +++ b/whowatch/receipt Tue Oct 17 10:26:48 2017 +0200 6.3 @@ -10,7 +10,7 @@ 6.4 WEB_SITE="http://wizard.ae.krakow.pl/~mike/#whowatch" 6.5 WGET_URL="http://wizard.ae.krakow.pl/~mike/download/$TARBALL" 6.6 6.7 -DEPENDS="ncurses libtinfo" 6.8 +DEPENDS="ncurses" 6.9 BUILD_DEPENDS="ncurses-dev" 6.10 6.11 # Rules to configure and make the package. 6.12 @@ -28,4 +28,3 @@ 6.13 mkdir -p $fs/usr 6.14 cp -a $install/usr/bin $fs/usr 6.15 } 6.16 -
7.1 --- a/xrestop/receipt Tue Oct 17 10:14:12 2017 +0200 7.2 +++ b/xrestop/receipt Tue Oct 17 10:26:48 2017 +0200 7.3 @@ -10,7 +10,7 @@ 7.4 WEB_SITE="http://www.freedesktop.org/wiki/Software/xrestop/" 7.5 WGET_URL="http://downloads.yoctoproject.org/releases/xrestop/$TARBALL" 7.6 7.7 -DEPENDS="ncurses xorg-libXres libtinfo" 7.8 +DEPENDS="ncurses xorg-libXres" 7.9 BUILD_DEPENDS="ncurses-dev xorg-libXres-dev" 7.10 7.11 # Rules to configure and make the package. 7.12 @@ -28,4 +28,3 @@ 7.13 mkdir -p $fs/usr 7.14 cp -a $install/usr/bin $fs/usr 7.15 } 7.16 -