wok rev 8959

Updated conky, xcircuit, xpad depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 19:10:42 2011 +0000 (2011-03-01)
parents b28b4b14a1de
children 14855891b705
files conky/receipt xcircuit/receipt xpad/receipt
line diff
     1.1 --- a/conky/receipt	Tue Mar 01 19:05:20 2011 +0000
     1.2 +++ b/conky/receipt	Tue Mar 01 19:10:42 2011 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS="expat fontconfig freetype glib xorg-libX11 xorg-libXau \
     1.5  xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
     1.6  xorg-libXft xorg-libXrender zlib ncursesw"
     1.7 -BUILD_DEPENDS="$DEPENDS xorg-dev xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev expat-dev glib glib-dev pkg-config zlib-dev freetype-dev xorg-xextproto xorg-damageproto xorg-fixesproto ncursesw-dev"
     1.8 +BUILD_DEPENDS="$DEPENDS xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev expat-dev glib glib-dev pkg-config zlib-dev freetype-dev xorg-xextproto xorg-damageproto xorg-fixesproto ncursesw-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://conky.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     2.1 --- a/xcircuit/receipt	Tue Mar 01 19:05:20 2011 +0000
     2.2 +++ b/xcircuit/receipt	Tue Mar 01 19:10:42 2011 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams"
     2.5  MAINTAINER="slaxemulator@gmail.com"
     2.6  DEPENDS="tcl tk xorg-libXpm zlib"
     2.7 -BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev xorg-dev-proto zlib-dev automake"
     2.8 +BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake"
     2.9  TARBALL="$PACKAGE-$VERSION.tgz"
    2.10  WEB_SITE="http://opencircuitdesign.com/xcircuit"
    2.11  WGET_URL="http://opencircuitdesign.com/xcircuit/archive/$TARBALL"
    2.12 @@ -14,14 +14,12 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	cd $src
    2.17 +	cd $src/$PACKAGE-$VERSION
    2.18  	sed -i 's|am__api_version="1.9"|am__api_version="1.11"|' configure
    2.19  	./configure prefix=/usr \
    2.20  		--with-tcl=/usr/lib \
    2.21 -		--with-tk=/usr/lib \
    2.22 -		--mandir=/usr/share/man \
    2.23 -		$CONFIGURE_ARGS &&
    2.24 -	make && make DESTDIR=$PWD/_pkg install
    2.25 +		--with-tk=/usr/lib &&
    2.26 +	make && make DESTDIR=$DESTDIR install
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/xpad/receipt	Tue Mar 01 19:05:20 2011 +0000
     3.2 +++ b/xpad/receipt	Tue Mar 01 19:10:42 2011 +0000
     3.3 @@ -5,8 +5,8 @@
     3.4  CATEGORY="utilities"
     3.5  SHORT_DESC="Desktop note pad using GTK+ toolkit."
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 -DEPENDS="gtk+ xorg-libXdamage"
     3.8 -BUILD_DEPENDS="pkg-config gtk+ xorg-dev"
     3.9 +DEPENDS="gtk+ xorg-libXdamage xorg-libSM"
    3.10 +BUILD_DEPENDS="pkg-config"
    3.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.12  WEB_SITE="http://xpad.sourceforge.net/"
    3.13  WGET_URL="http://launchpad.net/xpad/stable/3.0/+download/$TARBALL"