wok-next rev 20139
Up cairo-dock-plugins (3.3.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 01 08:51:59 2017 +0100 (2017-11-01) |
parents | 5281f6693470 |
children | 4c8be7d9d5fc |
files | cairo-dock-plugins/receipt |
line diff
1.1 --- a/cairo-dock-plugins/receipt Wed Nov 01 08:45:23 2017 +0100 1.2 +++ b/cairo-dock-plugins/receipt Wed Nov 01 08:51:59 2017 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cairo-dock-plugins" 1.7 -VERSION="2.4.0~2" 1.8 +VERSION="3.3.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Set of plugins for Cairo-Dock." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL3" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.glx-dock.org/" 1.15 -WGET_URL="https://launchpad.net/cairo-dock-plug-ins/${VERSION:0:3}/${VERSION:0:5}/+download/$TARBALL" 1.16 +WGET_URL="https://github.com/Cairo-Dock/cairo-dock-plug-ins/archive/$VERSION.tar" 1.17 1.18 DEPENDS="dbus-glib cairo-dock" 1.19 BUILD_DEPENDS="wget dbus-glib-dev cairo-dock-dev cmake alsa-lib \ 1.20 @@ -18,7 +18,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 mkdir -p build && cd build 1.26 cmake .. -DCMAKE_INSTALL_PREFIX=/usr && 1.27 make &&