Enable documentation
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user