mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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 <pacho@gentoo.org>
This commit is contained in:
1
gnome-extra/pch-session/Manifest
Normal file
1
gnome-extra/pch-session/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pch-session-3.30.0.tar.bz2 8865 BLAKE2B ee6b0b3a621f609a89392c21fd03dfd14679b2007a135b85795963170ceae49ea913f5ba587e56e0c8ff44efef1602e91da4648379c4412a6c21c5ae6f3fa21d SHA512 3994d7dbd7587fc8d65e1f561cc5f522ac68c86578b97279239fcc2e535e2c4a7f179793312d66cd8c3e7876d8d217e98a22b2f50eb79c54343117dc1c3afaaa
|
||||
7
gnome-extra/pch-session/metadata.xml
Normal file
7
gnome-extra/pch-session/metadata.xml
Normal file
@@ -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>
|
||||
39
gnome-extra/pch-session/pch-session-3.30.0.ebuild
Normal file
39
gnome-extra/pch-session/pch-session-3.30.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user