summaryrefslogtreecommitdiff
path: root/media-gfx/ristretto
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/ristretto')
-rw-r--r--media-gfx/ristretto/Manifest4
-rw-r--r--media-gfx/ristretto/ristretto-0.13.3.ebuild46
-rw-r--r--media-gfx/ristretto/ristretto-0.13.4.ebuild2
3 files changed, 2 insertions, 50 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
index 69d2365ddeff..b2d34ca30cea 100644
--- a/media-gfx/ristretto/Manifest
+++ b/media-gfx/ristretto/Manifest
@@ -1,5 +1,3 @@
-DIST ristretto-0.13.3.tar.bz2 854176 BLAKE2B 5c10505c40418cb7ff31e29091dfa23ab168d4fb9ce449003357af1b67db84b3c2e469947637aa9c93b453b9ecc4d7d8eae4285aecfde6ef30e3b5cd365604d3 SHA512 92eb0993cbe64a83c80cd78972a64762a03766a055ac66ad16f86c2ee4360a2cc9114723a60d60257f56052ccd579c618df8110a909e45a5cab10ee7c4a3d0f3
DIST ristretto-0.13.4.tar.xz 277320 BLAKE2B bbe83cca8044ba971bfb00162ef73809eb1ed970389e2c8a2b95f7be4fb411b704b70238eeed781f25471a91e5989ba7972871f2bb4d31858979d4e4a76e9672 SHA512 07eede11a88b5565bf311fb1d0c5702ef8d655d4970558638cee6a9df27c426fb591d0a693d3e3a0954b40106636d2092e5febfd033201d41e579c8f4b785923
-EBUILD ristretto-0.13.3.ebuild 947 BLAKE2B 334a8074d03e5f07454d56e787ba12ca19362cb02325c22eb34de611133bbe7f99d762b859260ba95a75e313fcb4e68350d3e35dc11e06608270ad04014d5ac2 SHA512 c59d67aa86f6a4b9f6132a7aecb294e7c4dafe16603cccd95efd2289fbe23158eae48de8fe58e7a17c408362abc941c6484463598eccb8b565d54e91b20b8f16
-EBUILD ristretto-0.13.4.ebuild 1146 BLAKE2B bc70f8126475c6855b8d1c25668e3fab09809e689739bb9923ba218a8ebcb4a362c583f4c779804c7b8d487c3e6be483c052b6c79c5bef49e932583b04a252fa SHA512 fd52ee2939bfbdf83438123610359a1096e1468f2353648f4d900ad8cf62e2eeb3f006e5bf96834cda05592184324a20cb0e6ba336189becf6181d2629ab592b
+EBUILD ristretto-0.13.4.ebuild 1140 BLAKE2B 2036b7c591235f7c1f6bc09357ffade1d2aafd2e918c265a24fc952d80a99487029b7e30a345ebf4a0d2c96c0b4c0a54ebf8acaba81f67ae8c33ee214774df02 SHA512 a4cc529ecd619317e2a35f308bd3a1d0697d03d12f993d41f0663bdddb765e963f3fb430442176dfcb8138149a13950fce2641a789d915654d3eb826bc067b4e
MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5
diff --git a/media-gfx/ristretto/ristretto-0.13.3.ebuild b/media-gfx/ristretto/ristretto-0.13.3.ebuild
deleted file mode 100644
index e952be50c4d3..000000000000
--- a/media-gfx/ristretto/ristretto-0.13.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A fast and lightweight picture viewer for Xfce"
-HOMEPAGE="
- https://docs.xfce.org/apps/ristretto/start
- https://gitlab.xfce.org/apps/ristretto/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-
-DEPEND="
- >=dev-libs/glib-2.56.0:2
- >=media-libs/libexif-0.6.0:0=
- sys-apps/file
- >=x11-libs/cairo-1.10.0:0
- >=x11-libs/gtk+-3.22.0:3
- >=x11-libs/libX11-1.6.7:0=
- >=xfce-base/libxfce4ui-4.16.0:0=
- >=xfce-base/libxfce4util-4.16.0:0=
- >=xfce-base/xfconf-4.12.1:0=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/media-gfx/ristretto/ristretto-0.13.4.ebuild b/media-gfx/ristretto/ristretto-0.13.4.ebuild
index 1e56ebe07244..fd18bba6d02a 100644
--- a/media-gfx/ristretto/ristretto-0.13.4.ebuild
+++ b/media-gfx/ristretto/ristretto-0.13.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
IUSE="X"
# TODO: drop exo when we depend on >=libxfce4ui-4.21.0