development/rarian: Updated for version 0.8.2.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2023-04-14 21:43:48 +01:00 committed by Willy Sudiarto Raharjo
parent ac19d3ec8b
commit fe464d8980
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 10 additions and 9 deletions

View File

@ -4,7 +4,7 @@
# Copyright (c) 2009 Andrzej Telszewski <atelszewski@gmail.com>
# All rights reserved.
# updates copyright (c) 2016 Tim Dickson <dickson.tim@googlemail.com>
# Copyright (c) 2016-2023 Tim Dickson <dickson.tim@googlemail.com>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@ -35,8 +35,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rarian
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,7 +60,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="MAINTAINERS TODO COPYING NEWS README INSTALL COPYING.UTILS COPYING.LIB ChangeLog"
DOCS="MAINTAINERS TODO COPYING NEWS README COPYING.UTILS COPYING.LIB ChangeLog"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
@ -91,6 +91,7 @@ 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 {} \;
autoreconf -i
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,10 +1,10 @@
PRGNAM="rarian"
VERSION="0.8.1"
HOMEPAGE="https://rarian.freedesktop.org/"
DOWNLOAD="https://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2"
MD5SUM="75091185e13da67a0ff4279de1757b94"
VERSION="0.8.2"
HOMEPAGE="https://gitlab.freedesktop.org/rarian/rarian"
DOWNLOAD="https://gitlab.freedesktop.org/rarian/rarian/-/archive/0.8.2/rarian-0.8.2.tar.bz2"
MD5SUM="4caac95db559f2492599080f5b99c4fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="tinyxml"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"