Version bump

This commit is contained in:
2025-04-26 20:17:01 +02:00
parent 22c2e70ef9
commit cd2de7350b
2 changed files with 14 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,24 +6,23 @@ EAPI=8
inherit meson vala
DESCRIPTION="A GNOME library for spellchecking"
HOMEPAGE=https://gitlab.gnome.org/GNOME/libspelling"
https://gitlab.gnome.org/GNOME/libspelling/-/releases/${PN}/${P}.tar.bz2"
HOMEPAGE="https://gitlab.gnome.org/GNOME/libspelling"
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="LGPL-2.1+"
SLOT="1"
KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+enchant gtk-doc vala"
KEYWORDS="~amd64 ~loong ~ppc64 ~riscv ~x86 ~arm ~arm64"
IUSE="gtk-doc sysprof vala"
RDEPEND="
dev-libs/glib:2
>=gui-libs/gtk-4.8:4
>=gui-libs/gtksourceview-5.6:5
enchant? (
app-text/enchant:2
dev-libs/icu:=
)
>=gui-libs/gtk-4.15.5:4
>=gui-libs/gtksourceview-5.10.0:5
app-text/enchant:2
dev-libs/icu:=
"
DEPEND="${RDEPEND}
sysprof? ( dev-util/sysprof-capture:4 )
vala? (
$(vala_depend)
>=gui-libs/gtksourceview-5.6:5[vala]
@@ -42,8 +41,10 @@ src_prepare() {
src_configure() {
local emesonargs=(
$(meson_feature enchant)
-Denchant=enabled
-Dinstall-static=false
$(meson_use gtk-doc docs)
$(meson_use sysprof)
$(meson_use vala vapi)
)
meson_src_configure