From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 822EC1382C5 for ; Sun, 6 May 2018 15:04:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF68E08EA; Sun, 6 May 2018 15:04:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 823EEE08EA for ; Sun, 6 May 2018 15:04:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFE98335C91 for ; Sun, 6 May 2018 15:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DDB53A for ; Sun, 6 May 2018 15:04:36 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1525619069.c1588c1263a79625a32b24c2dc0cddff7a43c241.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-screenshot/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/gnome-screenshot/gnome-screenshot-3.26.0.ebuild X-VCS-Directories: media-gfx/gnome-screenshot/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: c1588c1263a79625a32b24c2dc0cddff7a43c241 X-VCS-Branch: master Date: Sun, 6 May 2018 15:04:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b3af0a9f-1466-4542-95e1-ffbdcaa9309d X-Archives-Hash: c1f6c160de68bde82dc3157b35ee4a77 commit: c1588c1263a79625a32b24c2dc0cddff7a43c241 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sun May 6 15:04:29 2018 +0000 Commit: Sobhan Mohammadpour gentoo 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 + !