aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScardracS <marco@scardovi.com>2021-03-17 20:27:50 +0100
committerScardracS <marco@scardovi.com>2021-03-17 20:27:50 +0100
commit20167cce026ebc01853c70008ff675ca01d4911c (patch)
tree54ecb2ff0fff94ee16df4d67ee59cc62c8fa0da2 /x11-terms
parentx11-terms/terminus: bump to 1.0.135 (diff)
downloadguru-20167cce026ebc01853c70008ff675ca01d4911c.tar.gz
guru-20167cce026ebc01853c70008ff675ca01d4911c.tar.bz2
guru-20167cce026ebc01853c70008ff675ca01d4911c.zip
x11-terms/terminus: bumping to 1.0.135
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Marco Scardovi <marco@scardovi.com>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/terminus/Manifest1
-rw-r--r--x11-terms/terminus/terminus-1.0.134.ebuild39
-rw-r--r--x11-terms/terminus/terminus-1.0.135.ebuild4
3 files changed, 2 insertions, 42 deletions
diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
index de5687f01..bdd171fe5 100644
--- a/x11-terms/terminus/Manifest
+++ b/x11-terms/terminus/Manifest
@@ -1,3 +1,2 @@
-DIST terminus-1.0.134-linux.tar.gz 99631157 BLAKE2B 32aef7110b2d201ae9efe5131cf8d9661476e47f05c296db709a907e78b7394db560ab9998f9dc0fbddbf17af5b5098d92da050bd5a190b423a46ff106585afa SHA512 7a6abf79ef23bcd6b948c398cddc6e4b3ec40609ac108508c296d4dd1c4fe6c7645bd6908ae73b135a6825360f572d34483a153e731d29a1dd20a78e1c60907d
DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf SHA512 00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d
DIST terminus-icons.tar.gz 29662 BLAKE2B 156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e SHA512 03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26
diff --git a/x11-terms/terminus/terminus-1.0.134.ebuild b/x11-terms/terminus/terminus-1.0.134.ebuild
deleted file mode 100644
index 8e075ce45..000000000
--- a/x11-terms/terminus/terminus-1.0.134.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A terminal for a more modern age"
-HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
-https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-inherit desktop xdg-utils
-
-S=""${WORKDIR}"/"${P}"-linux"
-
-DEPEND="net-print/cups" # Requested by electron
-
-src_prepare(){
- default
-
- # Remove useless license files.
- rm LICENSE.electron.txt LICENSES.electron.html
-}
-
-src_install(){
- insinto /opt/"${PN}"
- doins -r "${S}"/*
- dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
- fperms +x /opt/"${PN}"/terminus
- make_desktop_entry /opt/terminus/terminus terminus
- doicon ../terminus.svg
- doicon ../terminus.ico
- for i in {16,24,32,48,64,72,96,128,512}; do
- doicon -s "${i}" ../terminus-"${i}".png
- done
-}
diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
index 8e075ce45..eb205f321 100644
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -4,9 +4,9 @@
EAPI=7
DESCRIPTION="A terminal for a more modern age"
+
HOMEPAGE="https://eugeny.github.io/terminus/"
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
-https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
+SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz"
LICENSE="MIT"
SLOT="0"