Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gtksourceview5
Commits: f545f98d by Jan Alexander Steffens (heftig) at 2023-10-04T00:56:35+02:00 5.10.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,32 @@ +pkgbase = gtksourceview5 + pkgdesc = A text widget adding syntax highlighting and more to GNOME + pkgver = 5.10.0 + pkgrel = 1 + url = https://wiki.gnome.org/Projects/GtkSourceView + arch = x86_64 + license = LGPL + checkdepends = xorg-server-xvfb + makedepends = gi-docgen + makedepends = git + makedepends = gobject-introspection + makedepends = meson + makedepends = vala + depends = cairo + depends = fontconfig + depends = fribidi + depends = gdk-pixbuf2 + depends = glib2 + depends = gtk4 + depends = hicolor-icon-theme + depends = libxml2 + depends = pango + depends = pcre2 + source = git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=fd0b63d6926a3b2cdfbc4fafc1d16bcab5eced3b + b2sums = SKIP + +pkgname = gtksourceview5 + provides = libgtksourceview-5.so + +pkgname = gtksourceview5-docs + pkgdesc = A text widget adding syntax highlighting and more to GNOME (documentation) + depends = ===================================== PKGBUILD ===================================== @@ -1,18 +1,29 @@ +# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org> # 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.8.0 +pkgname=( + gtksourceview5 + gtksourceview5-docs +) +pkgver=5.10.0 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=( + cairo + fontconfig + fribidi + gdk-pixbuf2 + glib2 gtk4 + hicolor-icon-theme libxml2 + pango pcre2 ) makedepends=( @@ -23,7 +34,7 @@ makedepends=( vala ) checkdepends=(xorg-server-xvfb) -_commit=21ca89f7947d232f1ebd12b2a7780994d7771ea4 # tags/5.8.0^0 +_commit=fd0b63d6926a3b2cdfbc4fafc1d16bcab5eced3b # tags/5.10.0^0 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtksourceview5/-/commit/f545f98d7f27f960907f606749f8685ef6386080 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtksourceview5/-/commit/f545f98d7f27f960907f606749f8685ef6386080 You're receiving this email because of your account on gitlab.archlinux.org.
