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: Sat, 20 Apr 2019 22:45:11
Message-Id: 1555783188.c308df0d69f4c14b1e367eaf29530ea47506ebd8.pacho@gentoo
1 commit: c308df0d69f4c14b1e367eaf29530ea47506ebd8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 17:58:25 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 17:59:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c308df0d
7
8 gnome-extra/pch-session: Version bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 gnome-extra/pch-session/Manifest | 1 +
14 .../pch-session/pch-session-3.30.0.2.ebuild | 42 ++++++++++++++++++++++
15 2 files changed, 43 insertions(+)
16
17 diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
18 index fc8c4dbaf25..57880ff7af0 100644
19 --- a/gnome-extra/pch-session/Manifest
20 +++ b/gnome-extra/pch-session/Manifest
21 @@ -1 +1,2 @@
22 DIST pch-session-3.30.0.1.tar.bz2 8854 BLAKE2B 55e90c00d3637d21b80ec87db96561a43d4f770ffcc6d90c7c83189ab979565cbeada0dfb64cb3d10d72c6f4e40466345db2023b930971bb6b784a0f7c469551 SHA512 dbb6a28cc1cff37992f717285476b73201a5d96de682fa2e91774f644bd8870cbd6444f768c1395b81a8ba0fe36e60404343251a66d339ae6acfc2a7f47127f9
23 +DIST pch-session-3.30.0.2.tar.bz2 8925 BLAKE2B 0dc3440d42f7507a0f73ad24cbcd94d106a836b2c9abb74e3d85272ed1dd0660ff85c60b7a3e824687916817f513aed321e92b4d2406e1d5f1ace3aad5bc8456 SHA512 3e8ae7db254c0489c57fb1aadffbd3dfff6ba992c5ce51f993ac5f8a2704b59aab39e65bd36768ffd3fc47eec24bfa9c34046fbd01819976bbb9eedcf84d4e89
24
25 diff --git a/gnome-extra/pch-session/pch-session-3.30.0.2.ebuild b/gnome-extra/pch-session/pch-session-3.30.0.2.ebuild
26 new file mode 100644
27 index 00000000000..a789ccf56fc
28 --- /dev/null
29 +++ b/gnome-extra/pch-session/pch-session-3.30.0.2.ebuild
30 @@ -0,0 +1,42 @@
31 +# Copyright 2019 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"
44 +IUSE=""
45 +
46 +# gnome-extra/gnome-tweaks to configure extensions easily
47 +RDEPEND="
48 + >=gnome-base/gnome-shell-3.30
49 + gnome-extra/gnome-shell-extensions
50 + gnome-extra/gnome-shell-extension-applications-overview-tooltip
51 + gnome-extra/gnome-shell-extension-dash-to-panel
52 + gnome-extra/gnome-shell-extension-desktop-icons
53 + gnome-extra/gnome-shell-extension-gsconnect
54 + gnome-extra/gnome-shell-extensions-topicons-plus
55 + gnome-extra/gnome-tweaks
56 +"
57 +BDEPEND=""
58 +DEPEND=""
59 +
60 +src_install() {
61 + insinto /usr
62 + doins -r usr/.
63 + einstalldocs
64 +}
65 +
66 +pkg_postinst() {
67 + gnome2_schemas_update
68 +}
69 +
70 +pkg_postrm() {
71 + gnome2_schemas_update
72 +}