From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-util/glade/Manifest | 2 +- dev-util/glade/glade-3.38.2-r1.ebuild | 85 +++++++++++++++++++++++++++++++++++ dev-util/glade/glade-3.38.2.ebuild | 84 ---------------------------------- 3 files changed, 86 insertions(+), 85 deletions(-) create mode 100644 dev-util/glade/glade-3.38.2-r1.ebuild delete mode 100644 dev-util/glade/glade-3.38.2.ebuild (limited to 'dev-util/glade') diff --git a/dev-util/glade/Manifest b/dev-util/glade/Manifest index f6f3fa1bfa77..eb480aa9f163 100644 --- a/dev-util/glade/Manifest +++ b/dev-util/glade/Manifest @@ -1,5 +1,5 @@ AUX glade-3.14.1-doc-version.patch 853 BLAKE2B b7cad3cc9d49cfe24189ba21bffaec2c524d3c7953d722b3b03d57ad68297fee6757330c1a2d90f36bcfe52d1d9ef4d95b81eeb19109bc8957f671ac40d31573 SHA512 cc9aec06f6acdfdf538de7043f9f753768e0e4c26fa9eef7e52b4e42aa6fd3836185c18ffd51abfc2aa3e6f5b2472e68914112230d2b8856e8a3c61e9d865ecf AUX glade-3.38.2-meson-0.61.patch 1334 BLAKE2B 009af5a6617b59519eec3c4033d63f898ca71621628ef519da6d0ea68bc16e588f74b04d972c405c554a3f7f608e1704a1dd314a030b890c8b52e46ac0b7d8af SHA512 3248d5faf635a15303e8249637608b840b699208f1caae2d21e612caf3826a15de71456764ef98b801eb97fe3fe19e71fd868528a502d5540df4bb7ae75dbf11 DIST glade-3.38.2.tar.xz 2709224 BLAKE2B 2bcd447b90d6e67abc44dd273f0f5d7fc1d6848ef0bd878481f2c10e8846828e63fbf9c9c96e5effe8126b4aec7eb05886606ca1dc5fb94943bc5d1d8d0ef4e2 SHA512 2df8c8363206905663cd3ac9196da44445425a888b64f1b3b3ac6cd41e14c4a82a5d2c299730ef0606c3970a04dd8f245bb5639218794eb67dcbd26fae17565e -EBUILD glade-3.38.2.ebuild 1975 BLAKE2B a92853e65b8f7edb25e6f78ef31e3094158b12fbbfb45f2b9655d638452ad6b4e62c83bf9cb7268d89a3f8946d78f62e7b4301dbcb30fd2b4851374cc67ee882 SHA512 f06fba20805b3b61968d27acbd9777771d2662e13de009bd363e37ea53f2d819881d648edfcbaa6699c3d145c473c893f3cfae09eb54c78240e0e92f0eb01031 +EBUILD glade-3.38.2-r1.ebuild 2008 BLAKE2B b9869b6d34e51d97199cd8b8ca8271c91cee76ffa177f2917bbf71e656e362f5772434893061189ce3c15a5e4120119ddd34ed38b308ea7a00b047af2da03e77 SHA512 9a4102ff48256be6c7528b3607bc0184469d1055a27f8e0cb4429e1a7e5386d9ae2274464d9bee4ca88c879fa9351892058b78e2e19ab935d35802b93a06aeab MISC metadata.xml 443 BLAKE2B 26f4701b1aaa6e751e838240b2c5d5f45b76b5dc2a5321a2f58384f9afa25ddd0409722cbe8865fb160272968babdc9145cbeb9ff3602697a7aaec3c9d5e6db6 SHA512 6a334008fb56ba68d64a0f1c064032b9677d8891bb0af7d6f9a02ee5408dfccb2e917f64ece43bc2e9b3ea740a29f2bae12b7fa14c07b7c6dca388d2e9725af8 diff --git a/dev-util/glade/glade-3.38.2-r1.ebuild b/dev-util/glade/glade-3.38.2-r1.ebuild new file mode 100644 index 000000000000..3a8194f3385c --- /dev/null +++ b/dev-util/glade/glade-3.38.2-r1.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} ) + +inherit gnome2 python-single-r1 meson optfeature virtualx + +DESCRIPTION="A user interface designer for GTK+ and GNOME" +HOMEPAGE="https://glade.gnome.org/" + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="3.10/13" # subslot = suffix of libgladeui-2.so +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" + +IUSE="gjs gtk-doc +introspection python webkit" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +DEPEND=" + dev-libs/atk[introspection?] + >=dev-libs/glib-2.53.2:2 + >=dev-libs/libxml2-2.4.0:2 + x11-libs/cairo:= + x11-libs/gdk-pixbuf:2[introspection?] + >=x11-libs/gtk+-3.22.0:3[introspection?] + x11-libs/pango[introspection?] + introspection? ( >=dev-libs/gobject-introspection-1.32:= ) + gjs? ( >=dev-libs/gjs-1.64.0 ) + python? ( + ${PYTHON_DEPS} + x11-libs/gtk+:3[introspection] + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] + ') + ) + webkit? ( >=net-libs/webkit-gtk-2.12.0:4 ) +" +RDEPEND="${DEPEND}" +BDEPEND=" + ${PYTHON_DEPS} + app-text/docbook-xml-dtd:4.1.2 + dev-libs/libxslt + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +RESTRICT="test" # https://gitlab.gnome.org/GNOME/glade/issues/333 + +PATCHES=( + # To avoid file collison with other slots, rename help module. + # Prevent the UI from loading glade:3's gladeui devhelp documentation. + "${FILESDIR}"/${PN}-3.14.1-doc-version.patch + + # https://bugs.gentoo.org/831453 + "${FILESDIR}"/glade-3.38.2-meson-0.61.patch +) + +pkg_setup() { + python-single-r1_pkg_setup +} + +src_configure() { + local emesonargs=( + -Dgladeui=true + $(meson_feature gjs) + $(meson_feature python) + $(meson_feature webkit webkit2gtk) + + $(meson_use gtk-doc gtk_doc) + $(meson_use introspection) + ) + meson_src_configure +} + +src_test() { + virtx meson_src_test +} + +pkg_postinst() { + gnome2_pkg_postinst + + optfeature_header + optfeature "integration API documentation support" dev-util/devhelp +} diff --git a/dev-util/glade/glade-3.38.2.ebuild b/dev-util/glade/glade-3.38.2.ebuild deleted file mode 100644 index 5844cf0a192c..000000000000 --- a/dev-util/glade/glade-3.38.2.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) - -inherit gnome2 python-single-r1 meson optfeature virtualx - -DESCRIPTION="A user interface designer for GTK+ and GNOME" -HOMEPAGE="https://glade.gnome.org/" - -LICENSE="GPL-2+ FDL-1.1+" -SLOT="3.10/13" # subslot = suffix of libgladeui-2.so -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" - -IUSE="gjs gtk-doc +introspection python webkit" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -DEPEND=" - dev-libs/atk[introspection?] - >=dev-libs/glib-2.53.2:2 - >=dev-libs/libxml2-2.4.0:2 - x11-libs/cairo:= - x11-libs/gdk-pixbuf:2[introspection?] - >=x11-libs/gtk+-3.22.0:3[introspection?] - x11-libs/pango[introspection?] - introspection? ( >=dev-libs/gobject-introspection-1.32:= ) - python? ( - ${PYTHON_DEPS} - x11-libs/gtk+:3[introspection] - $(python_gen_cond_dep ' - >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] - ') - ) - webkit? ( >=net-libs/webkit-gtk-2.12.0:4 ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - app-text/docbook-xml-dtd:4.1.2 - dev-libs/libxslt - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -RESTRICT="test" # https://gitlab.gnome.org/GNOME/glade/issues/333 - -PATCHES=( - # To avoid file collison with other slots, rename help module. - # Prevent the UI from loading glade:3's gladeui devhelp documentation. - "${FILESDIR}"/${PN}-3.14.1-doc-version.patch - - # https://bugs.gentoo.org/831453 - "${FILESDIR}"/glade-3.38.2-meson-0.61.patch -) - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_configure() { - local emesonargs=( - -Dgladeui=true - $(meson_feature gjs) - $(meson_feature python) - $(meson_feature webkit webkit2gtk) - - $(meson_use gtk-doc gtk_doc) - $(meson_use introspection) - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - gnome2_pkg_postinst - - optfeature_header - optfeature "integration API documentation support" dev-util/devhelp -} -- cgit v1.2.3