[arch-commits] Commit in kdemultimedia-juk/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 25 01:08:39 UTC 2017


    Date: Saturday, March 25, 2017 @ 01:08:38
  Author: arojas
Revision: 291412

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdemultimedia-juk/repos/kde-unstable-x86_64/
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291411, kdemultimedia-juk/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD (from rev 291411, kdemultimedia-juk/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-03-25 01:08:38 UTC (rev 291412)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-juk
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='https://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e6170d1ee9b8c704c88a2d8537df24beca2cdd90b7e817b4d2f73c80a0d5b0a7'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../juk-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list