mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/corekeyboard: add 5.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST corekeyboard-v4.5.0.tar.bz2 913715 BLAKE2B 47c350841c1302ab2237a880b38dc71b27533faca1f993ce53a1d28f1e0dd2bc3fcd523ec4e293c680906e56bb99318b30c53122edd45a54ab968dd46cd40a43 SHA512 801aed3650fc34ede1ad74f582eecebc7a961047d898b2d2a256fe74c7b727e029a5ed3aa9bd06061fa5deac89b74503ed687804e3a7a84366950d8bba0a8a3e
|
||||
DIST corekeyboard-v5.0.0.tar.bz2 913478 BLAKE2B 5af8f28384a16a6051a155126e8b1369a1a450839b83c11035750a8378c74ed9f36428dbd47fd6967649b20b6595950d4c34ad802f0763a0e526ae9c0fd7ab7d SHA512 b96ba7fde3ff94b505e4c980610110cc039bafb09ac2cb1c011474dd503e7d23e2540b4b7be04893f9dd90fe0f72487e9bf41cb165ee1ee74fe08a7235740e67
|
||||
|
||||
23
gui-apps/corekeyboard/corekeyboard-5.0.0.ebuild
Normal file
23
gui-apps/corekeyboard/corekeyboard-5.0.0.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