wok rev 8964

Updated gegl, rdesktop, slim, slim-pam, slock, startup-notification, and tint2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 00:01:14 2011 +0000 (2011-03-02)
parents 4ed538cf3c13
children 254cdebd32d5
files gegl/receipt rdesktop/receipt slim-pam/receipt slim/receipt slock/receipt startup-notification/receipt tint2/receipt
line diff
     1.1 --- a/gegl/receipt	Tue Mar 01 23:59:45 2011 +0000
     1.2 +++ b/gegl/receipt	Wed Mar 02 00:01:14 2011 +0000
     1.3 @@ -8,7 +8,6 @@
     1.4  DEPENDS="babl expat gtk+ jpeg xorg-libX11 xorg-libXau xorg-libXcomposite \
     1.5  xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
     1.6  xorg-libXrandr xorg-libXrender xorg-libXdamage bzlib zlib"
     1.7 -BUILD_DEPENDS="babl-dev jpeg-dev expat-dev xorg-dev zlib-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://gegl.org/"
    1.10  WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -19,16 +18,14 @@
    1.12  	cd $src
    1.13  	# Keep gegl light so we can make smaller gimp LiveCD flavors
    1.14  	./configure \
    1.15 -		--prefix=/usr \
    1.16  		--disable-docs \
    1.17  		--without-sdl \
    1.18  		--without-librsvg \
    1.19  		--without-graphviz \
    1.20  		--without-lua \
    1.21  		--without-libavformat \
    1.22 -		--without-libv4l \
    1.23 -		$CONFIGURE_ARGS &&
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +		--without-libv4l &&
    1.26 +	make && make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/rdesktop/receipt	Tue Mar 01 23:59:45 2011 +0000
     2.2 +++ b/rdesktop/receipt	Wed Mar 02 00:01:14 2011 +0000
     2.3 @@ -10,7 +10,6 @@
     2.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     2.5  DEPENDS="libcrypto xorg-libX11 glibc-base xorg-libXau xorg-libXdmcp \
     2.6  alsa-lib libsamplerate libao"
     2.7 -BUILD_DEPENDS="openssl-dev xorg-libX11-dev xorg-dev-proto"
     2.8  TAGS="rdp remote-desktop"
     2.9  
    2.10  # Rules to configure and make the package.
     3.1 --- a/slim-pam/receipt	Tue Mar 01 23:59:45 2011 +0000
     3.2 +++ b/slim-pam/receipt	Wed Mar 02 00:01:14 2011 +0000
     3.3 @@ -5,9 +5,11 @@
     3.4  CATEGORY="x-window"
     3.5  SHORT_DESC="Desktop-independent graphical login manager for X11."
     3.6  MAINTAINER="pascal.bellard@slitaz.org"
     3.7 -DEPENDS="xorg jpeg libpng slitaz-configs pam"
     3.8 -BUILD_DEPENDS="xorg-dev jpeg-dev libpng-dev xorg-libXft-dev pam pam-dev \
     3.9 -zlib-dev freetype-dev fontconfig-dev"
    3.10 +DEPENDS="glibc-base gcc-lib-base expat fontconfig freetype util-linux-ng-uuid zlib \
    3.11 +jpeg libpng xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
    3.12 +xorg-libXext xorg-libXft xorg-libXmu xorg-libXrender xorg-libXt \
    3.13 +pam"
    3.14 +SUGGESTED="slim-theme-default slitaz-configs"
    3.15  SOURCE="slim"
    3.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    3.17  WEB_SITE="http://slim.berlios.de"
     4.1 --- a/slim/receipt	Tue Mar 01 23:59:45 2011 +0000
     4.2 +++ b/slim/receipt	Wed Mar 02 00:01:14 2011 +0000
     4.3 @@ -8,8 +8,6 @@
     4.4  DEPENDS="glibc-base gcc-lib-base expat fontconfig freetype util-linux-ng-uuid zlib \
     4.5  jpeg libpng xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
     4.6  xorg-libXext xorg-libXft xorg-libXmu xorg-libXrender xorg-libXt"
     4.7 -BUILD_DEPENDS="xorg-dev jpeg-dev libpng-dev xorg-libXft-dev \
     4.8 -zlib-dev freetype-dev fontconfig-dev"
     4.9  SUGGESTED="slim-theme-default slitaz-configs"
    4.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.11  WEB_SITE="http://slim.berlios.de"
     5.1 --- a/slock/receipt	Tue Mar 01 23:59:45 2011 +0000
     5.2 +++ b/slock/receipt	Wed Mar 02 00:01:14 2011 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="Simple X display locker."
     5.5  MAINTAINER="mallory@sweetpeople.org"
     5.6  DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext"
     5.7 -BUILD_DEPENDS="xorg-dev xorg-xproto xorg-xextproto xorg-libX11-dev"
     5.8 +BUILD_DEPENDS="xorg-xproto xorg-xextproto"
     5.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.10  WEB_SITE="http://www.suckless.org/programs/slock.html"
    5.11  WGET_URL="http://code.suckless.org/dl/tools/slock-0.9.tar.gz"
     6.1 --- a/startup-notification/receipt	Tue Mar 01 23:59:45 2011 +0000
     6.2 +++ b/startup-notification/receipt	Wed Mar 02 00:01:14 2011 +0000
     6.3 @@ -7,7 +7,6 @@
     6.4  MAINTAINER="erjo@slitaz.org"
     6.5  DEPENDS="glibc-base util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM \
     6.6  xorg-libX11 xorg-libXau xorg-libXdmcp"
     6.7 -BUILD_DEPENDS="xorg-dev util-linux-ng-uuid-dev"
     6.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.9  WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
    6.10  WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
     7.1 --- a/tint2/receipt	Tue Mar 01 23:59:45 2011 +0000
     7.2 +++ b/tint2/receipt	Wed Mar 02 00:01:14 2011 +0000
     7.3 @@ -6,7 +6,7 @@
     7.4  SHORT_DESC="taskbar and panel"
     7.5  MAINTAINER="jozee@slitaz.org"
     7.6  DEPENDS="gtk+ cairo pango glib imlib2 xorg-libXinerama xcb-util freetype"
     7.7 -BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev freetype-dev glib-dev cairo-dev pango-dev imlib2 imlib2-dev gtk+-dev xorg-dev-proto pygtk-dev cmake pkg-config fontconfig-dev"
     7.8 +BUILD_DEPENDS="pygtk-dev cmake pkg-config"
     7.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.10  WEB_SITE="http://tint2.googlecode.com/files/"
    7.11  WGET_URL="$WEB_SITE/$TARBALL"