Skip to content

Commit

Permalink
qwt: update to version 6.2.0
Browse files Browse the repository at this point in the history
Also account for the changed location of the plugins
directory, which is under lib.
  • Loading branch information
thomas committed Jul 21, 2022
1 parent 65e06dd commit 752f10a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions qwt.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION qwt-6.1.5-0
# BEE_VERSION qwt-6.2.0-0

#SRCURL[0]="https://downloads.sourceforge.net/project/qwt/qwt/${PKGVERSION}/qwt-${PKGVERSION}.tar.bz2"

SRCURL[0]="https://beehive.molgen.mpg.de/d65582f99312796ed42c3be3208ed3db/qwt-6.1.5.tar.bz2"
# Origin https://sourceforge.net/projects/qwt/files/qwt/6.2.0/qwt-6.2.0.tar.bz2
SRCURL[0]="https://beehive.molgen.mpg.de/00c94f0af8b29d4785cec47351127c00/qwt-6.2.0.tar.bz2"

# PATCHURL[0]=""

Expand All @@ -25,7 +24,9 @@ build_in_sourcedir
#}

mee_patch_post() {
sed -i ${S}/qwtconfig.pri -e '/^\s\s*QWT_INSTALL_PREFIX/ s,QWT,# QWT,'
sed -i ${S}/qwtconfig.pri \
-e '/^\s\s*QWT_INSTALL_PREFIX/ s,QWT,# QWT,' \
-e '/^QWT_INSTALL_PLUGINS/ s,/plugins,/lib/plugins,'
}

mee_configure() {
Expand Down

0 comments on commit 752f10a

Please sign in to comment.