mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
1
gui-apps/fnott/Manifest
Normal file
1
gui-apps/fnott/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fnott-1.2.0.tar.gz 377321 BLAKE2B 5b12edb81f7043eb6b7c69c8b20c595a3a86b94ff1e5aac2ce8aa43d696d92b08014cbf3b730a4851350cf8aaf442109971f532ce31f6b7cff616b1d1848ddc7 SHA512 a5eb006e2043f22b1790bb3a20d1b3dcef7ddfa4d6c2881fd05c7aa52f1de49f4ca30867ffb90a72f77ded9107945d7cb1ea88aa497fec6a53799e78a877c863
|
||||
43
gui-apps/fnott/fnott-1.2.0.ebuild
Normal file
43
gui-apps/fnott/fnott-1.2.0.ebuild
Normal 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
|
||||
}
|
||||
8
gui-apps/fnott/metadata.xml
Normal file
8
gui-apps/fnott/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user