[Lunar-commits] <moonbase-core> glib-2: version bump to 2.36.1
v4hn
me at v4hn.de
Sun May 12 13:02:20 CEST 2013
commit 1d411eba4cbff2218b576b36d7f5e9333f5e1213
Author: v4hn <me at v4hn.de>
Date: Sat, 11 May 2013 10:35:26 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/1d411eba4cbff2218b576b36d7f5e9333f5e1213
glib-2: version bump to 2.36.1
---
libs/glib-2/BUILD | +15/-19
libs/glib-2/DETAILS | +5/-5
2 files changed, 20 insertions(+), 24 deletions(-)
--- a/libs/glib-2/BUILD
+++ b/libs/glib-2/BUILD
@@ -1,23 +1,19 @@
-(
+# Do not remove --enable-debug=minimum, it will break some common
+# API functions if debug is entirely disabled
+export OPTS+=" --disable-static --enable-shared --enable-debug=minimum --disable-fam" &&
- # Do not remove --enable-debug=minimum, it will break some common
- # API functions if debug is entirely disabled
- export OPTS+=" --disable-static --enable-shared --enable-debug=minimum --disable-fam" &&
+# Disable docs (require Python and gdbus-codegen), we can enable
+# this later if necessary by introducing a glib-2-docs module
+sedit "s;^\(.*\SUBDIRS .*\=.*\)docs\(.*\)$;\1\2;" Makefile.in &&
+sedit "s;^\(.*\SUBDIRS .*\=.*\)docs\(.*\)$;\1\2;" Makefile.am &&
- # Disable docs (require Python and gdbus-codegen), we can enable
- # this later if necessary by introducing a glib-2-docs module
- sedit "s;^\(.*\SUBDIRS .*\=.*\)docs\(.*\)$;\1\2;" Makefile.in
- sedit "s;^\(.*\SUBDIRS .*\=.*\)docs\(.*\)$;\1\2;" Makefile.am
-
- # Don't build tests
- for i in $(find . -name Makefile.in -o -name Makefile.am); do
- sedit "s;^\(.*\SUBDIRS .*\=.*\)tests\(.*\)$;\1\2;" $i
- done
+# Don't build tests
+for i in $(find . -name Makefile.in -o -name Makefile.am); do
+ sedit "s;^\(.*\SUBDIRS .*\=.*\)tests\(.*\)$;\1\2;" $i
+done &&
- # This patch splits out gdbus-codegen which is a separate module now
- patch_it $SOURCE2 1 &&
-
- AT_M4DIR=. autoreconf &&
- default_build
+# This patch splits out gdbus-codegen which is a separate module now
+patch_it $SOURCE2 1 &&
-) > $C_FIFO 2>&1
+AT_M4DIR=. autoreconf &&
+default_build
--- a/libs/glib-2/DETAILS
+++ b/libs/glib-2/DETAILS
@@ -1,16 +1,16 @@
MODULE=glib-2
- VERSION=34.3
+ VERSION=36.1
SOURCE=$MODULE.$VERSION.tar.xz
- SOURCE2=glib-2.31.x-external-gdbus-codegen.patch
+ SOURCE2=glib-2.36.x-external-gdbus-codegen.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/glib/${MODULE#*-}.${VERSION%.*}
SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/${MODULE#*-}.${VERSION%.*}
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:f2b94ca757191dddba686e54b32b3dfc5ad5d8fb
- SOURCE2_VFY=sha1:6625bbb01a5b39970a28f78503bcc58e13cd5297
+ SOURCE_VFY=sha1:6016ee6b46822d0ed471073e27420cfab26f7c68
+ SOURCE2_VFY=sha1:6718c7ec76b9b9958b94803082b38019910d1371
WEB_SITE=http://library.gnome.org/devel/glib
ENTERED=20020313
- UPDATED=20121130
+ UPDATED=20130511
SHORT="A library of useful C routines for trees, hashes, and lists"
cat << EOF
More information about the Lunar-commits
mailing list