[arch-commits] Commit in pantheon-calendar/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 07:58:27 UTC 2020
Date: Sunday, March 8, 2020 @ 07:58:27
Author: heftig
Revision: 591486
archrelease: copy trunk to community-testing-x86_64
Added:
pantheon-calendar/repos/community-testing-x86_64/
pantheon-calendar/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, pantheon-calendar/trunk/PKGBUILD)
----------+
PKGBUILD | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
Copied: pantheon-calendar/repos/community-testing-x86_64/PKGBUILD (from rev 591482, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-03-08 07:58:27 UTC (rev 591486)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=5.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
+ libgee
+ libgranite.so
+ libical
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=3d4f70ad046a45f59725856486276d482326fae1)
+sha256sums=('SKIP')
+
+pkgver() {
+ cd pantheon-calendar
+
+ git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+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