mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
libnotify: update to 0.8.2.
This commit is contained in:
parent
edeb0e2fdc
commit
3ec0cdb8c8
1 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# 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"
|
||||
|
@ -13,10 +13,11 @@ 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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue