summaryrefslogtreecommitdiffstats
path: root/xfce/thunar-media-tags-plugin
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:57:41 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:57:41 +0200
commit27e82ca9418e3379f6ae2bba8f9bcdb86308e87f (patch)
tree2e2a2338368e4f90f4a0694ffe8a27a681033f80 /xfce/thunar-media-tags-plugin
parentc0ec07d8f6b40c6944c282896dee8f3b8646a45d (diff)
downloadnutyx-extra-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.tar.gz
nutyx-extra-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.tar.bz2
nutyx-extra-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.tar.xz
nutyx-extra-27e82ca9418e3379f6ae2bba8f9bcdb86308e87f.zip
Ajout de thunar-media-tags-plugin#0.1.2-6
Diffstat (limited to 'xfce/thunar-media-tags-plugin')
-rw-r--r--xfce/thunar-media-tags-plugin/.footprint10
-rw-r--r--xfce/thunar-media-tags-plugin/.md5sum1
-rwxr-xr-xxfce/thunar-media-tags-plugin/Pkgfile22
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
+}
+