mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-text/koodo-reader-bin: Fix QA issues
Closes: https://bugs.gentoo.org/805245 Closes: https://bugs.gentoo.org/805248 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Shaoyu Tseng <shaoyu0209@tuta.io>
This commit is contained in:
@@ -13,10 +13,28 @@ LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
DEPEND="
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXrandr
|
||||
media-libs/alsa-lib
|
||||
dev-libs/atk
|
||||
app-accessibility/at-spi2-atk
|
||||
app-accessibility/at-spi2-core
|
||||
net-print/cups
|
||||
x11-libs/libdrm
|
||||
media-libs/mesa
|
||||
x11-libs/gtk+
|
||||
x11-libs/gdk-pixbuf
|
||||
dev-libs/nss
|
||||
x11-libs/pango
|
||||
x11-libs/libxkbcommon
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
QA_PREBUILT="opt/*"
|
||||
src_install(){
|
||||
insinto /opt
|
||||
doins -r "${S}"/opt/Koodo\ Reader
|
||||
|
||||
Reference in New Issue
Block a user