mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user