# HG changeset patch # User Antoine Bodin # Date 1298432259 -3600 # Node ID f27cf9a5f1ef0f51248a417ec4c0512f0ccc1c73 # Parent bae3cf420f326016e80f7357f92ef0386ec46247 Add: wbar2 diff -r bae3cf420f32 -r f27cf9a5f1ef wbar2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wbar2/receipt Wed Feb 23 04:37:39 2011 +0100 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="wbar2" +VERSION="2.1.1" +CATEGORY="system-tools" +SHORT_DESC="Quick launch bar." +MAINTAINER="gokhlayeh@slitaz.org" +SOURCE="wbar" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://code.google.com/p/wbar/" +WGET_URL="http://wbar.googlecode.com/files/$TARBALL" +DEPENDS="ttf-dejavu imlib2 libglade gtk+" +BUILD_DEPENDS="intltool" +CONFIG_FILES="/etc/wbar/dot.wbar" +TAGS="desktop launchbar" + +# 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() +{ + cp -a $_pkg/usr $_pkg/etc $fs + cp -a $stuff/wbar.cfg $_pkg/etc/default/wbar + rm -r $_pkg/usr/share/locale + for file in $_pkg/usr/share/pixmaps/wbar/*; do + [ "${file##*/}" = osxbarback.png ] && continue + rm -f $file + done +} \ No newline at end of file diff -r bae3cf420f32 -r f27cf9a5f1ef wbar2/stuff/wbar.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wbar2/stuff/wbar.cfg Wed Feb 23 04:37:39 2011 +0100 @@ -0,0 +1,47 @@ +i: /usr/share/wbar/iconpack/osxbarback.png +c: wbar --bpress --above-desk --pos bottom +t: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold/12 + +i: /usr/share/pixmaps/wbar.png +c: wbar-config +t: Bar configuration + +i: /usr/share/pixmaps/alsaplayer.png +c: /usr/bin/alsaplayer +t: Audio player + +i: /usr/share/icons/SliTaz/32x32/mimetypes/audio-x-generic.png +c: xterm -e alsamixer +t: Sound mixer + +i: /usr/share/pixmaps/xterm.png +c: xterm +t: Terminal emulator + +i: /usr/share/pixmaps/leafpad.png +c: leafpad +t: Text editor + +i: /usr/share/pixmaps/lostirc.png +c: lostirc +t: IRC client + +i: /usr/share/pixmaps/pcmanfm.png +c: pcmanfm +t: Files manager + +i: /usr/share/pixmaps/tazpkg.png +c: tazpkgbox +t: Packages manager + +i: /usr/share/pixmaps/lxtask.png +c: lxtask +t: Task manager + +i: /usr/share/pixmaps/transmission.png +c: transmission +t: Bittorent client + +i: /usr/share/pixmaps/logout.png +c: desktopbox logout +t: Logout