[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:
parent
c46ae02198
commit
66139d395c
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libsigc++
|
PKG_NAME:=libsigc++
|
||||||
PKG_VERSION:=2.2.3
|
PKG_VERSION:=2.2.4.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@GNOME/libsigc++/2.2
|
PKG_SOURCE_URL:=@GNOME/libsigc++/2.2
|
||||||
PKG_MD5SUM:=f4574b343eebc4bff66a9e1e5ce6e490
|
PKG_MD5SUM:=545edbb7b54eec4f723323d3158c0e0c
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
|
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
diff -urN libsigc++-2.2.3/Makefile.am libsigc++-2.2.3.new/Makefile.am
|
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
|
--- a/Makefile.am 2009-08-20 14:32:40.000000000 +0400
|
||||||
+++ libsigc++-2.2.3.new/Makefile.am 2008-12-14 19:24:11.000000000 +0100
|
+++ b/Makefile.am 2009-11-13 10:26:01.000000000 +0300
|
||||||
@@ -4,7 +4,7 @@
|
@@ -22,7 +22,7 @@
|
||||||
EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
|
else
|
||||||
# ACLOCAL_FLAGS = -I scripts
|
doc_subdirs =
|
||||||
|
endif
|
||||||
|
-SUBDIRS = sigc++ tests examples $(doc_subdirs)
|
||||||
|
+SUBDIRS = sigc++
|
||||||
|
|
||||||
-SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
|
sigc_configdir = $(libdir)/$(SIGCXX_MODULE_NAME)/include
|
||||||
+SUBDIRS = sigc++ scripts
|
nodist_sigc_config_HEADERS = sigc++config.h
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
|
||||||
|
|
||||||
sigc_configdir = $(libdir)/sigc++-2.0/include
|
|
||||||
diff -urN libsigc++-2.2.3/Makefile.in libsigc++-2.2.3.new/Makefile.in
|
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
|
--- a/Makefile.in 2009-09-02 19:55:19.000000000 +0400
|
||||||
+++ libsigc++-2.2.3.new/Makefile.in 2008-12-14 19:24:05.000000000 +0100
|
+++ b/Makefile.in 2009-11-13 10:29:43.000000000 +0300
|
||||||
@@ -210,7 +210,7 @@
|
@@ -89,7 +89,7 @@
|
||||||
# other stuff here
|
distclean-recursive maintainer-clean-recursive
|
||||||
EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
|
ETAGS = etags
|
||||||
# ACLOCAL_FLAGS = -I scripts
|
CTAGS = ctags
|
||||||
-SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
|
-DIST_SUBDIRS = sigc++ tests examples docs
|
||||||
+SUBDIRS = sigc++ scripts
|
+DIST_SUBDIRS = sigc++
|
||||||
DIST_SUBDIRS = $(SUBDIRS)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
sigc_configdir = $(libdir)/sigc++-2.0/include
|
distdir = $(PACKAGE)-$(VERSION)
|
||||||
sigc_config_DATA = sigc++config.h
|
top_distdir = $(distdir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user