diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-02-14 16:42:50 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-02-14 17:23:04 +0100 |
commit | 4d68f661be85d1ce05a6d4ca29736169a7ef6168 (patch) | |
tree | 10ce3a8c94112b6e5e1d987a5a58001360bbe9a0 /gnome-extra/pch-session | |
parent | gnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old (diff) | |
download | gentoo-4d68f661be85d1ce05a6d4ca29736169a7ef6168.tar.gz gentoo-4d68f661be85d1ce05a6d4ca29736169a7ef6168.tar.bz2 gentoo-4d68f661be85d1ce05a6d4ca29736169a7ef6168.zip |
gnome-extra/pch-session: Bump to 3.38.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra/pch-session')
-rw-r--r-- | gnome-extra/pch-session/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/pch-session/pch-session-3.38.2.ebuild | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest index e829b7a41a08..3207132ea954 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.1.tar.bz2 3610377 BLAKE2B ef088deff17938419399b5ce7e4970e240bfc792ebb38dfda74d74fcf463859f3e0dad724744a839de87badc91baa6909b8c1a6a61f84e4c040f3adb0701e013 SHA512 738fb998fe62de4dc24685ed7c5867438d41b07115e2018668211a0f80757bba4e76238b277fb07920515f4c15a890df498cacc8c3c0f9a2cc491bd45e3b4a63 +DIST pch-session-3.38.2.tar.bz2 3610420 BLAKE2B b632119ca1b758cb3b356a8175057ee1dc7cd9b74790a989e2198ad10a5a62e392c14481cb17ac0beac25ad8f0b4a6a5bb69640ac87404dad2e616170358ea2e SHA512 ffefb2e34ebaded0b03d695b27281a3bdc6ac6ca9111243766f78f819823ce3d0fdd837e4495450be048c86ea6e09a37f1746753b728f45a5ae1e9f0360620b7 diff --git a/gnome-extra/pch-session/pch-session-3.38.2.ebuild b/gnome-extra/pch-session/pch-session-3.38.2.ebuild new file mode 100644 index 000000000000..894b3597dc98 --- /dev/null +++ b/gnome-extra/pch-session/pch-session-3.38.2.ebuild @@ -0,0 +1,48 @@ +# 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-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 +} |