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

Felix Yan felixonmars at archlinux.org
Sat May 16 10:48:12 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:48:11
  Author: felixonmars
Revision: 384192

archrelease: copy trunk to staging-x86_64

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

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

Copied: thunar-media-tags-plugin/repos/staging-x86_64/PKGBUILD (from rev 384191, thunar-media-tags-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:48:11 UTC (rev 384192)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=thunar-media-tags-plugin
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Adds special features for media files to the Thunar File Manager"
+arch=('x86_64')
+license=('GPL')
+url="https://docs.xfce.org/xfce/thunar/media-tags"
+groups=('xfce4-goodies')
+depends=('taglib' 'thunar')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e265c4415abac40337cc5566c6f706efcf0be4e97723abe22ba8b874c93a591b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list