Added 9999-ebuild for declarative-widgets (A Qt lib)

This commit is contained in:
kimitsune 2019-08-25 11:38:05 +02:00
parent bebeae9157
commit 281b4b07b5
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD declarative-widgets-9999.ebuild 767 BLAKE2B 73df7db115f113511b96ef716114f2d3eb6ea36ebc6729feb7054375045b6c6f5cfb36a94fbb40b12a29fa264352ff1b2807d4e9615a09622152557fb2b09b70 SHA512 cd6d518f670ce0bc044af4f0c959eb239a288256d1607287bb7e697c66227ea1f8841138cc9949f27dd91dd7c03ce9ef384aa7fff127046f806a5fcd1f8845f1

View File

@ -0,0 +1,33 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit qmake-utils git-r3
DESCRIPTION="Library and tools for creating QtWidget UIs using QML"
HOMEPAGE="https://github.com/KDAB/DeclarativeWidgets"
#SRC_URI="https://gitlab.com/accounts-sso/libaccounts-qt/repository/VERSION_1.15/archive.tar.gz -> ${P}.tar.gz"
EGIT_REPO_URI="https://github.com/KDAB/DeclarativeWidgets.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
# dbus problems
#RESTRICT="test"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
"
DEPEND="${RDEPEND}"
src_configure() {
eqmake5 -r ${S}/declarativewidgets.pro
}
src_install(){
emake DESTDIR="${D}" INSTALL_ROOT="${D}" INSTALL_PATH="${D}" install
}