summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-29 21:25:31 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-29 21:25:31 +0000
commiteee13dd9795c78f3f1ba5dda864b8df7c081ab61 (patch)
treea899a15c191634ec219ebc7051c6061dc9e16a04
parent065d9396856e966165546278d0750aaabe731512 (diff)
downloadasb-eee13dd9795c78f3f1ba5dda864b8df7c081ab61.tar.gz
asb-eee13dd9795c78f3f1ba5dda864b8df7c081ab61.tar.xz
ghostwriter: update to 2.1.6
-rwxr-xr-xghostwriter/build/ghostwriter.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/ghostwriter/build/ghostwriter.SlackBuild b/ghostwriter/build/ghostwriter.SlackBuild
index 15b30e26..b2592f27 100755
--- a/ghostwriter/build/ghostwriter.SlackBuild
+++ b/ghostwriter/build/ghostwriter.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -31,8 +31,10 @@
# Build needs:
# Needs:
# Changelog:
-# 1.8.1-1: 11/Nov/2020 by Eric Hameleers <alien@slackware.com>
+# 1.8.1-1: 11/nov/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2.1.6-1: 29/oct/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh ghostwriter.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -41,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=ghostwriter
-VERSION=${VERSION:-1.8.1}
+VERSION=${VERSION:-2.1.6}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -57,7 +59,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="https://github.com/wereturtle/${PRGNAM}/archive/v${VERSION}.tar.gz"
+SRCURL="https://github.com/KDE/${PRGNAM}/archive/refs/tags/${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##
@@ -150,10 +152,6 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
-# Fix build against Qt 5.15:
-cat $SRCDIR/patches/ghostwriter_qt515.patch | patch -p1 --verbose \
- 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-
# Fix the man page location:
sed -i ghostwriter.pro -e "s,share/man,man,"