summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-19 20:07:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-19 20:09:04 +0200
commita436697446314708cf63a006eedf0af4f5d02b1f (patch)
treea23ad8e38cfa54b57d2210445613513415fa4f47 /package
parent7e829590e21289772202edc969d6a19eeb9f8fae (diff)
update to latest upstream
Diffstat (limited to 'package')
-rw-r--r--package/glib/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 4d2f1cc6c..9d703b7d9 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -4,10 +4,10 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= glib
-PKG_VERSION:= 2.38.2
-PKG_RELEASE:= 4
-PKG_EXTRAVER:= 2.38
-PKG_MD5SUM:= 26d1d08e478fc48c181ca8be44f5b69f
+PKG_VERSION:= 2.40.0
+PKG_RELEASE:= 1
+PKG_EXTRAVER:= 2.40
+PKG_MD5SUM:= 05fb7cb17eacbc718e90366a1eae60d9
PKG_DESCR:= low-level core library that forms the basis of gtk+
PKG_SECTION:= libs/misc
PKG_DEPENDS:= libpthread
@@ -51,6 +51,8 @@ glib-install:
${CP} ${WRKINST}/usr/lib/libgobject*.so* ${IDIR_GLIB}/usr/lib
${CP} ${WRKINST}/usr/lib/libgmodule*.so* ${IDIR_GLIB}/usr/lib
${CP} ${WRKINST}/usr/lib/libgthread*.so* ${IDIR_GLIB}/usr/lib
+ ${CP} ${WRKINST}/usr/share/aclocal/* \
+ ${STAGING_HOST_DIR}/usr/share/aclocal
# workaround for dev subpackage
${INSTALL_DIR} ${IDIR_GLIB_DEV}/usr/include
${INSTALL_DIR} ${IDIR_GLIB_DEV}/usr/lib/glib-2.0/include