[package] update libsigc++ to 2.2.4 (#6152)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-11-23 00:11:45 +00:00
parent c46ae02198
commit 66139d395c
2 changed files with 23 additions and 23 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsigc++
PKG_VERSION:=2.2.3
PKG_VERSION:=2.2.4.2
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNOME/libsigc++/2.2
PKG_MD5SUM:=f4574b343eebc4bff66a9e1e5ce6e490
PKG_MD5SUM:=545edbb7b54eec4f723323d3158c0e0c
PKG_FIXUP = libtool

View File

@ -1,24 +1,24 @@
diff -urN libsigc++-2.2.3/Makefile.am libsigc++-2.2.3.new/Makefile.am
--- libsigc++-2.2.3/Makefile.am 2008-10-14 17:06:54.000000000 +0200
+++ libsigc++-2.2.3.new/Makefile.am 2008-12-14 19:24:11.000000000 +0100
@@ -4,7 +4,7 @@
EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
# ACLOCAL_FLAGS = -I scripts
--- a/Makefile.am 2009-08-20 14:32:40.000000000 +0400
+++ b/Makefile.am 2009-11-13 10:26:01.000000000 +0300
@@ -22,7 +22,7 @@
else
doc_subdirs =
endif
-SUBDIRS = sigc++ tests examples $(doc_subdirs)
+SUBDIRS = sigc++
-SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
+SUBDIRS = sigc++ scripts
DIST_SUBDIRS = $(SUBDIRS)
sigc_configdir = $(libdir)/sigc++-2.0/include
sigc_configdir = $(libdir)/$(SIGCXX_MODULE_NAME)/include
nodist_sigc_config_HEADERS = sigc++config.h
diff -urN libsigc++-2.2.3/Makefile.in libsigc++-2.2.3.new/Makefile.in
--- libsigc++-2.2.3/Makefile.in 2008-10-14 17:52:18.000000000 +0200
+++ libsigc++-2.2.3.new/Makefile.in 2008-12-14 19:24:05.000000000 +0100
@@ -210,7 +210,7 @@
# other stuff here
EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
# ACLOCAL_FLAGS = -I scripts
-SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
+SUBDIRS = sigc++ scripts
DIST_SUBDIRS = $(SUBDIRS)
sigc_configdir = $(libdir)/sigc++-2.0/include
sigc_config_DATA = sigc++config.h
--- a/Makefile.in 2009-09-02 19:55:19.000000000 +0400
+++ b/Makefile.in 2009-11-13 10:29:43.000000000 +0300
@@ -89,7 +89,7 @@
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = sigc++ tests examples docs
+DIST_SUBDIRS = sigc++
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)