[arch-commits] Commit in pantheon-tasks (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Jul 23 09:00:29 UTC 2021


    Date: Friday, July 23, 2021 @ 09:00:29
  Author: alucryd
Revision: 984228

archrelease: copy trunk to community-x86_64

Added:
  pantheon-tasks/repos/
  pantheon-tasks/repos/community-x86_64/
  pantheon-tasks/repos/community-x86_64/PKGBUILD
    (from rev 984227, pantheon-tasks/trunk/PKGBUILD)

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

Copied: pantheon-tasks/repos/community-x86_64/PKGBUILD (from rev 984227, pantheon-tasks/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-07-23 09:00:29 UTC (rev 984228)
@@ -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