fnott: new port, Keyboard driven and lightweight Wayland notification daemon

This commit is contained in:
Luis
2023-07-20 14:16:47 +00:00
parent 4e8a9c0f65
commit 40a600209d
3 changed files with 35 additions and 0 deletions

1
main/fnott/.checksums Normal file
View File

@@ -0,0 +1 @@
c5f884031e6f1d47438b3349062b0d4c fnott-1.4.1.tar.gz

20
main/fnott/.pkgfiles Normal file
View File

@@ -0,0 +1,20 @@
fnott-1.4.1-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fnott
-rwxr-xr-x root/root usr/bin/fnottctl
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/fnott.desktop
drwxr-xr-x root/root usr/share/fnott/
-rw-r--r-- root/root usr/share/fnott/fnott.ini
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/fnott.1.gz
-rw-r--r-- root/root usr/share/man/man1/fnottctl.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/fnott.ini.5.gz
drwxr-xr-x root/root usr/share/zsh/
drwxr-xr-x root/root usr/share/zsh/site-functions/
-rw-r--r-- root/root usr/share/zsh/site-functions/_fnott
-rw-r--r-- root/root usr/share/zsh/site-functions/_fnottctl

14
main/fnott/spkgbuild Normal file
View File

@@ -0,0 +1,14 @@
# description : Keyboard driven and lightweight Wayland notification daemon
# homepage : https://codeberg.org/dnkl/fnott
# depends : dbus fcft wlroots meson tllist scdoc
name=fnott
version=1.4.1
release=1
source="$name-$version.tar.gz::https://codeberg.org/dnkl/fnott/archive/$version.tar.gz"
build() {
venom-meson $name build
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}