diff options
| author | Matt Turner <mattst88@gentoo.org> | 2023-03-12 14:35:38 -0400 |
|---|---|---|
| committer | Matt Turner <mattst88@gentoo.org> | 2023-03-12 14:47:11 -0400 |
| commit | aa380e51bbe585ae186ef1b53b721d27600476bc (patch) | |
| tree | 3bf5dd4a5ec18ad2492ef46478036da911185a05 /dev-cpp/glibmm/glibmm-2.66.6.ebuild | |
| parent | 137113ed841943e8ee720101b2661063d20f14da (diff) | |
| download | gentoo-aa380e51bbe585ae186ef1b53b721d27600476bc.tar.gz gentoo-aa380e51bbe585ae186ef1b53b721d27600476bc.tar.bz2 gentoo-aa380e51bbe585ae186ef1b53b721d27600476bc.zip | |
dev-cpp/glibmm: Version bump to 2.66.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp/glibmm/glibmm-2.66.6.ebuild')
| -rw-r--r-- | dev-cpp/glibmm/glibmm-2.66.6.ebuild | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/dev-cpp/glibmm/glibmm-2.66.6.ebuild b/dev-cpp/glibmm/glibmm-2.66.6.ebuild new file mode 100644 index 000000000000..5be6e00d63cd --- /dev/null +++ b/dev-cpp/glibmm/glibmm-2.66.6.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{9..11} ) +inherit gnome.org meson-multilib python-any-r1 + +DESCRIPTION="C++ interface for glib2" +HOMEPAGE="https://www.gtkmm.org https://gitlab.gnome.org/GNOME/glibmm" + +LICENSE="LGPL-2.1+" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +IUSE="gtk-doc debug test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/libsigc++-2.9.1:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.61.2:2[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + ${PYTHON_DEPS} + virtual/pkgconfig + gtk-doc? ( + app-doc/doxygen[dot] + dev-lang/perl + dev-perl/XML-Parser + dev-libs/libxslt + media-gfx/graphviz + ) +" + +src_prepare() { + default + + # giomm_tls_client requires FEATURES=-network-sandbox and glib-networking rdep + sed -i -e '/giomm_tls_client/d' tests/meson.build || die + + if ! use test; then + sed -i -e "/^subdir('tests')/d" meson.build || die + fi +} + +multilib_src_configure() { + local emesonargs=( + -Dwarnings=min + -Dbuild-deprecated-api=true + $(meson_native_use_bool gtk-doc build-documentation) + $(meson_use debug debug-refcounting) + -Dbuild-examples=false + ) + meson_src_configure +} |
