Date: Monday, January 10, 2022 @ 10:39:48 Author: alucryd Revision: 1099024
archrelease: copy trunk to community-x86_64 Added: pantheon-tasks/repos/community-x86_64/PKGBUILD (from rev 1099023, pantheon-tasks/trunk/PKGBUILD) Deleted: pantheon-tasks/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 102 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 10:39:42 UTC (rev 1099023) +++ PKGBUILD 2022-01-10 10:39:48 UTC (rev 1099024) @@ -1,51 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=pantheon-tasks -pkgver=6.0.4 -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=8cac328e76601d039ef394fc65b47a9fb4af60fe -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: Copied: pantheon-tasks/repos/community-x86_64/PKGBUILD (from rev 1099023, pantheon-tasks/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-01-10 10:39:48 UTC (rev 1099024) @@ -0,0 +1,51 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=pantheon-tasks +pkgver=6.1.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=f247054de0168cbe200c2863ae9238bf368c7048 +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: