mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/poedit: Updated for version 1.5.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
08b2658e83
commit
ea8079ee45
3 changed files with 16 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=poedit
|
||||
VERSION=1.4.6.1
|
||||
VERSION=1.5.7
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,6 +65,7 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R a-s,u+rw,go+r-w .
|
||||
|
||||
patch --verbose -p1 < $CWD/setvalue.diff
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="poedit"
|
||||
VERSION="1.4.6.1"
|
||||
VERSION="1.5.7"
|
||||
HOMEPAGE="http://www.poedit.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/poedit/poedit-1.4.6.1.tar.gz"
|
||||
MD5SUM="c63ffd991b1a6085ef356a6922356e0a"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/poedit/1.5/poedit-1.5.7.tar.gz"
|
||||
MD5SUM="f5b53ec66a606f088b0aa388595ea5f9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
|
|
11
development/poedit/setvalue.diff
Normal file
11
development/poedit/setvalue.diff
Normal 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);
|
Loading…
Reference in a new issue