[arch-commits] Commit in amarok/repos (4 files)

Ionut Biru ibiru at archlinux.org
Sat Nov 5 11:37:30 UTC 2011


    Date: Saturday, November 5, 2011 @ 07:37:30
  Author: ibiru
Revision: 142132

db-move: moved amarok from [staging] to [testing] (i686)

Added:
  amarok/repos/testing-i686/
  amarok/repos/testing-i686/PKGBUILD
    (from rev 142117, amarok/repos/staging-i686/PKGBUILD)
  amarok/repos/testing-i686/amarok.install
    (from rev 142117, amarok/repos/staging-i686/amarok.install)
Deleted:
  amarok/repos/staging-i686/

----------------+
 PKGBUILD       |   39 +++++++++++++++++++++++++++++++++++++++
 amarok.install |   12 ++++++++++++
 2 files changed, 51 insertions(+)

Copied: amarok/repos/testing-i686/PKGBUILD (from rev 142117, amarok/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-11-05 11:37:30 UTC (rev 142132)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=amarok
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.4.3
+pkgrel=2
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+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')
+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")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('24e8141bcbd065448911fa872c50197d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/testing-i686/amarok.install (from rev 142117, amarok/repos/staging-i686/amarok.install)
===================================================================
--- testing-i686/amarok.install	                        (rev 0)
+++ testing-i686/amarok.install	2011-11-05 11:37:30 UTC (rev 142132)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list