[arch-commits] Commit in babe/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Sep 29 08:31:06 UTC 2018


    Date: Saturday, September 29, 2018 @ 08:31:06
  Author: arojas
Revision: 387687

archrelease: copy trunk to community-x86_64

Added:
  babe/repos/community-x86_64/PKGBUILD
    (from rev 387686, babe/trunk/PKGBUILD)
Deleted:
  babe/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-29 08:30:27 UTC (rev 387686)
+++ PKGBUILD	2018-09-29 08:31:06 UTC (rev 387687)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=babe
-pkgver=1.2.1
-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=('eced1599b2b9af8f4ce7764120c454df4c299ddb436e1f392e57746c22bd7ba6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: babe/repos/community-x86_64/PKGBUILD (from rev 387686, babe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-29 08:31:06 UTC (rev 387687)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=babe
+pkgver=1.2.1
+pkgrel=2
+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