development/poedit: Updated for version 1.5.7.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Serg Bormant 2013-11-11 12:14:13 -06:00 committed by Robby Workman
parent 08b2658e83
commit ea8079ee45
3 changed files with 16 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=poedit PRGNAM=poedit
VERSION=1.4.6.1 VERSION=1.5.7
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -65,6 +65,7 @@ cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
chmod -R a-s,u+rw,go+r-w . chmod -R a-s,u+rw,go+r-w .
patch --verbose -p1 < $CWD/setvalue.diff
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="poedit" PRGNAM="poedit"
VERSION="1.4.6.1" VERSION="1.5.7"
HOMEPAGE="http://www.poedit.net" HOMEPAGE="http://www.poedit.net"
DOWNLOAD="http://downloads.sourceforge.net/poedit/poedit-1.4.6.1.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/poedit/1.5/poedit-1.5.7.tar.gz"
MD5SUM="c63ffd991b1a6085ef356a6922356e0a" MD5SUM="f5b53ec66a606f088b0aa388595ea5f9"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="wxPython" REQUIRES="wxPython"

View file

@ -0,0 +1,11 @@
--- a/src/fileviewer.cpp 2013-11-10 17:38:50.161359501 +0400
+++ b/src/fileviewer.cpp 2013-11-10 17:37:59.958987117 +0400
@@ -286,7 +286,7 @@
linenum = 0;
m_text->SetReadOnly(false);
- m_text->SetValue(data);
+ m_text->SetText(data);
m_text->SetReadOnly(true);
m_text->MarkerDeleteAll(1);