net-misc/lagrange: fix issue with ebuild

- remove unecessary src_compile and src_install (handled by cmake elcass)
- Update .desktop mimeinfo cache and icons cache

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jules de Sartiges <strikersh@disroot.org>
This commit is contained in:
striker.sh
2021-06-13 15:39:17 +02:00
parent 978f436810
commit 6a660f724a
2 changed files with 8 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake
inherit cmake xdg-utils
DESCRIPTION="A Beautiful Gemini Client"
HOMEPAGE="https://gmi.skyjake.fi/lagrange/"
@@ -37,10 +37,7 @@ src_configure() {
cmake_src_configure
}
src_compile() {
cmake_src_compile
}
src_install() {
cmake_src_install
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake
inherit cmake xdg-utils
DESCRIPTION="A Beautiful Gemini Client"
HOMEPAGE="https://gmi.skyjake.fi/lagrange/"
@@ -37,10 +37,7 @@ src_configure() {
cmake_src_configure
}
src_compile() {
cmake_src_compile
}
src_install() {
cmake_src_install
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}