Date: Wednesday, January 11, 2023 @ 00:10:41
  Author: heftig
Revision: 466325

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview5/repos/extra-x86_64/PKGBUILD
    (from rev 466324, gtksourceview5/trunk/PKGBUILD)
Deleted:
  gtksourceview5/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-11 00:10:26 UTC (rev 466324)
+++ PKGBUILD    2023-01-11 00:10:41 UTC (rev 466325)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgbase=gtksourceview5
-pkgname=(gtksourceview5 gtksourceview5-docs)
-pkgver=5.6.1
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView";
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk4 libxml2 pcre2)
-makedepends=(gobject-introspection vala gi-docgen git meson)
-checkdepends=(xorg-server-xvfb)
-options=(debug)
-_commit=1e93d67061037c9eb241112c2b7424e31709d868  # tags/5.6.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-}
-
-build() {
-  arch-meson gtksourceview build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
-    meson test -C build --print-errorlogs
-}
-
-package_gtksourceview5() {
-  provides=(libgtksourceview-${pkgver%%.*}.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_gtksourceview5-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gtksourceview5/repos/extra-x86_64/PKGBUILD (from rev 466324, 
gtksourceview5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-11 00:10:41 UTC (rev 466325)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgbase=gtksourceview5
+pkgname=(gtksourceview5 gtksourceview5-docs)
+pkgver=5.6.2
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView";
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk4 libxml2 pcre2)
+makedepends=(gobject-introspection vala gi-docgen git meson)
+checkdepends=(xorg-server-xvfb)
+options=(debug)
+_commit=b8df3c15f72f01c1a5b42ab865b076c3876c65bd  # tags/5.6.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+}
+
+build() {
+  arch-meson gtksourceview build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  GTK_A11Y=none dbus-run-session xvfb-run -s '-nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+package_gtksourceview5() {
+  provides=(libgtksourceview-${pkgver%%.*}.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_gtksourceview5-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to