gnome-extra/pch-session: New package with alternative unofficial session
authorPacho Ramos <pacho@gentoo.org>
Sat, 13 Apr 2019 15:57:43 +0000 (17:57 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 13 Apr 2019 15:58:47 +0000 (17:58 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
gnome-extra/pch-session/Manifest [new file with mode: 0644]
gnome-extra/pch-session/metadata.xml [new file with mode: 0644]
gnome-extra/pch-session/pch-session-3.30.0.ebuild [new file with mode: 0644]

diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
new file mode 100644 (file)
index 0000000..9dfdf3a
--- /dev/null
@@ -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 (file)
index 0000000..020b406
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>pacho@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>
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 (file)
index 0000000..ca53eeb
--- /dev/null
@@ -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
+}