Date: Thursday, January 18, 2018 @ 09:18:43 Author: heftig Revision: 315037
FS#57108 gnome groups Modified: gnome-calendar/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-18 09:17:49 UTC (rev 315036) +++ PKGBUILD 2018-01-18 09:18:43 UTC (rev 315037) @@ -10,7 +10,7 @@ license=(GPL) depends=(evolution-data-server gsettings-desktop-schemas evolution gnome-control-center) makedepends=(python appstream-glib git meson gtk-doc) -groups=(gnome-extra) +groups=(gnome) _commit=954c48d7a093d4c4e65dc761eb2f395e90819848 # gnome-3-26 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit" gnome-calendar-3.26.2-libical-3.0.patch) @@ -23,20 +23,17 @@ } prepare() { - mkdir build cd $pkgname patch -Np1 -i ../gnome-calendar-3.26.2-libical-3.0.patch } build() { - cd build - arch-meson ../$pkgname -Denable-gtk-doc=true - ninja + arch-meson $pkgname build -Denable-gtk-doc=true + ninja -C build } package() { - cd build - DESTDIR="$pkgdir" ninja install + DESTDIR="$pkgdir" ninja -C build install } # vim:set ts=2 sw=2 et: