Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
atk: update 2.28.1 to 2.36.0
- update
  • Loading branch information
wwwutz committed Nov 16, 2021
1 parent 90cf93e commit 29583bc
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions atk.be0
@@ -1,25 +1,24 @@
#!/usr/bin/env beesh

# BEE_VERSION atk-2.28.1-0
# BEE_VERSION atk-2.36.0-0

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/atk/${PKGVERSION[2]}/atk-${PKGVERSION}.tar.xz"
# SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/atk/${PKGVERSION[2]}/atk-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/01aa5ec5138f5f8c9b3a4e3196ed2900/atk-2.36.0.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
echo "">po/LINGUAS
}

#mee_configure() {
# bee_configure
Expand All @@ -32,4 +31,3 @@ SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/atk/${PKGVERSION[2]}/atk-${PKG
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 29583bc

Please sign in to comment.