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/coregarage | |
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/coregarage')
-rw-r--r-- | gui-apps/coregarage/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/coregarage/coregarage-4.0.0.ebuild | 55 | ||||
-rw-r--r-- | gui-apps/coregarage/coregarage-9999.ebuild | 55 | ||||
-rw-r--r-- | gui-apps/coregarage/metadata.xml | 11 |
4 files changed, 122 insertions, 0 deletions
diff --git a/gui-apps/coregarage/Manifest b/gui-apps/coregarage/Manifest new file mode 100644 index 000000000..01f828964 --- /dev/null +++ b/gui-apps/coregarage/Manifest @@ -0,0 +1 @@ +DIST coregarage-4.0.0.tar.gz 113603 BLAKE2B 2044cc558f886d47f6622bbe853f0a33a01585b72463e948c5515b6803f3a30c600b2bdc2ed1037701b0c30714b9c743b5ac70b898b1f6b56c59a3e58979b306 SHA512 0f7864027af39b567d54f0430f511245d3dd5b18d900e66734bb27e95ffa6ed6d6217fe80f95e8fe9b322bad47628127fa559ed328051ec1c551e77824cfc9f6 diff --git a/gui-apps/coregarage/coregarage-4.0.0.ebuild b/gui-apps/coregarage/coregarage-4.0.0.ebuild new file mode 100644 index 000000000..261dc8e39 --- /dev/null +++ b/gui-apps/coregarage/coregarage-4.0.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A settings manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage" + +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=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +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/coregarage/coregarage-9999.ebuild b/gui-apps/coregarage/coregarage-9999.ebuild new file mode 100644 index 000000000..261dc8e39 --- /dev/null +++ b/gui-apps/coregarage/coregarage-9999.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils qmake-utils xdg + +DESCRIPTION="A settings manager for C Suite" +HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage" + +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=" + app-arch/libarchive-qt + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gui-libs/libcprime + gui-libs/libcsys +" +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/coregarage/metadata.xml b/gui-apps/coregarage/metadata.xml new file mode 100644 index 000000000..7d4f321ef --- /dev/null +++ b/gui-apps/coregarage/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/corefm</remote-id> + </upstream> +</pkgmetadata> |