diff options
Diffstat (limited to 'media-gfx/ristretto')
-rw-r--r-- | media-gfx/ristretto/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/ristretto/ristretto-0.13.2.ebuild | 47 | ||||
-rw-r--r-- | media-gfx/ristretto/ristretto-0.13.3.ebuild | 4 |
3 files changed, 3 insertions, 52 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest index 59eec38ababe..3a10799186b2 100644 --- a/media-gfx/ristretto/Manifest +++ b/media-gfx/ristretto/Manifest @@ -1,5 +1,3 @@ -DIST ristretto-0.13.2.tar.bz2 852320 BLAKE2B 48451479e698672cd74dc85f32e8430e83026845ed09bee138e7da458bf0f0222e9aa756accec2a939f164ed59fbda4f18792a1238cd648d96dbe29b386ab9cd SHA512 ae4eb0159707a793cefe88b681f61e8c2ce41d57a64c7ad33853fc863bb1909b2a48ccf5543d3484f5710e7bf86ecbbd8520fb59eff11368f3a7a7028cd85914 DIST ristretto-0.13.3.tar.bz2 854176 BLAKE2B 5c10505c40418cb7ff31e29091dfa23ab168d4fb9ce449003357af1b67db84b3c2e469947637aa9c93b453b9ecc4d7d8eae4285aecfde6ef30e3b5cd365604d3 SHA512 92eb0993cbe64a83c80cd78972a64762a03766a055ac66ad16f86c2ee4360a2cc9114723a60d60257f56052ccd579c618df8110a909e45a5cab10ee7c4a3d0f3 -EBUILD ristretto-0.13.2.ebuild 964 BLAKE2B d4ab2cac6ef7630db1f283d1b80104d3bec5d03f745cd17806a94c48f6b4cd8403c3e659bb251d9998b2b00eba5cf07e9d34d89ad6bb59a7a12dbeb4a7beeb8a SHA512 df0e6833fcd108733d1f3332342116336004d10254b02e149dfa6674740bc6e8fde033a3fc3c22da8447de9e38f29a341145d647f3721faaa4b8e3a4db668385 -EBUILD ristretto-0.13.3.ebuild 960 BLAKE2B b3d072f9c8b12e83a5ee5fa4aac67bc07c09601cb0e33884da4d70a584bca0e95515233cb0da2898cde2a0de664639d35eec6289183af593eb5986d84009cd3a SHA512 edf46eee8e235a972a35068f7983f7b87e2fb9974a531d6bb6e78994e0888bdd4c47004ba90a2c8003306e0893933a3a96fbee175079d5d2a32c9a62712080b4 +EBUILD ristretto-0.13.3.ebuild 954 BLAKE2B 54bfdf51243564a7fe46872b4b28459a836d69740c7bdd1bb8f8cc8ea0f8891a3c6c06cf5a4c91a02191573977002c8909758c99dd279c8cc1a42f1190286387 SHA512 5db444d6c7d911d3370d2a93828847d72d2e4c03acc0f650a0ab7e404eda16f086afd85e2f184c5d2e9b870eb55eb22a54fdc5e6acd82504ed28b5b79db93646 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/media-gfx/ristretto/ristretto-0.13.2.ebuild b/media-gfx/ristretto/ristretto-0.13.2.ebuild deleted file mode 100644 index 19eafffb4eb5..000000000000 --- a/media-gfx/ristretto/ristretto-0.13.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 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="~alpha 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=" - dev-util/intltool - sys-devel/gettext - 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.3.ebuild b/media-gfx/ristretto/ristretto-0.13.3.ebuild index 584085600827..71729a6688d0 100644 --- a/media-gfx/ristretto/ristretto-0.13.3.ebuild +++ b/media-gfx/ristretto/ristretto-0.13.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" DEPEND=" >=dev-libs/glib-2.56.0:2 |