From: Pacho Ramos Date: Sat, 13 Apr 2019 15:57:43 +0000 (+0200) Subject: gnome-extra/pch-session: New package with alternative unofficial session X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=39dd8b031e3f34c93fcdf24c3a8ead7ca240a046;p=gentoo.git gnome-extra/pch-session: New package with alternative unofficial session Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest new file mode 100644 index 000000000000..9dfdf3a5c609 --- /dev/null +++ b/gnome-extra/pch-session/Manifest @@ -0,0 +1 @@ +DIST pch-session-3.30.0.tar.bz2 8865 BLAKE2B ee6b0b3a621f609a89392c21fd03dfd14679b2007a135b85795963170ceae49ea913f5ba587e56e0c8ff44efef1602e91da4648379c4412a6c21c5ae6f3fa21d SHA512 3994d7dbd7587fc8d65e1f561cc5f522ac68c86578b97279239fcc2e535e2c4a7f179793312d66cd8c3e7876d8d217e98a22b2f50eb79c54343117dc1c3afaaa diff --git a/gnome-extra/pch-session/metadata.xml b/gnome-extra/pch-session/metadata.xml new file mode 100644 index 000000000000..020b40648ee8 --- /dev/null +++ b/gnome-extra/pch-session/metadata.xml @@ -0,0 +1,7 @@ + + + + + pacho@gentoo.org + + diff --git a/gnome-extra/pch-session/pch-session-3.30.0.ebuild b/gnome-extra/pch-session/pch-session-3.30.0.ebuild new file mode 100644 index 000000000000..ca53eeb88fa6 --- /dev/null +++ b/gnome-extra/pch-session/pch-session-3.30.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome2-utils + +DESCRIPTION="Unofficial gnome based session with different default settings and extensions" +HOMEPAGE="https://gitlab.com/pachoramos/pch-session" +SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=gnome-base/gnome-shell-3.30 + gnome-extra/gnome-shell-extensions + gnome-extra/gnome-shell-extension-dash-to-panel + gnome-extra/gnome-shell-extension-desktop-icons + gnome-extra/gnome-shell-extension-gsconnect + gnome-extra/gnome-shell-extensions-topicons-plus +" +BDEPEND="" +DEPEND="" + +src_install() { + insinto /usr + doins -r usr/. + einstalldocs +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +}