UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

libnotify

The libnotify library is used to send desktop notifications to a notification daemon, as defined in the Desktop Notifications spec.

Package info

Template: meson
Codename: libnotify
Source file: libnotify-0.8.6.tar.xz
Source directory: libnotify-0.8.6
Package URL: libnotify-0.8.6.tar.xz
Package md5-checksum URL: libnotify-0.8.6.tar.xz.md5sum
Dependances: gobject-introspection, gtk3.
Dependance of: signon-ui-qt6, xfce4-power-manager, xfce4-notifyd, thunar-volman, xfce4-pulseaudio-plugin, hexchat, xfce4-settings, xfdesktop, gnome-bluetooth, ibus, zenity, thunar, brasero, audacious-plugins, !gnome-settings-daemon, !nautilus, hyprland, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -Dgtk_doc=false     \
            -Dman=false         \
            ..        

Build script:
cd    build
ninja

Install script:
cd    build &&
ninja install &&
if [ -e /usr/share/doc/libnotify ]; then
  rm -rf /usr/share/doc/libnotify-0.8.6
  mv -v  /usr/share/doc/libnotify{,-0.8.6}
fi