wok-undigest rev 157

Add: lxappearance2
author Antoine Bodin <gokhlayeh@mailoo.org>
date Thu Aug 05 23:44:43 2010 +0200 (2010-08-05)
parents f3b4324cf6fd
children df176d5bf80a
files lxappearance2/receipt lxappearance2/stuff/lxappearance2.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxappearance2/receipt	Thu Aug 05 23:44:43 2010 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lxappearance2"
     1.7 +VERSION="beta"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Desktop setting configuration utility from LXDE."
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +DEPENDS="gtk+"
    1.12 +BUILD_DEPENDS="gtk+-dev gettext xorg-xproto git automake autoconf intltool"
    1.13 +WEB_SITE="http://lxde.org"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	git clone git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance2 $src
    1.19 +	cd $src
    1.20 +	./autogen.sh --prefix=/usr --sysconfdir=/etc
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--sysconfdir=/etc \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$PWD/_pkg install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +    mkdir -p $fs/usr
    1.33 +    cp -a $_pkg/usr/bin $fs/usr
    1.34 +    cp -a $_pkg/usr/* $fs/usr
    1.35 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/lxappearance2/stuff/lxappearance2.desktop	Thu Aug 05 23:44:43 2010 +0200
     2.3 @@ -0,0 +1,20 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=Appearance GTK+
     2.7 +Name[cs]=Vzhled GTK+
     2.8 +Name[de]=Erscheinungsbild GTK+
     2.9 +Name[es]=Apariencia GTK+
    2.10 +Name[fr]=Apparence GTK+
    2.11 +Name[it]=Aspetto GTK+
    2.12 +Name[ja]=外観の設定 GTK+
    2.13 +Name[pt]=Aparncia GTK+
    2.14 +Name[zh_CN]=外观 GTK+
    2.15 +Name[zh_TW]=外觀設定 GTK+
    2.16 +Exec=lxappearance2
    2.17 +Icon=preferences-desktop-theme
    2.18 +Terminal=false
    2.19 +Type=Application
    2.20 +StartupNotify=true
    2.21 +Categories=GTK;Settings;DesktopSettings;
    2.22 +NotShowIn=GNOME;XFCE;
    2.23 +