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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:54:01 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:54:01
  Author: felixonmars
Revision: 658273

archrelease: copy trunk to community-staging-x86_64

Added:
  babe/repos/community-staging-x86_64/
  babe/repos/community-staging-x86_64/PKGBUILD
    (from rev 658272, babe/trunk/PKGBUILD)

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

Copied: babe/repos/community-staging-x86_64/PKGBUILD (from rev 658272, babe/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:54:01 UTC (rev 658273)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=babe
+pkgver=1.2.1
+pkgrel=3
+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)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('21c10b02a26aa1d3b831ea1f59f5e491e7a06939591e2a36d25b815651d2c7e1')
+
+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