diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 20:39:01 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 20:39:01 +0200 |
commit | 287abd81c8e26b591ecb060f0eb5afe3161fa33a (patch) | |
tree | 270e8aeef796e89af42f9878d7ba745acf52eec5 | |
parent | 0bdea7b8ce5777dc4361fea89279bd4db4d13d92 (diff) | |
download | nutyx-extra-287abd81c8e26b591ecb060f0eb5afe3161fa33a.tar.gz nutyx-extra-287abd81c8e26b591ecb060f0eb5afe3161fa33a.tar.bz2 nutyx-extra-287abd81c8e26b591ecb060f0eb5afe3161fa33a.tar.xz nutyx-extra-287abd81c8e26b591ecb060f0eb5afe3161fa33a.zip |
thunar-media-tags-plugin dans ouvert
-rw-r--r-- | xfce/thunar-media-tags-plugin/.footprint.i686 | 10 | ||||
-rw-r--r-- | xfce/thunar-media-tags-plugin/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | xfce/thunar-media-tags-plugin/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xfce/thunar-media-tags-plugin/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | xfce/thunar-media-tags-plugin/Pkgfile | 23 |
5 files changed, 0 insertions, 45 deletions
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 -} - |