mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/gtk-sharp: Updated for version 2.12.27.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d2ab88feeb
commit
90300528de
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Updated, edited, and maintained by Donald Cooley <dfc@warpmail.net> La Porte, IN USA
|
# Updated, edited, and maintained by Donald Cooley <dfc@warpmail.net> La Porte, IN USA
|
||||||
|
|
||||||
PRGNAM=gtk-sharp
|
PRGNAM=gtk-sharp
|
||||||
VERSION=${VERSION:-2.12.22}
|
VERSION=${VERSION:-2.12.27}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ if [ -e $CWD/$VERSION.tar.gz ]; then
|
||||||
else
|
else
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
fi
|
fi
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gtk-sharp"
|
PRGNAM="gtk-sharp"
|
||||||
VERSION="2.12.22"
|
VERSION="2.12.27"
|
||||||
HOMEPAGE="http://www.mono-project.com/GtkSharp"
|
HOMEPAGE="http://www.mono-project.com/GtkSharp"
|
||||||
DOWNLOAD="https://github.com/mono/gtk-sharp/archive/2.12.22.tar.gz"
|
DOWNLOAD="https://github.com/mono/gtk-sharp/archive/gtk-sharp-2.12.27.tar.gz"
|
||||||
MD5SUM="0cdaef41857e29c23942a148c83122ac"
|
MD5SUM="4177b5bb3eb68cf26b9fee81a019bf27"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="mono"
|
REQUIRES="mono"
|
||||||
|
|
Loading…
Reference in a new issue