From 6696f5eb8f854230ba7ceb84b69a410496e0d3ce Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 1 Jun 2014 22:08:53 -0500 Subject: development/poedit: Updated for version 1.6.5, new maintainer. Signed-off-by: Erik Hanson --- development/poedit/README | 6 ++++-- development/poedit/poedit.SlackBuild | 34 ++++++++++++++++------------------ development/poedit/poedit.info | 12 ++++++------ development/poedit/slack-desc | 3 ++- 4 files changed, 28 insertions(+), 27 deletions(-) (limited to 'development/poedit') diff --git a/development/poedit/README b/development/poedit/README index c5cfc376f1..394d3d53e3 100644 --- a/development/poedit/README +++ b/development/poedit/README @@ -1,4 +1,6 @@ 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. It also has support for -spellchecking (gtkspell/aspell). +launching vi and editing the file by hand. + +For spellchecking, it requires optional dependency: gtkspell3. diff --git a/development/poedit/poedit.SlackBuild b/development/poedit/poedit.SlackBuild index 9d8e20f8e8..0e4413ce79 100644 --- a/development/poedit/poedit.SlackBuild +++ b/development/poedit/poedit.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for poedit # Copyright 2008 Niklas "Nille" Åkerström +# Copyright 2014 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -11,19 +12,19 @@ # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=poedit -VERSION=1.5.7 +VERSION=${VERSION:-1.6.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +66,7 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; @@ -82,14 +83,11 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/poedit/poedit.info b/development/poedit/poedit.info index 21d3f230f5..b8370614a8 100644 --- a/development/poedit/poedit.info +++ b/development/poedit/poedit.info @@ -1,10 +1,10 @@ PRGNAM="poedit" -VERSION="1.5.7" +VERSION="1.6.5" HOMEPAGE="http://www.poedit.net" -DOWNLOAD="http://downloads.sourceforge.net/poedit/1.5/poedit-1.5.7.tar.gz" -MD5SUM="f5b53ec66a606f088b0aa388595ea5f9" +DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v1.6.5-oss/poedit-1.6.5.tar.gz" +MD5SUM="1b75c10d6f9fbf4c6df6c8954976e172" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython" -MAINTAINER="Niklas 'Nille' Åkerström" -EMAIL="nille.kungen[AT]gmail.com" +REQUIRES="wxGTK3 LucenePlusPlus" +MAINTAINER="Willy Sudiarto Raharjo" +EMAIL="willysr@slackbuilds.org" diff --git a/development/poedit/slack-desc b/development/poedit/slack-desc index ec636b3a0f..5e5bbe30b2 100644 --- a/development/poedit/slack-desc +++ b/development/poedit/slack-desc @@ -4,6 +4,7 @@ # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. + |-----handy-ruler------------------------------------------------------| poedit: Poedit (cross-platform gettext catalogs editor) poedit: @@ -12,7 +13,7 @@ poedit: poedit: It aims to provide more convenient approach to editing catalogs poedit: than launching vi and editing the file by hand. poedit: -poedit: It also has support for spellchecking (gtkspell). +poedit: poedit: poedit: Homepage: http://www.poedit.net poedit: -- cgit v1.2.3