[arch-commits] Commit in pantheon-tasks/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sun Mar 6 15:56:59 UTC 2022
Date: Sunday, March 6, 2022 @ 15:56:58
Author: foutrelis
Revision: 1142625
archrelease: copy trunk to community-staging-x86_64
Added:
pantheon-tasks/repos/community-staging-x86_64/
pantheon-tasks/repos/community-staging-x86_64/PKGBUILD
(from rev 1142623, pantheon-tasks/trunk/PKGBUILD)
----------+
PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
Copied: pantheon-tasks/repos/community-staging-x86_64/PKGBUILD (from rev 1142623, pantheon-tasks/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-03-06 15:56:58 UTC (rev 1142625)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-tasks
+pkgver=6.2.0
+pkgrel=2
+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=7f297e85841435639d14816c2f194f397b9452aa
+source=(pantheon-tasks::git+https://github.com/elementary/tasks.git#tag=${_tag})
+b2sums=(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