summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-01 22:08:53 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-05 06:19:07 +0700
commit6696f5eb8f854230ba7ceb84b69a410496e0d3ce (patch)
treeb14cab7f2d65cf6f34f0b7a3d6ad5e2720d3aa31
parent3166fcde6cc21ddfd8908303d7e6e14b5854d139 (diff)
downloadslackbuilds-6696f5eb8f854230ba7ceb84b69a410496e0d3ce.tar.gz
slackbuilds-6696f5eb8f854230ba7ceb84b69a410496e0d3ce.tar.xz
development/poedit: Updated for version 1.6.5, new maintainer.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--development/poedit/README6
-rw-r--r--development/poedit/poedit.SlackBuild34
-rw-r--r--development/poedit/poedit.info12
-rw-r--r--development/poedit/slack-desc3
4 files changed, 28 insertions, 27 deletions
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 <willysr@slackbuilds.org>
# 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: