diff options
author | 2022-05-09 21:16:27 +0200 | |
---|---|---|
committer | 2022-07-02 07:31:29 +0200 | |
commit | 077594a8f31fd80dfd7015e7e4e8898302951b7c (patch) | |
tree | e3dddeb8d4cb84818f61e36df9c20e0781129cf6 | |
parent | 09029cfd6e379e05106b2adbe352bc8230c26673 (diff) | |
download | slackbuilds-scribus.tar.gz |
office/scribus: Updated for version r25087.scribus
Further revision of the 1.5.x branch needed by
the newer poppler
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | office/scribus/scribus.SlackBuild | 6 | ||||
-rw-r--r-- | office/scribus/scribus.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/office/scribus/scribus.SlackBuild b/office/scribus/scribus.SlackBuild index c7e17f62e8..8b0469faa4 100644 --- a/office/scribus/scribus.SlackBuild +++ b/office/scribus/scribus.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=scribus -VERSION=${VERSION:-1.5.7} +VERSION=${VERSION:-r25087} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,13 +83,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# thanks archlinux! -patch -p1 < $CWD/harfbuzz-3.0.0.patch - cmake \ -DCMAKE_C_FLAGS="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ + -DWANT_CPP17=1 \ -DLIB_SUFFIX=${LIBDIRSUFFIX} make diff --git a/office/scribus/scribus.info b/office/scribus/scribus.info index f1b56cd8de..ed79a45fdf 100644 --- a/office/scribus/scribus.info +++ b/office/scribus/scribus.info @@ -1,8 +1,8 @@ PRGNAM="scribus" -VERSION="1.5.7" +VERSION="r25087" HOMEPAGE="https://www.scribus.net" -DOWNLOAD="https://downloads.sourceforge.net/scribus/scribus-1.5.7.tar.xz" -MD5SUM="4d0c63cfdade8a9abf225a4415e43694" +DOWNLOAD="https://ponce.cc/slackware/sources/repo/scribus-r25087.tar.xz" +MD5SUM="df39329a17e35aca373b77602b001ebb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |