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 --- media-gfx/eog-plugins/Manifest | 2 +- media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild | 73 ------------------------ media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild | 73 ++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 74 deletions(-) delete mode 100644 media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild create mode 100644 media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild (limited to 'media-gfx/eog-plugins') diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest index 86b57e285034..493cc80bbfdd 100644 --- a/media-gfx/eog-plugins/Manifest +++ b/media-gfx/eog-plugins/Manifest @@ -1,3 +1,3 @@ DIST eog-plugins-44.0.tar.xz 134544 BLAKE2B db384d949f2a63cb0fcdf1bdfb8ed4c5c97af88d21079af5de7560b3c3bab231a6361ae459727a9b9f31b49e63f7cd227f465a1a7b8e2bc55e8d7a08f0335ed9 SHA512 2955830aa60a3518869ec1af7a9f0c455277b0a571cb14a5e5926b52b80ed0443e91f28e270feffcf26066e1e9b6080c9a457b55175051c20838c8b80e2da195 -EBUILD eog-plugins-44.0-r1.ebuild 1729 BLAKE2B d81be97c2315924068a7da68d477a34b5ad11ae2aba889f9b50a5e026cff9d21fb4906c483b89eeac451cb34cc6acc55a184a3dbf1233e690ea5823b6cee57f1 SHA512 be66d338b07afca36b0a9ba269bec418941a88f425c8af9169bbafc24703c20bb1fdf11686057f98a6255018615f349c27a3c0beead72381b1b354edf54ef328 +EBUILD eog-plugins-44.0-r2.ebuild 1731 BLAKE2B 87e80364626ccee58cd0583c332239394335883d7990e1c070a1558081a31d22a67b0c413d2b3e4ad460b2e268ecb3613e9bfc4deeea8169b08be2061b80e8a2 SHA512 08d19ef1ea25639bd23eba967e5c8218f5ec7564d4efcb6cded28ea33a5c7a2ac8741b4bdd6b0ee0582192821fafe30c461df46801c47f86f119f93b559632dc MISC metadata.xml 463 BLAKE2B 5ac26843df7d902ad1f64f5e9815b9d31437ed02c1a97ef9c33b6abaaa653b833977bd191d7e12d0fd6aaa1a0a95a01d39402417c241a5e7ccc8a8fbe159430b SHA512 bd40d362b9017a8546cff63bb144707a8b275337f72ea45977381aa9db81361e2eb114a66ca02b8b0dbbb82f1bd1ee2e7eafd25cd309e1c79b575e0bee500694 diff --git a/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild b/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild deleted file mode 100644 index c61393ae7774..000000000000 --- a/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# 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 python-single-r1 - -DESCRIPTION="Eye of GNOME plugins" -HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins https://gitlab.gnome.org/GNOME/eog-plugins" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="+exif map +python test" -RESTRICT="!test? ( test )" -REQUIRED_USE=" - map? ( exif ) - python? ( ${PYTHON_REQUIRED_USE} ) -" - -RDEPEND=" - >=dev-libs/glib-2.53.4:2 - >=dev-libs/libpeas-1.14.1 - >=media-gfx/eog-41.0:1 - exif? ( >=media-libs/libexif-0.6.16 ) - map? ( - media-libs/libchamplain:0.12[gtk] - >=media-libs/clutter-1.9.4:1.0 - >=media-libs/clutter-gtk-1.1.2:1.0 - ) - python? ( - ${PYTHON_DEPS} - dev-libs/glib[dbus] - dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - gnome-base/gsettings-desktop-schemas - media-gfx/eog[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/pango[introspection] - ) -" -DEPEND="${RDEPEND} - test? ( dev-libs/appstream-glib )" -BDEPEND=" - >=sys-devel/gettext-0.19.7 - virtual/pkgconfig -" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local emesonargs=( - $(meson_use exif plugin_exif-display) - $(meson_use python plugin_export-to-folder) - -Dplugin_fit-to-width=true - $(meson_use python plugin_fullscreenbg) - -Dplugin_light-theme=true - $(meson_use map plugin_map) - $(meson_use python plugin_maximize-windows) - -Dplugin_postasa=false - -Dplugin_postr=false - $(meson_use python plugin_pythonconsole) - -Dplugin_send-by-mail=true - $(meson_use python plugin_slideshowshuffle) - ) - meson_src_configure -} diff --git a/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild new file mode 100644 index 000000000000..a328d90eaa24 --- /dev/null +++ b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild @@ -0,0 +1,73 @@ +# 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 python-single-r1 + +DESCRIPTION="Eye of GNOME plugins" +HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins https://gitlab.gnome.org/GNOME/eog-plugins" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +IUSE="+exif map +python test" +RESTRICT="!test? ( test )" +REQUIRED_USE=" + map? ( exif ) + python? ( ${PYTHON_REQUIRED_USE} ) +" + +RDEPEND=" + >=dev-libs/glib-2.53.4:2 + >=dev-libs/libpeas-1.14.1:0 + >=media-gfx/eog-41.0:1 + exif? ( >=media-libs/libexif-0.6.16 ) + map? ( + media-libs/libchamplain:0.12[gtk] + >=media-libs/clutter-1.9.4:1.0 + >=media-libs/clutter-gtk-1.1.2:1.0 + ) + python? ( + ${PYTHON_DEPS} + dev-libs/glib[dbus] + dev-libs/libpeas:0[gtk,python,${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + gnome-base/gsettings-desktop-schemas + media-gfx/eog[introspection] + x11-libs/gtk+:3[introspection] + x11-libs/pango[introspection] + ) +" +DEPEND="${RDEPEND} + test? ( dev-libs/appstream-glib )" +BDEPEND=" + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_configure() { + local emesonargs=( + $(meson_use exif plugin_exif-display) + $(meson_use python plugin_export-to-folder) + -Dplugin_fit-to-width=true + $(meson_use python plugin_fullscreenbg) + -Dplugin_light-theme=true + $(meson_use map plugin_map) + $(meson_use python plugin_maximize-windows) + -Dplugin_postasa=false + -Dplugin_postr=false + $(meson_use python plugin_pythonconsole) + -Dplugin_send-by-mail=true + $(meson_use python plugin_slideshowshuffle) + ) + meson_src_configure +} -- cgit v1.2.3