wok-next rev 20050
Up scite (4.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 23 13:19:31 2017 +0200 (2017-10-23) |
parents | 618caf1965c4 |
children | 0111bf85ae36 |
files | scite/receipt wxpython/receipt |
line diff
1.1 --- a/scite/receipt Mon Oct 23 12:45:07 2017 +0200 1.2 +++ b/scite/receipt Mon Oct 23 13:19:31 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scite" 1.7 -VERSION="3.2.0" 1.8 +VERSION="4.0.1" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Editor with syntax highlighting and source code editing features." 1.11 MAINTAINER="rcx@zoominternet.net"
2.1 --- a/wxpython/receipt Mon Oct 23 12:45:07 2017 +0200 2.2 +++ b/wxpython/receipt Mon Oct 23 13:19:31 2017 +0200 2.3 @@ -17,6 +17,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + export CXXFLAGS="-Wno-narrowing" 2.8 mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra 2.9 ./configure \ 2.10 --with-gtk=2 \