From 287abd81c8e26b591ecb060f0eb5afe3161fa33a Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 30 Mar 2011 20:39:01 +0200 Subject: thunar-media-tags-plugin dans ouvert --- xfce/thunar-media-tags-plugin/.footprint.i686 | 10 ---------- xfce/thunar-media-tags-plugin/.footprint.x86_64 | 10 ---------- xfce/thunar-media-tags-plugin/.md5sum.i686 | 1 - xfce/thunar-media-tags-plugin/.md5sum.x86_64 | 1 - xfce/thunar-media-tags-plugin/Pkgfile | 23 ----------------------- 5 files changed, 45 deletions(-) delete mode 100644 xfce/thunar-media-tags-plugin/.footprint.i686 delete mode 100644 xfce/thunar-media-tags-plugin/.footprint.x86_64 delete mode 100644 xfce/thunar-media-tags-plugin/.md5sum.i686 delete mode 100644 xfce/thunar-media-tags-plugin/.md5sum.x86_64 delete mode 100755 xfce/thunar-media-tags-plugin/Pkgfile (limited to 'xfce') diff --git a/xfce/thunar-media-tags-plugin/.footprint.i686 b/xfce/thunar-media-tags-plugin/.footprint.i686 deleted file mode 100644 index db84be6b5..000000000 --- a/xfce/thunar-media-tags-plugin/.footprint.i686 +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/thunarx-1/ --rwxr-xr-x root/root usr/lib/thunarx-1/thunar-media-tags-plugin.la --rwxr-xr-x root/root usr/lib/thunarx-1/thunar-media-tags-plugin.so -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/thunar-media-tags-plugin.mo diff --git a/xfce/thunar-media-tags-plugin/.footprint.x86_64 b/xfce/thunar-media-tags-plugin/.footprint.x86_64 deleted file mode 100644 index db84be6b5..000000000 --- a/xfce/thunar-media-tags-plugin/.footprint.x86_64 +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/thunarx-1/ --rwxr-xr-x root/root usr/lib/thunarx-1/thunar-media-tags-plugin.la --rwxr-xr-x root/root usr/lib/thunarx-1/thunar-media-tags-plugin.so -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/thunar-media-tags-plugin.mo diff --git a/xfce/thunar-media-tags-plugin/.md5sum.i686 b/xfce/thunar-media-tags-plugin/.md5sum.i686 deleted file mode 100644 index daf13762c..000000000 --- a/xfce/thunar-media-tags-plugin/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -8a95f0ea4df6f757c1c94eb5442d2ff5 thunar-media-tags-plugin-0.1.2.tar.bz2 diff --git a/xfce/thunar-media-tags-plugin/.md5sum.x86_64 b/xfce/thunar-media-tags-plugin/.md5sum.x86_64 deleted file mode 100644 index daf13762c..000000000 --- a/xfce/thunar-media-tags-plugin/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -8a95f0ea4df6f757c1c94eb5442d2ff5 thunar-media-tags-plugin-0.1.2.tar.bz2 diff --git a/xfce/thunar-media-tags-plugin/Pkgfile b/xfce/thunar-media-tags-plugin/Pkgfile deleted file mode 100755 index be908c76d..000000000 --- a/xfce/thunar-media-tags-plugin/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Plugin d'édition des tags mp3/ogg pour thunar -# URL: http://xfce-goodies.berlios.de/ -# Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com -# Depends on: taglib, thunar -# Run on: taglib,thunar - -name=thunar-media-tags-plugin -version=0.1.2 -release=6 -source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2) - -build() { -cd $name-$version - ./configure --prefix=/usr \ - --libexecdir=/usr/lib/xfce4 \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static - make - make DESTDIR=$PKG install -} - -- cgit v1.2.3-54-g00ecf