mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
gui-*: bump cubocore to 4.2.0
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST coreaction-4.0.0.tar.gz 1397910 BLAKE2B f8d25c6c9066def7d1a0915deb62135a0c042bc67382dcfa24ebc8ef59e125a0ac2e15b8d9bbaf5cfbd34e5ffbd604a2edfc1398c12a2f7f160365734988bac2 SHA512 47f4289bb69498f0d6ba0ba6b3cbf4cea3ccadf4adb0b57c77ccc26cb1b132ecb908291b0b0dc8dccdedbc5b5c2dec40d6adbfb65f73127df1fef868bba16c1e
|
||||
DIST coreaction-4.1.0.tar.gz 1398175 BLAKE2B 2222a351a7c308d958eb5a4ffa8c9200aa0d3d2c8144fbc6123a115622fab7ce4d457ba2f11d56481cd29d4efa2b2d61da9f289cae2deaa90004b009e2ca36e2 SHA512 ac9d4aea8e1f354ebc3aec902bf128bcad5116b660412c293e6a374119057d1d3604894e97b33e7a13a39192b034b18e9925e5a8ba550f9e726c55a7f35df7a3
|
||||
DIST coreaction-4.2.0.tar.gz 783597 BLAKE2B 499f94062512a92a728d0a3cc0cf2a07050bb6b20f4957e4a1bae73697f876ca2a5d11304b55e6b62882f8541ddfdb8fd693ed6d8f46affa95c67c3bad915c50 SHA512 006ffd4791084b56fa87ce3630ab84018915f2c986b5b4a50ec7a8e42cb52bca22eb42e5952b22bde67b80b1494c4459598cc544e3fb415d3cd5f22e6056a7a6
|
||||
DIST coreaction-4.2.0_alpha.tar.gz 783383 BLAKE2B fd896a3598b126117108b4cd0a8c4ffec9452b1ba301603cf19a55c973e63a872f590ec6470bd2809e6ed0fddba2160e98126c9f8666e22f3554a8c85953b8d2 SHA512 c90daee802d36256d6233b131d57dfe3a34f70ef7dfa89f01e45460882500e18a9ef0b71fc9f30be00bfd338425926fc25483457081e2ea03ebaad8d365b8780
|
||||
|
||||
33
gui-apps/coreaction/coreaction-4.2.0.ebuild
Normal file
33
gui-apps/coreaction/coreaction-4.2.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A side bar for showing widgets for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction"
|
||||
|
||||
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${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtsvg
|
||||
gui-libs/libcprime
|
||||
gui-libs/libcsys
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
Reference in New Issue
Block a user