mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
Revert "gtksourceview5: update to 5.6.0."
This reverts commit bc616fa9b0
.
depends on glib 2.74 which was reverted
This commit is contained in:
parent
057de12cab
commit
c2c7a9fff1
1 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'gtksourceview5'
|
# Template file for 'gtksourceview5'
|
||||||
pkgname=gtksourceview5
|
pkgname=gtksourceview5
|
||||||
version=5.6.0
|
reverts="5.6.0_1"
|
||||||
revision=1
|
version=5.4.2
|
||||||
|
revision=2
|
||||||
wrksrc="gtksourceview-${version}"
|
wrksrc="gtksourceview-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -11,15 +12,15 @@ hostmakedepends="glib-devel itstool libxslt pkg-config gtk4 gettext
|
||||||
$(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
|
$(vopt_if gir vala) $(vopt_if gtk_doc gi-docgen)"
|
||||||
makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
|
makedepends="gtk4-devel libglib-devel libxml2-devel $(vopt_if gir vala)
|
||||||
pcre2-devel"
|
pcre2-devel"
|
||||||
checkdepends="xvfb-run mesa-dri cantarell-fonts"
|
checkdepends="xvfb-run cantarell-fonts"
|
||||||
short_desc="Text widget that extends GTK4 GtkTextView widget"
|
short_desc="Text widget that extends GTK4 GtkTextView widget"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/GtkSourceView"
|
homepage="https://wiki.gnome.org/Projects/GtkSourceView"
|
||||||
#changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-6/NEWS"
|
#changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/gtksourceview/-/raw/gtksourceview-5-4/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
|
||||||
checksum=0ca3df1d2af61bde3608d0d3f233e4a41f958e2ae59b9fc209c3df6102e8afdd
|
checksum=ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7
|
||||||
make_check_pre="xvfb-run"
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
|
Loading…
Add table
Reference in a new issue