[arch-commits] Commit in buho/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Nov 6 19:06:51 UTC 2021
Date: Saturday, November 6, 2021 @ 19:06:50
Author: arojas
Revision: 1037712
archrelease: copy trunk to community-x86_64
Added:
buho/repos/community-x86_64/PKGBUILD
(from rev 1037711, buho/trunk/PKGBUILD)
Deleted:
buho/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++-----------------------------
1 file changed, 23 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 19:06:42 UTC (rev 1037711)
+++ PKGBUILD 2021-11-06 19:06:50 UTC (rev 1037712)
@@ -1,29 +0,0 @@
-# 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
-}
Copied: buho/repos/community-x86_64/PKGBUILD (from rev 1037711, buho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 19:06:50 UTC (rev 1037712)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buho
+pkgver=2.1.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=('0795a957575c51ae09d831f3ba349069fa841effa272c42c0c2e34514868f610')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list