Date: Saturday, September 26, 2020 @ 23:12:28 Author: heftig Revision: 396679
3.38.0-1 Modified: gedit/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-26 23:06:32 UTC (rev 396678) +++ PKGBUILD 2020-09-26 23:12:28 UTC (rev 396679) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gedit -pkgver=3.36.2 +pkgver=3.38.0 pkgrel=1 pkgdesc="GNOME Text Editor" url="https://wiki.gnome.org/Apps/Gedit" @@ -10,11 +10,12 @@ license=(GPL) depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject dconf tepl) -makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson) +makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson + appstream-glib desktop-file-utils libxml2) optdepends=('gedit-plugins: Additional features') conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1') groups=(gnome) -_commit=a71341ea6e9d2244d7d4708061cfcdaab03b59fd # tags/3.36.2^0 +_commit=21fac3f0c87db0db104d7af7eaeb6f63d8216a14 # tags/3.38.0^0 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -33,8 +34,10 @@ } build() { - arch-meson $pkgname build -D gtk_doc=true - ninja -C build + arch-meson $pkgname build \ + -D gtk_doc=true \ + -D require_all_tests=true + meson compile -C build } check() {
