gui-apps/fnott: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Hernandez Hernandez <leohdz172@outlook.com>
This commit is contained in:
Leonardo Hernandez Hernandez
2022-02-11 20:29:08 -06:00
parent 3a0d3db6e2
commit 29315cdffe
3 changed files with 52 additions and 0 deletions

1
gui-apps/fnott/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST fnott-1.2.0.tar.gz 377321 BLAKE2B 5b12edb81f7043eb6b7c69c8b20c595a3a86b94ff1e5aac2ce8aa43d696d92b08014cbf3b730a4851350cf8aaf442109971f532ce31f6b7cff616b1d1848ddc7 SHA512 a5eb006e2043f22b1790bb3a20d1b3dcef7ddfa4d6c2881fd05c7aa52f1de49f4ca30867ffb90a72f77ded9107945d7cb1ea88aa497fec6a53799e78a877c863

View File

@@ -0,0 +1,43 @@
# 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
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>leohdz172@outlook.com</email>
<name>Leonardo Hernandez Hernandez</name>
</maintainer>
</pkgmetadata>