Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
garcon: fix SRCURL
- fixed SRCURL
- NLS=1
  • Loading branch information
wwwutz committed Nov 9, 2021
1 parent 4b64f87 commit 8fb5b2f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions garcon.be0
@@ -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 8fb5b2f

Please sign in to comment.