aboutsummaryrefslogtreecommitdiff
path: root/office
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2023-05-18 21:51:54 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:10 +0700
commit7c1010bd3c4c9750573a730cf66fb2daddee0db1 (patch)
treeeb79086bc301734b73cc08d7f7dc5f4353e8d603 /office
parente5e3e161ba9401cc8bc90fbe931c567cb9b32d43 (diff)
office/semantik: Updated for version 1.2.10.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/semantik/changelog10
-rw-r--r--office/semantik/semantik.SlackBuild12
-rw-r--r--office/semantik/semantik.info6
3 files changed, 19 insertions, 9 deletions
diff --git a/office/semantik/changelog b/office/semantik/changelog
new file mode 100644
index 000000000000..d26fd537cc01
--- /dev/null
+++ b/office/semantik/changelog
@@ -0,0 +1,10 @@
+Changelog for semantik SlackBuild Script
+--------------------------------------------------------------------
+
+20/08/2022:
+
+Added to SlackBuilds.org
+
+15/05/2023:
+
+Updated to Version 1.2.10
diff --git a/office/semantik/semantik.SlackBuild b/office/semantik/semantik.SlackBuild
index 4c85df18b146..a101b21ce41a 100644
--- a/office/semantik/semantik.SlackBuild
+++ b/office/semantik/semantik.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for semantik
-# Copyright 2022 Vijay Marcel
+# Copyright 2022-2023 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=semantik
-VERSION=${VERSION:-1.2.8}
+VERSION=${VERSION:-1.2.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,13 +52,13 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ SLKCFLAGS="-march=i586 -mtune=i686 -pipe -O2 -fPIC"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
+ SLKCFLAGS="-march=x86-64 -mtune=native -pipe -O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
@@ -96,7 +96,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README TODO ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/office/semantik/semantik.info b/office/semantik/semantik.info
index 1581d952d589..2cfa9b346598 100644
--- a/office/semantik/semantik.info
+++ b/office/semantik/semantik.info
@@ -1,8 +1,8 @@
PRGNAM="semantik"
-VERSION="1.2.8"
+VERSION="1.2.10"
HOMEPAGE="https://waf.io/semantik.html"
-DOWNLOAD="https://waf.io/semantik-1.2.8.tar.bz2"
-MD5SUM="50825a45ce094da00629f93802802112"
+DOWNLOAD="https://waf.io/semantik-1.2.10.tar.bz2"
+MD5SUM="aeabd57ce02b68cb1182a649e8f41924"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""