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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Jan 25 14:44:56 UTC 2013


    Date: Friday, January 25, 2013 @ 15:44:55
  Author: andrea
Revision: 175976

upgpkg: amarok 2.7.0-2

Rebuilt to get liblastfm and clamz support

Modified:
  amarok/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-25 14:44:35 UTC (rev 175975)
+++ PKGBUILD	2013-01-25 14:44:55 UTC (rev 175976)
@@ -6,27 +6,26 @@
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
-url="http://amarok.kde.org"
+url="http://amarok.kde.org/"
 license=('GPL2' 'LGPL2.1' 'FDL')
 depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
         'liblastfm' 'ffmpeg' 'libofa' 'qjson')
 makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
-             'libmygpo-qt' 'mesa')
+             'libmygpo-qt' 'mesa' 'clamz')
 optdepends=("libgpod: support for Apple iPod audio devices"
 	        "libmtp: support for portable media devices"
         	"loudmouth: backend needed by mp3tunes for syncing"
             "ifuse: support for Apple iPod Touch and iPhone"
-            "libmygpo-qt: gpodder.net Internet Service")
+            "libmygpo-qt: gpodder.net Internet Service"
+            "clamz: allow to download songs from Amazon.com")
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
 	
 build() {
-  cd "${srcdir}"
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -37,6 +36,6 @@
 }
 
 package(){
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list