From 27e82ca9418e3379f6ae2bba8f9bcdb86308e87f Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 22:57:41 +0200 Subject: Ajout de thunar-media-tags-plugin#0.1.2-6 --- xfce/thunar-media-tags-plugin/.footprint | 10 ++++++++++ xfce/thunar-media-tags-plugin/.md5sum | 1 + xfce/thunar-media-tags-plugin/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 xfce/thunar-media-tags-plugin/.footprint create mode 100644 xfce/thunar-media-tags-plugin/.md5sum create mode 100755 xfce/thunar-media-tags-plugin/Pkgfile (limited to 'xfce/thunar-media-tags-plugin') 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 +} + -- cgit v1.2.3-54-g00ecf