wok diff icewm/receipt @ rev 17883

Add: jq - json cli query utility
author Nathan Neulinger <nneul@neulinger.org>
date Thu Apr 02 01:07:28 2015 +0000 (2015-04-02)
parents 5d53e8ccbc8d
children 8417cbe6fdae
line diff
     1.1 --- a/icewm/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/icewm/receipt	Thu Apr 02 01:07:28 2015 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.icewm.org/"
     1.7 -WGET_URL="$SF_MIRROR/icewm/icewm-1.3/$VERSION/$TARBALL"
     1.8 +WGET_URL="$SF_MIRROR/icewm/icewm-${VERSION%.*}/$VERSION/$TARBALL"
     1.9  TAGS="window-manager"
    1.10  
    1.11  BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev xorg-libXext-dev \
    1.12 @@ -24,7 +24,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	sed -i '/deprecated/d' src/base.h
    1.18  	sed -i 's/^CORE_LIBS =/& -lfontconfig/' src/Makefile.in
    1.19  	./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \