mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/gtk-sharp: Updated for version 2.12.42.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db05ca7525
commit
2413b4d574
3 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,4 @@
|
|||
gtk-sharp ( GUI toolkit for mono )
|
||||
|
||||
Gtk# is a Graphical User Interface Toolkit for mono and .Net. The project
|
||||
binds the gtk+ toolkit and assorted GNOME libraries, enabling fully native
|
||||
graphical application development using Mono and .Net development frameworks.
|
||||
Gtk# is a Graphical User Interface Toolkit for mono and .Net. The
|
||||
project binds the gtk+ toolkit and assorted GNOME libraries, enabling
|
||||
fully native graphical Gnome application development using Mono and
|
||||
.Net development frameworks.
|
||||
|
|
|
@ -4,15 +4,16 @@
|
|||
|
||||
# Written by (crocket) (crockabiscuit@gmail.com)
|
||||
# Updated, edited, and maintained by Donald Cooley <dfc@warpmail.net> La Porte, IN USA
|
||||
# Donald Cooley <chytraeu@sdf.org> Souh Haven, IN USA 2017
|
||||
|
||||
PRGNAM=gtk-sharp
|
||||
VERSION=${VERSION:-2.12.29}
|
||||
VERSION=${VERSION:-2.12.42}
|
||||
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
|
||||
|
@ -23,8 +24,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"
|
||||
|
@ -58,7 +59,7 @@ find -L . \
|
|||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./bootstrap-2.12 \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gtk-sharp"
|
||||
VERSION="2.12.29"
|
||||
VERSION="2.12.42"
|
||||
HOMEPAGE="http://www.mono-project.com/GtkSharp"
|
||||
DOWNLOAD="https://github.com/mono/gtk-sharp/archive/2.12.29.tar.gz"
|
||||
MD5SUM="0c682fbebe57ebcb5ab81c376ac657b9"
|
||||
DOWNLOAD="https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.42.tar.gz"
|
||||
MD5SUM="1815bedbfd434c18226e2b36ccafe94c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mono"
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="dfc@warpmail.net"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
|
|
Loading…
Reference in a new issue