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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84CBC158086 for ; Mon, 15 Nov 2021 22:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF96E08BB; Mon, 15 Nov 2021 22:41:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96F84E08EB for ; Mon, 15 Nov 2021 22:41:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 637D6342DE4 for ; Mon, 15 Nov 2021 22:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C57E1A2 for ; Mon, 15 Nov 2021 22:41:29 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1637016084.f5e8021449672b096196ac39f1a202ba26ebba9c.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/scrcpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/scrcpy/scrcpy-1.20.ebuild X-VCS-Directories: app-mobilephone/scrcpy/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: f5e8021449672b096196ac39f1a202ba26ebba9c X-VCS-Branch: master Date: Mon, 15 Nov 2021 22:41:29 +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: 2b62e9b9-5ce7-4183-aa46-8237708ac2f9 X-Archives-Hash: a139d9a35a5682a3871f452828b8932e commit: f5e8021449672b096196ac39f1a202ba26ebba9c Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Nov 15 19:50:03 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Nov 15 22:41:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e80214 app-mobilephone/scrcpy: update xdg icon cache Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> app-mobilephone/scrcpy/scrcpy-1.20.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-mobilephone/scrcpy/scrcpy-1.20.ebuild b/app-mobilephone/scrcpy/scrcpy-1.20.ebuild index 65cd0d8c3474..bd9dd2f79757 100644 --- a/app-mobilephone/scrcpy/scrcpy-1.20.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-1.20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson +inherit meson xdg DESCRIPTION="Display and control your Android device" HOMEPAGE="https://github.com/Genymobile/scrcpy" @@ -29,7 +29,9 @@ src_configure() { } pkg_postinst() { - elog "if scrcpy return error like" + xdg_pkg_postrm + + elog "If scrcpy returns an error like" elog "" elog "[server] ERROR: Exception on thread Thread[main,5,main]" elog "java.lang.IllegalArgumentException"