Enable documentation
This commit is contained in:
@@ -1,17 +1,20 @@
|
|||||||
name: libnotify
|
name: libnotify
|
||||||
description: Library for sending desktop notifications to a notification daemon
|
description: Library for sending desktop notifications to a notification daemon
|
||||||
version: 0.8.7
|
version: 0.8.7
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://gitlab.gnome.org/GNOME/libnotify
|
url: https://gitlab.gnome.org/GNOME/libnotify
|
||||||
license: LGPL2.1
|
license: LGPL2.1
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
|
- gcc-libs
|
||||||
- gdk-pixbuf
|
- gdk-pixbuf
|
||||||
- glib
|
- glib
|
||||||
|
- glibc
|
||||||
make_depends:
|
make_depends:
|
||||||
|
- docbook-xsl-nons
|
||||||
|
- gi-docgen
|
||||||
- gobject-introspection
|
- gobject-introspection
|
||||||
- gtk3
|
|
||||||
- meson
|
- meson
|
||||||
- xmlto
|
- xmlto
|
||||||
downloads:
|
downloads:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
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
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user