[arch-commits] Commit in taglib-extras/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 13 16:56:03 UTC 2017


    Date: Wednesday, September 13, 2017 @ 16:56:02
  Author: arojas
Revision: 305421

Rebuild old package

Modified:
  taglib-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-13 16:46:05 UTC (rev 305420)
+++ PKGBUILD	2017-09-13 16:56:02 UTC (rev 305421)
@@ -1,18 +1,18 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=taglib-extras
 pkgver=1.0.1
-pkgrel=4
-pkgdesc="Additional taglib plugins for KDE"
-arch=('i686' 'x86_64')
+pkgrel=5
+pkgdesc="Additional taglib plugins"
+arch=(i686 x86_64)
 url="http://developer.kde.org/~wheeler/taglib.html"
-license=('LGPL')
-depends=('taglib')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.gz" taglib-1.10.patch)
-md5sums=('e973ca609b18e2c03c147ff9fd9e6eb8'
-         '45245fed507a770616e3011d2deb404d')
+license=(LGPL)
+depends=(taglib)
+makedepends=(cmake)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.gz" taglib-1.10.patch)
+sha256sums=('fe546b4b315f3227c975fed8ea9dfc0e54fc6997fdbba2a9da7beba479229632'
+            '31673efa5f655b26e5f28277bfb97b3d85d7c9f9e650a229227afe09ae2f9749')
 
 prepare() {
   mkdir -p build
@@ -26,7 +26,6 @@
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
     -DCMAKE_BUILD_TYPE=Release
   make
 }
@@ -33,5 +32,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list