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 F3230138351 for ; Mon, 16 Mar 2020 22:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A90E0BBA; Mon, 16 Mar 2020 22:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D765CE0BBA for ; Mon, 16 Mar 2020 22:20:50 +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 5BA3434F0A4 for ; Mon, 16 Mar 2020 22:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E03A14C for ; Mon, 16 Mar 2020 22:20:47 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1584396485.4e5b5ab2a63cf1cee178245eb52571d751fa857b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-core-libs/gnome-core-libs-3.34.4.ebuild X-VCS-Directories: gnome-base/gnome-core-libs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4e5b5ab2a63cf1cee178245eb52571d751fa857b X-VCS-Branch: master Date: Mon, 16 Mar 2020 22:20:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9edb04ac-3e5c-4f64-b47a-433e7ccbb722 X-Archives-Hash: c4e55ffaed62307623d1a7eb2ed7bbb3 commit: 4e5b5ab2a63cf1cee178245eb52571d751fa857b Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 16 08:59:26 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 16 22:08:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5b5ab2 gnome-base/gnome-core-libs: bump to 3.34.4 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> .../gnome-core-libs/gnome-core-libs-3.34.4.ebuild | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.34.4.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.34.4.ebuild new file mode 100644 index 00000000000..fdbb4ad9ea8 --- /dev/null +++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.34.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Sub-meta package for the core libraries of GNOME 3" +HOMEPAGE="https://www.gnome.org/" +LICENSE="metapackage" +SLOT="3.0" +IUSE="cups python" + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# Note to developers: +# This is a wrapper for the core libraries used by GNOME 3 +RDEPEND=" + >=dev-libs/glib-2.62.5:2 + >=x11-libs/gdk-pixbuf-2.40.0:2 + >=x11-libs/pango-1.42.4 + >=x11-libs/gtk+-3.24.14:3[cups?] + >=dev-libs/atk-2.34.1 + >=gnome-base/librsvg-2.40.21 + >=gnome-base/gnome-desktop-${PV}:3 + >=x11-libs/startup-notification-0.12 + + >=gnome-base/gvfs-1.42.2 + >=gnome-base/dconf-0.34.0 + + >=media-libs/gstreamer-1.14.4:1.0 + >=media-libs/gst-plugins-base-1.14.4:1.0 + >=media-libs/gst-plugins-good-1.14.4:1.0 + + python? ( >=dev-python/pygobject-3.34.0:3 ) +" +DEPEND="" +BDEPEND="" + +# >=x11-libs/libwnck-3.24.1:3 - not used by core packages anymore +# librsvg kept back on non-rust version; should move on at some point for non-exotic arches. +# pango kept at 1.42 for now due to bitmap fonts and incompatibilities + +S="${WORKDIR}"