From c1ad5597691aba246e8b1bcbb76cb1d4daf40f13 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 16 Nov 2021 11:33:10 +0100 Subject: [PATCH] at-spi2-core: upadet 2.26.2 to 2.40.3 - update - NLS=1 --- at-spi2-core.be0 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/at-spi2-core.be0 b/at-spi2-core.be0 index 436700180..b1c2ccf28 100755 --- a/at-spi2-core.be0 +++ b/at-spi2-core.be0 @@ -1,13 +1,12 @@ #!/usr/bin/env beesh -# BEE_VERSION at-spi2-core-2.26.2-0 +# BEE_VERSION at-spi2-core-2.40.3-0 -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKGVERSION[2]}/at-spi2-core-${PKGVERSION}.tar.xz" +# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKGVERSION[2]}/at-spi2-core-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/db4f7caceb5d663ec3adb715408b2303/at-spi2-core-2.40.3.tar.xz" # PATCHURL+=() -# EXCLUDE+=() - # build_in_sourcedir # sourcesubdir_append src @@ -17,9 +16,10 @@ SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKGVERSION[2]}/ # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + echo "">po/LINGUAS +} #mee_configure() { # bee_configure @@ -32,4 +32,3 @@ SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKGVERSION[2]}/ #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"'