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