[arch-commits] Commit in amarok/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 24 06:37:44 UTC 2018


    Date: Friday, August 24, 2018 @ 06:37:43
  Author: arojas
Revision: 332904

archrelease: copy trunk to extra-x86_64

Added:
  amarok/repos/extra-x86_64/PKGBUILD
    (from rev 332903, amarok/trunk/PKGBUILD)
Deleted:
  amarok/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-24 06:37:15 UTC (rev 332903)
+++ PKGBUILD	2018-08-24 06:37:43 UTC (rev 332904)
@@ -1,44 +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.git20180816
-_commit=8f5ef80
-pkgrel=3
-pkgdesc="The powerful music player for KDE"
-arch=(x86_64)
-url="http://amarok.kde.org/"
-license=(GPL2 LGPL2.1 FDL)
-depends=(mariadb taglib-extras libofa kcmutils kdnssd knewstuff kirigami2 threadweaver ktexteditor qt5-webengine)
-makedepends=(extra-cmake-modules loudmouth libmtp libmygpo-qt5 gdk-pixbuf2 libgpod git knotifyconfig liblastfm-qt5)
-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'
-            'liblastfm-qt5: Ampache 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
-}

Copied: amarok/repos/extra-x86_64/PKGBUILD (from rev 332903, amarok/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-24 06:37:43 UTC (rev 332904)
@@ -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.git20180816
+_commit=8f5ef80
+pkgrel=4
+pkgdesc="The powerful music player for KDE"
+arch=(x86_64)
+url="http://amarok.kde.org/"
+license=(GPL2 LGPL2.1 FDL)
+depends=(mariadb taglib-extras libofa kcmutils kdnssd knewstuff kirigami2 threadweaver ktexteditor qt5-webengine liblastfm-qt5)
+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