From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-screenshot/
Date: Sat, 12 Oct 2013 23:39:29 +0000 (UTC) [thread overview]
Message-ID: <1381619403.fa55e48f4ff3011fc028e490fe08019fdfba18ea.eva@gentoo> (raw)
commit: fa55e48f4ff3011fc028e490fe08019fdfba18ea
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 23:05:35 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 23:10:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fa55e48f
media-gfx/gnome-screenshot: 3.8.3 → 3.10.0
---
...-9999.ebuild => gnome-screenshot-3.10.0.ebuild} | 33 ++++++++++------------
.../gnome-screenshot/gnome-screenshot-9999.ebuild | 24 +++++++++-------
2 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-3.10.0.ebuild
similarity index 53%
copy from media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
copy to media-gfx/gnome-screenshot/gnome-screenshot-3.10.0.ebuild
index 29d8e0c..0d5775f 100644
--- a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-3.10.0.ebuild
@@ -1,31 +1,23 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
+inherit gnome2 readme.gentoo
-DESCRIPTION="Screenshot utility for GNOME 3"
+DESCRIPTION="Screenshot utility for GNOME"
HOMEPAGE="https://live.gnome.org/GnomeUtils"
LICENSE="GPL-2+"
SLOT="0"
IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
-fi
+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.33.1:2
+ >=dev-libs/glib-2.35.1:2
>=media-libs/libcanberra-0.26-r2[gtk3]
x11-libs/cairo
x11-libs/gdk-pixbuf
@@ -44,11 +36,16 @@ DEPEND="${COMMON_DEPEND}
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
-
- elog "${P} saves screenshots in ~/Pictures/ and defaults to"
- elog "non-interactive mode when launched from a terminal. If you want to choose"
- elog "where to save the screenshot, run"
- elog " $ gnome-screenshot --interactive"
+ readme.gentoo_print_elog
}
diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
index 29d8e0c..2e43460 100644
--- a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-inherit gnome2
+inherit gnome2 readme.gentoo
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
-DESCRIPTION="Screenshot utility for GNOME 3"
+DESCRIPTION="Screenshot utility for GNOME"
HOMEPAGE="https://live.gnome.org/GnomeUtils"
LICENSE="GPL-2+"
@@ -25,7 +24,7 @@ fi
# libcanberra 0.26-r2 is needed for gtk+:3 fixes
COMMON_DEPEND="
- >=dev-libs/glib-2.33.1:2
+ >=dev-libs/glib-2.35.1:2
>=media-libs/libcanberra-0.26-r2[gtk3]
x11-libs/cairo
x11-libs/gdk-pixbuf
@@ -44,11 +43,16 @@ DEPEND="${COMMON_DEPEND}
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
-
- elog "${P} saves screenshots in ~/Pictures/ and defaults to"
- elog "non-interactive mode when launched from a terminal. If you want to choose"
- elog "where to save the screenshot, run"
- elog " $ gnome-screenshot --interactive"
+ readme.gentoo_print_elog
}
next reply other threads:[~2013-10-12 23:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-12 23:39 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-17 12:14 [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-screenshot/ Gilles Dartiguelongue
2018-12-17 12:14 Gilles Dartiguelongue
2018-11-01 21:43 Sobhan Mohammadpour
2018-07-18 14:29 Mart Raudsepp
2018-06-06 22:14 Gilles Dartiguelongue
2018-06-06 22:14 Gilles Dartiguelongue
2018-05-06 15:04 Sobhan Mohammadpour
2015-05-14 13:39 Gilles Dartiguelongue
2015-05-08 21:54 Gilles Dartiguelongue
2014-12-26 21:47 Gilles Dartiguelongue
2013-11-20 23:08 Gilles Dartiguelongue
2012-12-23 23:11 Gilles Dartiguelongue
2012-11-21 22:36 Gilles Dartiguelongue
2012-10-27 21:16 Gilles Dartiguelongue
2012-09-22 15:54 Nirbheek Chauhan
2012-09-05 15:48 Nirbheek Chauhan
2012-05-06 20:26 Alexandre Restovtsev
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=1381619403.fa55e48f4ff3011fc028e490fe08019fdfba18ea.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