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

Balló György bgyorgy at archlinux.org
Fri Oct 11 19:21:08 UTC 2019


    Date: Friday, October 11, 2019 @ 19:21:07
  Author: bgyorgy
Revision: 515109

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-11 19:21:04 UTC (rev 515108)
+++ PKGBUILD	2019-10-11 19:21:07 UTC (rev 515109)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=almanah
-pkgver=0.11.0+219+g1790486
-pkgrel=1
-pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
-arch=('x86_64')
-url="https://wiki.gnome.org/AlmanahDiary"
-license=('GPL')
-depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
-makedepends=('git' 'meson')
-_commit=179048616b1c9a7a35308a3c118ca6b6c5d78d8d  # master
-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
-  ninja -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 515108, almanah/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-11 19:21:07 UTC (rev 515109)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/AlmanahDiary"
+license=('GPL')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=08da456675ce01f966c3d541faaa59de63654d4b  # tags/0.12.0^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
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list