gnome-extra/pch-session: Version for 3.36

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2020-08-21 15:00:19 +02:00
parent 42521a5c45
commit a7196c4686
2 changed files with 45 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pch-session-3.34.3.tar.bz2 9189 BLAKE2B 82c8f346ef8b627c4756f6781e0ccc9274c5152cd723ddcf00e23411efdf3ff633ca0078cd0a4b3ebc24e1f2ef79e7d736fdc6f9b46b750f7f88177c7977a408 SHA512 dcada2ac88fec4fe2d893bd0fd76e63fb574452612b3c9286fe42f3c51fba3b2f3992ff3015b11867c01c1d328fcd8f007f9dc1e1e3030c1e722d3b4df4740b5
DIST pch-session-3.36.0.tar.bz2 9341 BLAKE2B 0656ab4ff0ba4d7c916734b68cab68cbc2db5206de9bc89de78bad7a21c639ee20e63988f50a00f544cfa40ddacd3c913e2ae2ce68c0f441f96132cbcdc4147b SHA512 e431d13e98cd8497e023257f6d67eb447e0f99ecf1a3cbb2adfe04143562d52b1fdecc6fd13cb54d821e142ceb8dbd124768958727aa4bcba1e23c2f729a0ec9

View File

@@ -0,0 +1,44 @@
# Copyright 2019-2020 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 ~x86"
IUSE=""
# gnome-extra/gnome-tweaks to configure extensions easily
RDEPEND="
>=gnome-base/gnome-shell-3.36
>=gnome-extra/gnome-shell-extensions-3.36
>=gnome-extra/gnome-shell-extension-applications-overview-tooltip-8
>=gnome-extra/gnome-shell-extension-bing-wallpaper-27
>=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-12
>=gnome-extra/gnome-shell-extension-dash-to-panel-38
>=gnome-extra/gnome-shell-extension-desktop-icons-20.04.0
>=gnome-extra/gnome-shell-extension-gsconnect-34
>=gnome-extra/gnome-shell-extensions-topicons-plus-27
>=gnome-extra/gnome-tweaks-3.34
"
BDEPEND=""
DEPEND=""
src_install() {
insinto /usr
doins -r usr/.
einstalldocs
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}