1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-05-01 00:44:08 +02:00

Fix warnings for bluejeans ebuild

This commit is contained in:
2019-09-27 08:56:29 +02:00
parent a2250527de
commit d94f3e6510
2 changed files with 15 additions and 2 deletions
+14 -1
View File
@@ -3,7 +3,7 @@
EAPI=7
inherit rpm desktop
inherit rpm desktop xdg-utils
DESCRIPTION="Online meetings, video conferencing, and screen sharing for teams of any size"
HOMEPAGE="https://www.bluejeans.com"
@@ -18,10 +18,13 @@ DEPEND="sys-libs/libudev-compat"
RDEPEND="${DEPEND}"
BDEPEND=""
RESTRICT=strip
S="${WORKDIR}"
src_unpack() {
rpm_src_unpack ${A}
sed -i '/Version=/d' opt/bluejeans/bluejeans.desktop
}
src_install() {
@@ -41,3 +44,13 @@ src_install() {
domenu opt/${PN}/${PN}.desktop
}
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
}