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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user