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

Andrea Scarpino andrea at archlinux.org
Thu Sep 16 09:32:11 UTC 2010


    Date: Thursday, September 16, 2010 @ 05:32:11
  Author: andrea
Revision: 90800

upstream release

Modified:
  amarok/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-16 06:06:08 UTC (rev 90799)
+++ PKGBUILD	2010-09-16 09:32:11 UTC (rev 90800)
@@ -4,20 +4,20 @@
 
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="A media player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org"
 license=('GPL2' 'LGPL2' 'FDL')
 depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras' 'liblastfm')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' 'docbook-xsl')
 optdepends=("libgpod: support Apple iPod audio devices"
 	"libmtp: support for portable media devices"
 	"loudmouth: backend needed by mp3tunes for syncing")
 install=${pkgname}.install
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6679adaf5cc757b1515a9f03cdcb6066')
+md5sums=('4e03dc009f8b44d9b8dfb5f6d1034081')
 
 build() {
    cd ${srcdir}
@@ -25,12 +25,11 @@
    cd build
    cmake ../${pkgname}-${pkgver} \
      -DCMAKE_BUILD_TYPE=Release \
-     -DCMAKE_SKIP_RPATH=ON \
      -DCMAKE_INSTALL_PREFIX=/usr
-   make || return 1
+   make
 }
 
 package(){
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list