[arch-commits] Commit in pantheon-calendar (3 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 6 13:20:47 UTC 2019
Date: Wednesday, March 6, 2019 @ 13:20:46
Author: alucryd
Revision: 437849
archrelease: copy trunk to community-x86_64
Added:
pantheon-calendar/repos/
pantheon-calendar/repos/community-x86_64/
pantheon-calendar/repos/community-x86_64/PKGBUILD
(from rev 437848, pantheon-calendar/trunk/PKGBUILD)
----------+
PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 437848, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-06 13:20:46 UTC (rev 437849)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=5.0
+pkgrel=1
+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=${pkgver})
+sha256sums=(SKIP)
+
+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