mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
gtk+3: update to 3.24.1.
This commit is contained in:
parent
1cf7a52859
commit
8aff5948c8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtk+3'
|
# Template file for 'gtk+3'
|
||||||
pkgname=gtk+3
|
pkgname=gtk+3
|
||||||
version=3.24.0
|
version=3.24.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gtk+-${version}"
|
wrksrc="gtk+-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,7 +9,7 @@ configure_args="--disable-schemas-compile
|
||||||
$(vopt_enable cups) $(vopt_enable gir introspection)
|
$(vopt_enable cups) $(vopt_enable gir introspection)
|
||||||
$(vopt_enable wayland wayland-backend) $(vopt_enable x11 x11-backend)"
|
$(vopt_enable wayland wayland-backend) $(vopt_enable x11 x11-backend)"
|
||||||
hostmakedepends="automake gettext-devel glib-devel gobject-introspection gtk-doc
|
hostmakedepends="automake gettext-devel glib-devel gobject-introspection gtk-doc
|
||||||
gtk-update-icon-cache pkg-config
|
gtk-update-icon-cache pkg-config libtool
|
||||||
$(vopt_if wayland 'wayland-devel wayland-protocols')"
|
$(vopt_if wayland 'wayland-devel wayland-protocols')"
|
||||||
makedepends="at-spi2-atk-devel gdk-pixbuf-devel libepoxy-devel pango-devel
|
makedepends="at-spi2-atk-devel gdk-pixbuf-devel libepoxy-devel pango-devel
|
||||||
$(vopt_if colord 'colord-devel') $(vopt_if cups 'cups-devel')
|
$(vopt_if colord 'colord-devel') $(vopt_if cups 'cups-devel')
|
||||||
|
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.gtk.org/"
|
homepage="https://www.gtk.org/"
|
||||||
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
|
||||||
checksum=02e991389277206253d79884d10e5aa06fd78fdf7a5096799dbe3c97a05e32a8
|
checksum=68387be307b99aadcdc653561d7a2a7f0113b93561fb18ded7075ec9ced5b02f
|
||||||
conf_files="/etc/gtk-3.0/im-multipress.conf"
|
conf_files="/etc/gtk-3.0/im-multipress.conf"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
|
Loading…
Add table
Reference in a new issue