From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-screenshot/
Date: Sun, 23 Oct 2016 23:01:58 +0000 (UTC) [thread overview]
Message-ID: <1477263604.6714a1de4440cdf394f21a5f7db9a3bfb6957110.eva@gentoo> (raw)
commit: 6714a1de4440cdf394f21a5f7db9a3bfb6957110
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 21:36:20 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 23:00:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6714a1de
media-gfx/gnome-screenshot: version bump 3.20.1 → 3.22.0
Package-Manager: portage-2.3.1
media-gfx/gnome-screenshot/Manifest | 1 +
.../gnome-screenshot-3.22.0.ebuild | 49 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/media-gfx/gnome-screenshot/Manifest b/media-gfx/gnome-screenshot/Manifest
index 5ac7098..45ae625 100644
--- a/media-gfx/gnome-screenshot/Manifest
+++ b/media-gfx/gnome-screenshot/Manifest
@@ -1,2 +1,3 @@
DIST gnome-screenshot-3.18.0.tar.xz 281752 SHA256 eba64dbf4acf0ab8222fec549d0a4f2dd7dbd51c255e7978dedf1f5c06a98841 SHA512 82d6e958cbc485587d07454f8acccddff1b62880ce102299ae570cf436844296f0338056995a6b8242009c0106feb95b85e7b01dbe1feef9b1b74f095b857f9d WHIRLPOOL 523fb518357ff00d001e2fe9e101cb68272f3c4278ff1f4340d5ecbe82ce428089e3db8ad38b43f8973a308520e5c27e55459fd583ae36ea6595a8e479b749aa
DIST gnome-screenshot-3.20.1.tar.xz 257944 SHA256 06a89b6887146cdbbeb64adf11bdae21acf22b0422337041c66eedb21ef7e143 SHA512 ff19f50a11d9288ae5914133cacbfa44cd3f8e4f58448e065f5dcd9eae61c995cea3905d0c1608c5d2703e74a1f72bd28fc4b8faf021b75acdbb256891578662 WHIRLPOOL 9550cdbb57e5d7229fd71d9215591f0a76faabeecdff6ef747099b314d7d871ed8653ca3430d469c95be016421a12401abd4ff7183ce26e91642206de0808410
+DIST gnome-screenshot-3.22.0.tar.xz 258888 SHA256 8a05f14b3c7c6cb42f9848ad0332034c7fe5c34a69742910203588fd60b00230 SHA512 a532e9cc8615ce22db5805c1857a3bad5bf69a3436a45574384c6c8f848ae67d6991dbfc5556e7cf08f630915c0666bba0c4bee9e4190340bbad57faa9af2ff9 WHIRLPOOL e9656be6dffcbc1c668ce4eb43434acf336199fa3de55a3d33aa18a63b615ad75c5c415f27fa351e9c33fe2d8533d3558389cdb47a437d99e3f9767c893f0a44
diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.22.0.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-3.22.0.ebuild
new file mode 100644
index 00000000..ffbbba2
--- /dev/null
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-3.22.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="Screenshot utility for GNOME"
+HOMEPAGE="https://git.gnome.org/browse/gnome-screenshot"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+# libcanberra 0.26-r2 is needed for gtk+:3 fixes
+COMMON_DEPEND="
+ >=dev-libs/glib-2.35.1:2[dbus]
+ >=media-libs/libcanberra-0.26-r2[gtk3]
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ >=x11-libs/gtk+-3.0.3:3
+ x11-libs/libX11
+ x11-libs/libXext
+"
+RDEPEND="${COMMON_DEPEND}
+ >=gnome-base/gsettings-desktop-schemas-0.1.0
+ !<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+ x11-proto/xextproto
+ >=dev-util/intltool-0.50.2
+ virtual/pkgconfig
+"
+
+DOC_CONTENTS="${P} saves screenshots in ~/Pictures/ and defaults to
+ non-interactive mode when launched from a terminal. If you want to choose
+ where to save the screenshot, run 'gnome-screenshot --interactive'"
+
+src_install() {
+ gnome2_src_install
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ readme.gentoo_print_elog
+}
next reply other threads:[~2016-10-23 23:02 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-23 23:01 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-31 2:56 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-screenshot/ Matt Turner
2022-03-08 9:35 Sam James
2021-12-19 2:02 Matt Turner
2021-11-23 1:25 Yixun Lan
2021-07-26 7:15 Matt Turner
2021-07-10 15:40 Sam James
2021-04-16 1:47 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-01 16:44 Thomas Deutschmann
2021-03-12 8:01 Mikle Kolyada
2021-01-10 2:18 Matt Turner
2020-04-25 20:17 Mart Raudsepp
2020-03-29 11:18 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-13 16:26 Mart Raudsepp
2019-08-05 3:51 Aaron Bauman
2019-05-18 22:08 Mart Raudsepp
2019-03-06 19:36 Mart Raudsepp
2018-12-18 22:41 Gilles Dartiguelongue
2018-12-17 12:15 Gilles Dartiguelongue
2017-08-26 10:07 Gilles Dartiguelongue
2016-10-23 23:01 Gilles Dartiguelongue
2016-03-06 18:03 Mikle Kolyada
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=1477263604.6714a1de4440cdf394f21a5f7db9a3bfb6957110.eva@gentoo \
--to=eva@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