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

Antonio Rojas arojas at gemini.archlinux.org
Sat Sep 25 18:54:49 UTC 2021


    Date: Saturday, September 25, 2021 @ 18:54:49
  Author: arojas
Revision: 1025249

archrelease: copy trunk to community-x86_64

Added:
  buho/repos/community-x86_64/PKGBUILD
    (from rev 1025248, buho/trunk/PKGBUILD)
Deleted:
  buho/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-25 18:54:39 UTC (rev 1025248)
+++ PKGBUILD	2021-09-25 18:54:49 UTC (rev 1025249)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=buho
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Task and note keeper'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-accounts mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('400df4ab9f63c49190f16a8d3bcdb605f6d74700ff68dbd4c5daefc6dfc31760')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: buho/repos/community-x86_64/PKGBUILD (from rev 1025248, buho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-25 18:54:49 UTC (rev 1025249)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buho
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Task and note keeper'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-accounts mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+        https://invent.kde.org/maui/buho/-/commit/b8350691.patch)
+sha256sums=('400df4ab9f63c49190f16a8d3bcdb605f6d74700ff68dbd4c5daefc6dfc31760'
+            'f990becd0c3dc5fab920918d4f8ab8aaf661e832d7cfa6a85b65fb1bb2a7f781')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < b8350691.patch # Fix build
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list