Enable documentation

This commit is contained in:
2025-12-29 10:44:45 +02:00
parent 7267dec376
commit bcbbd774dd
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -1,17 +1,20 @@
name: libnotify
description: Library for sending desktop notifications to a notification daemon
version: 0.8.7
revision: 1
revision: 2
url: https://gitlab.gnome.org/GNOME/libnotify
license: LGPL2.1
architecture: any
type: source
depends:
- gcc-libs
- gdk-pixbuf
- glib
- glibc
make_depends:
- docbook-xsl-nons
- gi-docgen
- gobject-introspection
- gtk3
- meson
- xmlto
downloads:
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release -Dgtk_doc=false -Dman=false build
meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release build
meson compile -C build
}