# HG changeset patch # User Eric Joseph-Alexandre # Date 1387408879 -3600 # Node ID 76e02aa1ee77ebd1c0cbcd96c20873b32b7095af # Parent 0692b2aafabb6979967f66a5d0b7c1ed7043a032 Add: wbar2 diff -r 0692b2aafabb -r 76e02aa1ee77 wbar2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wbar2/receipt Thu Dec 19 00:21:19 2013 +0100 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="wbar2" +VERSION="2.3.4" +CATEGORY="system-tools" +SHORT_DESC="Quick launch bar." +MAINTAINER="gokhlayeh@slitaz.org" +SOURCE="wbar" +TARBALL="$SOURCE-$VERSION.tgz" +WEB_SITE="http://code.google.com/p/wbar/" +WGET_URL="http://wbar.googlecode.com/files/$TARBALL" +CONFIG_FILES="/etc/default/wbar/wbar.cfg" +TAGS="desktop launchbar" + +DEPENDS="ttf-dejavu imlib2 libglade gtk+" +BUILD_DEPENDS="intltool imlib2-dev libglade-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --exec-prefix=/usr \ + --sysconfdir=/etc && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/etc $fs/ + cp -a $stuff/wbar.cfg $fs/etc/wbar.d + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/wbar $fs/usr/share +} diff -r 0692b2aafabb -r 76e02aa1ee77 wbar2/stuff/wbar.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wbar2/stuff/wbar.cfg Thu Dec 19 00:21:19 2013 +0100 @@ -0,0 +1,35 @@ +i: /usr/share/pixmaps/wbar/dock.png +c: wbar --bpress --above-desk --pos bottom --isize 32 --idist 12 --nanim 3 --zoomf 1.8 --jumpf 1.00 --balfa 0 --falfa 100 --nofont +t: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold/10 + +i: /usr/share/pixmaps/wbar/wbar.png +c: wbar-config +t: Wbar Configuration + +i: /usr/share/pixmaps/tazpanel.png +c: tazweb http://tazpanel:82/ +t: SliTaz Panel + +i: /usr/share/pixmaps/midori.png +c: midori %u +t: Web Browser + +i: /usr/share/pixmaps/sakura.png +c: sakura +t: Terminal + +i: /usr/share/pixmaps/pcmanfm.png +c: pcmanfm +t: Files manager + +i: /usr/share/pixmaps/leafpad.png +c: leafpad +t: Text editor + +1i: /usr/share/pixmaps/lxtask.png +c: lxtask +t: Task manager + +i: /usr/share/pixmaps/slitaz-menu.png +c: tazbox logout +t: Logout