Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
Date: Sun, 12 Sep 2021 21:12:57
Message-Id: 1631480854.1190f9c5b21549cff935545c91c782de7d57f49d.ionen@gentoo
1 commit: 1190f9c5b21549cff935545c91c782de7d57f49d
2 Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
3 AuthorDate: Fri Sep 10 15:20:14 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 21:07:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1190f9c5
7
8 net-misc/tigervnc: use xdg instead of gnome2-utils
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild | 12 +-----------
15 1 file changed, 1 insertion(+), 11 deletions(-)
16
17 diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
18 index 099a5b57f34..2b4a80d051d 100644
19 --- a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
20 +++ b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22
23 CMAKE_IN_SOURCE_BUILD=1
24
25 -inherit autotools cmake flag-o-matic java-pkg-opt-2 systemd xdg-utils gnome2-utils
26 +inherit autotools cmake flag-o-matic java-pkg-opt-2 systemd xdg
27
28 XSERVER_VERSION="1.20.0"
29
30 @@ -186,13 +186,3 @@ src_install() {
31 done
32 fi
33 }
34 -
35 -pkg_postinst() {
36 - xdg_desktop_database_update
37 - gnome2_icon_cache_update
38 -}
39 -
40 -pkg_postrm() {
41 - xdg_desktop_database_update
42 - gnome2_icon_cache_update
43 -}