wok-next rev 19675

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 24 12:53:44 2017 +0200 (2017-03-24)
parents 431fd98ed62f
children fb09e19f5a32
files libcdio/receipt libconfuse/receipt libevent/receipt polkit-dev/receipt polkit-pam/receipt polkit/receipt popt/receipt tintin++/receipt tinycm/receipt tls/receipt tmux/receipt tor/receipt trafshow/receipt tramys-client/receipt transset-df/receipt turnserver/receipt ucarp/receipt udevil/receipt udisks/receipt udisks2/receipt uemacs/receipt unclutter/receipt upower/receipt urxvt/receipt usbmanager/receipt vcdimager/receipt vfu/receipt
line diff
     1.1 --- a/libcdio/receipt	Thu Mar 23 17:25:49 2017 +0200
     1.2 +++ b/libcdio/receipt	Fri Mar 24 12:53:44 2017 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8 +#	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  	grep -qs 'define u8' lib/driver/gnu_linux.c ||
    1.10  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    1.11  		lib/driver/gnu_linux.c
     2.1 --- a/libconfuse/receipt	Thu Mar 23 17:25:49 2017 +0200
     2.2 +++ b/libconfuse/receipt	Fri Mar 24 12:53:44 2017 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  WEB_SITE="http://www.nongnu.org/confuse/"
     2.5  WGET_URL="http://savannah.nongnu.org/download/$SOURCE/$TARBALL"
     2.6  
     2.7 -DEPENDS=""
     2.8 +BUILD_DEPENDS="gettext"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/libevent/receipt	Thu Mar 23 17:25:49 2017 +0200
     3.2 +++ b/libevent/receipt	Fri Mar 24 12:53:44 2017 +0200
     3.3 @@ -12,7 +12,7 @@
     3.4  HOST_ARCH="i486 arm"
     3.5  
     3.6  DEPENDS="openssl"
     3.7 -BUILD_DEPENDS="openssl-dev wget"
     3.8 +BUILD_DEPENDS="openssl-dev zlib-dev"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
     4.1 --- a/polkit-dev/receipt	Thu Mar 23 17:25:49 2017 +0200
     4.2 +++ b/polkit-dev/receipt	Fri Mar 24 12:53:44 2017 +0200
     4.3 @@ -6,11 +6,11 @@
     4.4  SHORT_DESC="devel files for polkit"
     4.5  MAINTAINER="slaxemulator@gmail.com"
     4.6  LICENSE="LGPL2"
     4.7 -WANTED="polkit"
     4.8  WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit"
     4.9  PROVIDE="PolicyKit-dev"
    4.10  
    4.11 -DEPENDS="pkg-config"
    4.12 +WANTED="polkit"
    4.13 +DEPENDS="polkit"
    4.14  
    4.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.16  genpkg_rules()
     5.1 --- a/polkit-pam/receipt	Thu Mar 23 17:25:49 2017 +0200
     5.2 +++ b/polkit-pam/receipt	Fri Mar 24 12:53:44 2017 +0200
     5.3 @@ -14,7 +14,7 @@
     5.4  
     5.5  DEPENDS="glib libgio gobject-introspection dbus dbus-glib expat pam"
     5.6  BUILD_DEPENDS="glib-dev libgio-dev gobject-introspection-dev dbus-dev \
     5.7 -dbus-glib-dev expat-dev pam-dev"
     5.8 +dbus-glib-dev expat-dev pam-dev intltool"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
     6.1 --- a/polkit/receipt	Thu Mar 23 17:25:49 2017 +0200
     6.2 +++ b/polkit/receipt	Fri Mar 24 12:53:44 2017 +0200
     6.3 @@ -13,7 +13,7 @@
     6.4  
     6.5  DEPENDS="glib libgio dbus dbus-glib expat util-linux-eject"
     6.6  BUILD_DEPENDS="glib-dev libgio-dev gobject-introspection-dev dbus-dev \
     6.7 -dbus-glib-dev expat-dev"
     6.8 +dbus-glib-dev expat-dev intltool"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()
     7.1 --- a/popt/receipt	Thu Mar 23 17:25:49 2017 +0200
     7.2 +++ b/popt/receipt	Fri Mar 24 12:53:44 2017 +0200
     7.3 @@ -11,6 +11,8 @@
     7.4  WGET_URL="http://rpm5.org/files/popt/$TARBALL"
     7.5  HOST_ARCH="i486 arm"
     7.6  
     7.7 +BUILD_DEPENDS="gettext"
     7.8 +
     7.9  # Rules to configure and make the package.
    7.10  compile_rules()
    7.11  {
     8.1 --- a/tintin++/receipt	Thu Mar 23 17:25:49 2017 +0200
     8.2 +++ b/tintin++/receipt	Fri Mar 24 12:53:44 2017 +0200
     8.3 @@ -11,6 +11,7 @@
     8.4  WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
     8.5  
     8.6  DEPENDS="pcre"
     8.7 +BUILD_DEPENDS="zlib-dev pcre-dev"
     8.8  
     8.9  # Rules to configure and make the package.
    8.10  compile_rules()
     9.1 --- a/tinycm/receipt	Thu Mar 23 17:25:49 2017 +0200
     9.2 +++ b/tinycm/receipt	Fri Mar 24 12:53:44 2017 +0200
     9.3 @@ -12,6 +12,8 @@
     9.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     9.5  WGET_URL="http://hg.slitaz.org/tinycm/archive/$VERSION.tar.bz2"
     9.6  
     9.7 +BUILD_DEPENDS="gettext"
     9.8 +
     9.9  # Rules to configure and make the package.
    9.10  compile_rules()
    9.11  {
    10.1 --- a/tls/receipt	Thu Mar 23 17:25:49 2017 +0200
    10.2 +++ b/tls/receipt	Fri Mar 24 12:53:44 2017 +0200
    10.3 @@ -16,11 +16,11 @@
    10.4  # Rules to configure and make the package.
    10.5  compile_rules()
    10.6  {
    10.7 -	cd $src
    10.8 -	./configure --prefix=/usr \
    10.9 -	  --with-ssl-dir=/usr \
   10.10 -	  --disable-symboles && \														
   10.11 -	make  
   10.12 +	./configure \
   10.13 +		--prefix=/usr \
   10.14 +		--with-ssl-dir=/usr \
   10.15 +		--disable-symboles &&
   10.16 +	make
   10.17  }
   10.18  
   10.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.20 @@ -30,6 +30,6 @@
   10.21  	cp -a $src/libtls1.6.so $fs/usr/lib/tls1.6
   10.22  	cp -a $src/pkgIndex.tcl $fs/usr/lib/tls1.6
   10.23  	cp -a $src/tls.tcl $fs/usr/lib/tls1.6
   10.24 -	
   10.25 +
   10.26  	sed -i 's/dir ../dir/' $fs/usr/lib/tls1.6/pkgIndex.tcl
   10.27  }
    11.1 --- a/tmux/receipt	Thu Mar 23 17:25:49 2017 +0200
    11.2 +++ b/tmux/receipt	Fri Mar 24 12:53:44 2017 +0200
    11.3 @@ -11,8 +11,8 @@
    11.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    11.5  HOST_ARCH="i486 arm"
    11.6  
    11.7 -DEPENDS="ncursesw libevent"
    11.8 -BUILD_DEPENDS="ncursesw-dev libevent-dev"
    11.9 +DEPENDS="ncurses libevent"
   11.10 +BUILD_DEPENDS="ncurses-dev libevent-dev"
   11.11  
   11.12  # Rules to configure and make the package.
   11.13  compile_rules()
   11.14 @@ -34,9 +34,9 @@
   11.15  	cp -a $install/usr/share/tmux $fs/usr/share
   11.16  
   11.17  	# Get screen terminfo data
   11.18 -	tazpkg get-install ncursesw-extra --root=$src/ncursesw-extra > /dev/null 2>&1
   11.19 -	cp -a $src/ncursesw-extra/usr/share/terminfo/s/screen \
   11.20 +	tazpkg get-install ncurses-extra --root=$src/ncurses-extra >/dev/null 2>&1
   11.21 +	cp -a $src/ncurses-extra/usr/share/terminfo/s/screen \
   11.22  	$fs/usr/share/terminfo/s/
   11.23 -	rm -r $src/ncursesw-extra
   11.24 +	rm -r $src/ncurses-extra
   11.25  }
   11.26  
    12.1 --- a/tor/receipt	Thu Mar 23 17:25:49 2017 +0200
    12.2 +++ b/tor/receipt	Fri Mar 24 12:53:44 2017 +0200
    12.3 @@ -12,7 +12,7 @@
    12.4  HOST_ARCH="i486 arm"
    12.5  
    12.6  DEPENDS="libevent libssl"
    12.7 -BUILD_DEPENDS="wget libevent-dev openssl-dev"
    12.8 +BUILD_DEPENDS="wget libevent-dev openssl-dev perl zlib-dev"
    12.9  
   12.10  # Rules to configure and make the package.
   12.11  compile_rules()
    13.1 --- a/trafshow/receipt	Thu Mar 23 17:25:49 2017 +0200
    13.2 +++ b/trafshow/receipt	Fri Mar 24 12:53:44 2017 +0200
    13.3 @@ -16,8 +16,6 @@
    13.4  # Rules to configure and make the package.
    13.5  compile_rules()
    13.6  {
    13.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
    13.8 -
    13.9  	# fix session.c bug
   13.10  	sed -i '43d' session.c
   13.11  
    14.1 --- a/tramys-client/receipt	Thu Mar 23 17:25:49 2017 +0200
    14.2 +++ b/tramys-client/receipt	Fri Mar 24 12:53:44 2017 +0200
    14.3 @@ -9,17 +9,24 @@
    14.4  WEB_SITE="http://www.slitaz.org/"
    14.5  
    14.6  DEPENDS="yad"
    14.7 +BUILD_DEPENDS="gettext"
    14.8 +
    14.9 +# Rules to configure and make the package.
   14.10 +compile_rules()
   14.11 +{
   14.12 +	install -Dm755 -o root $stuff/tramys2 $install/usr/bin/tramys2
   14.13 +	install -Dm644 -o root $stuff/tramys2.desktop \
   14.14 +		$install/usr/share/applications/tramys2.desktop
   14.15 +
   14.16 +	cd $stuff
   14.17 +	make msgfmt
   14.18 +	mkdir -p $install/usr/share/locale
   14.19 +	cp -a $stuff/po/mo/* $install/usr/share/locale
   14.20 +	make clean
   14.21 +}
   14.22  
   14.23  # Rules to gen a SliTaz package suitable for Tazpkg.
   14.24  genpkg_rules()
   14.25  {
   14.26 -	install -Dm755 -o root $stuff/tramys2 $fs/usr/bin/tramys2
   14.27 -	install -Dm644 -o root $stuff/tramys2.desktop \
   14.28 -		$fs/usr/share/applications/tramys2.desktop
   14.29 -
   14.30 -	cd $stuff
   14.31 -	make msgfmt
   14.32 -	mkdir -p $fs/usr/share/locale
   14.33 -	cp -a $stuff/po/mo/* $fs/usr/share/locale
   14.34 -	make clean
   14.35 +	cp $install/* $fs
   14.36  }
    15.1 --- a/transset-df/receipt	Thu Mar 23 17:25:49 2017 +0200
    15.2 +++ b/transset-df/receipt	Fri Mar 24 12:53:44 2017 +0200
    15.3 @@ -13,7 +13,7 @@
    15.4  
    15.5  DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \
    15.6  xorg-libXext"
    15.7 -BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev"
    15.8 +BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libXrender-dev"
    15.9  
   15.10  # Rules to configure and make the package.
   15.11  compile_rules()
    16.1 --- a/turnserver/receipt	Thu Mar 23 17:25:49 2017 +0200
    16.2 +++ b/turnserver/receipt	Fri Mar 24 12:53:44 2017 +0200
    16.3 @@ -11,7 +11,7 @@
    16.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    16.5  
    16.6  DEPENDS="openssl"
    16.7 -BUILD_DEPENDS="libconfuse openssl-dev"
    16.8 +BUILD_DEPENDS="libconfuse openssl-dev perl"
    16.9  
   16.10  # Rules to configure and make the package.
   16.11  compile_rules()
    17.1 --- a/ucarp/receipt	Thu Mar 23 17:25:49 2017 +0200
    17.2 +++ b/ucarp/receipt	Fri Mar 24 12:53:44 2017 +0200
    17.3 @@ -11,7 +11,7 @@
    17.4  WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL"
    17.5  TAGS="High availability HA"
    17.6  
    17.7 -BUILD_DEPENDS="libpcap-dev"
    17.8 +BUILD_DEPENDS="libpcap-dev gfortran gettext"
    17.9  DEPENDS="libpcap"
   17.10  
   17.11  # Rules to configure and make the package.
    18.1 --- a/udevil/receipt	Thu Mar 23 17:25:49 2017 +0200
    18.2 +++ b/udevil/receipt	Fri Mar 24 12:53:44 2017 +0200
    18.3 @@ -11,7 +11,7 @@
    18.4  WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL"
    18.5  
    18.6  DEPENDS="udev glib"
    18.7 -BUILD_DEPENDS="udev-dev glib-dev wget"
    18.8 +BUILD_DEPENDS="udev-dev glib-dev wget intltool"
    18.9  
   18.10  # Rules to configure and make the package.
   18.11  compile_rules()
    19.1 --- a/udisks/receipt	Thu Mar 23 17:25:49 2017 +0200
    19.2 +++ b/udisks/receipt	Fri Mar 24 12:53:44 2017 +0200
    19.3 @@ -14,7 +14,7 @@
    19.4  dbus-helper parted libdevmapper libgio util-linux-mount lsof"
    19.5  BUILD_DEPENDS="libatasmart-dev udev-dev sg3_utils-dev libgudev-dev \
    19.6  polkit-dev dbus-dev dbus-glib-dev pcre-dev dbus-dev parted-dev libdevmapper-dev \
    19.7 -util-linux-blkid-dev util-linux-uuid-dev"
    19.8 +util-linux-blkid-dev util-linux-uuid-dev intltool"
    19.9  
   19.10  # Rules to configure and make the package.
   19.11  compile_rules()
    20.1 --- a/udisks2/receipt	Thu Mar 23 17:25:49 2017 +0200
    20.2 +++ b/udisks2/receipt	Fri Mar 24 12:53:44 2017 +0200
    20.3 @@ -12,7 +12,7 @@
    20.4  
    20.5  DEPENDS="libatasmart libgudev polkit"
    20.6  BUILD_DEPENDS="docbook-xsl gtk-doc libgudev-dev polkit-dev libatasmart-dev \
    20.7 -gobject-introspection-dev"
    20.8 +gobject-introspection-dev intltool"
    20.9  
   20.10  # Rules to configure and make the package.
   20.11  compile_rules()
    21.1 --- a/uemacs/receipt	Thu Mar 23 17:25:49 2017 +0200
    21.2 +++ b/uemacs/receipt	Fri Mar 24 12:53:44 2017 +0200
    21.3 @@ -18,7 +18,7 @@
    21.4  # Rules to configure and make the package.
    21.5  compile_rules()
    21.6  {
    21.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
    21.8 +#	export LDFLAGS="$LDFLAGS -ltinfo"
    21.9  	make
   21.10  }
   21.11  
    22.1 --- a/unclutter/receipt	Thu Mar 23 17:25:49 2017 +0200
    22.2 +++ b/unclutter/receipt	Fri Mar 24 12:53:44 2017 +0200
    22.3 @@ -14,7 +14,7 @@
    22.4  EXTRA_SOURCE_FILES="$PATCH"
    22.5  
    22.6  DEPENDS="xorg-libX11 libxcb xorg-libXau xorg-libXdmcp"
    22.7 -BUILD_DEPENDS=""
    22.8 +BUILD_DEPENDS="xorg-xproto xorg-libX11-dev"
    22.9  
   22.10  # Rules to configure and make the package.
   22.11  compile_rules()
    23.1 --- a/upower/receipt	Thu Mar 23 17:25:49 2017 +0200
    23.2 +++ b/upower/receipt	Fri Mar 24 12:53:44 2017 +0200
    23.3 @@ -12,7 +12,7 @@
    23.4  
    23.5  DEPENDS="polkit glib libgio dbus dbus-glib libgudev libusb"
    23.6  BUILD_DEPENDS="polkit-dev glib-dev libgio-dev dbus-dev dbus-glib-dev \
    23.7 -libgudev-dev libusb-dev"
    23.8 +libgudev-dev libusb-dev intltool"
    23.9  
   23.10  # Rules to configure and make the package.
   23.11  compile_rules()
    24.1 --- a/urxvt/receipt	Thu Mar 23 17:25:49 2017 +0200
    24.2 +++ b/urxvt/receipt	Fri Mar 24 12:53:44 2017 +0200
    24.3 @@ -14,6 +14,7 @@
    24.4  
    24.5  DEPENDS="fontconfig xorg-libX11 expat freetype xorg-libXft zlib gcc-lib-base \
    24.6  xorg-xmessage"
    24.7 +BUILD_DEPENDS="xorg-libX11-dev"
    24.8  
    24.9  # Rules to configure and make the package.
   24.10  compile_rules()
    25.1 --- a/usbmanager/receipt	Thu Mar 23 17:25:49 2017 +0200
    25.2 +++ b/usbmanager/receipt	Fri Mar 24 12:53:44 2017 +0200
    25.3 @@ -12,7 +12,7 @@
    25.4  
    25.5  DEPENDS="python dbus-glib dbus-python notify-python pygobject pygtk \
    25.6  util-linux-whereis util-linux-mkfs mtools"
    25.7 -BUILD_DEPENDS="python wget"
    25.8 +BUILD_DEPENDS="python wget gettext"
    25.9  
   25.10  # Rules to configure and make the package.
   25.11  compile_rules()
    26.1 --- a/vcdimager/receipt	Thu Mar 23 17:25:49 2017 +0200
    26.2 +++ b/vcdimager/receipt	Fri Mar 24 12:53:44 2017 +0200
    26.3 @@ -12,7 +12,7 @@
    26.4  TAGS="multimedia video vcd"
    26.5  
    26.6  DEPENDS="libcdio libxml2 popt"
    26.7 -BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev"
    26.8 +BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev gfortran"
    26.9  
   26.10  # Rules to configure and make the package.
   26.11  compile_rules()
    27.1 --- a/vfu/receipt	Thu Mar 23 17:25:49 2017 +0200
    27.2 +++ b/vfu/receipt	Fri Mar 24 12:53:44 2017 +0200
    27.3 @@ -16,7 +16,7 @@
    27.4  # Rules to configure and make the package.
    27.5  compile_rules()
    27.6  {
    27.7 -	make LDDEF=-ltinfo
    27.8 +	make #LDDEF=-ltinfo
    27.9  }
   27.10  
   27.11  # Rules to gen a SliTaz package suitable for Tazpkg.