Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
at-spi2-core: upadet 2.26.2 to 2.40.3
- update
- NLS=1
  • Loading branch information
wwwutz committed Nov 16, 2021
1 parent 29583bc commit c1ad559
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions 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
Expand All @@ -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
Expand All @@ -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}"'

0 comments on commit c1ad559

Please sign in to comment.