summaryrefslogtreecommitdiff
path: root/media-gfx/eog-plugins
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-20 20:21:39 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-20 20:21:39 +0000
commitdd03974882f85ca04e35cfbc97f7ff756f5d5c20 (patch)
tree4fabcc91c51083e19657dd0a557043e74468106e /media-gfx/eog-plugins
parentd542bd2ef95af892c7ef62be1489b0288b1df9e3 (diff)
gentoo auto-resync : 20:02:2023 - 20:21:39
Diffstat (limited to 'media-gfx/eog-plugins')
-rw-r--r--media-gfx/eog-plugins/Manifest3
-rw-r--r--media-gfx/eog-plugins/eog-plugins-42.2.ebuild78
-rw-r--r--media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch79
3 files changed, 0 insertions, 160 deletions
diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 39a7b97888b8..dc50f54a8fd8 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,6 +1,3 @@
-AUX 42.2-build-Use-correct-variables.patch 2235 BLAKE2B 712eeea244e080961cc81cfbf13fe534f1360593832f46c6249952d0509d9aba4ee2b42eab2fab77803d943740bbe6661b09f2394247dfc06e167f9c3e9c3bba SHA512 d45b9e373ba9c73cf9cf6bd83bc05e36bc6d37471cf18b7041b443842e5d6de942dff50eb7a73939533cede2263291cf142f22052b1d89166b45daa82ab8731f
-DIST eog-plugins-42.2.tar.xz 131708 BLAKE2B 7df06ca7d4d10e068b6d758ec3c29fe8cb7a2037755bab55536f1cd3581790f7a1288a9530f256df3d2adbf6d7f8c893907fa962be8adb77510cab8e9684298c SHA512 7508231c1a6b365acfedd73b37911d5ac4194e6b5c4f5d80be27529ec749774d61ddc75288f8678d879f0cc2d9117a5f725092efe30403b5b3e145c77fa3030d
DIST eog-plugins-42.3.tar.xz 134284 BLAKE2B 903ee1af89d48c46ab12d1330b4605cd78db573d59d5fc6ba34c27a8b017ce90c2af0b55009e5ecec61229dbdd8852bc4ecc5b10e6a2d2391c06e8244f7b24da SHA512 af680fe7cc83d3b3ae6782127edf90cf2a89093030f15d22fe5ff81eb165a493dc487b32a41383c36b72ce188c8f49b3f52ca3b991d24faa9667b0317bff414f
-EBUILD eog-plugins-42.2.ebuild 1857 BLAKE2B ebbcfb83d0f8887bfe5c7a8642736700e89e13d88bbf999f7131cbd0f09f23915da7eea7f6c8d84f5545faafbfc873c2210c04c021b119cf32fe2dfbd89f2f66 SHA512 8a09aaa7bd294f4c4cd39f4dc1701be482ada5bd661fc286491fb4170604c275b32e6cc9ffe2111a564b600a01d4a0eaa29869ba997d5fd75c901989aedfa01b
EBUILD eog-plugins-42.3.ebuild 1789 BLAKE2B 1149b7fea1b066da0e515b47f6ff1d1b97a659c1c52573d83a1bb3f48bd0cd348acaf96c68859573d0606f113f84c7828471ba4a80d31ee1e04de3297d8ad8fb SHA512 1bd3e4cd02d4fd1424ee05450a55b5322b1bd6f3112d81be4d68d5c88ae1be3fbd6f37f8181464825561ede86913ec3ea3f24a7f0fbc87b58e05f21df375abc1
MISC metadata.xml 541 BLAKE2B ee4eb7e0faf9345c05620ca09bcd761ef02bd5d5b38485b6fa17cfb52f5b602dac9f598876de728e8a9d9e223f28e6a73afa34b8bcbccb376c41785a53f252f2 SHA512 46ffc768901c97363eb9cbbf3ec1b06b0ccfe8ce99be944866d4459383c0778a151f94437f16254b8955742d4c2f863fb63dc34cf49368e7fb49da8aa788612b
diff --git a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
deleted file mode 100644
index 7da66b805ea4..000000000000
--- a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
+++ /dev/null
@@ -1,78 +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 picasa +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
- 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
- )
- picasa? ( >=dev-libs/libgdata-0.9.1:= )
- 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
-"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-build-Use-correct-variables.patch
-)
-
-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)
- $(meson_use picasa plugin_postasa)
- -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/files/42.2-build-Use-correct-variables.patch b/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch
deleted file mode 100644
index 5bf08c190392..000000000000
--- a/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-https://gitlab.gnome.org/GNOME/eog-plugins/-/merge_requests/8
-
-From 00d734931a911e072c22b60028f361ee3f6cad14 Mon Sep 17 00:00:00 2001
-From: Matt Turner <mattst88@gmail.com>
-Date: Sat, 24 Sep 2022 11:25:25 -0400
-Subject: [PATCH] build: Use correct variables
-
-Bug: https://bugs.gentoo.org/858089
----
- plugins/fit-to-width/meson.build | 2 +-
- plugins/light-theme/meson.build | 2 +-
- plugins/map/meson.build | 4 ++--
- plugins/send-by-mail/meson.build | 2 +-
- 4 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/plugins/fit-to-width/meson.build b/plugins/fit-to-width/meson.build
-index 37732d1..e9654c0 100644
---- a/plugins/fit-to-width/meson.build
-+++ b/plugins/fit-to-width/meson.build
-@@ -46,7 +46,7 @@ if appstream_util.found()
- args: [
- 'validate',
- '--nonet',
-- exifdisplay_appdata.full_path(),
-+ fittowidth_appdata.full_path(),
- ]
- )
- endif
-diff --git a/plugins/light-theme/meson.build b/plugins/light-theme/meson.build
-index 044b08a..fb86cdc 100644
---- a/plugins/light-theme/meson.build
-+++ b/plugins/light-theme/meson.build
-@@ -46,7 +46,7 @@ if appstream_util.found()
- args: [
- 'validate',
- '--nonet',
-- exifdisplay_appdata.full_path(),
-+ lighttheme_appdata.full_path(),
- ]
- )
- endif
-diff --git a/plugins/map/meson.build b/plugins/map/meson.build
-index d969e96..c8f5c41 100644
---- a/plugins/map/meson.build
-+++ b/plugins/map/meson.build
-@@ -36,7 +36,7 @@ i18n.merge_file(
- install_dir: pluginlibdir,
- )
-
--exifdisplay_appdata = i18n.merge_file(
-+map_appdata = i18n.merge_file(
- input: 'eog-map.appdata.xml.in',
- output: '@BASENAME@',
- po_dir: src_root / 'po',
-@@ -52,7 +52,7 @@ if appstream_util.found()
- args: [
- 'validate',
- '--nonet',
-- exifdisplay_appdata.full_path(),
-+ map_appdata.full_path(),
- ]
- )
- endif
-diff --git a/plugins/send-by-mail/meson.build b/plugins/send-by-mail/meson.build
-index f7eb0fb..7bba7a1 100644
---- a/plugins/send-by-mail/meson.build
-+++ b/plugins/send-by-mail/meson.build
-@@ -47,7 +47,7 @@ if appstream_util.found()
- args: [
- 'validate',
- '--nonet',
-- exifdisplay_appdata.full_path(),
-+ sendbymail_appdata.full_path(),
- ]
- )
- endif
---
-2.35.1
-