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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30A8A158015 for ; Sun, 24 Dec 2023 13:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56B6C2BC019; Sun, 24 Dec 2023 13:07:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 355092BC019 for ; Sun, 24 Dec 2023 13:07:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3223433BDC5 for ; Sun, 24 Dec 2023 13:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D215105D for ; Sun, 24 Dec 2023 13:07:34 +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: <1703423229.02f5ffbc7dce3b48d23d6095125ea4645659c848.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild X-VCS-Directories: gnome-base/gnome-core-apps/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 02f5ffbc7dce3b48d23d6095125ea4645659c848 X-VCS-Branch: master Date: Sun, 24 Dec 2023 13:07:34 +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: 7740dc96-98bb-4333-afaf-8397a1da2638 X-Archives-Hash: 8ac065ea0311734b3a40c51fbbf323e2 commit: 02f5ffbc7dce3b48d23d6095125ea4645659c848 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Dec 24 13:03:45 2023 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Dec 24 13:07:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f5ffbc gnome-base/gnome-core-apps: add 45.2 Signed-off-by: Mart Raudsepp gentoo.org> .../gnome-core-apps/gnome-core-apps-45.2.ebuild | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild new file mode 100644 index 000000000000..bd738a5adbe4 --- /dev/null +++ b/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Sub-meta package for the core applications integrated with GNOME" +HOMEPAGE="https://www.gnome.org/" +LICENSE="metapackage" +SLOT="3.0" +IUSE="+bluetooth cups" + +# when unmasking for an arch +# double check none of the deps are still masked ! +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +# gnome-color-manager min version enforced here due to control-center pulling it in +# glib-networking min version enforced as multiple other deps here rely on it (e.g. via libsoup) +# TODO: Replace eog with loupe +RDEPEND=" + >=gnome-base/gnome-core-libs-${PV}[cups?] + + >=gnome-base/gnome-session-45.0 + >=gnome-base/gnome-settings-daemon-45.0[cups?] + >=gnome-base/gnome-control-center-45.1[cups?] + >=gnome-extra/gnome-color-manager-3.36.0 + + >=app-crypt/gcr-3.41.1:0 + >=app-crypt/gcr-4.1.0:4 + >=gnome-base/nautilus-45.2 + >=gnome-base/gnome-keyring-42.1 + >=gnome-extra/evolution-data-server-3.50.2 + >=net-libs/glib-networking-2.78.0 + + || ( + >=app-editors/gnome-text-editor-45.1 + >=app-editors/gedit-46.1 + ) + >=app-text/evince-45.0 + >=gnome-extra/gnome-contacts-45.0 + >=media-gfx/eog-45.1 + >=media-video/totem-43.0 + || ( + >=x11-terms/gnome-terminal-3.50.1 + >=gui-apps/gnome-console-45.0 + ) + + >=gnome-extra/gnome-user-docs-45.1 + >=gnome-extra/yelp-42.2 + + >=x11-themes/adwaita-icon-theme-45.0 + + bluetooth? ( >=net-wireless/gnome-bluetooth-42.7 ) +" +DEPEND="" +BDEPEND="" + +# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore +# >=gnome-base/gnome-menus-3.13.3:3 # not used by core gnome anymore, just gnome-classic extensions + +S="${WORKDIR}"