# HG changeset patch # User Antoine Bodin # Date 1281044683 -7200 # Node ID 9b24e28d332a2964d7c44277c2141faac2c15127 # Parent f3b4324cf6fde17a4dcda725597812ff460eae6c Add: lxappearance2 diff -r f3b4324cf6fd -r 9b24e28d332a lxappearance2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxappearance2/receipt Thu Aug 05 23:44:43 2010 +0200 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="lxappearance2" +VERSION="beta" +CATEGORY="x-window" +SHORT_DESC="Desktop setting configuration utility from LXDE." +MAINTAINER="gokhlayeh@mailoo.org" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev gettext xorg-xproto git automake autoconf intltool" +WEB_SITE="http://lxde.org" + +# Rules to configure and make the package. +compile_rules() +{ + git clone git://lxde.git.sourceforge.net/gitroot/lxde/lxappearance2 $src + cd $src + ./autogen.sh --prefix=/usr --sysconfdir=/etc + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/* $fs/usr +} diff -r f3b4324cf6fd -r 9b24e28d332a lxappearance2/stuff/lxappearance2.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxappearance2/stuff/lxappearance2.desktop Thu Aug 05 23:44:43 2010 +0200 @@ -0,0 +1,20 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Appearance GTK+ +Name[cs]=Vzhled GTK+ +Name[de]=Erscheinungsbild GTK+ +Name[es]=Apariencia GTK+ +Name[fr]=Apparence GTK+ +Name[it]=Aspetto GTK+ +Name[ja]=外観の設定 GTK+ +Name[pt]=Aparncia GTK+ +Name[zh_CN]=外观 GTK+ +Name[zh_TW]=外觀設定 GTK+ +Exec=lxappearance2 +Icon=preferences-desktop-theme +Terminal=false +Type=Application +StartupNotify=true +Categories=GTK;Settings;DesktopSettings; +NotShowIn=GNOME;XFCE; +