From 2d85215993f96209b6d53ffedfbed12a9e8d9dfa Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sat, 3 Apr 2021 21:47:51 +0200 Subject: gui-apps/core*: use cmake for live versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- gui-apps/corepins/corepins-9999.ebuild | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'gui-apps/corepins') diff --git a/gui-apps/corepins/corepins-9999.ebuild b/gui-apps/corepins/corepins-9999.ebuild index 94fbe2e95..b3a182710 100644 --- a/gui-apps/corepins/corepins-9999.ebuild +++ b/gui-apps/corepins/corepins-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit qmake-utils xdg +inherit cmake xdg DESCRIPTION="A bookmarking app for C Suite" HOMEPAGE="https://gitlab.com/cubocore/coreapps/corepins" @@ -32,22 +32,7 @@ RDEPEND=" " src_prepare() { - default + cmake_src_prepare - sed -i 's/C Suite/X-CSuite/' *.desktop || die sed -i 's/CSuite/X-CSuite/' *.desktop || die } - -src_configure() { - eqmake5 -} - -src_compile() { - emake -} - -src_install() { - einstalldocs - - emake INSTALL_ROOT="${D}" install -} -- cgit v1.2.3-65-gdbad