Skip to content

Commit

Permalink
libnotify: update to 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Mar 23, 2023
1 parent ee4568c commit 1232855
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions srcpkgs/libnotify/template
@@ -1,22 +1,23 @@
# Template file for 'libnotify'
pkgname=libnotify
version=0.8.1
version=0.8.2
revision=1
build_style=meson
build_helper="gir"
build_helper=gir
configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
-Dgtk_doc=false -Ddocbook_docs=disabled"
-Dgtk_doc=false -Ddocbook_docs=disabled -Dtests=false"
hostmakedepends="pkg-config glib-devel libxslt docbook-xsl-ns"
makedepends="libglib-devel libpng-devel gdk-pixbuf-devel gtk+3-devel"
short_desc="Desktop notification library"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/GNOME/libnotify"
changelog="https://gitlab.gnome.org/GNOME/libnotify/-/raw/master/NEWS"
distfiles="https://gitlab.gnome.org/GNOME/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=7c0b252edecbf08db50d775f9e720ecc03c742fb97c25f3966a8b7a4bedf8133
distfiles="https://gitlab.gnome.org/GNOME/libnotify/-/archive/${version}/libnotify-${version}.tar.gz"
checksum=84d6bbcd633ff10eed25226730c52220cd41e362bb183513e5b6a5d1b3c0c12f
# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30
make_check=no

# Package build options
build_options="gir"
build_options_default="gir"

Expand Down

0 comments on commit 1232855

Please sign in to comment.