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

Maxime Gauduin alucryd at archlinux.org
Fri Oct 2 07:56:04 UTC 2020


    Date: Friday, October 2, 2020 @ 07:56:03
  Author: alucryd
Revision: 715144

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

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

Copied: pantheon-calendar/repos/community-staging-x86_64/PKGBUILD (from rev 715143, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-10-02 07:56:03 UTC (rev 715144)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=5.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
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=0e54772e4051453e472338ac5ee7c9a028d5f2ea
+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