[arch-commits] Commit in pantheon-calendar/repos (2 files)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 21:09:08 UTC 2021
Date: Monday, November 8, 2021 @ 21:09:08
Author: heftig
Revision: 1038950
archrelease: copy trunk to community-staging-x86_64
Added:
pantheon-calendar/repos/community-staging-x86_64/
pantheon-calendar/repos/community-staging-x86_64/PKGBUILD
(from rev 1038948, pantheon-calendar/trunk/PKGBUILD)
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
Copied: pantheon-calendar/repos/community-staging-x86_64/PKGBUILD (from rev 1038948, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-08 21:09:08 UTC (rev 1038950)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=6.0.3
+pkgrel=2
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ clutter
+ evolution-data-server
+ folks
+ gdk-pixbuf2
+ geoclue
+ geocode-glib
+ glib2
+ gtk3
+ libchamplain
+ libfolks.so
+ libgee
+ libgranite.so
+ libhandy-1.so
+ libical
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=5041e704e3fdad0949ea3fca79e0b25c8da15ed3
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+ cd pantheon-calendar
+
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-calendar build
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list