commit:     22fc1bfb5bb6e4ed22538ee02fa4d71fd65033d3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 15:27:08 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 15:27:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fc1bfb

gnome-extra/pch-session: Version bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/pch-session/Manifest                  |  1 +
 gnome-extra/pch-session/pch-session-3.38.3.ebuild | 49 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
index f680880b4d7..c0bc95f45b0 100644
--- a/gnome-extra/pch-session/Manifest
+++ b/gnome-extra/pch-session/Manifest
@@ -1,2 +1,3 @@
 DIST pch-session-3.36.3.tar.bz2 9575 BLAKE2B 
1f7001c50247821b2c9771b8d16bd2b962712c033fde7af225a9aac152abb2a0505b73f5baf5913ce12e05bc7a89abcf0411b2ffa64dc0aa38b2bea0f3f41796
 SHA512 
b784421b27a446d460191da5a2eb6fbaf53aa4cffbfe8f113bc8c3ef308741ccfd6a208d6f6b1a50839b3a0925b22e6573604fd315496a5c59ae969fc8e6f7a6
 DIST pch-session-3.38.2.tar.bz2 3610420 BLAKE2B 
b632119ca1b758cb3b356a8175057ee1dc7cd9b74790a989e2198ad10a5a62e392c14481cb17ac0beac25ad8f0b4a6a5bb69640ac87404dad2e616170358ea2e
 SHA512 
ffefb2e34ebaded0b03d695b27281a3bdc6ac6ca9111243766f78f819823ce3d0fdd837e4495450be048c86ea6e09a37f1746753b728f45a5ae1e9f0360620b7
+DIST pch-session-3.38.3.tar.bz2 3610468 BLAKE2B 
832eacf774c46c4c714a3e12ebd024f4a2fa62ef385697e7d18144c917bc6c11a12da77db604e2f3eaa1f4aa50ccf3578a9c1fcc81332d6b5db06a98cb1f75ef
 SHA512 
11d4474a757787cc6d65ca81a9e3e592c347c4267c816346d7455f6abae267d0f331a19ec2b8f0c216adcfe5db9af0c37b489ec7abbbd581a7c5b4bb3a77854f

diff --git a/gnome-extra/pch-session/pch-session-3.38.3.ebuild 
b/gnome-extra/pch-session/pch-session-3.38.3.ebuild
new file mode 100644
index 00000000000..299322d9d39
--- /dev/null
+++ b/gnome-extra/pch-session/pch-session-3.38.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2019-2021 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=""
+
+RDEPEND="
+       >=gnome-base/gnome-shell-3.38
+       >=gnome-extra/gnome-shell-extensions-3.38
+       >=gnome-extra/gnome-shell-extension-appindicator-34
+       >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-10
+       >=gnome-extra/gnome-shell-extension-bing-wallpaper-27
+       >=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-16
+       
>=gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen-20200901
+       >=gnome-extra/gnome-shell-extension-dash-to-panel-40
+       >=gnome-extra/gnome-shell-extension-desktop-icons-20.04.0-r2
+       >=gnome-extra/gnome-shell-extension-gsconnect-44
+       >=gnome-extra/gnome-shell-extensions-topicons-plus-27
+       >=gnome-extra/gnome-tweaks-3.34
+"
+BDEPEND=""
+DEPEND=""
+
+pkg_preinst() {
+       gnome2_schemas_update
+}
+
+src_install() {
+       insinto /usr
+       doins -r usr/.
+       einstalldocs
+}
+
+pkg_postinst() {
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       gnome2_schemas_update
+}

Reply via email to