commit: 2ab43d8be7081a7df58f73f83861dcaac020a1ea Author: Maciej Barć <xgqt <AT> riseup <DOT> net> AuthorDate: Tue Mar 23 07:20:05 2021 +0000 Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com> CommitDate: Tue Mar 23 07:33:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ab43d8b
gui-apps/coreuniverse: new pkg; add 4.1.0 and live Signed-off-by: Maciej Barć <xgqt <AT> riseup.net> gui-apps/coreuniverse/Manifest | 1 + gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild | 52 +++++++++++++++++++++++++ gui-apps/coreuniverse/coreuniverse-9999.ebuild | 52 +++++++++++++++++++++++++ gui-apps/coreuniverse/metadata.xml | 11 ++++++ 4 files changed, 116 insertions(+) diff --git a/gui-apps/coreuniverse/Manifest b/gui-apps/coreuniverse/Manifest new file mode 100644 index 00000000..1599da80 --- /dev/null +++ b/gui-apps/coreuniverse/Manifest @@ -0,0 +1 @@ +DIST coreuniverse-4.1.0.tar.gz 255877 BLAKE2B 14b85ebe99aa368daa8007f36626f7d6b00de94a9a69f55e7b8986c2127049e15d3d0f860bc35c0a84df90354bb1d3080724efab10c78d406a05eede814cc1dd SHA512 17cfd248fb7a7db9ba0df1777f01d0400116f9ce73ce2599a81cec6fcd8d27ab582e5e72effa7fd89eee352f029f91cf5b99dd1d507cd5250323203d593b49a3 diff --git a/gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild b/gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild new file mode 100644 index 00000000..b7e6da13 --- /dev/null +++ b/gui-apps/coreuniverse/coreuniverse-4.1.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils xdg + +DESCRIPTION="Shows information about apps for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="test" +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreuniverse/coreuniverse-9999.ebuild b/gui-apps/coreuniverse/coreuniverse-9999.ebuild new file mode 100644 index 00000000..b7e6da13 --- /dev/null +++ b/gui-apps/coreuniverse/coreuniverse-9999.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils xdg + +DESCRIPTION="Shows information about apps for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreuniverse" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" +else + SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +RESTRICT="test" +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime +" +RDEPEND=" + ${DEPEND} +" + +src_prepare() { + default + + sed -i 's/CSuite/X-CSuite/' "${PN}.desktop" || die +} + +src_configure() { + eqmake5 +} + +src_compile() { + emake +} + +src_install() { + einstalldocs + + emake INSTALL_ROOT="${D}" install +} diff --git a/gui-apps/coreuniverse/metadata.xml b/gui-apps/coreuniverse/metadata.xml new file mode 100644 index 00000000..3ae06584 --- /dev/null +++ b/gui-apps/coreuniverse/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Maciej Barć</name> + </maintainer> + <upstream> + <remote-id type="gitlab">cubocore/coreapps/coreuniverse</remote-id> + </upstream> +</pkgmetadata>
