summaryrefslogtreecommitdiff
path: root/xfce-mcs-manager
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /xfce-mcs-manager
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
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 000000000..2c84b29c0
--- /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 000000000..f9ff3f2be
--- /dev/null
+++ b/xfce-mcs-manager/.md5sum
@@ -0,0 +1 @@
+029e7cc2b20a3de5f908483b4253f492 xfce-mcs-manager-4.2.3.tar.gz
diff --git a/xfce-mcs-manager/Pkgfile b/xfce-mcs-manager/Pkgfile
new file mode 100644
index 000000000..43b3b3217
--- /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.2.3
+release=1
+source=(http://www.us.xfce.org/archive/xfce-$version/src/$name-$version.tar.gz)
+
+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/{fr,he}
+}

Generated by cgit