From e6a2fd03865862c81d79bd32249728f20ce99354 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 30 Oct 2023 03:36:21 +0000 Subject: gentoo auto-resync : 30:10:2023 - 03:36:20 --- app-editors/gedit-plugins/Manifest | 2 +- .../gedit-plugins/gedit-plugins-46.0-r1.ebuild | 100 +++++++++++++++++++++ .../gedit-plugins/gedit-plugins-46.0.ebuild | 100 --------------------- 3 files changed, 101 insertions(+), 101 deletions(-) create mode 100644 app-editors/gedit-plugins/gedit-plugins-46.0-r1.ebuild delete mode 100644 app-editors/gedit-plugins/gedit-plugins-46.0.ebuild (limited to 'app-editors/gedit-plugins') diff --git a/app-editors/gedit-plugins/Manifest b/app-editors/gedit-plugins/Manifest index b06a0c46dfbe..b5687c49d92a 100644 --- a/app-editors/gedit-plugins/Manifest +++ b/app-editors/gedit-plugins/Manifest @@ -1,3 +1,3 @@ DIST gedit-plugins-46.0.tar.xz 897216 BLAKE2B 9dac94c03147fa3a949df5d924a2a18d9cf29a7928f088a0ab6bd07538dc316c28f9f6a5f7cb91b386d25b4a15b5178265c808a7d327367902c7077980a56be8 SHA512 fe9d975273df1ec7d3729d76d3e652b04ec90595f2fcd90a64f9bc01de6bf7955aa96fb663966d8dab5952a01552a70123eecee81861c4c6d219199ca2ada579 -EBUILD gedit-plugins-46.0.ebuild 2445 BLAKE2B 85c4075dbaf1de48bf0358ea066a8aa0efdd4a41b2731b7d39344b64b5d53bbc737fb17b9650776d3281e885bc68d908c0cdc0818f860957ebb98839b630f7a0 SHA512 98b19b269cad7e4e9b03d1d4e671cb3555ee77868f22acd8f0a1b9505a00c8efa647a390d2491feb989d0184310e724a45658cc3740675cb34eaace34152a273 +EBUILD gedit-plugins-46.0-r1.ebuild 2449 BLAKE2B f6ccc760259087de82fb2a5b78f7ee13cf2f04ac7a57edd42077baf3f79a67629c59f052c5c60e39e03585d4042bf5520b50a2948e8fd87ad57f279632ad408e SHA512 0f01edf032cb739769e95ad8ae7da692b3a90807ddff2d63eb8c7371b021f345067131755e9b104382f523838030a6011ceec8f1dfbfa43dce5cfb738ba6080b MISC metadata.xml 596 BLAKE2B cf545e591c160fc584c5c2b1e3f5fa6a47922a958f981daa5c85f3f6c8f7eaed2a520d6265241998dfe211098f70c75a0fdfff033e55e892e5775b678ea9ef5b SHA512 0a3b9e748bc2d22ea16a694f8ebd6196d05e6652f552523bfe6fa60f1c69ab50110692cda7a59239c8f6946c06d3139a4225f1744e0dd40ccbdef3e8b396f692 diff --git a/app-editors/gedit-plugins/gedit-plugins-46.0-r1.ebuild b/app-editors/gedit-plugins/gedit-plugins-46.0-r1.ebuild new file mode 100644 index 000000000000..e481f4437f5a --- /dev/null +++ b/app-editors/gedit-plugins/gedit-plugins-46.0-r1.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_REQ_USE="xml(+)" + +inherit gnome.org gnome2-utils meson python-single-r1 vala xdg + +DESCRIPTION="Collection of extra plugins for the gedit Text Editor" +HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ThirdPartyPlugins" + +LICENSE="GPL-2+" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" +SLOT="0" + +IUSE="charmap git +python terminal vala" +REQUIRED_USE=" + charmap? ( python ) + git? ( python ) + python? ( ${PYTHON_REQUIRED_USE} ) + terminal? ( python ) +" + +RDEPEND=" + >=dev-libs/libpeas-1.14.1:0[gtk] + >=app-editors/gedit-46 + >=dev-libs/glib-2.32:2 + >=x11-libs/gtk+-3.9:3 + gui-libs/libgedit-gtksourceview:300 + python? ( + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + app-editors/gedit[python,${PYTHON_SINGLE_USEDEP}] + dev-libs/libpeas:0[python,${PYTHON_SINGLE_USEDEP}] + >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] + ') + >=x11-libs/gtk+-3.9:3[introspection] + x11-libs/pango[introspection] + x11-libs/gdk-pixbuf:2[introspection] + ) + charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] ) + git? ( >=dev-libs/libgit2-glib-0.0.6[python] ) + terminal? ( >=x11-libs/vte-0.52:2.91[introspection] ) +" # vte-0.52+ for feed_child API compatibility +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/libxml2 + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + default + use vala && vala_setup + xdg_environment_reset +} + +src_configure() { + local emesonargs=( + -Dplugin_bookmarks=true + $(meson_use python plugin_bracketcompletion) + $(meson_use charmap plugin_charmap) + $(meson_use python plugin_codecomment) + $(meson_use python plugin_colorpicker) + -Dplugin_drawspaces=true + $(meson_use git plugin_git) + $(meson_use python plugin_joinlines) + $(meson_use python plugin_multiedit) + $(meson_use python plugin_sessionsaver) + -Dplugin_smartspaces=true + $(meson_use terminal plugin_terminal) + $(meson_use python plugin_textsize) + -Dplugin_wordcompletion=true + ) + meson_src_configure +} + +src_install() { + meson_src_install + use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/" +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/app-editors/gedit-plugins/gedit-plugins-46.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-46.0.ebuild deleted file mode 100644 index 10f89cba16e8..000000000000 --- a/app-editors/gedit-plugins/gedit-plugins-46.0.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) -PYTHON_REQ_USE="xml(+)" - -inherit gnome.org gnome2-utils meson python-single-r1 vala xdg - -DESCRIPTION="Collection of extra plugins for the gedit Text Editor" -HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ThirdPartyPlugins" - -LICENSE="GPL-2+" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" -SLOT="0" - -IUSE="charmap git +python terminal vala" -REQUIRED_USE=" - charmap? ( python ) - git? ( python ) - python? ( ${PYTHON_REQUIRED_USE} ) - terminal? ( python ) -" - -RDEPEND=" - >=dev-libs/libpeas-1.14.1[gtk] - >=app-editors/gedit-46 - >=dev-libs/glib-2.32:2 - >=x11-libs/gtk+-3.9:3 - gui-libs/libgedit-gtksourceview:300 - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - app-editors/gedit[python,${PYTHON_SINGLE_USEDEP}] - dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}] - >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - ') - >=x11-libs/gtk+-3.9:3[introspection] - x11-libs/pango[introspection] - x11-libs/gdk-pixbuf:2[introspection] - ) - charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] ) - git? ( >=dev-libs/libgit2-glib-0.0.6[python] ) - terminal? ( >=x11-libs/vte-0.52:2.91[introspection] ) -" # vte-0.52+ for feed_child API compatibility -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/libxml2 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - default - use vala && vala_setup - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Dplugin_bookmarks=true - $(meson_use python plugin_bracketcompletion) - $(meson_use charmap plugin_charmap) - $(meson_use python plugin_codecomment) - $(meson_use python plugin_colorpicker) - -Dplugin_drawspaces=true - $(meson_use git plugin_git) - $(meson_use python plugin_joinlines) - $(meson_use python plugin_multiedit) - $(meson_use python plugin_sessionsaver) - -Dplugin_smartspaces=true - $(meson_use terminal plugin_terminal) - $(meson_use python plugin_textsize) - -Dplugin_wordcompletion=true - ) - meson_src_configure -} - -src_install() { - meson_src_install - use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/" -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} -- cgit v1.2.3