Date: Wednesday, May 20, 2020 @ 14:16:17 Author: heftig Revision: 387023
3.26.1+96+gedfc2b5-1 Modified: gnome-dictionary/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 14:15:45 UTC (rev 387022) +++ PKGBUILD 2020-05-20 14:16:17 UTC (rev 387023) @@ -1,17 +1,16 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gnome-dictionary -pkgver=3.26.1 +pkgver=3.26.1+96+gedfc2b5 pkgrel=1 pkgdesc="Look up words in dictionary sources" url="https://wiki.gnome.org/Apps/Dictionary" arch=(x86_64) license=(GPL2) -depends=(dconf gtk3) -makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection meson appstream-glib) -groups=(gnome-extra) -_commit=2b351e832e28782b465176b055ba38fe007df40d # tags/3.26.1^0 -source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit") +depends=(gtk3) +makedepends=(yelp-tools git meson appstream-glib) +_commit=edfc2b5bee92f8569e6a47b6cf31882380daf557 # master +source=("git+https://gitlab.gnome.org/GNOME/gnome-dictionary.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -25,16 +24,15 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() { - cd build - meson test + meson test -C build } package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build } # vim:set ts=2 sw=2 et:
