From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/
Date: Mon, 1 May 2017 16:38:51 +0000 (UTC) [thread overview]
Message-ID: <1493656607.8080a320f176677cd0df594172174c12ba836618.leio@gentoo> (raw)
commit: 8080a320f176677cd0df594172174c12ba836618
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 16:27:59 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May 1 16:36:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8080a320
gnome-extra/sushi: bump to 3.24.0
Small bug fixes and ensurance it doesn't break if gtk4 with introspection
would be available. Thus nothing GNOME 3.24 specific really, and so not
p.masked with the rest of GNOME 3.24.
Fix libX11 dep to gtk+:3[X] as it actually is (at least in 3.24).
| 1 +
| 49 +++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
--git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 4d644c6fc18..8c0721d875f 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1 +1,2 @@
DIST sushi-3.21.91.tar.xz 296572 SHA256 db71c9ec3dd2dde6aed03b469253ce7d9f30c60ff50c2a8dc9f7776b70d15d55 SHA512 1995c1f6459c3615f21470a31e2b7606f9f5f62cca1dc3013a415a244e829f6c4eaf229e732a415af0e204ac6458b70d9eeee3413f3cb8393f713d6539f256f9 WHIRLPOOL fe6f0e86e3e6132caf7d907cdd26a554212d82864bc851d2115a241cbde620a7d2e864c13fe972742adddbf6495414fd502de1449161d824f0ad15d5eb627862
+DIST sushi-3.24.0.tar.xz 297332 SHA256 f90bb95172664486f8d529995007fd12f0df9d0c998e20658b6203f46ce70d48 SHA512 b49e9c1ef1dc4c74ae06f6da9a2f428ed4ee3ec1ca3ba04c483ddb1bd976e6981466456d27a641048756a1ea0bf2fe033883059895e889950d0d0f340535b29b WHIRLPOOL 6ba2977eaf003897f56dcd413d62fc3e7f80c9412e400b175b87e3a9feb069ed24ff2294e2249c973b9125602f112e6b10e3a517339bf9816e71df12de7df050
--git a/gnome-extra/sushi/sushi-3.24.0.ebuild b/gnome-extra/sushi/sushi-3.24.0.ebuild
new file mode 100644
index 00000000000..303c950aa0b
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.24.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="office"
+
+# Optional app-office/unoconv support (OOo to pdf)
+# freetype needed for font loader
+# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is more widespread, might want to not force it
+COMMON_DEPEND="
+ >=x11-libs/gdk-pixbuf-2.23[introspection]
+ >=dev-libs/gjs-1.40
+ >=dev-libs/glib-2.29.14:2
+ >=dev-libs/gobject-introspection-0.9.6:=
+ >=media-libs/clutter-1.11.4:1.0[introspection]
+ >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
+ >=x11-libs/gtk+-3.13.2:3[X,introspection]
+
+ >=app-text/evince-3.0[introspection]
+ media-libs/freetype:2
+ media-libs/gstreamer:1.0[introspection]
+ media-libs/gst-plugins-base:1.0[introspection]
+ >=media-libs/harfbuzz-0.9.9:=
+ media-libs/clutter-gst:3.0[introspection]
+ media-libs/musicbrainz:5=
+ net-libs/webkit-gtk:4[introspection]
+ x11-libs/gtksourceview:3.0[introspection]
+
+ office? ( app-office/unoconv )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+ >=gnome-base/nautilus-3.1.90
+"
+
+src_configure() {
+ gnome2_src_configure --disable-static
+}
next reply other threads:[~2017-05-01 16:38 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-01 16:38 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/ Arthur Zamarin
2024-08-09 9:54 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2024-01-08 7:03 Sam James
2023-09-24 9:02 WANG Xuerui
2023-09-22 3:13 Matt Turner
2023-09-22 2:33 Matt Turner
2023-09-18 21:56 Matt Turner
2023-08-16 22:32 Matt Turner
2023-07-27 5:11 WANG Xuerui
2023-07-15 11:43 Arthur Zamarin
2023-07-03 8:42 Jakov Smolić
2023-07-02 11:18 Sam James
2023-05-30 15:53 Matt Turner
2023-05-28 8:44 Pacho Ramos
2022-10-30 23:21 Matt Turner
2022-07-29 2:59 Sam James
2022-07-02 3:19 Matt Turner
2022-05-28 5:45 Sam James
2022-04-06 6:26 Matt Turner
2022-04-03 0:07 Matt Turner
2022-04-01 17:51 Matt Turner
2022-03-08 9:35 Sam James
2021-12-18 23:39 Matt Turner
2021-07-26 7:15 Matt Turner
2021-06-06 21:49 Matt Turner
2021-04-15 15:36 Matt Turner
2021-04-15 5:25 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-03-13 18:08 Matt Turner
2020-04-25 20:17 Mart Raudsepp
2020-03-29 16:19 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-28 20:52 Mart Raudsepp
2019-08-05 2:46 Aaron Bauman
2019-05-18 22:08 Mart Raudsepp
2019-03-06 21:17 Mart Raudsepp
2018-12-14 12:09 Gilles Dartiguelongue
2017-05-20 4:59 Mart Raudsepp
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-02-04 12:39 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-15 10:30 Pacho Ramos
2015-11-15 10:30 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada
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=1493656607.8080a320f176677cd0df594172174c12ba836618.leio@gentoo \
--to=leio@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