Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2478 from mariux64/fix-srcurl-exo
exo: fix SRCURL
  • Loading branch information
wwwutz committed Nov 9, 2021
2 parents 9f9c570 + bb81e48 commit fd4da88
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions exo.be0
@@ -1,20 +1,20 @@
#!/usr/bin/env beesh

# BEE_VERSION exo-4.16.0-0
# BEE_VERSION exo-4.16.0-1

SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSION}.tar.bz2"

# EXCLUDE+=()
# SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/0e2cb9c8bbe1993249358e2b0b9d9c54/exo-4.16.0.tar.bz2"

# build_in_sourcedir

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

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in
}

#mee_configure() {
# bee_configure
Expand All @@ -27,4 +27,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSIO
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit fd4da88

Please sign in to comment.