1
0
forked from ports/opt

at-spi2-core: updated to 2.32.1

This commit is contained in:
Fredrik Rinnestam 2019-04-09 22:48:31 +02:00
parent e28ee1cfd2
commit 2ff42c8926
3 changed files with 6 additions and 22 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Rq+lN07RCEfTadsdcoZUk5wJWbKnh83f68/ruBFJCl18im+HFu1era53HjsHJeThzfu6thlKJ5UJoKFIrqwSwY=
SHA256 (Pkgfile) = 5f5e56b9b5bea71b0837666cf8e3f422d35e5ee57080e61fc36688a8e88dbbd3
RWSE3ohX2g5d/Xc4wsURLFx49rzvXBFpZ+1Nq8yXwnWt5I1Qt9FyZoyln2QSyVKmBnZCusePQ/woiERATNQDHU+1JRkflXz9gQE=
SHA256 (Pkgfile) = 55c8ddb46ca90bfff71446d27d9f3be2da4698438b6f613dc7d4540768f79121
SHA256 (.footprint) = 88f656ba8ec4d0f91cab148c6e9ff24c0821c64d65d4b8163e47779601d25e84
SHA256 (at-spi2-core-2.32.0.tar.xz) = 43a435d213f8d4b55e8ac83a46ae976948dc511bb4a515b69637cb36cf0e7220
SHA256 (at-spi2-core-meson.patch) = fd68725d7d45edfefdc587ab33da79e6870cf1638b17411ac93dbf3f55ec61d8
SHA256 (at-spi2-core-2.32.1.tar.xz) = 3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53

View File

@ -4,16 +4,13 @@
# Depends on: dbus gobject-introspection intltool xorg-libxtst meson ninja
name=at-spi2-core
version=2.32.0
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${version:0:4}/at-spi2-core-$version.tar.xz \
at-spi2-core-meson.patch)
version=2.32.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${version:0:4}/at-spi2-core-$version.tar.xz)
build() {
cd $name-$version
patch -p1 -i $SRC/at-spi2-core-meson.patch
meson build --prefix /usr --sysconfdir=/usr/etc --libexecdir=/usr/lib/at-spi2
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install

View File

@ -1,12 +0,0 @@
diff -rupN at-spi2-core-2.32.0-orig/atspi/meson.build at-spi2-core-2.32.0/atspi/meson.build
--- at-spi2-core-2.32.0-orig/atspi/meson.build 2019-03-23 18:59:10.551458994 +0100
+++ at-spi2-core-2.32.0/atspi/meson.build 2019-03-23 19:00:00.130836451 +0100
@@ -57,7 +57,7 @@ atspi_headers = [
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' ],