mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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 coreinfo-v5.0.0.tar.bz2 129401 BLAKE2B 8da97a3c3beb6ab4282723174bf5359b9c14817a23f0120f0c6112f8f136a795d29c9f83585fb9052846452e9499774d3bd4cc922e00986f03dcb4ba1af2e4d4 SHA512 122885f1d634b855fca90f7ea4a4ec09d536e651220a4a493a644f36d5f7247fb5a086367df40567faa55af5cf2ddd2c285222355f62c3fc31d992aae97fcff3
|
||||
DIST coreinfo-v5.0.1.tar.bz2 130368 BLAKE2B 4944463893e404d7ec8372c656733954151f3ec66ce9e94f9bc551525f9f5084b0ab2adb84487eef59f6f73074c1a1ba669b3da0258ce8c54e73667eeb628cfd SHA512 b32fe3bcbb5098806ca10f77a8bd1d92571f820b1214d87f9c65f1d0d541804dbc015b50a16a31c0dc299d5961814d19e0b3a4060cb7a1164e8d059bec6e0575
|
||||
|
||||
23
gui-apps/coreinfo/coreinfo-5.0.1.ebuild
Normal file
23
gui-apps/coreinfo/coreinfo-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 file information tool for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreinfo"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/coreinfo/-/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,widgets]
|
||||
>=gui-libs/libcprime-5.0.0
|
||||
media-libs/libmediainfo
|
||||
media-libs/libzen
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user