summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2009-05-15 15:28:07 +0000
committerJose V Beneyto <sepen@crux.nu>2009-05-15 15:28:07 +0000
commit00739e71d2bd2e1b3eaeeb4d728da25b7b1dca7e (patch)
tree6a223148106af5de56ef67dce167058dfa8e2fff
parent71f014336cf43d436c98f90edb29cd95e9ccac85 (diff)
downloadxfce-00739e71d2bd2e1b3eaeeb4d728da25b7b1dca7e.tar.gz
xfce-00739e71d2bd2e1b3eaeeb4d728da25b7b1dca7e.tar.xz
xfce4-settings: initial import
-rw-r--r--xfce4-settings/.footprint28
-rw-r--r--xfce4-settings/.md5sum1
-rw-r--r--xfce4-settings/Pkgfile25
3 files changed, 54 insertions, 0 deletions
diff --git a/xfce4-settings/.footprint b/xfce4-settings/.footprint
new file mode 100644
index 0000000..e61f304
--- /dev/null
+++ b/xfce4-settings/.footprint
@@ -0,0 +1,28 @@
+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/etc/
+drwxr-xr-x root/root usr/etc/xdg/
+drwxr-xr-x root/root usr/etc/xdg/autostart/
+-rw-r--r-- root/root usr/etc/xdg/autostart/xfce4-settings-helper-autostart.desktop
+drwxr-xr-x root/root usr/etc/xdg/xfce4/
+drwxr-xr-x root/root usr/etc/xdg/xfce4/xfconf/
+drwxr-xr-x root/root usr/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/
+-rw-r--r-- root/root usr/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+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
diff --git a/xfce4-settings/.md5sum b/xfce4-settings/.md5sum
new file mode 100644
index 0000000..dcf0211
--- /dev/null
+++ b/xfce4-settings/.md5sum
@@ -0,0 +1 @@
+dc1c8704471c5b0104fa10c30eb60cb6 xfce4-settings-4.6.1.tar.bz2
diff --git a/xfce4-settings/Pkgfile b/xfce4-settings/Pkgfile
new file mode 100644
index 0000000..3425964
--- /dev/null
+++ b/xfce4-settings/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Settings manager for XFce4
+# URL: http://www.xfce.org
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Packager: Jose V Beneyto, sepen at crux dot nu
+# Depends on: libxfcegui4, xfconf, exo, libnotify, libxklavier
+# Group: xfce4
+
+name=xfce4-settings
+version=4.6.1
+release=1
+source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-xrandr \
+ --enable-sound-settings \
+ --enable-libnotiy \
+ --enable-libxklavier \
+ --enable-pluggable-dialogs \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/{locale,xfce4/doc/??}
+}

Generated by cgit