summaryrefslogtreecommitdiff
path: root/extra/thunar-media-tags-plugin
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-08 15:04:28 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-08 15:04:28 -0300
commit38e55a4f9ca44d32cc497abdafe5bcd4df23704b (patch)
treefe7a66290d7144394574c31b0582e307b3be2c65 /extra/thunar-media-tags-plugin
parent8aca2654c1403bb8cc9af1bb7d6b7a8fcfe8946e (diff)
parenta9dea3be54150dd7aacef235d86ad62b547c718c (diff)
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Diffstat (limited to 'extra/thunar-media-tags-plugin')
-rw-r--r--extra/thunar-media-tags-plugin/PKGBUILD34
1 files changed, 10 insertions, 24 deletions
diff --git a/extra/thunar-media-tags-plugin/PKGBUILD b/extra/thunar-media-tags-plugin/PKGBUILD
index 7cdda5203..18be666e0 100644
--- a/extra/thunar-media-tags-plugin/PKGBUILD
+++ b/extra/thunar-media-tags-plugin/PKGBUILD
@@ -1,36 +1,23 @@
-# $Id: PKGBUILD 108077 2011-01-29 12:18:52Z andyrtr $
+# $Id: PKGBUILD 146210 2012-01-06 03:43:06Z eric $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
pkgname=thunar-media-tags-plugin
-pkgver=0.1.2.99.git20110129
+pkgver=0.2.0
pkgrel=1
-pkgdesc="adds special features for media files to the Thunar File Manager"
+pkgdesc="Adds special features for media files to the Thunar File Manager"
arch=('i686' 'x86_64' 'mips64el')
-license=('GPL2')
+license=('GPL')
url="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
groups=('xfce4-goodies')
depends=('taglib' 'thunar')
-makedepends=('intltool' 'xfce4-dev-tools')
+makedepends=('intltool')
options=('!libtool')
-source=(#http://archive.xfce.org/src/thunar-plugins/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2
- # broken master http://git.xfce.org/thunar-plugins/thunar-media-tags-plugin/snapshot/thunar-media-tags-plugin-8d29c1f4672f41baabc84ec02630c79793ead159.tar.bz2
- # thunarx-2 branch
- #http://git.xfce.org/thunar-plugins/thunar-media-tags-plugin/snapshot/thunar-media-tags-plugin-270924abcab81275dede68d882936c14b238b3ec.tar.bz2
- ftp://ftp.archlinux.org/other/$pkgname/thunar-media-tags-plugin-270924abcab81275dede68d882936c14b238b3ec.tar.bz2
- 0001-Switch-to-the-new-tooltip-api-in-gtk-depend-on-gtk-2.patch
- 04_fix-implicit-dso-linking.patch)
-md5sums=('faf79a2568ae7b76477ddd0d9ffe9380'
- '199e0f657333ed1d09947b7d4fdeb493'
- 'b310ccc46752f672a1030c4e17093b77')
+source=(http://archive.xfce.org/src/thunar-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1111b4dae10156ab91adb4eadb26586593b1b023')
build() {
-# cd ${srcdir}/${pkgname}-${pkgver}
- cd ${srcdir}/${pkgname}*
- # fixes for new thunar taken from http://bugzilla.xfce.org/show_bug.cgi?id=6295
- patch -Np1 -i ${srcdir}/0001-Switch-to-the-new-tooltip-api-in-gtk-depend-on-gtk-2.patch
- patch -Np1 -i ${srcdir}/04_fix-implicit-dso-linking.patch
- xdt-autogen
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
@@ -41,7 +28,6 @@ build() {
}
package() {
-# cd ${srcdir}/${pkgname}-${pkgver}
- cd ${srcdir}/${pkgname}*
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}