[arch-commits] Commit in buho/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Sep 25 18:54:39 UTC 2021
Date: Saturday, September 25, 2021 @ 18:54:39
Author: arojas
Revision: 1025248
Rebuild with mauikit 2.0.2 to fix crash on close
Modified:
buho/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-25 18:48:18 UTC (rev 1025247)
+++ PKGBUILD 2021-09-25 18:54:39 UTC (rev 1025248)
@@ -2,7 +2,7 @@
pkgname=buho
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Task and note keeper'
url='https://mauikit.org/'
arch=(x86_64)
@@ -10,9 +10,15 @@
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')
+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
More information about the arch-commits
mailing list