[arch-commits] Commit in thunar-media-tags-plugin/repos/extra-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Jun 4 04:12:01 UTC 2018
Date: Monday, June 4, 2018 @ 04:12:01
Author: foutrelis
Revision: 325746
archrelease: copy trunk to extra-x86_64
Added:
thunar-media-tags-plugin/repos/extra-x86_64/PKGBUILD
(from rev 325745, thunar-media-tags-plugin/trunk/PKGBUILD)
Deleted:
thunar-media-tags-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-04 04:11:54 UTC (rev 325745)
+++ PKGBUILD 2018-06-04 04:12:01 UTC (rev 325746)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
-
-pkgname=thunar-media-tags-plugin
-pkgver=0.2.1
-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')
-source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('056d012a10403ee3e2e55b6ff2faecb796821de9ebee000315589b95d95ed253')
-
-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:
Copied: thunar-media-tags-plugin/repos/extra-x86_64/PKGBUILD (from rev 325745, thunar-media-tags-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-04 04:12:01 UTC (rev 325746)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=thunar-media-tags-plugin
+pkgver=0.2.1
+pkgrel=3
+pkgdesc="Adds special features for media files to the Thunar File Manager"
+arch=('x86_64')
+license=('GPL')
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
+groups=('xfce4-goodies')
+depends=('taglib' 'thunar')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('056d012a10403ee3e2e55b6ff2faecb796821de9ebee000315589b95d95ed253')
+
+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