wok-6.x diff gtkhotkey/receipt @ rev 18428
shutdown: add simple shutdown wrapper script for other tool compatibility
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Mon Sep 21 13:17:35 2015 +0000 (2015-09-21) |
parents | 7d6089953592 |
children | dfc51ce7954a |
line diff
1.1 --- a/gtkhotkey/receipt Sat Aug 10 11:33:11 2013 +0000 1.2 +++ b/gtkhotkey/receipt Mon Sep 21 13:17:35 2015 +0000 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