wok-next rev 20113

Add some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 30 09:29:31 2017 +0100 (2017-10-30)
parents 526d615b9f76
children b630bd498153
files numlockx/receipt nvclock/receipt smx/receipt stoq/receipt stoqdrivers/receipt stoqlib/receipt
line diff
     1.1 --- a/numlockx/receipt	Mon Oct 30 02:46:09 2017 +0200
     1.2 +++ b/numlockx/receipt	Mon Oct 30 09:29:31 2017 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/$PACKAGE/$TARBALL/be9109370447eae23f6f3f8527bb1a67/$TARBALL"
     1.5  
     1.6  DEPENDS="xorg-libXtst"
     1.7 -BUILD_DEPENDS=""
     1.8 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/nvclock/receipt	Mon Oct 30 02:46:09 2017 +0200
     2.2 +++ b/nvclock/receipt	Mon Oct 30 09:29:31 2017 +0100
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="$WEB_SITE/$TARBALL"
     2.5  TAGS="power-management"
     2.6  
     2.7 -BUILD_DEPENDS="autoconf automake"
     2.8 +BUILD_DEPENDS="autoconf automake xorg-libX11-dev xorg-libXext-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules(){
     3.1 --- a/smx/receipt	Mon Oct 30 02:46:09 2017 +0200
     3.2 +++ b/smx/receipt	Mon Oct 30 09:29:31 2017 +0100
     3.3 @@ -12,7 +12,7 @@
     3.4  
     3.5  DEPENDS="unixODBC sqlite3 libgd libcrypto gcc-lib-base zlib"
     3.6  BUILD_DEPENDS="apache-dev apr-dev apr-util-dev unixODBC-dev \
     3.7 -sqlite3 libgd-dev openssl-dev perl libtool"
     3.8 +sqlite3 libgd-dev openssl-dev perl-dev fontconfig-dev xorg-libXpm-dev libtool"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
     4.1 --- a/stoq/receipt	Mon Oct 30 02:46:09 2017 +0200
     4.2 +++ b/stoq/receipt	Mon Oct 30 09:29:31 2017 +0100
     4.3 @@ -12,12 +12,11 @@
     4.4  
     4.5  DEPENDS="python pygtk postgresql psycopg2 zopeinterface python-pil \
     4.6  python-reportlab stoqlib stoqdrivers python-kiwi python-gazpacho"
     4.7 -BUILD_DEPENDS="python python-dev pygtk python-kiwi stoqlib"
     4.8 +BUILD_DEPENDS="python python-dev pygtk python-kiwi stoqlib gettext-tools"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
    4.12  {
    4.13 -	cd $src
    4.14  	python setup.py install --root=$DESTDIR
    4.15  }
    4.16  
    4.17 @@ -35,4 +34,3 @@
    4.18  	cp -a $install/usr/share $fs/usr
    4.19  	cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt
    4.20  }
    4.21 -
     5.1 --- a/stoqdrivers/receipt	Mon Oct 30 02:46:09 2017 +0200
     5.2 +++ b/stoqdrivers/receipt	Mon Oct 30 09:29:31 2017 +0100
     5.3 @@ -12,12 +12,12 @@
     5.4  WGET_URL="http://download.stoq.com.br/sources/0.9.11/$TARBALL"
     5.5  
     5.6  DEPENDS="python python-kiwi python-serial zopeinterface"
     5.7 -BUILD_DEPENDS="python python-dev python-kiwi python-serial zopeinterface"
     5.8 +BUILD_DEPENDS="python python-dev python-kiwi python-serial zopeinterface \
     5.9 +gettext-tools"
    5.10  
    5.11  # Rules to configure and make the package.
    5.12  compile_rules()
    5.13  {
    5.14 -	cd $src
    5.15  	python setup.py install --root=$DESTDIR
    5.16  }
    5.17  
     6.1 --- a/stoqlib/receipt	Mon Oct 30 02:46:09 2017 +0200
     6.2 +++ b/stoqlib/receipt	Mon Oct 30 09:29:31 2017 +0100
     6.3 @@ -13,12 +13,11 @@
     6.4  DEPENDS="python pygtk postgresql psycopg2 zopeinterface python-pil \
     6.5  python-reportlab python-kiwi python-gazpacho stoqdrivers python-dateutil"
     6.6  BUILD_DEPENDS="python python-dev zopeinterface python-kiwi python-gazpacho \
     6.7 -psycopg2 stoqdrivers python-pil python-reportlab python-dateutil"
     6.8 +psycopg2 stoqdrivers python-pil python-reportlab python-dateutil gettext-tools"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()
    6.12  {
    6.13 -	cd $src
    6.14  	chmod +x setup.py
    6.15  	python setup.py install --root=$DESTDIR
    6.16  }
    6.17 @@ -35,4 +34,3 @@
    6.18  	cp -a $install/usr/share $fs/usr
    6.19  	cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt
    6.20  }
    6.21 -