diff options
Diffstat (limited to 'xfce')
-rw-r--r-- | xfce/xfce4-places-plugin/.footprint.i686 | 16 | ||||
-rw-r--r-- | xfce/xfce4-places-plugin/.footprint.x86_64 | 16 | ||||
-rw-r--r-- | xfce/xfce4-places-plugin/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xfce/xfce4-places-plugin/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | xfce/xfce4-places-plugin/Pkgfile | 23 |
5 files changed, 0 insertions, 57 deletions
diff --git a/xfce/xfce4-places-plugin/.footprint.i686 b/xfce/xfce4-places-plugin/.footprint.i686 deleted file mode 100644 index 5fc6fa7cb..000000000 --- a/xfce/xfce4-places-plugin/.footprint.i686 +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xfce4-popup-places -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-places-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-places-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/places.desktop diff --git a/xfce/xfce4-places-plugin/.footprint.x86_64 b/xfce/xfce4-places-plugin/.footprint.x86_64 deleted file mode 100644 index 5fc6fa7cb..000000000 --- a/xfce/xfce4-places-plugin/.footprint.x86_64 +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xfce4-popup-places -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-places-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-places-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/places.desktop diff --git a/xfce/xfce4-places-plugin/.md5sum.i686 b/xfce/xfce4-places-plugin/.md5sum.i686 deleted file mode 100644 index 272089c4e..000000000 --- a/xfce/xfce4-places-plugin/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -f2d8c13340b3d52c5a7f6e2b9cdc55e3 xfce4-places-plugin-1.2.0.tar.bz2 diff --git a/xfce/xfce4-places-plugin/.md5sum.x86_64 b/xfce/xfce4-places-plugin/.md5sum.x86_64 deleted file mode 100644 index 272089c4e..000000000 --- a/xfce/xfce4-places-plugin/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -f2d8c13340b3d52c5a7f6e2b9cdc55e3 xfce4-places-plugin-1.2.0.tar.bz2 diff --git a/xfce/xfce4-places-plugin/Pkgfile b/xfce/xfce4-places-plugin/Pkgfile deleted file mode 100755 index 5ffc019d6..000000000 --- a/xfce/xfce4-places-plugin/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Raccourcis vers documents, dossiers et medias amovibles -# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin -# Maintainer: NuTyX core team -# Packager: tnut at nutyx dot com -# Depends on: thunar, ,thunar-vfs,xfce4-panel -# Run on: thunar,thunar-vfs, xfce4-panel - -name=xfce4-places-plugin -version=1.2.0 -release=1 -source=(http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.2/$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 -} - |