[arch-commits] Commit in thunar-media-tags-plugin/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:53:43 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:53:43
  Author: foutrelis
Revision: 157644

db-move: moved thunar-media-tags-plugin from [staging] to [testing] (i686)

Added:
  thunar-media-tags-plugin/repos/testing-i686/
  thunar-media-tags-plugin/repos/testing-i686/PKGBUILD
    (from rev 157627, thunar-media-tags-plugin/repos/staging-i686/PKGBUILD)
Deleted:
  thunar-media-tags-plugin/repos/staging-i686/

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: thunar-media-tags-plugin/repos/testing-i686/PKGBUILD (from rev 157627, thunar-media-tags-plugin/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-29 02:53:43 UTC (rev 157644)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=thunar-media-tags-plugin
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="Adds special features for media files to the Thunar File Manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
+groups=('xfce4-goodies')
+depends=('taglib' 'thunar')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/thunar-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1111b4dae10156ab91adb4eadb26586593b1b023')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib/xfce4 \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list