diff options
author | Pedro Mendes <pedro@gepasi.org> | 2022-04-06 09:15:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:47 +0700 |
commit | 607ef86b08d622765d11f57d4a708918153a7f14 (patch) | |
tree | fec8e14fe75169b714182c3c0a38448725e40942 /office/pstoedit | |
parent | 7d561a1d9d9872395423cc11b6f648b2ed758e9b (diff) | |
download | slackbuilds-607ef86b08d622765d11f57d4a708918153a7f14.tar.gz |
office/pstoedit: Updated for version 3.77.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pstoedit')
-rw-r--r-- | office/pstoedit/README | 6 | ||||
-rw-r--r-- | office/pstoedit/pstoedit.SlackBuild | 7 | ||||
-rw-r--r-- | office/pstoedit/pstoedit.info | 6 | ||||
-rw-r--r-- | office/pstoedit/slack-desc | 6 |
4 files changed, 11 insertions, 14 deletions
diff --git a/office/pstoedit/README b/office/pstoedit/README index cb7c7321ad..f9f91a117f 100644 --- a/office/pstoedit/README +++ b/office/pstoedit/README @@ -6,8 +6,4 @@ 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. +libEMF, and plotutils are optional dependencies. diff --git a/office/pstoedit/pstoedit.SlackBuild b/office/pstoedit/pstoedit.SlackBuild index 6faf5cbcb6..fdc3fef7d8 100644 --- a/office/pstoedit/pstoedit.SlackBuild +++ b/office/pstoedit/pstoedit.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pstoedit -VERSION=${VERSION:-3.75} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.77} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,6 +87,7 @@ CXXFLAGS="$SLKCFLAGS -std=c++14" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ + --without-swf \ --build=$ARCH-slackware-linux make @@ -105,7 +106,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a readme.install $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -rm -f $PKG/usr/lib*/*.la +rm -rf $PKG/usr/lib*/*.la mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/office/pstoedit/pstoedit.info b/office/pstoedit/pstoedit.info index 6a0347d4ef..50d891eba3 100644 --- a/office/pstoedit/pstoedit.info +++ b/office/pstoedit/pstoedit.info @@ -1,8 +1,8 @@ PRGNAM="pstoedit" -VERSION="3.75" +VERSION="3.77" HOMEPAGE="http://www.pstoedit.net/" -DOWNLOAD="https://downloads.sourceforge.net/pstoedit/pstoedit-3.75.tar.gz" -MD5SUM="a1965d0fcc4e151a265907865078d2c4" +DOWNLOAD="https://downloads.sourceforge.net/pstoedit/pstoedit-3.77.tar.gz" +MD5SUM="c745d34036d11e8518b7ede83b03efa7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/office/pstoedit/slack-desc b/office/pstoedit/slack-desc index ac00ed9c07..149e6fec8d 100644 --- a/office/pstoedit/slack-desc +++ b/office/pstoedit/slack-desc @@ -12,8 +12,8 @@ pstoedit: pstoedit converts PostScript and PDF files to various vector graphic pstoedit: formats. The resulting files can be edited or imported into various pstoedit: drawing packages. Output formats include: AI, ASY, CGM, DXF, EMF, pstoedit: FIG, GMFA, GMFI, GSCHEM, HPGL, IDRAW, KIL, LATEX2E, LWO, MIF, MNA, -pstoedit: MPOST, NOIXML, PCB, PCL, RIB, RPL, RTF, SK, SVG, SVM, SWF, TGIF, -pstoedit: XAML, WMF, and variants of these. Output is also possible to various -pstoedit: text formats, Java, or TK code. +pstoedit: MPOST, NOIXML, PCB, PCL, RIB, RPL, RTF, SK, SVG, SVM, TGIF, XAML, +pstoedit: WMF, and variants of these. Output is also possible to various text +pstoedit: formats, Java, or TK code. pstoedit: pstoedit: Homepage: http://www.pstoedit.net/ |