From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ristretto/
Date: Thu, 24 Aug 2017 20:08:21 +0000 (UTC) [thread overview]
Message-ID: <1503605296.9ea8af00b8f5d1cb6598614c6f9d3d2ef5864355.mgorny@gentoo> (raw)
commit: 9ea8af00b8f5d1cb6598614c6f9d3d2ef5864355
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 20:02:26 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 20:08:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea8af00
media-gfx/ristretto: Add a snapshot using gdbus, #628426
media-gfx/ristretto/Manifest | 1 +
.../ristretto/ristretto-0.8.2_p20170821.ebuild | 42 ++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
index 527eb9c07aa..42d30a9cd1c 100644
--- a/media-gfx/ristretto/Manifest
+++ b/media-gfx/ristretto/Manifest
@@ -1,2 +1,3 @@
DIST ristretto-0.8.0.tar.bz2 541473 SHA256 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328 SHA512 067d3e7b5ec4fe3537cc796b94e8b999fc99efdb58c52a2a71160405626a3784caa877724e756b363012dce4719ee534f4ce0c92f2f6f2adaf937da8d5abab99 WHIRLPOOL 85b7dbbf7009b5a100f8fa5302f683df2832d448c5580e94ae8e48cd74ec600b9964b101f774cb9610f63786ffe7f11a779a5a4c333ba4778c058ac2f70d35c9
DIST ristretto-0.8.2.tar.bz2 559444 SHA256 f8f3b77ca6fc77ddf8cff1bb52e5c5802c462663f72f324393b3a0360f6901b8 SHA512 bceef420ebb6e5ab89f339cb4d173bbdd3abc09df5f7dd4551e5c8484e226af6a4ef7b131888926027bae901fd05278cf29de296588723142bd6d0bd8afc312e WHIRLPOOL 85da22ada74afe3fff268d316823979c1992d8e705a97a9d92bb6bcf7fea9b25d69ba59cf399a45d775561ec28758b7ee5012ab238e76d4e169eac1eb32fada9
+DIST ristretto-0.8.2git-rd21ed3c.tar.bz2 584418 SHA256 9de0e922372c63c7ba3b108cd2d777feab3c1b551b8e646b42dbbd73ca84ceca SHA512 17fe6b5c24d4f4f3b6d28e1c435afbb0140e81a77f2b1c628ab7e05ed380a55a902368dabbb8e92647f08bb8853df8099b8de779d94dc91d3426cc7e33cbcbe3 WHIRLPOOL 93c3e5d23ec35f91253f40f84b862e81f54aebb4821b00bea50e8bc51e70b79c8b0151c2cfc3cd650cbfbbd04d730822314fa8a40da327aeadc31aae7e27a823
diff --git a/media-gfx/ristretto/ristretto-0.8.2_p20170821.ebuild b/media-gfx/ristretto/ristretto-0.8.2_p20170821.ebuild
new file mode 100644
index 00000000000..bce668dc915
--- /dev/null
+++ b/media-gfx/ristretto/ristretto-0.8.2_p20170821.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils xdg-utils
+
+MY_P=${P%_p*}git-rd21ed3c
+DESCRIPTION="A fast and lightweight picture viewer for Xfce"
+HOMEPAGE="https://docs.xfce.org/apps/ristretto/start"
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/dbus-glib-0.98:0=
+ >=dev-libs/glib-2.24:2=
+ media-libs/libexif:0=
+ x11-libs/cairo:0=
+ >=x11-libs/gtk+-2.20:2=
+ x11-libs/libX11:0=
+ >=xfce-base/libxfce4ui-4.10:0=
+ >=xfce-base/libxfce4util-4.10:0=
+ >=xfce-base/xfconf-4.10:0="
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig
+ sys-devel/gettext"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ gnome2_icon_cache_update
+}
next reply other threads:[~2017-08-24 20:08 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-24 20:08 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-12 9:41 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ristretto/ Michał Górny
2025-04-12 7:42 Michał Górny
2025-03-26 20:09 Michał Górny
2025-03-01 8:31 Michał Górny
2025-01-25 11:44 Michał Górny
2025-01-25 11:27 Arthur Zamarin
2025-01-25 10:53 Sam James
2025-01-25 8:54 Sam James
2025-01-25 8:54 Sam James
2024-12-25 17:05 Michał Górny
2024-12-25 17:05 Michał Górny
2024-03-12 14:35 Arthur Zamarin
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-02 18:04 Arthur Zamarin
2024-02-10 6:58 Ionen Wolkens
2024-02-05 17:35 Michał Górny
2024-01-25 9:21 Sam James
2024-01-25 9:21 Sam James
2024-01-07 5:57 WANG Xuerui
2023-04-08 18:45 Michał Górny
2023-04-08 17:59 Arthur Zamarin
2023-04-08 17:51 Arthur Zamarin
2023-02-09 18:16 Michał Górny
2023-02-03 15:08 Michał Górny
2023-02-03 12:46 Sam James
2023-02-03 12:26 Arthur Zamarin
2022-12-16 13:29 Michał Górny
2022-09-05 5:23 Michał Górny
2022-09-04 21:49 Jakov Smolić
2022-09-04 17:45 Sam James
2022-07-10 6:31 Michał Górny
2022-03-25 9:19 Michał Górny
2022-03-25 7:49 Agostino Sarubbo
2022-03-24 19:03 Jakov Smolić
2022-01-14 12:49 Michał Górny
2021-12-18 15:39 Michał Górny
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-12-08 10:14 Yixun Lan
2021-11-26 12:06 Michał Górny
2021-10-11 8:42 Michał Górny
2021-10-10 16:22 Michał Górny
2021-10-10 15:38 Agostino Sarubbo
2021-10-10 15:33 Agostino Sarubbo
2021-06-11 12:40 Michał Górny
2019-08-09 19:51 Michał Górny
2019-07-17 20:36 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-16 23:56 Thomas Deutschmann
2019-05-11 17:57 Mikle Kolyada
2019-04-08 16:59 Michał Górny
2018-11-11 19:07 Michał Górny
2018-06-28 16:38 Michał Górny
2018-01-06 21:49 Markus Meier
2018-01-06 5:05 Thomas Deutschmann
2018-01-05 10:34 Mikle Kolyada
2017-08-22 9:07 Michał Górny
2017-06-09 7:39 Michał Górny
2017-02-06 13:50 Mart Raudsepp
2017-02-01 14:33 Michał Górny
2016-10-10 6:56 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1503605296.9ea8af00b8f5d1cb6598614c6f9d3d2ef5864355.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox