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

Tobias Powalowski tpowa at archlinux.org
Tue Sep 8 14:53:52 UTC 2009


    Date: Tuesday, September 8, 2009 @ 10:53:52
  Author: tpowa
Revision: 51453

upgpkg: taglib-extras 0.1.6-1
    bump to new version

Modified:
  taglib-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 14:53:35 UTC (rev 51452)
+++ PKGBUILD	2009-09-08 14:53:52 UTC (rev 51453)
@@ -2,20 +2,22 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=taglib-extras
-pkgver=0.1.3
+pkgver=0.1.6
 pkgrel=1
 pkgdesc="Additional taglib plugins for KDE"
 arch=("i686" "x86_64")
-url="http://websvn.kde.org/trunk/kdesupport/taglib-extras/"
+url="http://developer.kde.org/~wheeler/taglib.html"
 license=('LGPL')
 depends=('taglib>=1.5')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+source=(http://www.kollide.net/~jefferai/${pkgname}-${pkgver}.tar.gz)
 
 build() {
  cd $srcdir/$pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON || return 1
   make || return 1
   make DESTDIR=$pkgdir install
 }
-md5sums=('943b7378bac525efba7c7115f758c118')
+md5sums=('706a82fe4c25606f731faf4c14b5edb0')




More information about the arch-commits mailing list