gui-apps/corefm: add 5.0.0

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-04-30 01:04:49 +09:00
parent 27f49d9e3e
commit e8bf4ba061
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST corefm-v4.5.0.tar.bz2 100802 BLAKE2B f2645856fab90911dcc4abdbd73bf235538cd0876e9236c724cae0be76a26279a22992953dee897ce9b1ab68c3cb372bc847e2aae01871f613642c448889d804 SHA512 e2611de4ab2f3a98f96440697d31b96ebe48383167b48ffe8f1abb83f5129c9cb31bb82d6ec6b1eb5a08dc6da2b88afb7b1476fc88ff11d0b3642fb428e56181
DIST corefm-v5.0.0.tar.bz2 100674 BLAKE2B 8244bd72fca2f4ca16ac913ce36154bc903ec5a7430ec7ecaa31431d022807ff361b350508d454f5aec93926fa7dfa2b67af0ccb3756e59ccdd8381578cac859 SHA512 d6c0096b911ebe1a7e6a39083881afcd2b016c4eced8ebaac61900db50934bb0428370f7f75a012018fbc22542d86c3bd9a8058e4e3731e45e33c188654dcd94

View File

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