diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-02 01:57:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-02 20:04:42 +0100 |
commit | 87dba25ff56f7f54573d2a1f52d5241b7f4f1247 (patch) | |
tree | 1e014836043c009e2ddcfc7f8b877adb9b1a98e9 /app-text/apvlv | |
parent | net-vpn/wireguard-tools: bump to 1.0.20200102 (diff) | |
download | gentoo-87dba25ff56f7f54573d2a1f52d5241b7f4f1247.tar.gz gentoo-87dba25ff56f7f54573d2a1f52d5241b7f4f1247.tar.bz2 gentoo-87dba25ff56f7f54573d2a1f52d5241b7f4f1247.zip |
*/*: Switch m-n packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/apvlv')
-rw-r--r-- | app-text/apvlv/apvlv-0.1.5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |