From c9581a08b723c134c011ad23f32f8081efd6a075 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 23:05:51 +0200 Subject: Ajout de xfce4-settings#4.6.1-2 --- xfce/xfce4-settings/.footprint | 32 ++++++++++++++++++++++++++++++++ xfce/xfce4-settings/.md5sum | 1 + xfce/xfce4-settings/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 xfce/xfce4-settings/.footprint create mode 100644 xfce/xfce4-settings/.md5sum create mode 100755 xfce/xfce4-settings/Pkgfile (limited to 'xfce') 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 +} + -- cgit v1.2.3-54-g00ecf