wok-stable diff xpad/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents c5c7f18d90eb
children
line diff
     1.1 --- a/xpad/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.2 +++ b/xpad/receipt	Mon Mar 04 18:42:23 2019 +0100
     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