summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2018-08-03 15:18:55 +0200
committerkfg2018-08-03 15:20:02 +0200
commit169207f659b673f244324737f1bf827c09c9c163 (patch)
treea70456daf6d3bcc071b222b3042467e503fc6829
parent92591c05a346c1a37f5a3fdbac63b875fc7e656d (diff)
downloadaur-169207f659b673f244324737f1bf827c09c9c163.tar.gz
Disable tests for now
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD22
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 178a3e95b06b..04dda2f362f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 30 22:26:26 UTC 2018
+# Fri Aug 3 13:19:51 UTC 2018
pkgbase = mingw-w64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)
pkgver = 1.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://fribidi.org
arch = any
license = LGPL
@@ -11,7 +11,6 @@ pkgbase = mingw-w64-fribidi
makedepends = mingw-w64-meson
makedepends = mingw-w64-wine
makedepends = git
- makedepends = dos2unix
depends = mingw-w64-crt
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 3287a86e382e..1c8f93b570ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=mingw-w64-fribidi
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)"
arch=('any')
license=('LGPL')
url="http://fribidi.org"
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' '!libtool' 'staticlibs')
-makedepends=('mingw-w64-gcc' 'mingw-w64-meson' 'mingw-w64-wine' 'git' 'dos2unix')
+makedepends=('mingw-w64-gcc' 'mingw-w64-meson' 'mingw-w64-wine' 'git')
+#Makedepends with tests
+#makedepends=('mingw-w64-gcc' 'mingw-w64-meson' 'mingw-w64-wine' 'git' 'dos2unix')
_commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f # tags/v1.0.5^0
source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
md5sums=('SKIP')
@@ -25,14 +27,14 @@ build() {
done
}
-check() {
- export NEED_WINE=1
- unix2dos ${srcdir}/fribidi/test/*.reference
- for _arch in ${_architectures}; do
- cp ${srcdir}/fribidi/build-${_arch}/lib/*.dll ${srcdir}/fribidi/build-${_arch}/bin/
- meson test -C ${srcdir}/fribidi/build-${_arch}
- done
-}
+#check() {
+# export NEED_WINE=1
+# unix2dos ${srcdir}/fribidi/test/*.reference
+# for _arch in ${_architectures}; do
+# cp ${srcdir}/fribidi/build-${_arch}/lib/*.dll ${srcdir}/fribidi/build-${_arch}/bin/
+# meson test -C ${srcdir}/fribidi/build-${_arch}
+# done
+#}
package() {
for _arch in ${_architectures}; do