mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
gui-apps/core*: add 5.0.1
the changes from 5.0.0 to 5.0.1 are the same across all packages and mostly trivial, so should not cause additional issues, hence a single commit for all packages Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST coreaction-v5.0.0.tar.bz2 792872 BLAKE2B 715410aa935d1475387fdf3b800b670a51690e83a32319a1c0456ee988ecfd44f710a254629a4e89da8912831e638d74c0e70f67693b93edb8c89acf085e4225 SHA512 8af51a90ff281801d73c480395ce07de9576539fd8f75a3b14a9fd8f7dae4f8ce849bb4802ac396ccf5ab7d89efd555bde9d8387c14e1a01413bb8081cda75ba
|
||||
DIST coreaction-v5.0.1.tar.bz2 793750 BLAKE2B 8b4e7319754d73ace1b2a758b7c4cffc87358ad857fa06040768993ecba8fdc43487f6b243dc7b12d235705e597ffc7c465046c98ab3b72e713f03ce15c2bbe0 SHA512 b1e43be08ad2ff6ad4d0ec8e9ef7ce58baa7d3bb761301e0bebdfcb6b0fb9c8871763d32535437afb9c1d71f77b1d5233bd06b041a85a0a3ff894375890570d4
|
||||
|
||||
23
gui-apps/coreaction/coreaction-5.0.1.ebuild
Normal file
23
gui-apps/coreaction/coreaction-5.0.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="A side bar for showing widgets for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/coreaction/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtbase:6[gui,network,widgets]
|
||||
dev-qt/qtsvg:6
|
||||
>=gui-libs/libcprime-5.0.0
|
||||
>=gui-libs/libcsys-5.0.0
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user