diff options
author | Donald Cooley <chytraeu@sdf.org> | 2017-01-02 07:44:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-02 07:44:43 +0700 |
commit | 2413b4d5746fe4f55d646ea0cee7ce8cd8b30d4c (patch) | |
tree | ddaed4bae842a2f55725cb0ccccfc4179753718c /libraries | |
parent | db05ca752570a8e2963f95acf25650c5d8e71760 (diff) | |
download | slackbuilds-2413b4d5746fe4f55d646ea0cee7ce8cd8b30d4c.tar.gz |
libraries/gtk-sharp: Updated for version 2.12.42.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gtk-sharp/README | 9 | ||||
-rw-r--r-- | libraries/gtk-sharp/gtk-sharp.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/gtk-sharp/gtk-sharp.info | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/libraries/gtk-sharp/README b/libraries/gtk-sharp/README index ce795f1087..0da876efab 100644 --- a/libraries/gtk-sharp/README +++ b/libraries/gtk-sharp/README @@ -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. diff --git a/libraries/gtk-sharp/gtk-sharp.SlackBuild b/libraries/gtk-sharp/gtk-sharp.SlackBuild index 7da481b6e8..6bf3075843 100644 --- a/libraries/gtk-sharp/gtk-sharp.SlackBuild +++ b/libraries/gtk-sharp/gtk-sharp.SlackBuild @@ -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 \ diff --git a/libraries/gtk-sharp/gtk-sharp.info b/libraries/gtk-sharp/gtk-sharp.info index be370a4db5..c0cfc77039 100644 --- a/libraries/gtk-sharp/gtk-sharp.info +++ b/libraries/gtk-sharp/gtk-sharp.info @@ -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" |