summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-wavelan-plugin/.footprint.i68614
-rw-r--r--xfce/xfce4-wavelan-plugin/.footprint.x86_6414
-rw-r--r--xfce/xfce4-wavelan-plugin/.md5sum.i6861
-rw-r--r--xfce/xfce4-wavelan-plugin/.md5sum.x86_641
-rw-r--r--xfce/xfce4-wavelan-plugin/Pkgfile22
5 files changed, 0 insertions, 52 deletions
diff --git a/xfce/xfce4-wavelan-plugin/.footprint.i686 b/xfce/xfce4-wavelan-plugin/.footprint.i686
deleted file mode 100644
index 61e70ec4c..000000000
--- a/xfce/xfce4-wavelan-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-wavelan-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-wavelan-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/wavelan.desktop
diff --git a/xfce/xfce4-wavelan-plugin/.footprint.x86_64 b/xfce/xfce4-wavelan-plugin/.footprint.x86_64
deleted file mode 100644
index 61e70ec4c..000000000
--- a/xfce/xfce4-wavelan-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-wavelan-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-wavelan-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/wavelan.desktop
diff --git a/xfce/xfce4-wavelan-plugin/.md5sum.i686 b/xfce/xfce4-wavelan-plugin/.md5sum.i686
deleted file mode 100644
index a81fd01e4..000000000
--- a/xfce/xfce4-wavelan-plugin/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-1fa00ad9f24cc29536cb7622016c6a5e xfce4-wavelan-plugin-0.5.5.tar.bz2
diff --git a/xfce/xfce4-wavelan-plugin/.md5sum.x86_64 b/xfce/xfce4-wavelan-plugin/.md5sum.x86_64
deleted file mode 100644
index a81fd01e4..000000000
--- a/xfce/xfce4-wavelan-plugin/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-1fa00ad9f24cc29536cb7622016c6a5e xfce4-wavelan-plugin-0.5.5.tar.bz2
diff --git a/xfce/xfce4-wavelan-plugin/Pkgfile b/xfce/xfce4-wavelan-plugin/Pkgfile
deleted file mode 100644
index edf528b2b..000000000
--- a/xfce/xfce4-wavelan-plugin/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Applet pour le wifi
-# 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-wavelan-plugin
-version=0.5.5
-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
-}