mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
gui-apps/core*: bump to 4.2.0_alpha; update live
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST coreterminal-4.0.0.tar.gz 58172 BLAKE2B 2b8a437a4dcbf53ad015e1c3b9e1811f309a2494a7dd3a5c494bf07cc3dc0f950f9927044bac1f546c5aa861572c8ee0da5461fb821e3e1a407525cb9c81e4e9 SHA512 a3fef29036e95a3efbfa499c8f88168e1044d4143b699397e76e6981c959e5528a6d33f0df6ee295d2577767fe2aefb5b5a6a77c1da0d3ffc4ab376bfcdcaefe
|
||||
DIST coreterminal-4.1.0.tar.gz 58603 BLAKE2B 5aa74e7c86feaf4ae185f2aff8bf7bd3c5739deae1c913436142a62da807631c0a20d88cdea82beea61ae91935d716af97aff369cb912de26e7894d7ac3e1d57 SHA512 41d36abbfc1e15236dc482f16ed1b2b827626dd30a955aeb81154f1edd8eac6a2dc8633a7f00c6808381fbdbc159bdd95d1e711ac53af8a84570b264ea47f18f
|
||||
DIST coreterminal-4.2.0_alpha.tar.gz 73911 BLAKE2B 4ac118845ca255256762095d43bcb2b570047aa668778ed5f8351de2825a983d62a26cdd68ba9c889273340d0fbe73bacb2d7fd3fc44051885537db3c364c9d8 SHA512 0dd9546e9e10c01b32504464ef1a3394019d9f61758db4c416cd6f8cac70c96af13e2a5c2f13b02c8a6f2291b6de94e27179795bf121e0eea6d7a7a846bc9bd5
|
||||
|
||||
36
gui-apps/coreterminal/coreterminal-4.2.0_alpha.ebuild
Normal file
36
gui-apps/coreterminal/coreterminal-4.2.0_alpha.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A terminal emulator for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtserialport:5
|
||||
dev-qt/qtwidgets:5
|
||||
gui-libs/libcprime
|
||||
x11-libs/qtermwidget
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
@@ -3,7 +3,9 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake xdg
|
||||
MY_PV="${PV/_/-}"
|
||||
|
||||
inherit xdg cmake
|
||||
|
||||
DESCRIPTION="A terminal emulator for C Suite"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreterminal"
|
||||
@@ -12,9 +14,9 @@ if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
fi
|
||||
|
||||
RESTRICT="test"
|
||||
@@ -32,9 +34,3 @@ DEPEND="
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
sed -i 's/CSuite/X-CSuite/' *.desktop || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user