mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/gnome-sharp: Updated for version 2.24.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ffada146d8
commit
ecb0e8ed2c
4 changed files with 15 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
Gnome# is a .NET language binding for assorted GNOME libraries. Gnome# is
|
||||
free software, licensed under the GNU LGPL.
|
||||
Gnome# is a .NET language binding for assorted GNOME libraries.
|
||||
Gnome# is free software, licensed under the GNU LGPL.
|
||||
|
||||
This requires: mono, gtk-sharp, gnome-vfs, libgnomecanvas, libgnome and libgnomeui
|
||||
This requires mono, gtk-sharp, gnome-vfs, libgnomecanvas, and libgnomeui.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Gnome#
|
||||
|
||||
# Written by André Barboza <bmg.andre@gmail.com>
|
||||
# Written by André Barboza <bmg.andre@gmail.com>
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
PRGNAM=gnome-sharp
|
||||
VERSION=${VERSION:-2.24.1}
|
||||
VERSION=${VERSION:-2.24.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -80,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make -j1
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gnome-sharp"
|
||||
VERSION="2.24.1"
|
||||
VERSION="2.24.2"
|
||||
HOMEPAGE="http://gtk-sharp.sourceforge.net/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-sharp/2.24/gnome-sharp-2.24.1.tar.bz2"
|
||||
MD5SUM="408f83f790a5189bcf76ea9299bc6410"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-sharp/2.24/gnome-sharp-2.24.2.tar.bz2"
|
||||
MD5SUM="3b38f53960c736d4afb8f04204efe98b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andre Barboza"
|
||||
EMAIL="bmg.andre@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -11,9 +11,9 @@ gnome-sharp:
|
|||
gnome-sharp: Gnome# is a .NET language binding for assorted GNOME libraries.
|
||||
gnome-sharp: Gnome# is free software, licensed under the GNU LGPL.
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
gnome-sharp: Homepage: http://gtk-sharp.sourceforge.net/
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
gnome-sharp:
|
||||
|
|
Loading…
Reference in a new issue