mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -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 corekeyboard-v5.0.0.tar.bz2 913478 BLAKE2B 5af8f28384a16a6051a155126e8b1369a1a450839b83c11035750a8378c74ed9f36428dbd47fd6967649b20b6595950d4c34ad802f0763a0e526ae9c0fd7ab7d SHA512 b96ba7fde3ff94b505e4c980610110cc039bafb09ac2cb1c011474dd503e7d23e2540b4b7be04893f9dd90fe0f72487e9bf41cb165ee1ee74fe08a7235740e67
|
||||
DIST corekeyboard-v5.0.1.tar.bz2 913694 BLAKE2B b4557a1ada6ca0289a3384c83d1d3b74e5c1795c5b5a6ee1f0d74d36e6ac959dd7ac4d50ec30f31c2ddf860e15743ffc8ad6bbda62854352dcf7e78473c38d67 SHA512 67772cf3f2352e4cedef726724ef9e74adabdf09bc1e3f3ed7be5a12305da53ca354d88b35a208e81d71735a05a094cb3c0e77734640153200162447adb40f91
|
||||
|
||||
23
gui-apps/corekeyboard/corekeyboard-5.0.1.ebuild
Normal file
23
gui-apps/corekeyboard/corekeyboard-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 x11 based virtual keyboard for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/corekeyboard/-/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
|
||||
x11-libs/libX11
|
||||
x11-libs/libXtst
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user