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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 00:54:05 UTC 2012


    Date: Saturday, April 28, 2012 @ 20:54:04
  Author: foutrelis
Revision: 157573

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  thunar-media-tags-plugin/repos/staging-i686/
  thunar-media-tags-plugin/repos/staging-i686/PKGBUILD
    (from rev 157572, thunar-media-tags-plugin/trunk/PKGBUILD)
  thunar-media-tags-plugin/repos/staging-x86_64/
  thunar-media-tags-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 157572, thunar-media-tags-plugin/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: thunar-media-tags-plugin/repos/staging-i686/PKGBUILD (from rev 157572, thunar-media-tags-plugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-29 00:54:04 UTC (rev 157573)
@@ -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
+}

Copied: thunar-media-tags-plugin/repos/staging-x86_64/PKGBUILD (from rev 157572, thunar-media-tags-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-29 00:54:04 UTC (rev 157573)
@@ -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