Skip to content

Commit

Permalink
system/rmw: Updated for version 0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 authored and sbo-bot[bot] committed Nov 8, 2024
1 parent 3e6f058 commit baa70e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions system/rmw/rmw.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=rmw
VERSION=${VERSION:-0.9.2}
VERSION=${VERSION:-0.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand All @@ -52,16 +52,12 @@ OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

set -e
Expand All @@ -87,6 +83,7 @@ cd build
--buildtype=release \
-Dstrip=true \
-Db_sanitize=none \
-Db_lto=true \
--mandir=/usr/man \
--prefix=/usr \
--localedir=/usr/share/locale \
Expand Down
6 changes: 3 additions & 3 deletions system/rmw/rmw.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="rmw"
VERSION="0.9.2"
VERSION="0.9.3"
HOMEPAGE="https://theimpossibleastronaut.github.io/rmw-website/"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.2/rmw-0.9.2.tar.xz"
MD5SUM="1dd4923ca5011061559c54f76eb55de0"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.3/rmw-0.9.3.tar.xz"
MD5SUM="0df2da3c1b6985cdd4022ff4b3d6fd13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit baa70e3

Please sign in to comment.