summaryrefslogtreecommitdiff
path: root/xfce-mcs-manager
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-12-10 17:20:03 +0100
committerJuergen Daubert <jue@jue.li>2006-12-10 17:20:03 +0100
commitccbb473bf1695e44086597249985f08147c09780 (patch)
tree8899542ea3bdd372f119eb1e85f1c479b6615d5d /xfce-mcs-manager
parent364d118d1bb13535810910b67f3b56d3832e8b08 (diff)
downloadopt-ccbb473bf1695e44086597249985f08147c09780.tar.gz
opt-ccbb473bf1695e44086597249985f08147c09780.tar.xz
removed xfce ports, will add them to dedicated repo
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, 0 insertions, 48 deletions
diff --git a/xfce-mcs-manager/.footprint b/xfce-mcs-manager/.footprint
deleted file mode 100644
index 2c84b29c0..000000000
--- a/xfce-mcs-manager/.footprint
+++ /dev/null
@@ -1,27 +0,0 @@
-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
deleted file mode 100644
index f9ff3f2be..000000000
--- a/xfce-mcs-manager/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-029e7cc2b20a3de5f908483b4253f492 xfce-mcs-manager-4.2.3.tar.gz
diff --git a/xfce-mcs-manager/Pkgfile b/xfce-mcs-manager/Pkgfile
deleted file mode 100644
index 43b3b3217..000000000
--- a/xfce-mcs-manager/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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