wok-next rev 4143
Add: xfce4-settings
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:39:14 2009 +0000 (2009-09-20) |
parents | 0f6ee8c94654 |
children | c55cf2eceac4 |
files | xfce4-settings/receipt xfce4-settings/stuff/xsettings.xml.u |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-settings/receipt Sun Sep 20 13:39:14 2009 +0000 1.3 @@ -0,0 +1,42 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfce4-settings" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce Settings Manager" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="libxfce4util libxfcegui4 libexo xfconf libglade dbus-glib xorg-libXi xorg-libXrandr" 1.12 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libexo-dev xfconf-dev libglade-dev 1.13 + dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://www.xfce.org/" 1.16 +WGET_URL="http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL 1.17 + http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + patch -p0 -i stuff/xsettings.xml.u 1.23 + cd $src 1.24 + ./configure --prefix=/usr \ 1.25 + --sysconfdir=/etc \ 1.26 + --enable-xcursor \ 1.27 + --enable-libnotify \ 1.28 + --enable-xrandr \ 1.29 + --enable-debug=no \ 1.30 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.31 + make && make DESTDIR=$PWD/_pkg install 1.32 +} 1.33 + 1.34 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 +genpkg_rules() 1.36 +{ 1.37 + mkdir -p $fs/usr \ 1.38 + $fs/usr/share/locale 1.39 + 1.40 + cp -a $_pkg/etc $fs/ 1.41 + cp -a $_pkg/usr/bin $fs/usr 1.42 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.43 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.44 +} 1.45 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xfce4-settings/stuff/xsettings.xml.u Sun Sep 20 13:39:14 2009 +0000 2.3 @@ -0,0 +1,14 @@ 2.4 +diff -ru xfce4-settings-4.6.1-ori/xfsettingsd/xsettings.xml xfce4-settings-4.6.1/xfsettingsd/xsettings.xml 2.5 +--- xfce4-settings-4.6.1-ori/xfsettingsd/xsettings.xml 2009-02-20 18:12:35.000000000 +0100 2.6 ++++ xfce4-settings-4.6.1/xfsettingsd/xsettings.xml 2009-08-02 23:43:12.000000000 +0200 2.7 +@@ -2,8 +2,8 @@ 2.8 + 2.9 + <channel name="xsettings" version="1.0"> 2.10 + <property name="Net" type="empty"> 2.11 +- <property name="ThemeName" type="string" value="Xfce"/> 2.12 +- <property name="IconThemeName" type="string" value="Rodent"/> 2.13 ++ <property name="ThemeName" type="string" value="Clearlooks"/> 2.14 ++ <property name="IconThemeName" type="string" value="Tango"/> 2.15 + </property> 2.16 + <property name="Xft" type="empty"> 2.17 + <property name="DPI" type="int" value="-1"/>