[arch-commits] Commit in libutf8proc/repos/community-x86_64 (4 files)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 10:42:38 UTC 2018


    Date: Friday, September 14, 2018 @ 10:42:38
  Author: arodseth
Revision: 380866

archrelease: copy trunk to community-x86_64

Added:
  libutf8proc/repos/community-x86_64/PKGBUILD
    (from rev 380865, libutf8proc/trunk/PKGBUILD)
  libutf8proc/repos/community-x86_64/libutf8proc.pc.in
    (from rev 380865, libutf8proc/trunk/libutf8proc.pc.in)
Deleted:
  libutf8proc/repos/community-x86_64/PKGBUILD
  libutf8proc/repos/community-x86_64/libutf8proc.pc.in

-------------------+
 PKGBUILD          |   95 +++++++++++++++++++++++++---------------------------
 libutf8proc.pc.in |   20 +++++-----
 2 files changed, 57 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 10:42:30 UTC (rev 380865)
+++ PKGBUILD	2018-09-14 10:42:38 UTC (rev 380866)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=libutf8proc
-pkgver=2.1.1
-pkgrel=4
-pkgdesc='C library for processing UTF-8 encoded Unicode strings'
-arch=('x86_64')
-url='https://julialang.org/utf8proc/'
-license=('custom')
-makedepends=('cmake' 'git' 'ninja')
-source=("git+https://github.com/JuliaStrings/utf8proc#tag=v$pkgver"
-        'libutf8proc.pc.in')
-sha256sums=('SKIP'
-            '0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')
-
-prepare() {
-  sed "s#@VERSION@#$pkgver#" libutf8proc.pc.in > libutf8proc.pc
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../utf8proc \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_SHARED_LIBS=ON \
-    -G Ninja
-  ninja
-}
-
-package() {
-  # The install command does not work for libutf8proc
-  # DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-
-  cd utf8proc
-
-  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-  install -Dm644 "$srcdir/libutf8proc.pc" \
-    "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
-  install -Dm644 ../build/libutf8proc.so.$pkgver \
-    "$pkgdir/usr/lib/libutf8proc.so.$pkgver"
-
-  ln -s /usr/lib/libutf8proc.so.$pkgver "$pkgdir/usr/lib/libutf8proc.so"
-  ldconfig -n "$pkgdir/usr/lib"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libutf8proc/repos/community-x86_64/PKGBUILD (from rev 380865, libutf8proc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 10:42:38 UTC (rev 380866)
@@ -0,0 +1,47 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=libutf8proc
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='C library for processing UTF-8 encoded Unicode strings'
+arch=('x86_64')
+url='https://julialang.org/utf8proc/'
+license=('custom')
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/JuliaStrings/utf8proc#tag=v$pkgver"
+        'libutf8proc.pc.in')
+sha256sums=('SKIP'
+            '0fc49af11c4e77675d307bcee442c3582db805f7c17c32284d0620131b1007d1')
+
+prepare() {
+  sed "s#@VERSION@#$pkgver#" libutf8proc.pc.in > libutf8proc.pc
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../utf8proc \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_SHARED_LIBS=ON \
+    -G Ninja
+  ninja
+}
+
+package() {
+  # The install command does not work for libutf8proc
+  # DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+
+  cd utf8proc
+
+  install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 "$srcdir/libutf8proc.pc" \
+    "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
+  install -Dm644 ../build/libutf8proc.so.$pkgver \
+    "$pkgdir/usr/lib/libutf8proc.so.$pkgver"
+
+  ln -s /usr/lib/libutf8proc.so.$pkgver "$pkgdir/usr/lib/libutf8proc.so"
+  ldconfig -n "$pkgdir/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libutf8proc.pc.in
===================================================================
--- libutf8proc.pc.in	2018-09-14 10:42:30 UTC (rev 380865)
+++ libutf8proc.pc.in	2018-09-14 10:42:38 UTC (rev 380866)
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: libutf8proc
-Description: UTF8 processing
-Version: @VERSION@
-Libs: -L${libdir} -lutf8proc
-Cflags: -I${includedir} -DUTF8PROC_EXPORTS

Copied: libutf8proc/repos/community-x86_64/libutf8proc.pc.in (from rev 380865, libutf8proc/trunk/libutf8proc.pc.in)
===================================================================
--- libutf8proc.pc.in	                        (rev 0)
+++ libutf8proc.pc.in	2018-09-14 10:42:38 UTC (rev 380866)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: @VERSION@
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir} -DUTF8PROC_EXPORTS



More information about the arch-commits mailing list