mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gail: Updated for version 1.22.3
This commit is contained in:
parent
ce8ef3034c
commit
a936853291
4 changed files with 11 additions and 10 deletions
|
@ -1,4 +1,3 @@
|
|||
GAIL provides accessibility support for gtk+
|
||||
and libgnomecanvas by implementing AtkObjects
|
||||
for widgets in gtk+ and libgnomecanvas. The
|
||||
GAIL library is a GTK+ module.
|
||||
GAIL provides accessibility support for gtk+ and libgnomecanvas
|
||||
by implementing AtkObjects for widgets in gtk+ and libgnomecanvas.
|
||||
The GAIL library is a GTK+ module.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gail
|
||||
VERSION=1.20.2
|
||||
VERSION=1.22.3
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -39,6 +39,8 @@ if [ "$ARCH" = "i486" ]; then
|
|||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gail"
|
||||
VERSION="1.20.2"
|
||||
VERSION="1.22.3"
|
||||
HOMEPAGE="http://developer.gnome.org/projects/gap"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gail/1.20/gail-1.20.2.tar.bz2"
|
||||
MD5SUM="e805806f897cf6040e1f3e9c0cd2151b"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gail/1.22/gail-1.22.3.tar.bz2"
|
||||
MD5SUM="1b0d2b3d5f89fb620ce6122e52578b41"
|
||||
MAINTAINER="Frank Caraballo"
|
||||
EMAIL="fecaraballo{at}gmail{dot}com"
|
||||
APPROVED="David Somero"
|
||||
APPROVED="David Somero"
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gail: GAIL (a GTK+ module)
|
||||
gail: GAIL (a GTK+ accessibility module)
|
||||
gail:
|
||||
gail: GAIL provides accessibility support for gtk+
|
||||
gail: and libgnomecanvas by implementing AtkObjects
|
||||
|
|
Loading…
Reference in a new issue