Procházet zdrojové kódy

libsigc++: update to 2.3.2

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth před 10 roky
rodič
revize
522fb42e1c

+ 2
- 2
libs/libsigc++/Makefile Zobrazit soubor

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

+ 2
- 2
libs/libsigc++/patches/001-no_doc_tests_examples.patch Zobrazit soubor

@@ -11,10 +11,10 @@
11 11
  nodist_sigc_config_HEADERS = sigc++config.h
12 12
 --- a/Makefile.in
13 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 15
  ETAGS = etags
17 16
  CTAGS = ctags
17
+ CSCOPE = cscope
18 18
 -DIST_SUBDIRS = sigc++ tests examples docs
19 19
 +DIST_SUBDIRS = sigc++
20 20
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)