wok diff matchbox-panel/receipt @ rev 22590

updated cgdb again (0.6.5 -> 0.7.1)
author Hans-G?nter Theisgen
date Tue Jan 07 15:52:15 2020 +0100 (2020-01-07)
parents 17e313b5b9c1
children 241fb98cab1c
line diff
     1.1 --- a/matchbox-panel/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/matchbox-panel/receipt	Tue Jan 07 15:52:15 2020 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://matchbox-project.org/"
     1.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
     1.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="gtk+ startup-notification libmatchbox wireless_tools"
    1.11  BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev wireless_tools-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  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
    1.18  	#--enable-small-icons
    1.19  	#--enable-acpi-linux
    1.20 @@ -33,4 +32,3 @@
    1.21  	cp -a $install/usr/share/applications $fs/usr/share
    1.22  	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.23  }
    1.24 -