[arch-commits] Commit in icu/trunk (PKGBUILD icu.icu7567.libctest.patch)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat May 1 18:07:49 UTC 2010


    Date: Saturday, May 1, 2010 @ 14:07:48
  Author: andyrtr
Revision: 79200

upgpkg: icu 4.4.1-1
new version 4.4.1

Modified:
  icu/trunk/PKGBUILD
Deleted:
  icu/trunk/icu.icu7567.libctest.patch

----------------------------+
 PKGBUILD                   |   16 ++++++----------
 icu.icu7567.libctest.patch |   32 --------------------------------
 2 files changed, 6 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-01 17:50:36 UTC (rev 79199)
+++ PKGBUILD	2010-05-01 18:07:48 UTC (rev 79200)
@@ -3,23 +3,19 @@
 # Contributor: Art Gramlich <art at gramlich-net.com>
 
 pkgname=icu
-pkgver=4.4
-pkgrel=2
+pkgver=4.4.1
+pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(i686 x86_64)
 url="http://www.icu-project.org/"
 license=('custom:"icu"')
 depends=('gcc-libs' 'sh')
-source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz)
-	http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
-	icu.icu7567.libctest.patch)
-md5sums=('36b77e68e73f0ee9f7bb862629e33342'
-         'e3f89790605c739e693fc454c0332065')
+source=(http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+	#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+)
+md5sums=('b6bc0a1153540b2088f8b03e0ba625d3')
 
 build() {
-  # fix missing libicutest.so.44, patch taken from Fedora
-  cd ${srcdir}/icu
-  patch -Np1 -i ${srcdir}/icu.icu7567.libctest.patch || return 1
   cd ${srcdir}/icu/source
   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
   make || return 1

Deleted: icu.icu7567.libctest.patch
===================================================================
--- icu.icu7567.libctest.patch	2010-05-01 17:50:36 UTC (rev 79199)
+++ icu.icu7567.libctest.patch	2010-05-01 18:07:48 UTC (rev 79200)
@@ -1,32 +0,0 @@
-Index: /icu/trunk/source/tools/ctestfw/Makefile.in
-===================================================================
---- icu/source/tools/ctestfw/Makefile.in (revision 26596)
-+++ icu/source/tools/ctestfw/Makefile.in (revision 27878)
-@@ -80,4 +80,26 @@
- 
- install-library: all-local
-+	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
-+ifneq ($(ENABLE_STATIC),)
-+	$(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
-+endif
-+ifneq ($(ENABLE_SHARED),)
-+	$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)
-+ifneq ($(FINAL_SO_TARGET),$(SO_TARGET))
-+	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET))
-+ifneq ($(FINAL_SO_TARGET),$(MIDDLE_SO_TARGET))
-+	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(MIDDLE_SO_TARGET))
-+endif
-+endif
-+ifneq ($(IMPORT_LIB_EXT),)
-+	$(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir)
-+ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB))
-+	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB))
-+endif
-+ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB))
-+	cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB))
-+endif
-+endif
-+endif
- 
- dist-local:
-




More information about the arch-commits mailing list