Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/pch-session/
Date: Fri, 21 Aug 2020 13:00:35
Message-Id: 1598014819.a7196c468688367c187c7bfc2434c5ea688ec1bb.pacho@gentoo
1 commit: a7196c468688367c187c7bfc2434c5ea688ec1bb
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 21 13:00:19 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 13:00:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7196c46
7
8 gnome-extra/pch-session: Version for 3.36
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 gnome-extra/pch-session/Manifest | 1 +
14 gnome-extra/pch-session/pch-session-3.36.0.ebuild | 44 +++++++++++++++++++++++
15 2 files changed, 45 insertions(+)
16
17 diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
18 index 89cbd5c7a99..3ec18a70007 100644
19 --- a/gnome-extra/pch-session/Manifest
20 +++ b/gnome-extra/pch-session/Manifest
21 @@ -1 +1,2 @@
22 DIST pch-session-3.34.3.tar.bz2 9189 BLAKE2B 82c8f346ef8b627c4756f6781e0ccc9274c5152cd723ddcf00e23411efdf3ff633ca0078cd0a4b3ebc24e1f2ef79e7d736fdc6f9b46b750f7f88177c7977a408 SHA512 dcada2ac88fec4fe2d893bd0fd76e63fb574452612b3c9286fe42f3c51fba3b2f3992ff3015b11867c01c1d328fcd8f007f9dc1e1e3030c1e722d3b4df4740b5
23 +DIST pch-session-3.36.0.tar.bz2 9341 BLAKE2B 0656ab4ff0ba4d7c916734b68cab68cbc2db5206de9bc89de78bad7a21c639ee20e63988f50a00f544cfa40ddacd3c913e2ae2ce68c0f441f96132cbcdc4147b SHA512 e431d13e98cd8497e023257f6d67eb447e0f99ecf1a3cbb2adfe04143562d52b1fdecc6fd13cb54d821e142ceb8dbd124768958727aa4bcba1e23c2f729a0ec9
24
25 diff --git a/gnome-extra/pch-session/pch-session-3.36.0.ebuild b/gnome-extra/pch-session/pch-session-3.36.0.ebuild
26 new file mode 100644
27 index 00000000000..40bc8544aa0
28 --- /dev/null
29 +++ b/gnome-extra/pch-session/pch-session-3.36.0.ebuild
30 @@ -0,0 +1,44 @@
31 +# Copyright 2019-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +inherit gnome2-utils
36 +
37 +DESCRIPTION="Unofficial gnome based session with different default settings and extensions"
38 +HOMEPAGE="https://gitlab.com/pachoramos/pch-session"
39 +SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE=""
45 +
46 +# gnome-extra/gnome-tweaks to configure extensions easily
47 +RDEPEND="
48 + >=gnome-base/gnome-shell-3.36
49 + >=gnome-extra/gnome-shell-extensions-3.36
50 + >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-8
51 + >=gnome-extra/gnome-shell-extension-bing-wallpaper-27
52 + >=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-12
53 + >=gnome-extra/gnome-shell-extension-dash-to-panel-38
54 + >=gnome-extra/gnome-shell-extension-desktop-icons-20.04.0
55 + >=gnome-extra/gnome-shell-extension-gsconnect-34
56 + >=gnome-extra/gnome-shell-extensions-topicons-plus-27
57 + >=gnome-extra/gnome-tweaks-3.34
58 +"
59 +BDEPEND=""
60 +DEPEND=""
61 +
62 +src_install() {
63 + insinto /usr
64 + doins -r usr/.
65 + einstalldocs
66 +}
67 +
68 +pkg_postinst() {
69 + gnome2_schemas_update
70 +}
71 +
72 +pkg_postrm() {
73 + gnome2_schemas_update
74 +}