Skip to content

Commit

Permalink
Merge pull request #2477 from mariux64/fix-srcurl-garcon
Browse files Browse the repository at this point in the history
garcon: fix SRCURL
  • Loading branch information
wwwutz authored Nov 9, 2021
2 parents 67a2de1 + 8fb5b2f commit 9f9c570
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions garcon.be0
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#!/usr/bin/env beesh

# BEE_VERSION garcon-4.16.1-0
# BEE_VERSION garcon-4.16.1-1

SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/0a8b96a47e375055fd7ebf41f495add5/garcon-4.16.1.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# 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 @@ -29,4 +29,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKG
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 9f9c570

Please sign in to comment.