Browse Source

libsigc++: update to 2.3.2

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 years ago
parent
commit
522fb42e1c

+ 2
- 2
libs/libsigc++/Makefile View File

8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=libsigc++
10
 PKG_NAME:=libsigc++
11
-PKG_VERSION:=2.3.1
11
+PKG_VERSION:=2.3.2
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
 PKG_SOURCE_URL:=@GNOME/libsigc++/2.3
15
 PKG_SOURCE_URL:=@GNOME/libsigc++/2.3
16
-PKG_MD5SUM:=06a0569e8ba161d3428e7daa838682f8
16
+PKG_MD5SUM:=e75fbd6f5cc34d058a9dabec96245dc8
17
 PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
17
 PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
18
 
18
 
19
 PKG_FIXUP:=autoreconf
19
 PKG_FIXUP:=autoreconf

+ 2
- 2
libs/libsigc++/patches/001-no_doc_tests_examples.patch View File

11
  nodist_sigc_config_HEADERS = sigc++config.h
11
  nodist_sigc_config_HEADERS = sigc++config.h
12
 --- a/Makefile.in
12
 --- a/Makefile.in
13
 +++ b/Makefile.in
13
 +++ b/Makefile.in
14
-@@ -116,7 +116,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGE
15
- 	distdir dist dist-all distcheck
14
+@@ -204,7 +204,7 @@ am__define_uniq_tagged_files = \
16
  ETAGS = etags
15
  ETAGS = etags
17
  CTAGS = ctags
16
  CTAGS = ctags
17
+ CSCOPE = cscope
18
 -DIST_SUBDIRS = sigc++ tests examples docs
18
 -DIST_SUBDIRS = sigc++ tests examples docs
19
 +DIST_SUBDIRS = sigc++
19
 +DIST_SUBDIRS = sigc++
20
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
20
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)