mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
glade: Upgraded to 3.20.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
d299f8ddb1
commit
7a327ce8f9
2 changed files with 2 additions and 6 deletions
8
deps/glade/glade.SlackBuild
vendored
8
deps/glade/glade.SlackBuild
vendored
|
@ -25,8 +25,8 @@
|
|||
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org> for MSB Project
|
||||
|
||||
PRGNAM=glade
|
||||
VERSION=${VERSION:-3.20.0}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-3.20.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -73,10 +73,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Patch to Use g_ptr_array_find() from GLib
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=782161
|
||||
zcat $CWD/glib.patch.gz | patch -p1
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
|
||||
|
|
BIN
deps/glade/glib.patch.gz
vendored
BIN
deps/glade/glib.patch.gz
vendored
Binary file not shown.
Loading…
Reference in a new issue