summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2018-07-04 14:38:57 +0200
committerkfg2018-07-04 14:38:57 +0200
commit8b7dec6c8dec36c46dd7915285f6280e72c63ec5 (patch)
tree6b6e89674621a0d7e976d8fc7ecc8d9e9262e1ae
parent7ba1899678d82e72f8459d4b2f84c8270026c9ae (diff)
downloadaur-8b7dec6c8dec36c46dd7915285f6280e72c63ec5.tar.gz
Added ranlib
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e7a342dd8d..0531f772b1b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 20 09:15:37 UTC 2018
+# Wed Jul 4 12:38:38 UTC 2018
pkgbase = mingw-w64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://fribidi.org
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index e5578987e892..4316d7ad9cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-fribidi
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)"
arch=('any')
license=('LGPL')
@@ -38,6 +38,9 @@ package() {
cd ${srcdir}/fribidi/build-${_arch}
DESTDIR="${pkgdir}" ninja install
+ #FIXME: Ranlib (isn't meson supposed to do this?)
+ ${_arch}-ranlib ${pkgdir}/usr/${_arch}/lib/*.a
+
${_arch}-strip -s ${pkgdir}/usr/${_arch}/bin/*.exe
${_arch}-strip -x -g ${pkgdir}/usr/${_arch}/bin/*.dll
${_arch}-strip -g ${pkgdir}/usr/${_arch}/lib/*.a