diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-04-14 21:43:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:29 +0700 |
commit | fe464d89802bb537e77023a24e4fd3a7f4e68d53 (patch) | |
tree | 66d2162e62030f3f9281d5a931dee1e4e5c07b71 /development/rarian | |
parent | ac19d3ec8b2643e01a9d0e742f44465acb6e5534 (diff) |
development/rarian: Updated for version 0.8.2.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rarian')
-rw-r--r-- | development/rarian/rarian.SlackBuild | 9 | ||||
-rw-r--r-- | development/rarian/rarian.info | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/development/rarian/rarian.SlackBuild b/development/rarian/rarian.SlackBuild index a302211c6296c..308b2670ec4b7 100644 --- a/development/rarian/rarian.SlackBuild +++ b/development/rarian/rarian.SlackBuild @@ -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 \ diff --git a/development/rarian/rarian.info b/development/rarian/rarian.info index 9effc4b13d3af..c96e2822566af 100644 --- a/development/rarian/rarian.info +++ b/development/rarian/rarian.info @@ -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" |