commit:     795e7e707e59acbfd275e37264ee4ccbbb7d86b4
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 16:01:36 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 16:02:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795e7e70

gnome-base/gnome: bump to 3.36.5

Bug: https://bugs.gentoo.org/717146
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-base/gnome/gnome-3.36.5.ebuild | 51 ++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnome-base/gnome/gnome-3.36.5.ebuild 
b/gnome-base/gnome/gnome-3.36.5.ebuild
new file mode 100644
index 00000000000..2b3cb8133d5
--- /dev/null
+++ b/gnome-base/gnome/gnome-3.36.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Meta package for GNOME 3, merge this package to install"
+HOMEPAGE="https://www.gnome.org/";
+
+LICENSE="metapackage"
+SLOT="2.0" # Cannot be installed at the same time as gnome-2
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE="accessibility +bluetooth +classic cups +extras"
+
+S=${WORKDIR}
+
+# TODO: check accessibility completeness
+RDEPEND="
+       >=gnome-base/gnome-core-libs-${PV}[cups?]
+       >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
+
+       >=gnome-base/gdm-3.36.3
+
+       >=x11-wm/mutter-${PV}
+       >=gnome-base/gnome-shell-${PV}[bluetooth?]
+       >=media-fonts/cantarell-0.201
+
+       >=x11-themes/gnome-backgrounds-3.36.0
+       x11-themes/sound-theme-freedesktop
+
+       accessibility? (
+               >=app-accessibility/at-spi2-atk-2.34.2
+               >=app-accessibility/at-spi2-core-2.36.0
+               >=app-accessibility/orca-3.36.4
+               >=gnome-extra/mousetweaks-3.32.0 )
+       classic? ( >=gnome-extra/gnome-shell-extensions-3.36.2 )
+       extras? ( >=gnome-base/gnome-extra-apps-${PV} )
+"
+PDEPEND=">=gnome-base/gvfs-1.44.1[udisks]"
+
+DEPEND=""
+BDEPEND=""
+
+pkg_postinst() {
+       # Remind people where to find our project information
+       elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME";
+       elog "for information about the project and documentation."
+}

Reply via email to