[arch-commits] Commit in (3 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Jul 23 09:00:23 UTC 2021
Date: Friday, July 23, 2021 @ 09:00:23
Author: alucryd
Revision: 984227
add pantheon-tasks
Added:
pantheon-tasks/
pantheon-tasks/trunk/
pantheon-tasks/trunk/PKGBUILD
----------+
PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
Added: pantheon-tasks/trunk/PKGBUILD
===================================================================
--- pantheon-tasks/trunk/PKGBUILD (rev 0)
+++ pantheon-tasks/trunk/PKGBUILD 2021-07-23 09:00:23 UTC (rev 984227)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-tasks
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='The Pantheon tasks'
+arch=(x86_64)
+url=https://github.com/elementary/tasks
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ clutter-gtk
+ geoclue
+ geocode-glib
+ glib2
+ gtk3
+ libchamplain
+ libclutter-1.0.so
+ libecal-2.0.so
+ libedataserver-1.2.so
+ libgdata.so
+ libgranite.so
+ libhandy-1.so
+ libical
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=bed36bfdd9a1b2cd248ff6df712aad57d9ecd860
+source=(pantheon-tasks::git+https://github.com/elementary/tasks.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+ cd pantheon-tasks
+
+ git describe --tags
+}
+
+build() {
+ arch-meson pantheon-tasks build
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list