summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Pedro Mendes2020-06-13 15:01:41 +0200
committer Willy Sudiarto Raharjo2020-06-13 15:01:41 +0200
commit8821bec6d991d8f594c6778b2deb2c7f23c2d32c (patch)
tree33d79fb809bc041c06dec098e8c6d7fb663adc98 /office
parent25d6f51031852d14d5d1ee59199af87380308fe2 (diff)
downloadslackbuilds-8821bec6d991d8f594c6778b2deb2c7f23c2d32c.tar.gz
office/pstoedit: Updated for version 3.75.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/pstoedit/README4
-rw-r--r--office/pstoedit/pstoedit.SlackBuild11
-rw-r--r--office/pstoedit/pstoedit.info6
3 files changed, 11 insertions, 10 deletions
diff --git a/office/pstoedit/README b/office/pstoedit/README
index fe5f854345..f0e737bccd 100644
--- a/office/pstoedit/README
+++ b/office/pstoedit/README
@@ -6,4 +6,8 @@ NOIXML, PCB, PCL, RIB, RPL, RTF, SK, SVG, SVM, SWF, TGIF, XAML, WMF and
variants of these. Output is also possible to text in different formats
and Java or TK code.
+This version has some incompatibilities with ghostscript versions
+earlier than 9.50 (eg 9.26 as in Slackware 14.4). If you get errors try
+using the option "-rdb".
+
libEMF, plotutils, and ming are optional dependencies.
diff --git a/office/pstoedit/pstoedit.SlackBuild b/office/pstoedit/pstoedit.SlackBuild
index c1af1c9913..f708b464b4 100644
--- a/office/pstoedit/pstoedit.SlackBuild
+++ b/office/pstoedit/pstoedit.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pstoedit
-VERSION=${VERSION:-3.70}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.75}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -70,23 +70,20 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib$LIBDIRSUFFIX \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
- --with-gnu-ld \
- --enable-shared \
- --disable-static \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
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
diff --git a/office/pstoedit/pstoedit.info b/office/pstoedit/pstoedit.info
index c55fece364..6a0347d4ef 100644
--- a/office/pstoedit/pstoedit.info
+++ b/office/pstoedit/pstoedit.info
@@ -1,8 +1,8 @@
PRGNAM="pstoedit"
-VERSION="3.70"
+VERSION="3.75"
HOMEPAGE="http://www.pstoedit.net/"
-DOWNLOAD="https://downloads.sourceforge.net/pstoedit/pstoedit-3.70.tar.gz"
-MD5SUM="d3ad4657b4944a8400f7ca76f78cb943"
+DOWNLOAD="https://downloads.sourceforge.net/pstoedit/pstoedit-3.75.tar.gz"
+MD5SUM="a1965d0fcc4e151a265907865078d2c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""