diff options
author | Maciej Barć <xgqt@protonmail.com> | 2020-11-12 04:01:27 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@protonmail.com> | 2020-11-12 04:03:41 +0100 |
commit | 6e7ec6a781adbf43e93afdc258b2318ba4692708 (patch) | |
tree | 6c49e02ab5f60ff437d8f9856b7840aba0f6f6e6 /gui-apps/corestuff | |
parent | gui-apps/paperdesktop: sleek QT based DE for wayland (diff) | |
download | guru-6e7ec6a781adbf43e93afdc258b2318ba4692708.tar.gz guru-6e7ec6a781adbf43e93afdc258b2318ba4692708.tar.bz2 guru-6e7ec6a781adbf43e93afdc258b2318ba4692708.zip |
*/*: add pkgs from gitlab.com/xgqt/core-overlay as wished by CuboCore
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
Diffstat (limited to 'gui-apps/corestuff')
-rw-r--r-- | gui-apps/corestuff/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/corestuff/corestuff-4.0.0.ebuild | 54 | ||||
-rw-r--r-- | gui-apps/corestuff/corestuff-9999.ebuild | 54 | ||||
-rw-r--r-- | gui-apps/corestuff/metadata.xml | 11 |
4 files changed, 120 insertions, 0 deletions
diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest new file mode 100644 index 000000000..2ff94d925 --- /dev/null +++ b/gui-apps/corestuff/Manifest @@ -0,0 +1 @@ +DIST corestuff-4.0.0.tar.gz 1244235 BLAKE2B f03d71d1994a749b37b21e1ef1dd3e5213b2287e4e43adf87bcde37590610d23499dbb2b9305620eb9ae2b81d5c45c635fb08eb2fc5f795e5a4efadb8532645b SHA512 b56fbc52b7c1fdabc67a697af570ee5d437a623e19aafb178f28a7d7cca2d52590537148723a41be6169948abcaa039e03ae9819e767c12601557f65ae1cd6d2 diff --git a/gui-apps/corestuff/corestuff-4.0.0.ebuild b/gui-apps/corestuff/corestuff-4.0.0.ebuild new file mode 100644 index 000000000..9713878bc --- /dev/null +++ b/gui-apps/corestuff/corestuff-4.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="An activity viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" + +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="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtx11extras:5 + gui-libs/libcprime + gui-libs/libcsys + kde-frameworks/kglobalaccel:5 + x11-libs/libXcomposite +" +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/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild new file mode 100644 index 000000000..9713878bc --- /dev/null +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="An activity viewer for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff" + +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="mirror" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtx11extras:5 + gui-libs/libcprime + gui-libs/libcsys + kde-frameworks/kglobalaccel:5 + x11-libs/libXcomposite +" +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/corestuff/metadata.xml b/gui-apps/corestuff/metadata.xml new file mode 100644 index 000000000..043a001f6 --- /dev/null +++ b/gui-apps/corestuff/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>xgqt@protonmail.com</email> + <name>Maciej Barć</name> + </maintainer> + <upstream> + <remote-id type="gitlab">cubocore/coreapps/corestuff</remote-id> + </upstream> +</pkgmetadata> |