[arch-commits] Commit in gtksourceview4/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 06:41:48 UTC 2020
Date: Sunday, March 8, 2020 @ 06:41:47
Author: heftig
Revision: 377035
archrelease: copy trunk to extra-x86_64
Added:
gtksourceview4/repos/extra-x86_64/PKGBUILD
(from rev 377027, gtksourceview4/trunk/PKGBUILD)
Deleted:
gtksourceview4/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 81 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 42 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 06:41:46 UTC (rev 377034)
+++ PKGBUILD 2020-03-08 06:41:47 UTC (rev 377035)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gtksourceview4
-pkgver=4.4.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=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
-checkdepends=(xorg-server-xvfb)
-_commit=6cbb07d5454ccb46ee053cc458391289cc2fb630 # tags/4.4.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd gtksourceview
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd gtksourceview
-}
-
-build() {
- arch-meson gtksourceview build -D glade_catalog=true -D gtk_doc=true
- ninja -C build
-}
-
-check() {
- xvfb-run meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: gtksourceview4/repos/extra-x86_64/PKGBUILD (from rev 377027, gtksourceview4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 06:41:47 UTC (rev 377035)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtksourceview4
+pkgver=4.6.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=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
+checkdepends=(xorg-server-xvfb)
+provides=(libgtksourceview-${pkgver%%.*}.so)
+_commit=71af6ab1c48f97599c3d6457246b1e5c2de879f0 # tags/4.6.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd gtksourceview
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd gtksourceview
+}
+
+build() {
+ arch-meson gtksourceview build -D glade_catalog=true -D gtk_doc=true
+ ninja -C build
+}
+
+check() {
+ dbus-run-session xvfb-run \
+ -s '-screen 0 1920x1080x24 -nolisten local' \
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list