summaryrefslogtreecommitdiff
path: root/dev-cpp/mm-common/mm-common-1.0.6.ebuild
diff options
context:
space:
mode:
authorGuillermo Joandet <gjoandet@gmail.com>2024-01-10 11:08:50 -0300
committerPacho Ramos <pacho@gentoo.org>2024-01-28 12:49:29 +0100
commit764e569807eb71c467c50c65e9b7e0bcb8c7e341 (patch)
tree634db578d472cc8b11bde94be4d79c60cec23f69 /dev-cpp/mm-common/mm-common-1.0.6.ebuild
parentc612d41780544f11f1224f0e32043e4327df9189 (diff)
downloadgentoo-764e569807eb71c467c50c65e9b7e0bcb8c7e341.tar.gz
gentoo-764e569807eb71c467c50c65e9b7e0bcb8c7e341.tar.bz2
gentoo-764e569807eb71c467c50c65e9b7e0bcb8c7e341.zip
dev-cpp/mm-common: Version bump to 1.0.6
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34735 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-cpp/mm-common/mm-common-1.0.6.ebuild')
-rw-r--r--dev-cpp/mm-common/mm-common-1.0.6.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-cpp/mm-common/mm-common-1.0.6.ebuild b/dev-cpp/mm-common/mm-common-1.0.6.ebuild
new file mode 100644
index 000000000000..76a84d27d557
--- /dev/null
+++ b/dev-cpp/mm-common/mm-common-1.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit gnome.org python-any-r1 meson
+
+DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"
+HOMEPAGE="https://www.gtkmm.org/ https://gitlab.gnome.org/GNOME/mm-common"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="${PYTHON_DEPS}"
+
+src_prepare() {
+ default
+
+ # Include project version in docdir name
+ sed -i -e "s:^install_docdir.*:& + '-' + meson.project_version():" meson.build || die
+}