mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/corekeyboard: drop 4.5.0, 9999
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST corekeyboard-v4.5.0.tar.bz2 913715 BLAKE2B 47c350841c1302ab2237a880b38dc71b27533faca1f993ce53a1d28f1e0dd2bc3fcd523ec4e293c680906e56bb99318b30c53122edd45a54ab968dd46cd40a43 SHA512 801aed3650fc34ede1ad74f582eecebc7a961047d898b2d2a256fe74c7b727e029a5ed3aa9bd06061fa5deac89b74503ed687804e3a7a84366950d8bba0a8a3e
|
||||
DIST corekeyboard-v5.0.0.tar.bz2 913478 BLAKE2B 5af8f28384a16a6051a155126e8b1369a1a450839b83c11035750a8378c74ed9f36428dbd47fd6967649b20b6595950d4c34ad802f0763a0e526ae9c0fd7ab7d SHA512 b96ba7fde3ff94b505e4c980610110cc039bafb09ac2cb1c011474dd503e7d23e2540b4b7be04893f9dd90fe0f72487e9bf41cb165ee1ee74fe08a7235740e67
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A x11 based virtual keyboard for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corekeyboard.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/corekeyboard/-/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/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtx11extras:5
|
||||
gui-libs/libcprime
|
||||
x11-libs/libX11
|
||||
x11-libs/libXtst
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A x11 based virtual keyboard for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/corekeyboard"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corekeyboard.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/corekeyboard/-/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/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtx11extras:5
|
||||
gui-libs/libcprime
|
||||
x11-libs/libX11
|
||||
x11-libs/libXtst
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user