[arch-commits] Commit in libutf8proc/trunk (PKGBUILD libutf8proc.pc)

Alexander Rødseth arodseth at archlinux.org
Sun Dec 20 17:49:29 UTC 2015


    Date: Sunday, December 20, 2015 @ 18:49:29
  Author: arodseth
Revision: 153795

upgpkg: libutf8proc 1.3.1-2

Added:
  libutf8proc/trunk/libutf8proc.pc
Modified:
  libutf8proc/trunk/PKGBUILD

----------------+
 PKGBUILD       |   11 +++++++----
 libutf8proc.pc |   10 ++++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-20 17:44:05 UTC (rev 153794)
+++ PKGBUILD	2015-12-20 17:49:29 UTC (rev 153795)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=libutf8proc
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=('x86_64' 'i686')
 url='http://julialang.org/utf8proc/'
@@ -10,8 +10,10 @@
 license=('MIT' 'custom')
 replaces=('utf8proc')
 depends=('glibc')
-source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz")
-sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz"
+        'libutf8proc.pc')
+sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc'
+            '6c6c05ff6c91777987d76f935c24c7a3f67eba12e420a437f03ee1545f404d31')
 
 build() {
   make -C "utf8proc-$pkgver"
@@ -26,6 +28,7 @@
 
   make DESTDIR="$pkgdir" prefix=/usr install
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
 }
 
 # getver: julialang.org/utf8proc/releases/

Added: libutf8proc.pc
===================================================================
--- libutf8proc.pc	                        (rev 0)
+++ libutf8proc.pc	2015-12-20 17:49:29 UTC (rev 153795)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: 1.3.1
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir}



More information about the arch-commits mailing list