From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 819F0158092 for ; Sun, 12 Sep 2021 21:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A64EAE085A; Sun, 12 Sep 2021 21:12:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CAB9E085A for ; Sun, 12 Sep 2021 21:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62B1B342D9A for ; Sun, 12 Sep 2021 21:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95FDFCF for ; Sun, 12 Sep 2021 21:12:53 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1631480854.1190f9c5b21549cff935545c91c782de7d57f49d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1190f9c5b21549cff935545c91c782de7d57f49d X-VCS-Branch: master Date: Sun, 12 Sep 2021 21:12:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 943b9aa8-499a-4c6e-9dd4-61426279991a X-Archives-Hash: 1e023140b12776491917d9e03c1ad7e6 commit: 1190f9c5b21549cff935545c91c782de7d57f49d Author: Alfred Wingate protonmail com> AuthorDate: Fri Sep 10 15:20:14 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Sep 12 21:07:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1190f9c5 net-misc/tigervnc: use xdg instead of gnome2-utils Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Ionen Wolkens gentoo.org> net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild index 099a5b57f34..2b4a80d051d 100644 --- a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild +++ b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_IN_SOURCE_BUILD=1 -inherit autotools cmake flag-o-matic java-pkg-opt-2 systemd xdg-utils gnome2-utils +inherit autotools cmake flag-o-matic java-pkg-opt-2 systemd xdg XSERVER_VERSION="1.20.0" @@ -186,13 +186,3 @@ src_install() { done fi } - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -}