summaryrefslogtreecommitdiff
path: root/xfce-mcs-manager
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-12-10 19:15:28 +0100
committerJuergen Daubert <jue@jue.li>2006-12-10 19:15:28 +0100
commitc8c5b63f92ab9a2bfd5eca5f3277579e57205107 (patch)
tree49d1a5b6d3f3b791dc585cdc03bd81f59fcb29d3 /xfce-mcs-manager
parentf1a2ca338c3d7dd8db9d21aa29b5b64973f4dc2b (diff)
downloadxfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.gz
xfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.xz
inital import
Diffstat (limited to 'xfce-mcs-manager')
-rw-r--r--xfce-mcs-manager/.footprint27
-rw-r--r--xfce-mcs-manager/.md5sum1
-rw-r--r--xfce-mcs-manager/Pkgfile20
3 files changed, 48 insertions, 0 deletions
diff --git a/xfce-mcs-manager/.footprint b/xfce-mcs-manager/.footprint
new file mode 100644
index 0000000..2c84b29
--- /dev/null
+++ b/xfce-mcs-manager/.footprint
@@ -0,0 +1,27 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xfce-mcs-manager
+-rwxr-xr-x root/root usr/bin/xfce-setting-show
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/xfce4/
+drwxr-xr-x root/root usr/include/xfce4/xfce-mcs-manager/
+-rw-r--r-- root/root usr/include/xfce4/xfce-mcs-manager/manager-plugin.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xfce-mcs-manager.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/xfce-settings-manager.desktop
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-settings.png
+drwxr-xr-x root/root usr/share/xfce4/
+drwxr-xr-x root/root usr/share/xfce4/doc/
+drwxr-xr-x root/root usr/share/xfce4/doc/C/
+drwxr-xr-x root/root usr/share/xfce4/doc/C/images/
+-rw-r--r-- root/root usr/share/xfce4/doc/C/images/settings_manager.png
+-rw-r--r-- root/root usr/share/xfce4/doc/C/images/smgr_from_root_menu.png
+-rw-r--r-- root/root usr/share/xfce4/doc/C/images/smgr_from_setup_button.png
+-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce-mcs-manager.html
diff --git a/xfce-mcs-manager/.md5sum b/xfce-mcs-manager/.md5sum
new file mode 100644
index 0000000..2aecdaf
--- /dev/null
+++ b/xfce-mcs-manager/.md5sum
@@ -0,0 +1 @@
+59d6d8f4f931b562b39ea1decdf9e29e xfce-mcs-manager-4.3.99.2.tar.bz2
diff --git a/xfce-mcs-manager/Pkgfile b/xfce-mcs-manager/Pkgfile
new file mode 100644
index 0000000..20aa33e
--- /dev/null
+++ b/xfce-mcs-manager/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Multi Channel Settings manager for XFce4
+# URL: http://www.xfce.org
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: libxfcegui4, libxfce4mcs
+# Group: xfce4
+
+name=xfce-mcs-manager
+version=4.3.99.2
+release=1
+source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/locale
+ rm -r $PKG/usr/share/xfce4/doc/??
+}

Generated by cgit