summaryrefslogtreecommitdiff
path: root/xfce4-systray
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 /xfce4-systray
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'xfce4-systray')
-rw-r--r--xfce4-systray/.footprint6
-rw-r--r--xfce4-systray/.md5sum1
-rw-r--r--xfce4-systray/Pkgfile19
3 files changed, 26 insertions, 0 deletions
diff --git a/xfce4-systray/.footprint b/xfce4-systray/.footprint
new file mode 100644
index 000000000..eb24b5b4c
--- /dev/null
+++ b/xfce4-systray/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xfce4/
+drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/libsystray.la
+-rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/libsystray.so
diff --git a/xfce4-systray/.md5sum b/xfce4-systray/.md5sum
new file mode 100644
index 000000000..3a3c50893
--- /dev/null
+++ b/xfce4-systray/.md5sum
@@ -0,0 +1 @@
+e55fbdecbee9b414c703d47988c5135c xfce4-systray-4.2.3.tar.gz
diff --git a/xfce4-systray/Pkgfile b/xfce4-systray/Pkgfile
new file mode 100644
index 000000000..b84e4a102
--- /dev/null
+++ b/xfce4-systray/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Systray for XFce4
+# URL: http://www.xfce.org
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: xfce4-panel
+# Group: xfce4
+
+name=xfce4-systray
+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-static \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit