[arch-commits] Commit in almanah/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 06:56:19 UTC 2022


    Date: Monday, April 25, 2022 @ 06:56:19
  Author: arojas
Revision: 1189975

CE0BDE71A759A87F23F0F7D8B61DBCE10901C163 key rebuild

Modified:
  almanah/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 06:49:42 UTC (rev 1189974)
+++ PKGBUILD	2022-04-25 06:56:19 UTC (rev 1189975)
@@ -2,7 +2,7 @@
 
 pkgname=almanah
 pkgver=0.12.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Small GTK application to allow you to keep a diary of your life'
 arch=('x86_64')
 url='https://wiki.gnome.org/Apps/Almanah_Diary'
@@ -9,9 +9,16 @@
 license=('GPL3')
 depends=('evolution-data-server' 'libcryptui' 'gtkspell3' 'gtksourceview3')
 makedepends=('appstream-glib' 'meson')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('94ca4340ec651a58cfeba00f478f5a3db4d99dfac66a46d0d99705be688f305a')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+         https://gitlab.gnome.org/GNOME/almanah/-/commit/8c42a676.patch)
+sha256sums=('94ca4340ec651a58cfeba00f478f5a3db4d99dfac66a46d0d99705be688f305a'
+            'db268e25c626ece9a097e03debb3d6b302c42b6c089cb673d6c9ed459036bd09')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 < ../8c42a676.patch # Fix build with recent meson
+}
+
 build() {
   arch-meson $pkgname-$pkgver build
   meson compile -C build



More information about the arch-commits mailing list