commit:     c1588c1263a79625a32b24c2dc0cddff7a43c241
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 15:04:29 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Sun May  6 15:04:29 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c1588c12

media-gfx/gnome-screenshot: bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../gnome-screenshot-3.26.0.ebuild                 | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild 
b/media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild
new file mode 100644
index 00000000..19b2e448
--- /dev/null
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome-meson readme.gentoo-r1
+
+DESCRIPTION="Screenshot utility for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Attic/GnomeUtils";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~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}
+       >=dev-util/intltool-0.50.2
+       virtual/pkgconfig
+       x11-base/xorg-proto
+"
+
+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() {
+       gnome-meson_src_install
+       readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+       gnome-meson_pkg_postinst
+       readme.gentoo_print_elog
+}

Reply via email to