mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libgnome: Updated for version 2.32.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5039cbbebd
commit
d04e84be66
3 changed files with 6 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
||||||
Libraries needed for GNOME.
|
Libraries needed for GNOME.
|
||||||
|
|
||||||
This requires gnome-vfs.
|
This requires libcanberra and gnome-vfs.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for libgnome
|
# Slackware build script for libgnome
|
||||||
#
|
#
|
||||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libgnome
|
PRGNAM=libgnome
|
||||||
VERSION=2.28.0
|
VERSION=${VERSION:-2.32.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libgnome"
|
PRGNAM="libgnome"
|
||||||
VERSION="2.28.0"
|
VERSION="2.32.1"
|
||||||
HOMEPAGE="http://www.gnome.org/"
|
HOMEPAGE="http://www.gnome.org/"
|
||||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.28/libgnome-2.28.0.tar.bz2"
|
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.32/libgnome-2.32.1.tar.bz2"
|
||||||
MD5SUM="5c7efe21dc28c137aa766a77a84c0c29"
|
MD5SUM="a4345e6087ae6195d65a4674ffdca559"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
|
|
Loading…
Reference in a new issue