mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/poedit: Updated for version 1.7.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d3ab987da7
commit
83b6b4a14a
3 changed files with 5 additions and 7 deletions
|
@ -2,5 +2,3 @@ Poedit is cross-platform gettext catalogs (.po files) editor.
|
|||
|
||||
It aims to provide more convenient approach to editing catalogs than
|
||||
launching vi and editing the file by hand.
|
||||
|
||||
For spellchecking, it requires optional dependency: gtkspell3.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=poedit
|
||||
VERSION=${VERSION:-1.7.3}
|
||||
VERSION=${VERSION:-1.7.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="poedit"
|
||||
VERSION="1.7.3"
|
||||
VERSION="1.7.4"
|
||||
HOMEPAGE="http://www.poedit.net"
|
||||
DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v1.7.3-oss/poedit-1.7.3.tar.gz"
|
||||
MD5SUM="7d467aca720eff3e1e0feec9d2aa70b6"
|
||||
DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v1.7.4-oss/poedit-1.7.4.tar.gz"
|
||||
MD5SUM="733b8aec84e508e6bb6b06e1acdfe2b1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK3 LucenePlusPlus"
|
||||
REQUIRES="wxGTK3 LucenePlusPlus gtkspell3"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue