summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:01:36 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:01:36 +0200
commitded388f24da6b0a286a7dd490401213cf4e5f7bc (patch)
tree709a99c1027af24522786a2dbbb8eb4b011ad267 /xfce
parent21acf730ff8fb925a17f988d7e4e0f3cd7b2374a (diff)
downloadnutyx-extra-ded388f24da6b0a286a7dd490401213cf4e5f7bc.tar.gz
nutyx-extra-ded388f24da6b0a286a7dd490401213cf4e5f7bc.tar.bz2
nutyx-extra-ded388f24da6b0a286a7dd490401213cf4e5f7bc.tar.xz
nutyx-extra-ded388f24da6b0a286a7dd490401213cf4e5f7bc.zip
Ajout de xfce4-cpugraph-plugin#0.4.0-4
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-cpugraph-plugin/.footprint14
-rw-r--r--xfce/xfce4-cpugraph-plugin/.md5sum1
-rwxr-xr-xxfce/xfce4-cpugraph-plugin/Pkgfile22
3 files changed, 37 insertions, 0 deletions
diff --git a/xfce/xfce4-cpugraph-plugin/.footprint b/xfce/xfce4-cpugraph-plugin/.footprint
new file mode 100644
index 000000000..84436ff39
--- /dev/null
+++ b/xfce/xfce4-cpugraph-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-cpugraph-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-cpugraph-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/cpugraph.desktop
diff --git a/xfce/xfce4-cpugraph-plugin/.md5sum b/xfce/xfce4-cpugraph-plugin/.md5sum
new file mode 100644
index 000000000..b3cc59143
--- /dev/null
+++ b/xfce/xfce4-cpugraph-plugin/.md5sum
@@ -0,0 +1 @@
+246697fc1e1ec5009aea34d4ef1dca95 xfce4-cpugraph-plugin-0.4.0.tar.gz
diff --git a/xfce/xfce4-cpugraph-plugin/Pkgfile b/xfce/xfce4-cpugraph-plugin/Pkgfile
new file mode 100755
index 000000000..9e212a70a
--- /dev/null
+++ b/xfce/xfce4-cpugraph-plugin/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Moniteur dearge CPU pour Xfce
+# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: xfce4-panel
+
+name=xfce4-cpugraph-plugin
+version=0.4.0
+release=4
+source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/xfce4 \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+