New package: poedit-1.5.7 (close #160).
This commit is contained in:
parent
989959ff81
commit
245b58543e
2 changed files with 30 additions and 0 deletions
11
srcpkgs/poedit/patches/wxGTK-2.8-compat.patch
Normal file
11
srcpkgs/poedit/patches/wxGTK-2.8-compat.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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);
|
19
srcpkgs/poedit/template
Normal file
19
srcpkgs/poedit/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'poedit'
|
||||
pkgname=poedit
|
||||
version=1.5.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="db-devel gtkspell-devel wxGTK-devel boost-devel"
|
||||
short_desc="Cross-platform gettext catalogs (.po files) editor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.poedit.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=24535cac22c8f7fb4f995710f6638ebc26825056076a04210ee66e19d65c0f78
|
||||
|
||||
poedit_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue