Date: Monday, June 13, 2022 @ 19:17:45 Author: heftig Revision: 448438
archrelease: copy trunk to extra-x86_64 Added: gtksourceview5/repos/extra-x86_64/PKGBUILD (from rev 448437, gtksourceview5/trunk/PKGBUILD) Deleted: gtksourceview5/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 112 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-06-13 19:17:31 UTC (rev 448437) +++ PKGBUILD 2022-06-13 19:17:45 UTC (rev 448438) @@ -1,56 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> -# Contributor: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Ionut Biru <ib...@archlinux.org> - -pkgbase=gtksourceview5 -pkgname=(gtksourceview5 gtksourceview5-docs) -pkgver=5.4.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=4d563021b97c3eeeaecceb29db2b581f8268f851 # tags/5.4.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 448437, gtksourceview5/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-06-13 19:17:45 UTC (rev 448438) @@ -0,0 +1,56 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgbase=gtksourceview5 +pkgname=(gtksourceview5 gtksourceview5-docs) +pkgver=5.4.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=ec0b434c4ebea7e9c1920013af2a911c4b28a66a # tags/5.4.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() { + 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: