Skip to content

Commit

Permalink
Merge pull request #2307 from mariux64/fix-gnublot-texlive
Browse files Browse the repository at this point in the history
gnuplot: fix build as non-root
  • Loading branch information
wwwutz authored Sep 17, 2021
2 parents 4d9e67b + 7f9763c commit f59acf4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gnuplot.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gnuplot-5.4.2-0
# BEE_VERSION gnuplot-5.4.2-1

#SRCURL[0]="http://sourceforge.net/projects/gnuplot/files/gnuplot/${PKGVERSION}/gnuplot-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2050ca477199a591543bc968aba7d899/gnuplot-5.4.2.tar.gz"
Expand All @@ -20,7 +20,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/2050ca477199a591543bc968aba7d899/gnuplo
#}

mee_configure() {
bee_configure --disable-wxt --with-qt=qt5
bee_configure \
--disable-wxt \
--with-qt=qt5 \
--without-latex
}

#mee_build() {
Expand Down

0 comments on commit f59acf4

Please sign in to comment.