diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:57:41 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:57:41 +0200 |
commit | 27e82ca9418e3379f6ae2bba8f9bcdb86308e87f (patch) | |
tree | 2e2a2338368e4f90f4a0694ffe8a27a681033f80 | |
parent | c0ec07d8f6b40c6944c282896dee8f3b8646a45d (diff) | |
download | nutyx-pakxe-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.tar.gz nutyx-pakxe-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.tar.bz2 nutyx-pakxe-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.tar.xz nutyx-pakxe-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.zip |
Ajout de thunar-media-tags-plugin#0.1.2-6
-rw-r--r-- | xfce/thunar-media-tags-plugin/.footprint | 10 | ||||
-rw-r--r-- | xfce/thunar-media-tags-plugin/.md5sum | 1 | ||||
-rwxr-xr-x | xfce/thunar-media-tags-plugin/Pkgfile | 22 |
3 files changed, 33 insertions, 0 deletions
diff --git a/xfce/thunar-media-tags-plugin/.footprint b/xfce/thunar-media-tags-plugin/.footprint new file mode 100644 index 000000000..db84be6b5 --- /dev/null +++ b/xfce/thunar-media-tags-plugin/.footprint @@ -0,0 +1,10 @@ +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 b/xfce/thunar-media-tags-plugin/.md5sum new file mode 100644 index 000000000..daf13762c --- /dev/null +++ b/xfce/thunar-media-tags-plugin/.md5sum @@ -0,0 +1 @@ +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 new file mode 100755 index 000000000..f4999acd4 --- /dev/null +++ b/xfce/thunar-media-tags-plugin/Pkgfile @@ -0,0 +1,22 @@ +# 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 + +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 +} + |