[arch-commits] Commit in almanah/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Tue Jun 1 00:53:37 UTC 2021
Date: Tuesday, June 1, 2021 @ 00:53:37
Author: bgyorgy
Revision: 952912
archrelease: copy trunk to community-x86_64
Added:
almanah/repos/community-x86_64/PKGBUILD
(from rev 952911, almanah/trunk/PKGBUILD)
Deleted:
almanah/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 +++++++++++++++++++++++++------------------------------------
1 file changed, 26 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-01 00:53:31 UTC (rev 952911)
+++ PKGBUILD 2021-06-01 00:53:37 UTC (rev 952912)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=almanah
-pkgver=0.12.3
-pkgrel=2
-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
-}
Copied: almanah/repos/community-x86_64/PKGBUILD (from rev 952911, almanah/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-01 00:53:37 UTC (rev 952912)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=almanah
+pkgver=0.12.3
+pkgrel=3
+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=('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')
+
+build() {
+ arch-meson $pkgname-$pkgver 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