libraries/libgnomeui: Updated for version 2.24.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2a267154cb
commit
d9a2061f0e
|
@ -1,3 +1,3 @@
|
|||
User interface library needed for GNOME.
|
||||
|
||||
This requires gconf2, gnome-keyring, gnome-vfs, libbonoboui, and libgnome.
|
||||
This requires GConf, gnome-keyring, gnome-vfs, and libbonoboui.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for libgnomeui
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libgnomeui
|
||||
VERSION=2.24.1
|
||||
VERSION=2.24.3
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgnomeui"
|
||||
VERSION="2.24.1"
|
||||
VERSION="2.24.3"
|
||||
HOMEPAGE="http://www.gnome.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.24/libgnomeui-2.24.1.tar.bz2"
|
||||
MD5SUM="8e7d36dd1decfcf5cc4d5cb93bc4d217"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/libgnomeui/2.24/libgnomeui-2.24.3.tar.bz2"
|
||||
MD5SUM="ceab6f4370581d1a03c09f15cc103099"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue