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

Antonio Rojas arojas at archlinux.org
Mon Jan 29 15:22:16 UTC 2018


    Date: Monday, January 29, 2018 @ 15:22:09
  Author: arojas
Revision: 287786

Add babe, new KDE music player

Added:
  babe/
  babe/trunk/
  babe/trunk/PKGBUILD

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

Added: babe/trunk/PKGBUILD
===================================================================
--- babe/trunk/PKGBUILD	                        (rev 0)
+++ babe/trunk/PKGBUILD	2018-01-29 15:22:09 UTC (rev 287786)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=babe
+pkgver=1.2
+pkgrel=1
+pkgdesc='A tiny music collection manager'
+url='https://babe.kde.org'
+arch=(x86_64)
+license=(GPL3)
+depends=(ki18n knotifications qt5-webengine qt5-websockets taglib)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('f686e8ac3b5d18389cd1018df0ae93e8bcbe9fae9741c6f3da8920d46b4ef1fe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list