mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 15:28:58 -04:00
gui-libs/libcsys: add 5.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
b94e4899f3
commit
5c0e080c8a
@ -1 +1,2 @@
|
|||||||
DIST libcsys-v4.5.0.tar.bz2 25696 BLAKE2B 9512d0ff4d94abe3f96f2a8b6a8ff2eedc28cfbc00572a6ebea5a3ffe52d9dc7802b9728be403d79823e27ba66c2a9e3345ad50e749e6b30861d51133cd41bde SHA512 c6e9e331e07fdccceea4eab8b7b5182f86a565a03eb77fa586489633a80ae9f14515d61e04d1ec8f55e88a42f425153d1e7ff995db347860daeeee2c63fb98c9
|
DIST libcsys-v4.5.0.tar.bz2 25696 BLAKE2B 9512d0ff4d94abe3f96f2a8b6a8ff2eedc28cfbc00572a6ebea5a3ffe52d9dc7802b9728be403d79823e27ba66c2a9e3345ad50e749e6b30861d51133cd41bde SHA512 c6e9e331e07fdccceea4eab8b7b5182f86a565a03eb77fa586489633a80ae9f14515d61e04d1ec8f55e88a42f425153d1e7ff995db347860daeeee2c63fb98c9
|
||||||
|
DIST libcsys-v5.0.0.tar.bz2 26550 BLAKE2B 7d6c54be3a4f0a1128abbe399da4042738c5564be9819b40b7388d087f7c596b45009edf5a9bbc2be3e7be377034467861453d8941e05ea25188ad8876d550ec SHA512 dc49a7e45fde61d30e8c376cb7a8d8d24955cae78289fea02fa818c6a51958aafdb5cf354fede95d43fba02b60dd18e17a579532c2dd2f0ee3dabd860c087d4b
|
||||||
|
24
gui-libs/libcsys/libcsys-5.0.0.ebuild
Normal file
24
gui-libs/libcsys/libcsys-5.0.0.ebuild
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit cmake optfeature
|
||||||
|
|
||||||
|
DESCRIPTION="Library for managing the device"
|
||||||
|
HOMEPAGE="https://gitlab.com/cubocore/libcsys"
|
||||||
|
SRC_URI="https://gitlab.com/cubocore/libcsys/-/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,network]
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
optfeature "storage management support" sys-fs/udisks:2
|
||||||
|
}
|
@ -3,6 +3,6 @@
|
|||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<!-- maintainer-needed -->
|
<!-- maintainer-needed -->
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="gitlab">cubocore/coreapps/libcsys</remote-id>
|
<remote-id type="gitlab">cubocore/libcsys</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user