wok-4.x rev 9763
wbar2: update to 2.2.1 since previws are no more online
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 15:32:52 2011 +0200 (2011-05-11) |
parents | 38146c80250b |
children | 16365fa80d34 |
files | wbar2/receipt |
line diff
1.1 --- a/wbar2/receipt Wed May 11 15:22:38 2011 +0200 1.2 +++ b/wbar2/receipt Wed May 11 15:32:52 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wbar2" 1.7 -VERSION="2.1.1" 1.8 +VERSION="2.2.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Quick launch bar." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 @@ -9,10 +9,11 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 WEB_SITE="http://code.google.com/p/wbar/" 1.15 WGET_URL="http://wbar.googlecode.com/files/$TARBALL" 1.16 +CONFIG_FILES="/etc/default/wbar/wbar.cfg" 1.17 +TAGS="desktop launchbar" 1.18 + 1.19 DEPENDS="ttf-dejavu imlib2 libglade gtk+" 1.20 BUILD_DEPENDS="intltool imlib2-dev libglade-dev" 1.21 -CONFIG_FILES="/etc/default/wbar/wbar.cfg" 1.22 -TAGS="desktop launchbar" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules()