wok-4.x rev 12368
xpad: fix receipt (thanks ernia too)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 02 22:12:19 2013 +0000 (2013-01-02) |
parents | 1da21b594b35 |
children | fc2112ef8020 |
files | xpad/receipt |
line diff
1.1 --- a/xpad/receipt Wed Jan 02 14:24:30 2013 +0100 1.2 +++ b/xpad/receipt Wed Jan 02 22:12:19 2013 +0000 1.3 @@ -5,18 +5,20 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Desktop note pad using GTK+ toolkit." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ xorg-libXdamage xorg-libSM" 1.8 -BUILD_DEPENDS="pkg-config intltool" 1.9 +WEB_SITE="https://launchpad.net/xpad" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 -WEB_SITE="http://xpad.sourceforge.net/" 1.12 -WGET_URL="http://launchpad.net/xpad/trunk/4.0/+download/$TARBALL" 1.13 -HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#xpad' 1.14 +WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" 1.15 +HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad" 1.16 + 1.17 +DEPENDS="gtk+ util-linux-ng-uuid xorg-libICE xorg-libSM" 1.18 +BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 - ./configure $CONFIGURE_ARGS && 1.25 + sed -i 's/^.*GTK_WINDOW_TOPLEVEL,//' src/xpad-pad.c 1.26 + ./configure $CONFIGURE_ARGS && 1.27 make && make install 1.28 } 1.29