squash commits
README.md: edit readme games-action/multimc5: add games-action/multimc5 media-fonts/scientifica: add media-fonts/scientifica media-fonts/tewi-font: fix typos media-fonts/tewi-font: add manifest media-fonts/scientifica: add manifest media-fonts/berry: add media-fonts/berry media-fonts/undefined-medium: add media-fonts/undefined-medium x11-misc/lesbar: add x11-misc/lesbar app-text/kibi: add app-text/kibi sys-block/lethe: add sys-block/lethe
This commit is contained in:
commit
ebbc3a11c8
19 changed files with 801 additions and 0 deletions
1
x11-misc/lesbar/Manifest
Normal file
1
x11-misc/lesbar/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST lesbar.tar.gz 13308 BLAKE2B b32324ec47a5600288b85e3830da1eeee14cc4327daeec0d338da35ea4248381989f19520dadf90940b7a8f0c1f792dd30f7e6221e9daafea9cac6bfc19e275b SHA512 3e15cb505f1bde037c1303df32a0053cee59ea3571121e738b2c9b10a47ededf2a75ea0386604282b4727d1598636300df1db39cf04368df93c3565d2c849084
|
30
x11-misc/lesbar/lesbar-0.4.ebuild
Normal file
30
x11-misc/lesbar/lesbar-0.4.ebuild
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2021 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="lesbar is a scriptable status bar for X11, heavily inspired by lemonbar"
|
||||
HOMEPAGE="https://git.sr.ht/~salmiak/lesbar"
|
||||
SRC_URI="https://git.sr.ht/~salmiak/lesbar/archive/v${PV}.tar.gz -> ${PN}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
DEPEND="${BDEPEND}"
|
||||
BDEPEND="
|
||||
app-text/scdoc
|
||||
x11-libs/cairo
|
||||
dev-libs/glib
|
||||
x11-libs/pango
|
||||
x11-libs/libX11
|
||||
dev-util/pkgconfig
|
||||
dev-libs/libffi
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
pkg_setup(){
|
||||
export PREFIX="/usr"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue