summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-05-11 14:59:26 +0200
committerPhilip Goto2021-05-11 14:59:26 +0200
commitd52a58968e8225710ecba7f77bd277a3fc2cdba5 (patch)
tree546f6062aae5e8d42f026062a3a3b0b28c9a9ca8
parentb4328656b836dca6c2eb7fee9410b35af73e6db7 (diff)
downloadaur-d52a58968e8225710ecba7f77bd277a3fc2cdba5.tar.gz
Temporarily disable gtk-doc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab317862e691..b1e4c64bc2fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
pkgbase = gtksourceview5
pkgdesc = A text widget adding syntax highlighting and more to GNOME
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/gtksourceview
- arch = i686
arch = x86_64
- arch = armv7h
arch = aarch64
license = LGPL
checkdepends = xorg-server-xvfb
diff --git a/PKGBUILD b/PKGBUILD
index dd8a1e8fd168..232a10b8aa47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=gtksourceview5
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="https://gitlab.gnome.org/GNOME/gtksourceview"
license=("LGPL")
-arch=(i686 x86_64 armv7h aarch64)
+arch=(x86_64 aarch64)
depends=(gtk4)
makedepends=(
git
gobject-introspection
+# gtk-doc
meson
vala
)
@@ -19,7 +20,7 @@ source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#tag=${pkgver}")
sha256sums=('SKIP')
build() {
- arch-meson gtksourceview build -D gtk_doc=true
+ arch-meson gtksourceview build # -D gtk_doc=true
meson compile -C build
}