diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-16 12:45:34 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-16 12:50:06 -0500 |
commit | 6deac11431c97edede1ef99485a5962ea3e0fb92 (patch) | |
tree | 54a81a9b291c585447fabaf478af5f897e185ec9 /sci-geosciences/geocode-glib | |
parent | profiles: Mask app-misc/tracker-miners rss on libsoup:3.0 versions (diff) | |
download | gentoo-6deac11431c97edede1ef99485a5962ea3e0fb92.tar.gz gentoo-6deac11431c97edede1ef99485a5962ea3e0fb92.tar.bz2 gentoo-6deac11431c97edede1ef99485a5962ea3e0fb92.zip |
sci-geosciences/geocode-glib: Provide .svg files in SLOT="2"
Basically everything that depends on geocode-glib is ready for
libsoup:3.0/geocode-glib:2, so this will allow depcleaning
geocode-glib:0.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-geosciences/geocode-glib')
-rw-r--r-- | sci-geosciences/geocode-glib/geocode-glib-3.26.4-r1.ebuild (renamed from sci-geosciences/geocode-glib/geocode-glib-3.26.4-r200.ebuild) | 11 | ||||
-rw-r--r-- | sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild | 43 |
2 files changed, 49 insertions, 5 deletions
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r200.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r1.ebuild index 2912deb19a51..6763e2b351b8 100644 --- a/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r200.ebuild +++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r1.ebuild @@ -8,19 +8,20 @@ DESCRIPTION="GLib helper library for geocoding services" HOMEPAGE="https://gitlab.gnome.org/GNOME/geocode-glib" LICENSE="LGPL-2+" -SLOT="2" +SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )" -# Needs to depend on geocode-glib-3.26.4:0 because only slot 0 has some svg +# Needs to depend on geocode-glib-3.26.4:2 because only slot 2 has some svg # files that we patch out here to avoid file collisions. RDEPEND=" >=dev-libs/glib-2.44:2 >=dev-libs/json-glib-0.99.2[introspection?] - >=net-libs/libsoup-3.0.8:3.0[introspection?] + >=net-libs/libsoup-2.42:2.4[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - >=sci-geosciences/geocode-glib-3.26.4:0 + + >=sci-geosciences/geocode-glib-3.26.4-r201:2 " DEPEND="${RDEPEND}" BDEPEND=" @@ -42,7 +43,7 @@ src_configure() { -Denable-installed-tests=false $(meson_use introspection enable-introspection) $(meson_use gtk-doc enable-gtk-doc) - -Dsoup2=false + -Dsoup2=true ) meson_src_configure } diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild new file mode 100644 index 000000000000..a0b7b3004da4 --- /dev/null +++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.4-r201.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gnome.org meson xdg + +DESCRIPTION="GLib helper library for geocoding services" +HOMEPAGE="https://gitlab.gnome.org/GNOME/geocode-glib" + +LICENSE="LGPL-2+" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="gtk-doc +introspection test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/glib-2.44:2 + >=dev-libs/json-glib-0.99.2[introspection?] + >=net-libs/libsoup-3.0.8:3.0[introspection?] + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) + + !<sci-geosciences/geocode-glib-3.26.4:0 +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/glib-utils + gtk-doc? ( + >=dev-util/gtk-doc-1.13 + app-text/docbook-xml-dtd:4.3 + ) + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Denable-installed-tests=false + $(meson_use introspection enable-introspection) + $(meson_use gtk-doc enable-gtk-doc) + -Dsoup2=false + ) + meson_src_configure +} |