From 87dba25ff56f7f54573d2a1f52d5241b7f4f1247 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 2 Jan 2020 01:57:34 +0100 Subject: */*: Switch m-n packages to cmake.eclass Signed-off-by: Andreas Sturmlechner --- app-text/apvlv/apvlv-0.1.5-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-text') diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild index e952e34db067..5138d37d5edc 100644 --- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild +++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit xdg cmake-utils desktop +inherit xdg cmake desktop DESCRIPTION="Alf's PDF Viewer Like Vim" HOMEPAGE="https://naihe2010.github.com/apvlv/" @@ -44,10 +44,10 @@ src_configure() { -DAPVLV_WITH_DJVU=$(usex djvu) -DAPVLV_ENABLE_DEBUG=$(usex debug) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install newicon -s 32 icons/pdf.png ${PN}.png } -- cgit v1.2.3-65-gdbad