libgedit-amtk: upgrade 5.8.0 -> 5.9.0

Also, update the SRC_URI - the original github repos have been deleted completely.
Fetch it from the Gnome servers instead.

Changelog:
* Adopt new versioning scheme (this version is a stable one).
* Move the project to: https://gitlab.gnome.org/World/gedit/libgedit-amtk
* Use GtkImageMenuItem even if deprecated.
* Build: add the 'tests' option.
* Translation updates.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-01-25 18:06:24 +01:00 committed by Khem Raj
parent 47efd1f9b8
commit bb1f6db52c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d
DEPENDS = "glib-2.0 gtk+3"
inherit meson pkgconfig gobject-introspection features_check gtk-doc
inherit gobject-introspection features_check gtk-doc gnomebase
SRC_URI = "git://github.com/gedit-technology/libgedit-amtk.git;protocol=https;branch=main"
SRCREV = "f6fbfd1c57de3d97cab2056a5c3088b0da49e8a4"
SRC_URI[archive.sha256sum] = "7fc3348bef242e08967bdbb9a6698cf39f7810f95051fd8132910f36ed2d6d15"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"