mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/glibmm: Updated for version 2.28.2.
Yeah, I know, not the maintainer, but I wanted to get that unstable version number out of our repo ;-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f0dffd083f
commit
cdb2cf9a1d
2 changed files with 5 additions and 7 deletions
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=glibmm
|
||||
VERSION=2.27.99.2
|
||||
VERSION=2.28.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -62,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R a-s,u+rw,go-w+r .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glibmm"
|
||||
VERSION="2.27.99.2"
|
||||
VERSION="2.28.2"
|
||||
HOMEPAGE="http://www.gtkmm.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.27/glibmm-2.27.99.2.tar.bz2"
|
||||
MD5SUM="0b0cbed3779e0b85a9bf3fa7c9729741"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.28/glibmm-2.28.2.tar.xz"
|
||||
MD5SUM="7bbc4ad1c4f79dec0ee79e6daea4bb03"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="paul wisehart"
|
||||
|
|
Loading…
Reference in a new issue