mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
at-spi2-core: update to 2.32.1.
This commit is contained in:
parent
8b2a9f5dbd
commit
c47cd35490
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- atspi/meson.build 2019-03-12 03:54:43.000000000 +0100
|
|
||||||
+++ atspi/meson.build 2019-03-14 12:13:54.759466260 +0100
|
|
||||||
@@ -57,7 +57,7 @@
|
|
||||||
|
|
||||||
atspi_includedir = join_paths(get_option('prefix'), get_option('includedir'), 'at-spi-2.0', 'atspi')
|
|
||||||
|
|
||||||
-install_headers(atspi_headers, subdir: atspi_includedir)
|
|
||||||
+install_headers(atspi_headers, subdir: 'at-spi-2.0/atspi')
|
|
||||||
|
|
||||||
atspi_enums = gnome.mkenums('atspi-enum-types',
|
|
||||||
sources: [ 'atspi-constants.h', 'atspi-types.h' ],
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'at-spi2-core'
|
# Template file for 'at-spi2-core'
|
||||||
pkgname=at-spi2-core
|
pkgname=at-spi2-core
|
||||||
version=2.32.0
|
version=2.32.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
hostmakedepends="pkg-config dbus glib-devel"
|
hostmakedepends="pkg-config dbus glib-devel"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/at-spi2-core"
|
homepage="https://gitlab.gnome.org/GNOME/at-spi2-core"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=43a435d213f8d4b55e8ac83a46ae976948dc511bb4a515b69637cb36cf0e7220
|
checksum=3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue