poedit: build with wxWidgets instead of wxGTK

This commit is contained in:
Dominik Honnef 2014-08-26 21:31:02 +02:00
parent 863d793abf
commit 14f4e5c619
2 changed files with 2 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- src/fileviewer.cpp.orig 2013-08-26 16:05:59.266827747 +0200
+++ src/fileviewer.cpp 2013-08-26 16:06:10.757754463 +0200
@@ -286,7 +286,7 @@ void FileViewer::ShowReference(wxString
linenum = 0;
m_text->SetReadOnly(false);
- m_text->SetValue(data);
+ m_text->SetText(data);
m_text->SetReadOnly(true);
m_text->MarkerDeleteAll(1);

View File

@ -1,10 +1,10 @@
# Template file for 'poedit' # Template file for 'poedit'
pkgname=poedit pkgname=poedit
version=1.5.7 version=1.5.7
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="db-devel gtkspell-devel wxGTK-devel boost-devel" makedepends="db-devel gtkspell-devel wxWidgets-devel boost-devel"
short_desc="Cross-platform gettext catalogs (.po files) editor" short_desc="Cross-platform gettext catalogs (.po files) editor"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"