gtk+3: update to 3.22.16
This commit is contained in:
parent
439bee0b8d
commit
5ed88bf88d
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'gtk+3'.
|
||||
pkgname=gtk+3
|
||||
version=3.22.15
|
||||
version=3.22.16
|
||||
revision=1
|
||||
wrksrc="gtk+-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -10,10 +10,10 @@ configure_args="--disable-schemas-compile
|
|||
$(vopt_enable wayland wayland-backend) $(vopt_enable x11 x11-backend)"
|
||||
short_desc="The GTK+ toolkit (v3)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gtk.org/"
|
||||
homepage="https://www.gtk.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
|
||||
checksum=c8a012c2a99132629ab043f764a2b7cb6388483a015cd15c7a4288bec3590fdb
|
||||
checksum=3e0c3ad01f3c8c5c9b1cc1ae00852bd55164c8e5a9c1f90ba5e07f14f175fe2c
|
||||
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config
|
||||
glib-devel gtk-doc gobject-introspection gtk-update-icon-cache
|
||||
|
@ -49,7 +49,7 @@ post_install() {
|
|||
}
|
||||
|
||||
gtk+3-devel_package() {
|
||||
depends="${makedepends} gtk+3>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue