summaryrefslogtreecommitdiff
path: root/xfce4
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 /xfce4
parentf1a2ca338c3d7dd8db9d21aa29b5b64973f4dc2b (diff)
downloadxfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.gz
xfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.xz
inital import
Diffstat (limited to 'xfce4')
-rw-r--r--xfce4/.footprint3
-rw-r--r--xfce4/.md5sum0
-rw-r--r--xfce4/Pkgfile15
-rw-r--r--xfce4/README32
4 files changed, 50 insertions, 0 deletions
diff --git a/xfce4/.footprint b/xfce4/.footprint
new file mode 100644
index 0000000..a8ad2fd
--- /dev/null
+++ b/xfce4/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/etc/
+-rw-r--r-- root/root usr/etc/xfce4
diff --git a/xfce4/.md5sum b/xfce4/.md5sum
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/xfce4/.md5sum
diff --git a/xfce4/Pkgfile b/xfce4/Pkgfile
new file mode 100644
index 0000000..180d5ed
--- /dev/null
+++ b/xfce4/Pkgfile
@@ -0,0 +1,15 @@
+# Description: The desktop environment XFce4
+# URL: http://www.xfce.org
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: xfce-mcs-plugins, xfce-utils, xfdesktop, xfce4-session, xfwm4, xfce4-icon-theme, gtk-xfce-engine
+# Group: xfce4
+
+name=xfce4
+version=4.3.99.2
+release=1
+source=()
+
+build () {
+ mkdir -p $PKG/usr/etc
+ echo "$name version $version" > $PKG/usr/etc/$name
+}
diff --git a/xfce4/README b/xfce4/README
new file mode 100644
index 0000000..c2fa1f7
--- /dev/null
+++ b/xfce4/README
@@ -0,0 +1,32 @@
+README for xfce4 4.4.x
+
+REQUIREMENTS
+
+PRE-INSTALL
+
+ If you have xfce4 4.2.x installed, remove the following packages
+ before building 4.4.x:
+
+ - xfce4-iconbox (included in xfce4-panel)
+ - xfce4-systray (included in xfce4-panel)
+ - xfce4-toys (removed)
+ - xfce4-trigger-launcher (removed)
+ - xfcalendar (replaced by orage)
+ - xffm (replaced by thunar)
+ - libdbh (not needed any more)
+
+POST-INSTALL
+
+PRECAUTION
+
+ Update/install the xfce4 ports in the following order:
+
+ - libxfce4util
+ - libxfcegui4
+ - libxfce4mcs
+ - xfce-mcs-manager
+ - all the rest ...
+
+ or use prt-get:
+
+ prt-get update `prt-get quickdep xfce4`

Generated by cgit