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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:44:37 UTC 2021


    Date: Monday, March 29, 2021 @ 07:44:37
  Author: alucryd
Revision: 908718

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

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

Copied: pantheon-calendar/repos/community-staging-x86_64/PKGBUILD (from rev 908717, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:44:37 UTC (rev 908718)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=5.1.1
+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
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=3c498eb4d14de3f07d7fb98a6db7d1dc42d796c5
+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
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list