diff --git a/dev-qt/declarative-widgets/Manifest b/dev-qt/declarative-widgets/Manifest new file mode 100644 index 0000000..54ced2a --- /dev/null +++ b/dev-qt/declarative-widgets/Manifest @@ -0,0 +1 @@ +EBUILD declarative-widgets-9999.ebuild 767 BLAKE2B 73df7db115f113511b96ef716114f2d3eb6ea36ebc6729feb7054375045b6c6f5cfb36a94fbb40b12a29fa264352ff1b2807d4e9615a09622152557fb2b09b70 SHA512 cd6d518f670ce0bc044af4f0c959eb239a288256d1607287bb7e697c66227ea1f8841138cc9949f27dd91dd7c03ce9ef384aa7fff127046f806a5fcd1f8845f1 diff --git a/dev-qt/declarative-widgets/declarative-widgets-9999.ebuild b/dev-qt/declarative-widgets/declarative-widgets-9999.ebuild new file mode 100644 index 0000000..24bfa63 --- /dev/null +++ b/dev-qt/declarative-widgets/declarative-widgets-9999.ebuild @@ -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 + +}