diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-11-15 20:50:03 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-11-15 23:41:24 +0100 |
commit | f5e8021449672b096196ac39f1a202ba26ebba9c (patch) | |
tree | 02af40c2633e41cff54b25ec6651ae60f3516e67 /app-mobilephone | |
parent | app-mobilephone/scrcpy: bump version to 1.20 (diff) | |
download | gentoo-f5e8021449672b096196ac39f1a202ba26ebba9c.tar.gz gentoo-f5e8021449672b096196ac39f1a202ba26ebba9c.tar.bz2 gentoo-f5e8021449672b096196ac39f1a202ba26ebba9c.zip |
app-mobilephone/scrcpy: update xdg icon cache
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/scrcpy/scrcpy-1.20.ebuild | 6 |
1 files 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" |