mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
gui-libs/libgedit-gfls: add 0.4.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST libgedit-gfls-0.2.1.tar.xz 24756 BLAKE2B 07d4db9568a6faba30997adf8aa367f35d535d180dbb1288cbf46a19c06d2a79e2352766b69d3f592ac4a697464ac135c02debc3636f19425b62a83897c9d8eb SHA512 db786777f9aac6b98030da4c596d0a117453313cad506ea2d108019e44d86035e1dfc04560bbdcc141366b73f1912944b49e0d2b8e1dfa97454657d082e33b44
|
||||
DIST libgedit-gfls-0.3.1.tar.bz2 30944 BLAKE2B 505b0f04c31eb249823201f07b1d5759601c74a9d052fefd036a2def8784a58e20caba756fd9eae52d895c66da89776be9664ffcff1560670f0bd254bb52251d SHA512 61861f9ec30fb4428acdf9eb6b0e684846fcd7a860f49aadcfcdbf1adc5cfddc4ba3255fd076c92f66f4956a7382fcabaa37031688ad9ff349a1e049b101e4bb
|
||||
DIST libgedit-gfls-0.4.1.tar.bz2 44185 BLAKE2B 2fea25b0ebc5be3213f7ef9f4646d8d5df0496d75fd0fa51ad357c0d10b7ffb1baed5e11f795404e3012c43ebc19283a07cd9436429c5a3d8f836f861569af69 SHA512 f461af98a4fe0f7e8a35b6e86299b119b2156382d794d288d3f88f227c3eb4575c5f152efdabb7a6d83c5fac99f40beed286d201790a7abdfb8b9e80b16380d0
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson virtualx
|
||||
|
||||
DESCRIPTION="A module dedicated to file loading and saving"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/gedit/libgedit-gfls"
|
||||
SRC_URI="https://gitlab.gnome.org/World/gedit/${PN}/-/archive/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="6/4"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="gtk-doc"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.78:2
|
||||
>=x11-libs/gtk+-3.22:3[introspection]
|
||||
gnome-base/gsettings-desktop-schemas
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/glib-utils
|
||||
gtk-doc? (
|
||||
>=dev-util/gtk-doc-1.25
|
||||
app-text/docbook-xml-dtd:4.3
|
||||
)
|
||||
>=sys-devel/gettext-0.19.6
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dgobject_introspection=true
|
||||
$(meson_use gtk-doc gtk_doc)
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx meson_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user