From 2ff42c89266066ccee4c15aba8151d59f4974fee Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Tue, 9 Apr 2019 22:48:31 +0200 Subject: [PATCH] at-spi2-core: updated to 2.32.1 --- at-spi2-core/.signature | 7 +++---- at-spi2-core/Pkgfile | 9 +++------ at-spi2-core/at-spi2-core-meson.patch | 12 ------------ 3 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 at-spi2-core/at-spi2-core-meson.patch diff --git a/at-spi2-core/.signature b/at-spi2-core/.signature index 6a64cf1af..e9c637ef2 100644 --- a/at-spi2-core/.signature +++ b/at-spi2-core/.signature @@ -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 diff --git a/at-spi2-core/Pkgfile b/at-spi2-core/Pkgfile index 274536b69..f519a4e59 100644 --- a/at-spi2-core/Pkgfile +++ b/at-spi2-core/Pkgfile @@ -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 diff --git a/at-spi2-core/at-spi2-core-meson.patch b/at-spi2-core/at-spi2-core-meson.patch deleted file mode 100644 index 7a8ecaa62..000000000 --- a/at-spi2-core/at-spi2-core-meson.patch +++ /dev/null @@ -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' ],