summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-diskperf-plugin/.footprint.i68614
-rw-r--r--xfce/xfce4-diskperf-plugin/.footprint.x86_6414
-rw-r--r--xfce/xfce4-diskperf-plugin/.md5sum.i6861
-rw-r--r--xfce/xfce4-diskperf-plugin/.md5sum.x86_641
-rw-r--r--xfce/xfce4-diskperf-plugin/Pkgfile22
5 files changed, 0 insertions, 52 deletions
diff --git a/xfce/xfce4-diskperf-plugin/.footprint.i686 b/xfce/xfce4-diskperf-plugin/.footprint.i686
deleted file mode 100644
index 0bf0a8add..000000000
--- a/xfce/xfce4-diskperf-plugin/.footprint.i686
+++ /dev/null
@@ -1,14 +0,0 @@
-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-diskperf-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-diskperf-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/diskperf.desktop
diff --git a/xfce/xfce4-diskperf-plugin/.footprint.x86_64 b/xfce/xfce4-diskperf-plugin/.footprint.x86_64
deleted file mode 100644
index 0bf0a8add..000000000
--- a/xfce/xfce4-diskperf-plugin/.footprint.x86_64
+++ /dev/null
@@ -1,14 +0,0 @@
-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-diskperf-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-diskperf-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/diskperf.desktop
diff --git a/xfce/xfce4-diskperf-plugin/.md5sum.i686 b/xfce/xfce4-diskperf-plugin/.md5sum.i686
deleted file mode 100644
index e03c5fed5..000000000
--- a/xfce/xfce4-diskperf-plugin/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-c6ece8123c762ee203cbc6fd5450b503 xfce4-diskperf-plugin-2.3.0.tar.bz2
diff --git a/xfce/xfce4-diskperf-plugin/.md5sum.x86_64 b/xfce/xfce4-diskperf-plugin/.md5sum.x86_64
deleted file mode 100644
index e03c5fed5..000000000
--- a/xfce/xfce4-diskperf-plugin/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-c6ece8123c762ee203cbc6fd5450b503 xfce4-diskperf-plugin-2.3.0.tar.bz2
diff --git a/xfce/xfce4-diskperf-plugin/Pkgfile b/xfce/xfce4-diskperf-plugin/Pkgfile
deleted file mode 100644
index 6a66389b9..000000000
--- a/xfce/xfce4-diskperf-plugin/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Moniteur DD pour le panel
-# URL: http://goodies.xfce.org/
-# Maintainer: NuTyX core team
-# Packager: tyrry33 at gmail dot com
-# Depends on: xfce4-panel
-# Run on: xfce4-panel
-
-name=xfce4-diskperf-plugin
-version=2.3.0
-release=1
-source=(http://archive.xfce.org/src/panel-plugins/$name/2.3/$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
-}