[arch-commits] Commit in amarok (3 files)

Antonio Rojas arojas at archlinux.org
Sat May 26 15:37:05 UTC 2018


    Date: Saturday, May 26, 2018 @ 15:37:05
  Author: arojas
Revision: 325031

KF5 git snapshot

Added:
  amarok/kde-unstable/
  amarok/kde-unstable/PKGBUILD
    (from rev 322844, amarok/trunk/PKGBUILD)
Deleted:
  amarok/kde-unstable/PKGBUILD

-----------------------+
 PKGBUILD              |   46 ----------------------------------------------
 kde-unstable/PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 46 deletions(-)

Deleted: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-04-23 17:07:35 UTC (rev 322843)
+++ kde-unstable/PKGBUILD	2018-05-26 15:37:05 UTC (rev 325031)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=amarok
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="The powerful music player for KDE"
-arch=(x86_64)
-url="http://amarok.kde.org/"
-license=(GPL2 LGPL2.1 FDL)
-depends=(kdebase-runtime mariadb taglib-extras liblastfm ffmpeg libofa qjson qtscriptgenerator)
-makedepends=('automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' 'libmygpo-qt' 'qca-qt4')
-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'
-            'gst-libav: MP3 codecs'
-            'qca-qt4: Ampache support')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e3678de79db36956bc8588b9905726ace1b9188e7fdf89eaea265f1cb03116fd'
-            'SKIP')
-validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_NepomukCore=OFF \
-    -DWITH_Soprano=OFF \
-    -DWITH_QTWEBKIT=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: amarok/kde-unstable/PKGBUILD (from rev 322844, amarok/trunk/PKGBUILD)
===================================================================
--- kde-unstable/PKGBUILD	                        (rev 0)
+++ kde-unstable/PKGBUILD	2018-05-26 15:37:05 UTC (rev 325031)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=amarok
+pkgver=2.9.0.git20180522
+_commit=d2d9224
+pkgrel=1
+pkgdesc="The powerful music player for KDE"
+arch=(x86_64)
+url="http://amarok.kde.org/"
+license=(GPL2 LGPL2.1 FDL)
+depends=(mariadb taglib-extras liblastfm-qt5 libofa kcmutils kdnssd knewstuff kirigami2 threadweaver ktexteditor qt5-webengine)
+makedepends=(extra-cmake-modules loudmouth libmtp libmygpo-qt5 gdk-pixbuf2 libgpod git knotifyconfig)
+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-qt5: gpodder.net Internet Service')
+#source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=(git://git.kde.org/amarok.git#commit=$_commit)
+sha256sums=('SKIP')
+validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list