diff options
Diffstat (limited to 'gnome-extra/pch-session/pch-session-3.30.0.1.ebuild')
-rw-r--r-- | gnome-extra/pch-session/pch-session-3.30.0.1.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/gnome-extra/pch-session/pch-session-3.30.0.1.ebuild b/gnome-extra/pch-session/pch-session-3.30.0.1.ebuild new file mode 100644 index 000000000000..ca53eeb88fa6 --- /dev/null +++ b/gnome-extra/pch-session/pch-session-3.30.0.1.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 +} |