wok-undigest rev 268

lxappearance has moved to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 28 22:55:57 2011 +0200 (2011-05-28)
parents b00ada947c90
children d16011f67c9a
files lxappearance/receipt lxappearance/stuff/lxappearance.desktop
line diff
     1.1 --- a/lxappearance/receipt	Sat May 28 22:54:36 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,31 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="lxappearance"
     1.7 -VERSION="git"
     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/lxappearance $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/* $fs/usr
    1.34 -}
     2.1 --- a/lxappearance/stuff/lxappearance.desktop	Sat May 28 22:54:36 2011 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,20 +0,0 @@
     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 -