diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-05-30 22:23:13 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-05-30 22:23:13 (GMT) |
commit | b649727d65c0f3b6498164860e8598ac7a95900b (patch) | |
tree | 4b5005eb36796bd81449715c10c6a0a7015de602 | |
parent | 9452af43a76fd97d5df8a6c539f1737ec5b070c8 (diff) | |
download | mxe-b649727d65c0f3b6498164860e8598ac7a95900b.zip mxe-b649727d65c0f3b6498164860e8598ac7a95900b.tar.gz mxe-b649727d65c0f3b6498164860e8598ac7a95900b.tar.bz2 |
update package qwt
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/qwt-1-fixes.patch | 2 | ||||
-rw-r--r-- | src/qwt.mk | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2065,7 +2065,7 @@ aptitude -t squeeze-backports install cmake yasm</pre> </tr> <tr> <td id="qwt-package">qwt</td> - <td id="qwt-version">6.0.2</td> + <td id="qwt-version">6.1.0</td> <td id="qwt-website"><a href="http://qwt.sourceforge.net/">Qwt</a></td> </tr> <tr> diff --git a/src/qwt-1-fixes.patch b/src/qwt-1-fixes.patch index ebe4cf0..80179ef 100644 --- a/src/qwt-1-fixes.patch +++ b/src/qwt-1-fixes.patch @@ -12,7 +12,7 @@ See index.html for further information. }
QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc
-@@ -58,7 +58,7 @@ +@@ -70,7 +70,7 @@ # it will be a static library.
######################################################################
@@ -3,7 +3,7 @@ # Qwt - Qt widgets for technical applications PKG := qwt -$(PKG)_CHECKSUM := 6d33a52367f7a82498ba27812bec4e15de005534 +$(PKG)_CHECKSUM := 2d95abf1fc4578684e141e0c76df266f9dae080a $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).zip $(PKG)_WEBSITE := http://qwt.sourceforge.net/ |