From 522fb42e1ccd1357a6be6b3eb4d69f65ceb5fa0b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 12 Aug 2014 07:58:55 +0200 Subject: [PATCH] libsigc++: update to 2.3.2 Signed-off-by: Steven Barth --- libs/libsigc++/Makefile | 4 ++-- libs/libsigc++/patches/001-no_doc_tests_examples.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libsigc++/Makefile b/libs/libsigc++/Makefile index 9b0f17de23..14ef5cbaf9 100644 --- a/libs/libsigc++/Makefile +++ b/libs/libsigc++/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsigc++ -PKG_VERSION:=2.3.1 +PKG_VERSION:=2.3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libsigc++/2.3 -PKG_MD5SUM:=06a0569e8ba161d3428e7daa838682f8 +PKG_MD5SUM:=e75fbd6f5cc34d058a9dabec96245dc8 PKG_MAINTAINER:=Steven Barth PKG_FIXUP:=autoreconf diff --git a/libs/libsigc++/patches/001-no_doc_tests_examples.patch b/libs/libsigc++/patches/001-no_doc_tests_examples.patch index c69285f97c..f2c22c3b1a 100644 --- a/libs/libsigc++/patches/001-no_doc_tests_examples.patch +++ b/libs/libsigc++/patches/001-no_doc_tests_examples.patch @@ -11,10 +11,10 @@ nodist_sigc_config_HEADERS = sigc++config.h --- a/Makefile.in +++ b/Makefile.in -@@ -116,7 +116,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGE - distdir dist dist-all distcheck +@@ -204,7 +204,7 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags + CSCOPE = cscope -DIST_SUBDIRS = sigc++ tests examples docs +DIST_SUBDIRS = sigc++ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)