[arch-commits] Commit in libutf8proc/trunk (3 files)

Alexander Rødseth arodseth at archlinux.org
Sat Mar 21 18:27:38 UTC 2015


    Date: Saturday, March 21, 2015 @ 19:27:38
  Author: arodseth
Revision: 129714

upgpkg: libutf8proc 1.1.6-4

Switched over to the NetSurf fork

Deleted:
  libutf8proc/trunk/libutf8proc.pc
  libutf8proc/trunk/utf8proc-1.1.6-buildflags.patch
  libutf8proc/trunk/utf8proc-1.1.6-soname.patch

---------------------------------+
 libutf8proc.pc                  |   10 ----------
 utf8proc-1.1.6-buildflags.patch |   11 -----------
 utf8proc-1.1.6-soname.patch     |   11 -----------
 3 files changed, 32 deletions(-)

Deleted: libutf8proc.pc
===================================================================
--- libutf8proc.pc	2015-03-21 18:26:35 UTC (rev 129713)
+++ libutf8proc.pc	2015-03-21 18:27:38 UTC (rev 129714)
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: libutf8proc
-Description: Processes UTF-8 encoded strings
-Version: 1.1.6
-Libs: -L${libdir} -lutf8proc
-Cflags: -I${includedir}

Deleted: utf8proc-1.1.6-buildflags.patch
===================================================================
--- utf8proc-1.1.6-buildflags.patch	2015-03-21 18:26:35 UTC (rev 129713)
+++ utf8proc-1.1.6-buildflags.patch	2015-03-21 18:27:38 UTC (rev 129714)
@@ -1,11 +0,0 @@
---- a/Makefile	2014-01-26 18:55:57.400996757 +0000
-+++ b/Makefile	2014-01-26 19:00:10.264164095 +0000
-@@ -3,7 +3,7 @@
- 
- # settings
- 
--cflags = -O2 -std=c99 -pedantic -Wall -fpic $(CFLAGS)
-+cflags = -std=c99 -pedantic -fpic $(CFLAGS)
- cc = $(CC) $(cflags)
- 
- 

Deleted: utf8proc-1.1.6-soname.patch
===================================================================
--- utf8proc-1.1.6-soname.patch	2015-03-21 18:26:35 UTC (rev 129713)
+++ utf8proc-1.1.6-soname.patch	2015-03-21 18:27:38 UTC (rev 129714)
@@ -1,11 +0,0 @@
---- a/Makefile	2014-01-26 19:01:17.723542649 +0000
-+++ b/Makefile	2014-01-26 19:02:24.532907919 +0000
-@@ -34,7 +34,7 @@
- 	ar rs libutf8proc.a utf8proc.o
- 
- libutf8proc.so: utf8proc.o
--	$(cc) -shared -o libutf8proc.so utf8proc.o
-+	$(cc) -Wl,-soname,libutf8proc.so -shared -o libutf8proc.so utf8proc.o
- 	chmod a-x libutf8proc.so
- 
- libutf8proc.dylib: utf8proc.o



More information about the arch-commits mailing list