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 3A33A138359 for ; Sat, 17 Oct 2020 22:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A661E09A7; Sat, 17 Oct 2020 22:20:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E183E09A7 for ; Sat, 17 Oct 2020 22:20:44 +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 29A99340F34 for ; Sat, 17 Oct 2020 22:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8748E2CC for ; Sat, 17 Oct 2020 22:20:41 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1602973227.98129b93b50b7f5c5acc2769e0e336873923dc93.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-3.0.5-r1.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 98129b93b50b7f5c5acc2769e0e336873923dc93 X-VCS-Branch: master Date: Sat, 17 Oct 2020 22:20:41 +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: 1358a881-7102-4995-a366-bb2736794ebc X-Archives-Hash: a18f7380a878cc3efd95bc0efd01bcb2 commit: 98129b93b50b7f5c5acc2769e0e336873923dc93 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 17 22:15:11 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 17 22:20:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98129b93 x11-wm/xpra: Move metainfo files to correct location Closes: https://bugs.gentoo.org/743130 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel gentoo.org> x11-wm/xpra/xpra-3.0.5-r1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/x11-wm/xpra/xpra-3.0.5-r1.ebuild b/x11-wm/xpra/xpra-3.0.5-r1.ebuild index 24df1d4e4d9..50ffaccdea5 100644 --- a/x11-wm/xpra/xpra-3.0.5-r1.ebuild +++ b/x11-wm/xpra/xpra-3.0.5-r1.ebuild @@ -74,6 +74,14 @@ PATCHES=( "${FILESDIR}"/${PN}-3.0.2-ldconfig.patch ) +src_install() { + distutils-r1_src_install + + mkdir -p "${ED}/usr/share/metainfo" || die + mv "${ED}/usr/share/appdata/"* "${ED}/usr/share/metainfo/" || die + rmdir "${ED}/usr/share/appdata" || die +} + pkg_postinst() { enewgroup ${PN} tmpfiles_process /usr/lib/tmpfiles.d/xpra.conf