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

Jan Steffens heftig at archlinux.org
Fri Mar 5 22:55:18 UTC 2021


    Date: Friday, March 5, 2021 @ 22:55:18
  Author: heftig
Revision: 882670

archrelease: copy trunk to community-x86_64

Added:
  almanah/repos/community-x86_64/PKGBUILD
    (from rev 882669, almanah/trunk/PKGBUILD)
Deleted:
  almanah/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-05 22:55:05 UTC (rev 882669)
+++ PKGBUILD	2021-03-05 22:55:18 UTC (rev 882670)
@@ -1,39 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=almanah
-pkgver=0.12.2
-pkgrel=1
-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"
-license=('GPL')
-depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
-makedepends=('git' 'meson')
-_commit=92e52b316c5ffeea614a410905c95cb99b53ef44  # tags/0.12.2^0
-source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://gitlab.gnome.org/GNOME/almanah/-/issues/4
-  git cherry-pick -n 0b944a92ebc5f5c69156a0f46b8560a35384233c
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: almanah/repos/community-x86_64/PKGBUILD (from rev 882669, almanah/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-05 22:55:18 UTC (rev 882670)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.12.3
+pkgrel=1
+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"
+license=('GPL')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=d653556ca3955a1b281031e77ec45a5fbdb7c25c  # tags/0.12.3^0
+source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list