summaryrefslogtreecommitdiff
path: root/dev-libs/gobject-introspection-common/gobject-introspection-common-1.86.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-03 22:02:17 +0100
committerSam James <sam@gentoo.org>2025-10-03 22:02:17 +0100
commitf1c992a2ea2902173f9672feb2d1e58dde6c3273 (patch)
tree4aa4177ba49d6bbbc945a8c427df75cf5b89c04e /dev-libs/gobject-introspection-common/gobject-introspection-common-1.86.0.ebuild
parent79334321a139848c49e650e3dba9488687afd994 (diff)
downloadgentoo-f1c992a2ea2902173f9672feb2d1e58dde6c3273.tar.gz
gentoo-f1c992a2ea2902173f9672feb2d1e58dde6c3273.tar.bz2
gentoo-f1c992a2ea2902173f9672feb2d1e58dde6c3273.zip
dev-libs/gobject-introspection-common: add 1.86.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection-common/gobject-introspection-common-1.86.0.ebuild')
-rw-r--r--dev-libs/gobject-introspection-common/gobject-introspection-common-1.86.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.86.0.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.86.0.ebuild
new file mode 100644
index 000000000000..ac499b93cec8
--- /dev/null
+++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.86.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+GNOME_ORG_MODULE="gobject-introspection"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for GObject Introspection"
+HOMEPAGE="https://gi.readthedocs.io/"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="!<${CATEGORY}/${GNOME_ORG_MODULE}-${PV}"
+# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like:
+# https://forums.gentoo.org/viewtopic-p-7421930.html
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+ insinto /usr/share/aclocal
+ doins m4/introspection.m4
+
+ insinto /usr/share/gobject-introspection-1.0
+ doins Makefile.introspection
+}