wok diff gtkhotkey/receipt @ rev 17869

Use VERSION variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 26 09:34:19 2015 +0100 (2015-03-26)
parents 7d6089953592
children dfc51ce7954a
line diff
     1.1 --- a/gtkhotkey/receipt	Sat Aug 10 11:33:11 2013 +0000
     1.2 +++ b/gtkhotkey/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="LGPL3"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://launchpad.net/gtkhotkey"
     1.7 -WGET_URL="https://launchpad.net/gtkhotkey/0.2/$VERSION/+download/$TARBALL"
     1.8 +WGET_URL="https://launchpad.net/gtkhotkey/${VERSION%.*}/$VERSION/+download/$TARBALL"
     1.9  
    1.10  DEPENDS="glib libgio gtk+"
    1.11  BUILD_DEPENDS="wget glib-dev libgio-dev gtk+-dev"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules() 
    1.15  {
    1.16 -	cd $src
    1.17  	sed -i 's|<glib/.*h>|<glib.h>|' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h
    1.18  	./configure $CONFIGURE_ARGS &&
    1.19  	make && make install