# HG changeset patch # User Antoine Bodin # Date 1281114967 -7200 # Node ID f67fbf089a53665ae0eee20939fcd6ce2bcb93b0 # Parent 883b1b9541365a694be12672fc664f14dab470f5 Add: wbarconf 0.7.2 diff -r 883b1b954136 -r f67fbf089a53 wbarconf/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wbarconf/receipt Fri Aug 06 19:16:07 2010 +0200 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="wbarconf" +VERSION="0.7.2" +CATEGORY="system-tools" +SHORT_DESC="Configuration GUI for wbar written in Python and GTK" +MAINTAINER="gokhlayeh@mailoo.org" +DEPENDS="wbar python pygtk pygobject" +WEB_SITE="http://kapsi.fi/ighea/wbarconf/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + src=${src%-*} + mkdir -p $fs/usr/bin $fs/usr/share/wbarconf \ + $fs/usr/share/pixmaps + cp -a $src/wbarconf $fs/usr/bin + cp -a $src/locale $fs/usr/share/locale + cp -a $src/messages.pot $fs/usr/share/wbarconf + cp -a $src/wbarbacks $fs/usr/share/wbarconf + cp -a $src/wbarconf.png $fs/usr/share/pixmaps +} diff -r 883b1b954136 -r f67fbf089a53 wbarconf/stuff/wbarconf.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wbarconf/stuff/wbarconf.desktop Fri Aug 06 19:16:07 2010 +0200 @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=WbarConf +Exec=wbarconf +Type=Application +Icon=wbarconf.png +Terminal=false +StartupNotify=true +Categories=GTK;Utility; +Comment=Configuration tool for wbar +Comment[de]=Konfigurationswerkzeug für Wbar +Comment[fi]=Asetustyökalu wbar:lle +Comment[fr]=Outil de configuration pour wbar