mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-text/sioyek: fix ebuild
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 qmake-utils desktop
|
||||
inherit git-r3 qmake-utils desktop xdg
|
||||
EGIT_REPO_URI="https://github.com/ahrm/sioyek.git"
|
||||
DESCRIPTION="Sioyek is a PDF viewer with a focus on textbooks and research papers"
|
||||
HOMEPAGE="https://github.com/ahrm/sioyek"
|
||||
@@ -11,8 +11,8 @@ HOMEPAGE="https://github.com/ahrm/sioyek"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="media-libs/harfbuzz
|
||||
dev-qt/qtbase
|
||||
BDEPEND="media-libs/harfbuzz
|
||||
dev-qt/qtbase
|
||||
dev-qt/qt3d
|
||||
"
|
||||
|
||||
@@ -22,8 +22,8 @@ src_compile() {
|
||||
emake USE_SYSTEM_HARFBUZZ=yes
|
||||
popd || die
|
||||
|
||||
eapply_user
|
||||
eqmake5 "CONFIG+=linux_app_image" pdf_viewer_build_config.pro
|
||||
emake
|
||||
}
|
||||
src_install() {
|
||||
#intall bin and shaders
|
||||
@@ -37,5 +37,8 @@ src_install() {
|
||||
doicon resources/sioyek-icon-linux.png
|
||||
insinto /usr/share/sioyek && doins tutorial.pdf pdf_viewer/keys.config pdf_viewer/prefs.config
|
||||
doman resources/sioyek.1
|
||||
}
|
||||
|
||||
}
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user