summaryrefslogtreecommitdiffstats
path: root/libraries/orcania
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2022-05-29 13:39:22 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:01 +0700
commit9fc9a2ebc5b62b76f03902e92c04ea66bb563bd5 (patch)
treeba00e34983aa4dc513d3b74860ae9b0a4ccbcfcf /libraries/orcania
parent76a4fb8382ee2de834e5ca242359bc6748a143ec (diff)
downloadslackbuilds-9fc9a2ebc5b62b76f03902e92c04ea66bb563bd5.tar.gz
slackbuilds-9fc9a2ebc5b62b76f03902e92c04ea66bb563bd5.tar.xz
libraries/orcania: Updated for version 2.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/orcania')
-rw-r--r--libraries/orcania/orcania.SlackBuild5
-rw-r--r--libraries/orcania/orcania.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/libraries/orcania/orcania.SlackBuild b/libraries/orcania/orcania.SlackBuild
index 05a69180c3..284f262901 100644
--- a/libraries/orcania/orcania.SlackBuild
+++ b/libraries/orcania/orcania.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=orcania
-VERSION=${VERSION:-2.2.2}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,6 +82,7 @@ cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install DESTDIR=$PKG
@@ -90,8 +91,6 @@ cd ..
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
-mv $PKG/usr/share/man $PKG/usr
-rm -rf $PKG/usr/share
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/libraries/orcania/orcania.info b/libraries/orcania/orcania.info
index 15a8357eee..f8dc2ad730 100644
--- a/libraries/orcania/orcania.info
+++ b/libraries/orcania/orcania.info
@@ -1,8 +1,8 @@
PRGNAM="orcania"
-VERSION="2.2.2"
+VERSION="2.3.0"
HOMEPAGE="https://github.com/babelouest/orcania"
-DOWNLOAD="https://github.com/babelouest/orcania/archive/v2.2.2/orcania-2.2.2.tar.gz"
-MD5SUM="3012d9d36d3305dfc30c751464ed2511"
+DOWNLOAD="https://github.com/babelouest/orcania/archive/v2.3.0/orcania-2.3.0.tar.gz"
+MD5SUM="2d54b9278e997e1f650e89bbd17077f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""