[arch-commits] Commit in pantheon-calendar/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 15:39:31 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:39:31
  Author: felixonmars
Revision: 1142452

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 1142451, pantheon-calendar/trunk/PKGBUILD)

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

Copied: pantheon-calendar/repos/community-staging-x86_64/PKGBUILD (from rev 1142451, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:39:31 UTC (rev 1142452)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=6.1.0
+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=4fa0641290000c21a895925431383ae944a3adce
+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