[arch-commits] Commit in gnome-calendar/repos (2 files)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 19:14:47 UTC 2021
Date: Monday, November 8, 2021 @ 19:14:47
Author: heftig
Revision: 427552
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gnome-calendar/repos/gnome-unstable-x86_64/
gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 427551, gnome-calendar/trunk/PKGBUILD)
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Copied: gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427551, gnome-calendar/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2021-11-08 19:14:47 UTC (rev 427552)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calendar
+pkgver=41.1
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar"
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center
+ libdazzle libhandy)
+makedepends=(git meson)
+optdepends=('evolution: ICS file import')
+groups=(gnome)
+_commit=59ad10ba3aaed69c96c5e7f710b3f2c6b35131ae # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list