wok-backports rev 3

Add: wbar2
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Dec 19 00:21:19 2013 +0100 (2013-12-19)
parents 0692b2aafabb
children 8aa134add845
files wbar2/receipt wbar2/stuff/wbar.cfg
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wbar2/receipt	Thu Dec 19 00:21:19 2013 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wbar2"
     1.7 +VERSION="2.3.4"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Quick launch bar."
    1.10 +MAINTAINER="gokhlayeh@slitaz.org"
    1.11 +SOURCE="wbar"
    1.12 +TARBALL="$SOURCE-$VERSION.tgz"
    1.13 +WEB_SITE="http://code.google.com/p/wbar/"
    1.14 +WGET_URL="http://wbar.googlecode.com/files/$TARBALL"
    1.15 +CONFIG_FILES="/etc/default/wbar/wbar.cfg"
    1.16 +TAGS="desktop launchbar"
    1.17 +
    1.18 +DEPENDS="ttf-dejavu imlib2 libglade gtk+"
    1.19 +BUILD_DEPENDS="intltool imlib2-dev libglade-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	cd $src
    1.25 +	./configure --exec-prefix=/usr \
    1.26 +		--sysconfdir=/etc &&
    1.27 +	make && make install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr/share
    1.34 +	
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/etc $fs/
    1.37 +	cp -a $stuff/wbar.cfg $fs/etc/wbar.d
    1.38 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.39 +	cp -a $install/usr/share/wbar $fs/usr/share
    1.40 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/wbar2/stuff/wbar.cfg	Thu Dec 19 00:21:19 2013 +0100
     2.3 @@ -0,0 +1,35 @@
     2.4 +i: /usr/share/pixmaps/wbar/dock.png
     2.5 +c: wbar --bpress --above-desk --pos bottom --isize 32 --idist 12 --nanim 3 --zoomf 1.8 --jumpf 1.00 --balfa 0 --falfa 100 --nofont
     2.6 +t: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold/10
     2.7 +
     2.8 +i: /usr/share/pixmaps/wbar/wbar.png
     2.9 +c: wbar-config
    2.10 +t: Wbar Configuration
    2.11 +
    2.12 +i: /usr/share/pixmaps/tazpanel.png
    2.13 +c: tazweb http://tazpanel:82/
    2.14 +t: SliTaz Panel
    2.15 +
    2.16 +i: /usr/share/pixmaps/midori.png
    2.17 +c: midori %u
    2.18 +t: Web Browser
    2.19 +
    2.20 +i: /usr/share/pixmaps/sakura.png
    2.21 +c: sakura
    2.22 +t: Terminal
    2.23 +
    2.24 +i: /usr/share/pixmaps/pcmanfm.png
    2.25 +c: pcmanfm
    2.26 +t: Files manager
    2.27 +
    2.28 +i: /usr/share/pixmaps/leafpad.png
    2.29 +c: leafpad
    2.30 +t: Text editor
    2.31 +
    2.32 +1i: /usr/share/pixmaps/lxtask.png
    2.33 +c: lxtask
    2.34 +t: Task manager
    2.35 +
    2.36 +i: /usr/share/pixmaps/slitaz-menu.png
    2.37 +c: tazbox logout
    2.38 +t: Logout