You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/pdfpc/pdfpc-3.1.1.ebuild

30 lines
588 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils
DESCRIPTION="Presenter console with multi-monitor support for PDF files"
HOMEPAGE="https://davvil.github.com/pdfpc/"
SRC_URI="mirror://github/davvil/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="app-text/poppler[cairo]
dev-libs/glib:2
dev-libs/libgee:0
gnome-base/librsvg
x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
src_configure(){
local mycmakeargs=(
-DSYSCONFDIR="${EPREFIX}/etc"
)
cmake-utils_src_configure
}