Date: Saturday, October 5, 2019 @ 16:24:42 Author: heftig Revision: 363856
archrelease: copy trunk to extra-x86_64 Added: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 363855, gnome-calendar/trunk/PKGBUILD) Deleted: gnome-calendar/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 82 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-10-05 16:24:28 UTC (rev 363855) +++ PKGBUILD 2019-10-05 16:24:42 UTC (rev 363856) @@ -1,41 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Maintainer: Jan de Groot <j...@archlinux.org> - -pkgname=gnome-calendar -pkgver=3.34.0+13+gcb14c3f4 -pkgrel=1 -pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" -url="https://wiki.gnome.org/Apps/Calendar" -arch=(x86_64) -license=(GPL) -depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center libdazzle) -makedepends=(python appstream-glib git meson gtk-doc) -optdepends=('evolution: ICS file import') -groups=(gnome) -_commit=cb14c3f46c1b626d1391828b66f11ce19f1f8993 # master -source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname -} - -build() { - arch-meson $pkgname build -D documentation=true - ninja -C build -} - -check() { - meson test -C build --print-errorlogs -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} - -# vim:set ts=2 sw=2 et: Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 363855, gnome-calendar/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-10-05 16:24:42 UTC (rev 363856) @@ -0,0 +1,41 @@ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Maintainer: Jan de Groot <j...@archlinux.org> + +pkgname=gnome-calendar +pkgver=3.34.1 +pkgrel=1 +pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop" +url="https://wiki.gnome.org/Apps/Calendar" +arch=(x86_64) +license=(GPL) +depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center libdazzle) +makedepends=(python appstream-glib git meson) +optdepends=('evolution: ICS file import') +groups=(gnome) +_commit=ca58f2b4643e6477f4c25b49ed6678b83033cefc # tags/3.34.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname +} + +build() { + arch-meson $pkgname build + ninja -C build +} + +check() { + meson test -C build --print-errorlogs +} + +package() { + DESTDIR="$pkgdir" meson install -C build +} + +# vim:set ts=2 sw=2 et: