Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gummi: update 0.6.6 to 0.8.2
- update
  • Loading branch information
wwwutz committed Oct 6, 2021
1 parent 5ade4a8 commit c24c1cc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions gummi.be0
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION gummi-0.6.6-2
# BEE_VERSION gummi-0.8.2-0

# more info: https://github.com/alexandervdm/gummi

SRCURL[0]="https://github.com/alexandervdm/gummi/releases/download/${PKGVERSION}/gummi-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/alexandervdm/gummi/releases/download/${PKGVERSION}/gummi-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/b3c5e94c7f76e9df153e1b3f87ef1e92/gummi-0.8.2.tar.gz"

# PATCHURL+=()

Expand All @@ -23,7 +24,10 @@ SRCURL[0]="https://github.com/alexandervdm/gummi/releases/download/${PKGVERSION}
mee_configure() {
bee_configure \
--disable-nls \
--disable-spellcheck
--disable-spellcheck \
CFLAGS='-Wno-deprecated-declarations' \
synctex_CFLAGS='-I/package/texlive/2020/src/texlive-20200327-source/texk/web2c/synctexdir' \
synctex_LIBS='-L/package/texlive/2020/src/texlive-20200327-source/Work/texk/web2c -l:libsynctex.a'
}

#mee_build() {
Expand All @@ -34,6 +38,3 @@ mee_configure() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit c24c1cc

Please sign in to comment.