summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authortyrry <tyrry33 at gmail dot com>2010-02-18 12:34:21 +0100
committertyrry <tyrry33 at gmail dot com>2010-02-18 12:34:21 +0100
commit656b424f742fb229787194951cadc7748f161e1b (patch)
tree3dcf84817699d5a57af25b03197642a5363cfc31 /xfce
parentb41d0b0ee60a26aceb7f2be7dd36b0ee03e4a5d1 (diff)
downloadnutyx-extra-656b424f742fb229787194951cadc7748f161e1b.tar.gz
nutyx-extra-656b424f742fb229787194951cadc7748f161e1b.tar.bz2
nutyx-extra-656b424f742fb229787194951cadc7748f161e1b.tar.xz
nutyx-extra-656b424f742fb229787194951cadc7748f161e1b.zip
Ajout xfce4-systemload-plugin#0.4.2-1
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-systemload-plugin/.footprint14
-rw-r--r--xfce/xfce4-systemload-plugin/.md5sum1
-rw-r--r--xfce/xfce4-systemload-plugin/Pkgfile21
3 files changed, 36 insertions, 0 deletions
diff --git a/xfce/xfce4-systemload-plugin/.footprint b/xfce/xfce4-systemload-plugin/.footprint
new file mode 100644
index 000000000..30e788fc2
--- /dev/null
+++ b/xfce/xfce4-systemload-plugin/.footprint
@@ -0,0 +1,14 @@
+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/xfce4/
+drwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/xfce4-systemload-plugin
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/xfce4-systemload-plugin.mo
+drwxr-xr-x root/root usr/share/xfce4/
+drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
+-rw-r--r-- root/root usr/share/xfce4/panel-plugins/systemload.desktop
diff --git a/xfce/xfce4-systemload-plugin/.md5sum b/xfce/xfce4-systemload-plugin/.md5sum
new file mode 100644
index 000000000..a962e66b2
--- /dev/null
+++ b/xfce/xfce4-systemload-plugin/.md5sum
@@ -0,0 +1 @@
+cc5777bb1621704927513eb8eef5f07c xfce4-systemload-plugin-0.4.2.tar.bz2
diff --git a/xfce/xfce4-systemload-plugin/Pkgfile b/xfce/xfce4-systemload-plugin/Pkgfile
new file mode 100644
index 000000000..3ea7c4df2
--- /dev/null
+++ b/xfce/xfce4-systemload-plugin/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Moniteur system pour le panel
+# URL: http://goodies.xfce.org/
+# Maintainer: NuTyX core team
+# Packager: tyrry33 at gmail dot com
+# Depends on: xfce4-panel
+
+name=xfce4-systemload-plugin
+version=0.4.2
+release=1
+source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}