mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
x11-terms/terminus-bin: modify MY_PV
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
parent
457adba90b
commit
487743c4df
@ -5,12 +5,12 @@ EAPI=7
|
|||||||
|
|
||||||
inherit desktop xdg
|
inherit desktop xdg
|
||||||
|
|
||||||
MY_P="terminus-${PV}"
|
MY_PV="terminus-${PV}-linux"
|
||||||
|
|
||||||
DESCRIPTION="A terminal for a more modern age"
|
DESCRIPTION="A terminal for a more modern age"
|
||||||
HOMEPAGE="https://eugeny.github.io/terminus/"
|
HOMEPAGE="https://eugeny.github.io/terminus/"
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_P}-linux.tar.gz -> ${P}.tar.gz
|
https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_PV}.tar.gz -> ${P}.tar.gz
|
||||||
https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
|
https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
|
||||||
"
|
"
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ LICENSE="MIT"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_P}-linux"
|
S="${WORKDIR}/${MY_PV}"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
app-accessibility/at-spi2-atk
|
app-accessibility/at-spi2-atk
|
||||||
@ -40,7 +40,7 @@ DEPEND="
|
|||||||
x11-libs/pango
|
x11-libs/pango
|
||||||
"
|
"
|
||||||
|
|
||||||
QA_PREBUILT="/opt/terminus-bin/*"
|
QA_PREBUILT="/opt/${PN}/*"
|
||||||
|
|
||||||
src_prepare(){
|
src_prepare(){
|
||||||
default
|
default
|
Loading…
x
Reference in New Issue
Block a user