comparison src/qscintilla.mk @ 3914:774f488e33cd

qscintilla: update to v2.9 * src/qscintilla.mk: update version, checksum * src/qscintilla-1-transpose-fix.patch: removed file * src/qscintilla-2-bang-fix.patch: removed file * dist-files.mk: update for removed files
author John Donoghue
date Wed, 22 Apr 2015 09:01:59 -0400
parents 0ef36efbd9cd
children f6cee5e12b55
comparison
equal deleted inserted replaced
3913:0267d1a7cffa 3914:774f488e33cd
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qscintilla 4 PKG := qscintilla
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.8.4 6 $(PKG)_VERSION := 2.9
7 $(PKG)_CHECKSUM := 7e15c261a7c1842f3a75e4878a880ab667224494 7 $(PKG)_CHECKSUM := de807f026ac47d4e9472836c73ab8b8039716c37
8 $(PKG)_SUBDIR := QScintilla-gpl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := QScintilla-gpl-$($(PKG)_VERSION)
9 $(PKG)_FILE := QScintilla-gpl-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := QScintilla-gpl-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := qt 11 $(PKG)_DEPS := qt
12 12