gnome-text-editor: update to 43.1.

This commit is contained in:
Michal Vasilek 2023-01-04 16:28:20 +01:00
parent 57e5ad79bd
commit 3be367ff9f

View file

@ -1,7 +1,7 @@
# Template file for 'gnome-text-editor' # Template file for 'gnome-text-editor'
pkgname=gnome-text-editor pkgname=gnome-text-editor
version=43.0 version=43.1
revision=2 revision=1
build_style=meson build_style=meson
hostmakedepends="pkg-config gettext itstool glib-devel hostmakedepends="pkg-config gettext itstool glib-devel
gtk-update-icon-cache desktop-file-utils" gtk-update-icon-cache desktop-file-utils"
@ -11,8 +11,7 @@ short_desc="Simple text editor"
maintainer="Michal Vasilek <michal@vasilek.cz>" maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/gnome-text-editor" homepage="https://gitlab.gnome.org/GNOME/gnome-text-editor"
#changelog="https://gitlab.gnome.org/GNOME/gnome-text-editor/-/raw/gnome-43/NEWS" #changelog="https://gitlab.gnome.org/GNOME/gnome-text-editor/-/raw/main/NEWS"
changelog="https://gitlab.gnome.org/GNOME/gnome-text-editor/-/raw/main/NEWS" changelog="https://gitlab.gnome.org/GNOME/gnome-text-editor/-/raw/gnome-43/NEWS"
distfiles="${GNOME_SITE}/gnome-text-editor/${version%.*}/gnome-text-editor-$version.tar.xz" distfiles="${GNOME_SITE}/gnome-text-editor/${version%.*}/gnome-text-editor-$version.tar.xz"
checksum=b0fbbfcb17c6abc65dfb1ef5ff2fb1cadc1aa9536cd5e8589814b87e7812aa61 checksum=973a4b0deb68f9f91a54a4dd415b6afde9b5ae3ee684bc761471f94290f9f6cb
make_check=no # Tests were compiled with G_DISABLE_ASSERT and are likely no-ops. Aborting.