wok diff gtkhotkey/receipt @ rev 18803

firefox-official: allow updates; misc tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 12 19:09:34 2016 +0200 (2016-01-12)
parents d3eb5f4b53ea
children f6af821600e6
line diff
     1.1 --- a/gtkhotkey/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.2 +++ b/gtkhotkey/receipt	Tue Jan 12 19:09:34 2016 +0200
     1.3 @@ -3,18 +3,18 @@
     1.4  PACKAGE="gtkhotkey"
     1.5  VERSION="0.2.1"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Platform independent hotkey handling for Gtk+ applications."
     1.8 +SHORT_DESC="Platform independent hotkey handling for GTK+ applications."
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="LGPL3"
    1.11 +WEB_SITE="https://launchpad.net/gtkhotkey"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -WEB_SITE="https://launchpad.net/gtkhotkey"
    1.14 -WGET_URL="https://launchpad.net/gtkhotkey/${VERSION%.*}/$VERSION/+download/$TARBALL"
    1.15 +WGET_URL="$WEB_SITE/${VERSION%.*}/$VERSION/+download/$TARBALL"
    1.16  
    1.17  DEPENDS="glib libgio gtk+"
    1.18  BUILD_DEPENDS="wget glib-dev libgio-dev gtk+-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21 -compile_rules() 
    1.22 +compile_rules()
    1.23  {
    1.24  	sed -i 's|<glib/.*h>|<glib.h>|' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h
    1.25  	./configure $CONFIGURE_ARGS &&
    1.26 @@ -25,5 +25,5 @@
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr/lib
    1.30 -	cp -s $install/usr/lib/*.so* $fs/usr/lib
    1.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.32  }