[arch-commits] Commit in libutf8proc/repos (16 files)

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


    Date: Saturday, March 21, 2015 @ 19:03:07
  Author: arodseth
Revision: 129712

archrelease: copy trunk to community-x86_64, community-i686

Added:
  libutf8proc/repos/community-i686/PKGBUILD
    (from rev 129711, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-i686/libutf8proc.pc
    (from rev 129711, libutf8proc/trunk/libutf8proc.pc)
  libutf8proc/repos/community-i686/utf8proc-1.1.6-buildflags.patch
    (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-buildflags.patch)
  libutf8proc/repos/community-i686/utf8proc-1.1.6-soname.patch
    (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-soname.patch)
  libutf8proc/repos/community-x86_64/PKGBUILD
    (from rev 129711, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-x86_64/libutf8proc.pc
    (from rev 129711, libutf8proc/trunk/libutf8proc.pc)
  libutf8proc/repos/community-x86_64/utf8proc-1.1.6-buildflags.patch
    (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-buildflags.patch)
  libutf8proc/repos/community-x86_64/utf8proc-1.1.6-soname.patch
    (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-soname.patch)
Deleted:
  libutf8proc/repos/community-i686/PKGBUILD
  libutf8proc/repos/community-i686/libutf8proc.pc
  libutf8proc/repos/community-i686/utf8proc-1.1.6-buildflags.patch
  libutf8proc/repos/community-i686/utf8proc-1.1.6-soname.patch
  libutf8proc/repos/community-x86_64/PKGBUILD
  libutf8proc/repos/community-x86_64/libutf8proc.pc
  libutf8proc/repos/community-x86_64/utf8proc-1.1.6-buildflags.patch
  libutf8proc/repos/community-x86_64/utf8proc-1.1.6-soname.patch

--------------------------------------------------+
 /PKGBUILD                                        |   86 +++++++++++++++++++++
 /libutf8proc.pc                                  |   20 ++++
 /utf8proc-1.1.6-buildflags.patch                 |   22 +++++
 /utf8proc-1.1.6-soname.patch                     |   22 +++++
 community-i686/PKGBUILD                          |   43 ----------
 community-i686/libutf8proc.pc                    |   10 --
 community-i686/utf8proc-1.1.6-buildflags.patch   |   11 --
 community-i686/utf8proc-1.1.6-soname.patch       |   11 --
 community-x86_64/PKGBUILD                        |   43 ----------
 community-x86_64/libutf8proc.pc                  |   10 --
 community-x86_64/utf8proc-1.1.6-buildflags.patch |   11 --
 community-x86_64/utf8proc-1.1.6-soname.patch     |   11 --
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-i686/PKGBUILD	2015-03-21 18:03:07 UTC (rev 129712)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: lolilolicon #<moc.liamg at nocilolilol>.reverse
-
-pkgname=libutf8proc
-pkgver=1.1.6
-pkgrel=2
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://julialang.org/utf8proc/'
-license=('custom')
-makedepends=('git')
-source=("git://github.com/JuliaLang/utf8proc.git#tag=v$pkgver"
-        'utf8proc-1.1.6-buildflags.patch'
-        'utf8proc-1.1.6-soname.patch'
-        'libutf8proc.pc')
-md5sums=('SKIP'
-         'e19f11bf48fd814f6b355df8de37385b'
-         '7801006b616145f3f8ebf1b4a668509a'
-         'd33f454a3b7e8325390697d11d58fe80')
-
-prepare() {
-  cd utf8proc
-
-  # added by lolilolicon, not sure if still needed
-  patch -Np1 -i "../utf8proc-1.1.6-buildflags.patch"
-  patch -Np1 -i "../utf8proc-1.1.6-soname.patch"
-}
-
-build() {
-  make -C utf8proc libutf8proc.so
-}
-
-package() {
-  cd utf8proc
-
-  install -Dm755 libutf8proc.so "$pkgdir/usr/lib/libutf8proc.so"
-  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-i686/PKGBUILD (from rev 129711, libutf8proc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: lolilolicon #<moc.liamg at nocilolilol>.reverse
+
+pkgname=libutf8proc
+pkgver=1.1.6
+pkgrel=3
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://julialang.org/utf8proc/'
+license=('custom')
+makedepends=('git')
+source=("git://github.com/JuliaLang/utf8proc.git#tag=v$pkgver"
+        'utf8proc-1.1.6-buildflags.patch'
+        'utf8proc-1.1.6-soname.patch'
+        'libutf8proc.pc')
+md5sums=('SKIP'
+         'e19f11bf48fd814f6b355df8de37385b'
+         '7801006b616145f3f8ebf1b4a668509a'
+         'd33f454a3b7e8325390697d11d58fe80')
+
+prepare() {
+  cd utf8proc
+
+  # Added by lolilolicon, not sure if still needed
+  patch -Np1 -i "../utf8proc-1.1.6-buildflags.patch"
+  patch -Np1 -i "../utf8proc-1.1.6-soname.patch"
+}
+
+build() {
+  make -C utf8proc "$pkgname.so"
+}
+
+package() {
+  cd utf8proc
+
+  install -Dm755 "$pkgname.so" "$pkgdir/usr/lib/$pkgname.so"
+  install -Dm644 utf8proc.h "$pkgdir/usr/include/$pkgname/utf8proc.h"
+  install -Dm644 "../$pkgname.pc" "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/libutf8proc.pc
===================================================================
--- community-i686/libutf8proc.pc	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-i686/libutf8proc.pc	2015-03-21 18:03:07 UTC (rev 129712)
@@ -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}

Copied: libutf8proc/repos/community-i686/libutf8proc.pc (from rev 129711, libutf8proc/trunk/libutf8proc.pc)
===================================================================
--- community-i686/libutf8proc.pc	                        (rev 0)
+++ community-i686/libutf8proc.pc	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,10 @@
+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: community-i686/utf8proc-1.1.6-buildflags.patch
===================================================================
--- community-i686/utf8proc-1.1.6-buildflags.patch	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-i686/utf8proc-1.1.6-buildflags.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -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)
- 
- 

Copied: libutf8proc/repos/community-i686/utf8proc-1.1.6-buildflags.patch (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-buildflags.patch)
===================================================================
--- community-i686/utf8proc-1.1.6-buildflags.patch	                        (rev 0)
+++ community-i686/utf8proc-1.1.6-buildflags.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,11 @@
+--- 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: community-i686/utf8proc-1.1.6-soname.patch
===================================================================
--- community-i686/utf8proc-1.1.6-soname.patch	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-i686/utf8proc-1.1.6-soname.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -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

Copied: libutf8proc/repos/community-i686/utf8proc-1.1.6-soname.patch (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-soname.patch)
===================================================================
--- community-i686/utf8proc-1.1.6-soname.patch	                        (rev 0)
+++ community-i686/utf8proc-1.1.6-soname.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,11 @@
+--- 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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-x86_64/PKGBUILD	2015-03-21 18:03:07 UTC (rev 129712)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: lolilolicon #<moc.liamg at nocilolilol>.reverse
-
-pkgname=libutf8proc
-pkgver=1.1.6
-pkgrel=2
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64' 'i686')
-url='http://julialang.org/utf8proc/'
-license=('custom')
-makedepends=('git')
-source=("git://github.com/JuliaLang/utf8proc.git#tag=v$pkgver"
-        'utf8proc-1.1.6-buildflags.patch'
-        'utf8proc-1.1.6-soname.patch'
-        'libutf8proc.pc')
-md5sums=('SKIP'
-         'e19f11bf48fd814f6b355df8de37385b'
-         '7801006b616145f3f8ebf1b4a668509a'
-         'd33f454a3b7e8325390697d11d58fe80')
-
-prepare() {
-  cd utf8proc
-
-  # added by lolilolicon, not sure if still needed
-  patch -Np1 -i "../utf8proc-1.1.6-buildflags.patch"
-  patch -Np1 -i "../utf8proc-1.1.6-soname.patch"
-}
-
-build() {
-  make -C utf8proc libutf8proc.so
-}
-
-package() {
-  cd utf8proc
-
-  install -Dm755 libutf8proc.so "$pkgdir/usr/lib/libutf8proc.so"
-  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libutf8proc/repos/community-x86_64/PKGBUILD (from rev 129711, libutf8proc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: lolilolicon #<moc.liamg at nocilolilol>.reverse
+
+pkgname=libutf8proc
+pkgver=1.1.6
+pkgrel=3
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64' 'i686')
+url='http://julialang.org/utf8proc/'
+license=('custom')
+makedepends=('git')
+source=("git://github.com/JuliaLang/utf8proc.git#tag=v$pkgver"
+        'utf8proc-1.1.6-buildflags.patch'
+        'utf8proc-1.1.6-soname.patch'
+        'libutf8proc.pc')
+md5sums=('SKIP'
+         'e19f11bf48fd814f6b355df8de37385b'
+         '7801006b616145f3f8ebf1b4a668509a'
+         'd33f454a3b7e8325390697d11d58fe80')
+
+prepare() {
+  cd utf8proc
+
+  # Added by lolilolicon, not sure if still needed
+  patch -Np1 -i "../utf8proc-1.1.6-buildflags.patch"
+  patch -Np1 -i "../utf8proc-1.1.6-soname.patch"
+}
+
+build() {
+  make -C utf8proc "$pkgname.so"
+}
+
+package() {
+  cd utf8proc
+
+  install -Dm755 "$pkgname.so" "$pkgdir/usr/lib/$pkgname.so"
+  install -Dm644 utf8proc.h "$pkgdir/usr/include/$pkgname/utf8proc.h"
+  install -Dm644 "../$pkgname.pc" "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/libutf8proc.pc
===================================================================
--- community-x86_64/libutf8proc.pc	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-x86_64/libutf8proc.pc	2015-03-21 18:03:07 UTC (rev 129712)
@@ -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}

Copied: libutf8proc/repos/community-x86_64/libutf8proc.pc (from rev 129711, libutf8proc/trunk/libutf8proc.pc)
===================================================================
--- community-x86_64/libutf8proc.pc	                        (rev 0)
+++ community-x86_64/libutf8proc.pc	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,10 @@
+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: community-x86_64/utf8proc-1.1.6-buildflags.patch
===================================================================
--- community-x86_64/utf8proc-1.1.6-buildflags.patch	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-x86_64/utf8proc-1.1.6-buildflags.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -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)
- 
- 

Copied: libutf8proc/repos/community-x86_64/utf8proc-1.1.6-buildflags.patch (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-buildflags.patch)
===================================================================
--- community-x86_64/utf8proc-1.1.6-buildflags.patch	                        (rev 0)
+++ community-x86_64/utf8proc-1.1.6-buildflags.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,11 @@
+--- 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: community-x86_64/utf8proc-1.1.6-soname.patch
===================================================================
--- community-x86_64/utf8proc-1.1.6-soname.patch	2015-03-21 18:02:52 UTC (rev 129711)
+++ community-x86_64/utf8proc-1.1.6-soname.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -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

Copied: libutf8proc/repos/community-x86_64/utf8proc-1.1.6-soname.patch (from rev 129711, libutf8proc/trunk/utf8proc-1.1.6-soname.patch)
===================================================================
--- community-x86_64/utf8proc-1.1.6-soname.patch	                        (rev 0)
+++ community-x86_64/utf8proc-1.1.6-soname.patch	2015-03-21 18:03:07 UTC (rev 129712)
@@ -0,0 +1,11 @@
+--- 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