gui-apps/coregarage: add 5.0.0

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-05-02 01:42:58 +09:00
parent 89dde121e6
commit 18bc46fdb0
3 changed files with 23 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST coregarage-v4.5.0.tar.bz2 97632 BLAKE2B 9e138c861b8fe706ac249cf7a235d169b8041d4b267b16da0e56c8dfd6a5ce12c9570a032d1ea9e05737de48849a2bc56907a65879e6cd042c5b5ae6abb8d34e SHA512 b7ec61774e05cd54a8c6ae42e6bbdf65a835fece9e9042a892e10513c5e1f1f53e759fabfff2fe2e56d4063a449983efec44c9a8ceeb0a3834190883b6d04a04
DIST coregarage-v5.0.0.tar.bz2 96707 BLAKE2B cc0b302d578af31e31a74e5527df7476f3414d30fab462c3ba9e2d4b45570b04a6179feb4caf28a2ac597060f5834336e32b42f0cafda8eaaedb0bb960f5fc2b SHA512 1db1a0374c513e312682883f248a41995e93dca5496a774bbd964dcf2070e03f351dd1bb36b20edbf0dcee7872eb5df5f41e6684ab8a9b767a9666ceb58c5acb

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="A settings manager for C Suite"
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coregarage"
SRC_URI="https://gitlab.com/cubocore/coreapps/coregarage/-/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]
>=gui-libs/libcprime-5.0.0
"
RDEPEND="${DEPEND}"

View File

@@ -3,6 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="gitlab">cubocore/coreapps/corefm</remote-id>
<remote-id type="gitlab">cubocore/coreapps/coregarage</remote-id>
</upstream>
</pkgmetadata>