From bcbbd774ddada1e337c6668d5750e427b0f77941 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 29 Dec 2025 10:44:45 +0200 Subject: [PATCH] Enable documentation --- pkg.info | 7 +++++-- source.sh | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index f0b4d21..97c184d 100644 --- a/pkg.info +++ b/pkg.info @@ -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: diff --git a/source.sh b/source.sh index 787c378..25fd7a5 100644 --- a/source.sh +++ b/source.sh @@ -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 }