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 E8F7213835A for ; Sun, 19 Jul 2020 17:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29F96E0867; Sun, 19 Jul 2020 17:58:46 +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 10B93E0867 for ; Sun, 19 Jul 2020 17:58:46 +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 8D97F34F2E7 for ; Sun, 19 Jul 2020 17:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E752DD for ; Sun, 19 Jul 2020 17:58:43 +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: <1595181501.669a5419f9f848b002c4d6b259830f38daa6e119.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.36.4.ebuild X-VCS-Directories: gnome-base/gnome-core-libs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 669a5419f9f848b002c4d6b259830f38daa6e119 X-VCS-Branch: master Date: Sun, 19 Jul 2020 17:58:43 +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: 7198c178-5dc0-4b62-b53c-c1aa3b8b0326 X-Archives-Hash: 0fe3180ff71541cb273d8c2419687274 commit: 669a5419f9f848b002c4d6b259830f38daa6e119 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 19 17:58:21 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 19 17:58:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669a5419 gnome-base/gnome-core-libs: bump to 3.36.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.36.4.ebuild | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.36.4.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.36.4.ebuild new file mode 100644 index 00000000000..670bb8c4194 --- /dev/null +++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.36.4.ebuild @@ -0,0 +1,43 @@ +# 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.64.4:2 + >=x11-libs/gdk-pixbuf-2.40.0:2 + >=x11-libs/pango-1.42.4 + >=x11-libs/gtk+-3.24.21:3[cups?] + >=dev-libs/atk-2.34.1 + >=gnome-base/librsvg-2.40.21 + >=gnome-base/gnome-desktop-${PV}:3 + + >=gnome-base/gvfs-1.44.1 + >=gnome-base/dconf-0.36.0 + + >=media-libs/gstreamer-1.16.2:1.0 + >=media-libs/gst-plugins-base-1.16.2:1.0 + >=media-libs/gst-plugins-good-1.16.2:1.0 + + python? ( >=dev-python/pygobject-3.36.1: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}"