mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
gui-apps/corefm: add 4.5.0, live sync
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST corefm-4.2.0.tar.gz 105569 BLAKE2B ddc6a91ba18b6e9fbe084ff0eeebecce14689e8afad41cbc885786f617962b04ee92fb6b4a7fd31cebb7cd94782f3fd15213e85bcda31e3e38befb0e30a8e2d7 SHA512 dce7592abf393c7adad2f07c9cb95450285f3af155abb41a76eceac2c50bdcd2c41f85a46e9a341ec06a7525599de5daea240fa9cdcb7f3c0dee25e00eac49dc
|
||||
DIST corefm-v4.5.0.tar.bz2 100802 BLAKE2B f2645856fab90911dcc4abdbd73bf235538cd0876e9236c724cae0be76a26279a22992953dee897ce9b1ab68c3cb372bc847e2aae01871f613642c448889d804 SHA512 e2611de4ab2f3a98f96440697d31b96ebe48383167b48ffe8f1abb83f5129c9cb31bb82d6ec6b1eb5a08dc6da2b88afb7b1476fc88ff11d0b3642fb428e56181
|
||||
|
||||
31
gui-apps/corefm/corefm-4.5.0.ebuild
Normal file
31
gui-apps/corefm/corefm-4.5.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A lightweight file-manager for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corefm.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/corefm/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
gui-libs/libcprime
|
||||
gui-libs/libcsys
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -1,9 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_/-}"
|
||||
EAPI=8
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
@@ -12,24 +10,22 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corefm"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corefm.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/corefm/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtconcurrent:5
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
gui-libs/libcprime
|
||||
gui-libs/libcsys
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user