aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-04-12 09:02:20 +0200
committerMarco Scardovi <marco@scardovi.com>2021-04-12 09:19:14 +0200
commit0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9 (patch)
tree994e14cf79bdfa3b8ca7968fa9cd5e388f42149d /x11-terms
parentMove terminus to terminus-bin (diff)
downloadguru-0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9.tar.gz
guru-0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9.tar.bz2
guru-0b4c5e62b91d0ffb3be8e0f7f15fe571a51e82e9.zip
Move terminus to terminus-bin
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/terminus/Manifest2
-rw-r--r--x11-terms/terminus/metadata.xml12
-rw-r--r--x11-terms/terminus/terminus-1.0.135.ebuild39
3 files changed, 0 insertions, 53 deletions
diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
deleted file mode 100644
index bdd171fe5..000000000
--- a/x11-terms/terminus/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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/metadata.xml b/x11-terms/terminus/metadata.xml
deleted file mode 100644
index ca63cb8f9..000000000
--- a/x11-terms/terminus/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marco@scardovi.com</email>
- <name>Marco Scardovi</name>
- </maintainer>
- <upstream>
- <remote-id type="github">Eugeny/terminus</remote-id>
- <remote-id type="github">scardracs/icons</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
deleted file mode 100644
index d5d7e8b19..000000000
--- a/x11-terms/terminus/terminus-1.0.135.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
-
-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 ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
- fperms +x /opt/"${PN}"/terminus
- make_desktop_entry /opt/terminus/terminus terminus terminus Utility
- 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
-}