summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:05:51 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:05:51 +0200
commitc9581a08b723c134c011ad23f32f8081efd6a075 (patch)
tree864757d217d23a73110721ce3243ee5f4e1b60d4 /xfce
parente637422d7ec5179c94806bbec3736334bc49a558 (diff)
downloadnutyx-extra-c9581a08b723c134c011ad23f32f8081efd6a075.tar.gz
nutyx-extra-c9581a08b723c134c011ad23f32f8081efd6a075.tar.bz2
nutyx-extra-c9581a08b723c134c011ad23f32f8081efd6a075.tar.xz
nutyx-extra-c9581a08b723c134c011ad23f32f8081efd6a075.zip
Ajout de xfce4-settings#4.6.1-2
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-settings/.footprint32
-rw-r--r--xfce/xfce4-settings/.md5sum1
-rwxr-xr-xxfce/xfce4-settings/Pkgfile22
3 files changed, 55 insertions, 0 deletions
diff --git a/xfce/xfce4-settings/.footprint b/xfce/xfce4-settings/.footprint
new file mode 100644
index 000000000..4d3aece28
--- /dev/null
+++ b/xfce/xfce4-settings/.footprint
@@ -0,0 +1,32 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/xdg/
+drwxr-xr-x root/root etc/xdg/autostart/
+-rw-r--r-- root/root etc/xdg/autostart/xfce4-settings-helper-autostart.desktop
+drwxr-xr-x root/root etc/xdg/xfce4/
+drwxr-xr-x root/root etc/xdg/xfce4/xfconf/
+drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/
+-rw-r--r-- root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xfce4-accessibility-settings
+-rwxr-xr-x root/root usr/bin/xfce4-appearance-settings
+-rwxr-xr-x root/root usr/bin/xfce4-display-settings
+-rwxr-xr-x root/root usr/bin/xfce4-keyboard-settings
+-rwxr-xr-x root/root usr/bin/xfce4-mouse-settings
+-rwxr-xr-x root/root usr/bin/xfce4-settings-editor
+-rwxr-xr-x root/root usr/bin/xfce4-settings-helper
+-rwxr-xr-x root/root usr/bin/xfce4-settings-manager
+-rwxr-xr-x root/root usr/bin/xfsettingsd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/xfce-display-settings.desktop
+-rw-r--r-- root/root usr/share/applications/xfce-keyboard-settings.desktop
+-rw-r--r-- root/root usr/share/applications/xfce-mouse-settings.desktop
+-rw-r--r-- root/root usr/share/applications/xfce-settings-manager.desktop
+-rw-r--r-- root/root usr/share/applications/xfce-ui-settings.desktop
+-rw-r--r-- root/root usr/share/applications/xfce4-accessibility-settings.desktop
+-rw-r--r-- root/root usr/share/applications/xfce4-settings-editor.desktop
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/xfce4-settings.mo
diff --git a/xfce/xfce4-settings/.md5sum b/xfce/xfce4-settings/.md5sum
new file mode 100644
index 000000000..dcf0211ad
--- /dev/null
+++ b/xfce/xfce4-settings/.md5sum
@@ -0,0 +1 @@
+dc1c8704471c5b0104fa10c30eb60cb6 xfce4-settings-4.6.1.tar.bz2
diff --git a/xfce/xfce4-settings/Pkgfile b/xfce/xfce4-settings/Pkgfile
new file mode 100755
index 000000000..e4f60cc6a
--- /dev/null
+++ b/xfce/xfce4-settings/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Interface independante de configuration des applications de Xfce
+# URL: http://wiki.xfce.org/releng/4.6/general-info
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: dbus-glib, exo, libglade, libnotify, libxfce4util, libxfcegui4, xfconf
+
+name=xfce4-settings
+version=4.6.1
+release=2
+source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+