mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
glib: update to 2.60.2.
Closes #11829. Signed-off-by: Enno Boland <gottox@voidlinux.org>
This commit is contained in:
parent
b0fd7cbd7c
commit
814e07f997
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'glib'
|
||||
pkgname=glib
|
||||
version=2.60.1
|
||||
version=2.60.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dfam=false -Dman=true -Dselinux=disabled
|
||||
|
@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
|
|||
homepage="https://wiki.gnome.org/Projects/GLib"
|
||||
changelog="https://gitlab.gnome.org/GNOME/glib/raw/master/NEWS"
|
||||
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
|
||||
checksum=89f884f5d5c6126140ec868cef184c42ce72902c13cd08f36e660371779b5560
|
||||
checksum=2ef15475060addfda0443a7e8a52b28a10d5e981e82c083034061daf9a8f80d9
|
||||
|
||||
build_options="gtk_doc"
|
||||
|
||||
|
@ -59,5 +59,8 @@ glib-devel_package() {
|
|||
for f in aclocal glib-2.0 gdb; do
|
||||
vmove usr/share/${f}
|
||||
done
|
||||
if [ -d $DESTDIR/usr/share/gtk-doc ]; then
|
||||
vmove usr/share/gtk-doc
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue