Date: Friday, August 27, 2021 @ 09:43:23 Author: alucryd Revision: 1007317
archrelease: copy trunk to community-x86_64 Added: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 1007316, pantheon-calendar/trunk/PKGBUILD) Deleted: pantheon-calendar/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 102 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-08-27 09:43:18 UTC (rev 1007316) +++ PKGBUILD 2021-08-27 09:43:23 UTC (rev 1007317) @@ -1,51 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=pantheon-calendar -pkgver=6.0.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 - libhandy-1.so - libical -) -makedepends=( - git - intltool - meson - vala -) -_tag=0d0ac995aeedf6d3d78cbe41b6c07cfc78c62ea4 -source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag}) -sha256sums=('SKIP') - -pkgver() { - cd pantheon-calendar - - git describe --tags -} - -build() { - arch-meson pantheon-calendar build - meson compile -C build -} - -package() { - DESTDIR="${pkgdir}" meson install -C build -} - -# vim: ts=2 sw=2 et: Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 1007316, pantheon-calendar/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-08-27 09:43:23 UTC (rev 1007317) @@ -0,0 +1,51 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=pantheon-calendar +pkgver=6.0.1 +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 + libhandy-1.so + libical +) +makedepends=( + git + intltool + meson + vala +) +_tag=e99dc7bc91bea7d720730b31601aa95f638e2b35 +source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag}) +sha256sums=('SKIP') + +pkgver() { + cd pantheon-calendar + + git describe --tags +} + +build() { + arch-meson pantheon-calendar build + meson compile -C build +} + +package() { + DESTDIR="${pkgdir}" meson install -C build +} + +# vim: ts=2 sw=2 et: