gui-apps/fnott: add 1.7.1

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-02-19 23:43:40 +09:00
parent 93a25e09f5
commit 63a21b18d0
3 changed files with 68 additions and 4 deletions

View File

@@ -1 +1,2 @@
DIST fnott-1.6.0.tar.gz 475954 BLAKE2B 69a93049ccf9547770de8b96330ecbc3bb91bd4d4134695fb7ca2874bcb1d4bf3ed47a1aadc1ce49abab9f0a2c36c0f48f3141aa3cda1db74a5e4a48ec654ea2 SHA512 e6948e9028f4d381f5d41fbe3dda5cbca754a1560fcd7819974c1fd3a3041ec3e5bb2729d98cdcac04190b82fab7cb5970dfc216cdf58b44756ede1393897c12
DIST fnott-1.7.1.tar.gz 480058 BLAKE2B 5a47533cddda11ec777c11d8fccea2b31695d2766c3bd65b6f566927c4887cd70d855c9525f083e7aa97c5c8adabe3049ec6e5f4dda9360b84c31c7e640d1fb6 SHA512 5310dc826de765e3f4a55f5c57f4d43a238c0aec0b6f1c374575bbabf43dfb05701e4ebc8d33b25c0c93fd07581f62c7860bd58619fc41cb8248e60a1efa99a2

View File

@@ -0,0 +1,55 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Keyboard driven and lightweight Wayland notification daemon."
HOMEPAGE="https://codeberg.org/dnkl/fnott"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/dnkl/fnott.git"
else
SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
KEYWORDS="~amd64"
fi
LICENSE="MIT ZLIB"
SLOT="0"
RDEPEND="
dev-libs/wayland
media-libs/fcft
media-libs/fontconfig
media-libs/freetype
media-libs/libpng:=
media-libs/nanosvg
sys-apps/dbus
x11-libs/pixman
"
DEPEND="
${RDEPEND}
dev-libs/tllist
>=dev-libs/wayland-protocols-1.32
"
BDEPEND="
dev-util/wayland-scanner
app-text/scdoc
"
src_configure() {
local emesonargs=(
-Dsystem-nanosvg=enabled
)
meson_src_configure
}
src_install() {
local DOCS=( CHANGELOG.md README.md )
meson_src_install
rm -r "${ED}"/usr/share/doc/"${PN}" || die
}

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,22 +23,30 @@ SLOT="0"
RDEPEND="
dev-libs/wayland
media-libs/fcft
media-libs/fontconfig
media-libs/freetype
media-libs/libpng
media-libs/libpng:=
media-libs/nanosvg
sys-apps/dbus
x11-libs/pixman
media-libs/fontconfig
"
DEPEND="
${RDEPEND}
dev-libs/tllist
>=dev-libs/wayland-protocols-1.32
"
BDEPEND="
dev-util/wayland-scanner
>=dev-libs/wayland-protocols-1.32
app-text/scdoc
"
src_configure() {
local emesonargs=(
-Dsystem-nanosvg=enabled
)
meson_src_configure
}
src_install() {
local DOCS=( CHANGELOG.md README.md )
meson_src_install