wok rev 11076

Up: cairo-dock to 2.4.0~2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 01:46:04 2011 +0000 (2011-10-17)
parents 15d65b02ff30
children f377cb013e19
files cairo-dock-dev/receipt cairo-dock/receipt
line diff
     1.1 --- a/cairo-dock-dev/receipt	Mon Oct 17 01:30:28 2011 +0000
     1.2 +++ b/cairo-dock-dev/receipt	Mon Oct 17 01:46:04 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cairo-dock-dev"
     1.7 -VERSION="2.2.0-4"
     1.8 +VERSION="2.4.0~2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Cairo dock devel file."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/cairo-dock/receipt	Mon Oct 17 01:30:28 2011 +0000
     2.2 +++ b/cairo-dock/receipt	Mon Oct 17 01:46:04 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cairo-dock"
     2.7 -VERSION="2.2.0-4"
     2.8 +VERSION="2.4.0~2"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Cairo-Dock is a light and eye-candy dock to launch."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -12,7 +12,7 @@
    2.13  SUGGESTED="cairo-dock-plugins"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://www.glx-dock.org/"
    2.16 -WGET_URL="http://launchpad.net/cairo-dock-core/2.2/2.2.0/+download/$TARBALL"
    2.17 +WGET_URL="http://launchpad.net/cairo-dock-core/${VERSION:0:3}/${VERSION:0:5}/+download/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21 @@ -21,8 +21,8 @@
    2.22  	mkdir -p build && cd build
    2.23  	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
    2.24  	make &&
    2.25 -	make DESTDIR=$src/_pkg install &&
    2.26 -	sed -i s/'.svg'/''/ $src/_pkg/usr/share/applications/*
    2.27 +	make DESTDIR=$DESTDIR install &&
    2.28 +	sed -i s/'.svg'/''/ $DESTDIR/usr/share/applications/*
    2.29  }
    2.30  
    2.31  # Rules to gen a SliTaz package suitable for Tazpkg.