Files
guru/gui-apps/fnott/fnott-1.2.1.ebuild
Leonardo Hernandez Hernandez 1ae53f9628 gui-apps/fnott: bump to 1.2.1, drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Hernandez Hernandez <leohdz172@outlook.com>
2022-02-15 20:31:13 -06:00

44 lines
800 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EMESON_BUILDTYPE="release"
inherit meson
DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
HOMEPAGE="https://codeberg.org/dnkl/fnott"
SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT ZLIB"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}"
DEPEND="
x11-libs/pixman
media-libs/libpng
dev-libs/wayland
sys-apps/dbus
media-libs/fcft
media-libs/freetype
media-libs/fontconfig
dev-libs/wayland-protocols
"
RDEPEND="${DEPEND}
"
BDEPEND="
dev-util/wayland-scanner
app-text/scdoc
dev-libs/tllist
"
src_install() {
local DOCS=( CHANGELOG.md README.md )
meson_src_install
rm -r "${ED}"/usr/share/doc/"${PN}" || die
}