mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/lablgtk: Updated for version 2.18.8, changed maintainer.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
cc01d4c4ca
commit
65e5cb2923
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
LablGTK is an Objective Caml interface to gtk+/gtk+-2
|
||||
|
||||
LablGTK uses the rich type system of Objective Caml 3 to provide a strongly
|
||||
LablGTK uses the rich type system of Objective Caml to provide a strongly
|
||||
typed, yet very comfortable, object-oriented interface to gtk+.
|
||||
|
||||
Some optional dependencies are libgnomecanvas, libgnomeui,
|
||||
|
|
|
@ -24,13 +24,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lablgtk
|
||||
VERSION=${VERSION:-2.18.4}
|
||||
VERSION=${VERSION:-2.18.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -82,7 +82,7 @@ make -j1 world
|
|||
make DESTDIR=$PKG install
|
||||
|
||||
# remove file conflicting with ocaml's ones
|
||||
rm -f $PKG/usr/lib$LIBDIRSUFFIX/ocaml/ld.conf
|
||||
rm $PKG/usr/lib$LIBDIRSUFFIX/ocaml/ld.conf || exit 1
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="lablgtk"
|
||||
VERSION="2.18.4"
|
||||
VERSION="2.18.8"
|
||||
HOMEPAGE="http://lablgtk.forge.ocamlcore.org"
|
||||
DOWNLOAD="https://forge.ocamlcore.org/frs/download.php/1602/lablgtk-2.18.4.tar.gz"
|
||||
MD5SUM="cb95497a3a34facd70d475892a806d02"
|
||||
DOWNLOAD="https://github.com/garrigue/lablgtk/releases/download/lablgtk2188/lablgtk-2.18.8.tar.gz"
|
||||
MD5SUM="97c1572965a2942133eaff5123775d11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml-findlib"
|
||||
MAINTAINER="Markus Hutmacher"
|
||||
EMAIL="mailing@markhu.de"
|
||||
MAINTAINER="Matteo Bernardini"
|
||||
EMAIL="ponce@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue