summaryrefslogtreecommitdiff
blob: ca53eeb88fa68633f420c3d7d9f92c6b4dbb683a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
}