[arch-commits] Commit in gmic/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Sep 5 13:39:25 UTC 2017
Date: Tuesday, September 5, 2017 @ 13:39:23
Author: spupykin
Revision: 255730
upgpkg: gmic 2.0.3-1
Modified:
gmic/trunk/PKGBUILD
----------+
PKGBUILD | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-05 12:20:49 UTC (rev 255729)
+++ PKGBUILD 2017-09-05 13:39:23 UTC (rev 255730)
@@ -6,7 +6,7 @@
pkgbase=gmic
pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=2.0.2
+pkgver=2.0.3
gmic_qt_ver=2.0.0
_commit=ffc89e7f8a7491f35191fe7e5ffce531128d77ef
pkgrel=1
@@ -17,7 +17,7 @@
source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz"
"git://github.com/dtschump/gmic-community.git#commit=${_commit}"
"https://github.com/c-koi/gmic-qt/archive/v$gmic_qt_ver.tar.gz")
-sha256sums=('7da9f08d62a9d23fc8badbc7c819cf76f4a9ce3db763710268fdcb80d83ecfc6'
+sha256sums=('b1f65aba4aa76bdf6da1ad923018de6844f5b76f9974978b4b12be108f87261e'
'SKIP'
'286fc5be19f7ad63b9a20e22ed62064c4cc2bf5113caf59d835e6cd09d81b822')
@@ -37,16 +37,22 @@
build() {
cd "${srcdir}/gmic"
- unset CFLAGS
+# unset CFLAGS
+# unset CXXFLAGS
+# export CPPFLAGS="-Wno-implicit-fallthrough -Wno-format-truncation -fno-fast-math"
+# export QMAKE_CXXFLAGS="-fno-fast-math"
+# export QMAKE_CPPFLAGS="-fno-fast-math"
- unset CXXFLAGS
- export CPPFLAGS="-Wno-implicit-fallthrough -Wno-format-truncation -fno-fast-math"
+msg qweqeqwe
- export QMAKE_CXXFLAGS="-fno-fast-math"
- export QMAKE_CPPFLAGS="-fno-fast-math"
+ (cd zart && qmake -o Makefile zart.pro)
- (cd zart && qmake -o Makefile zart.pro)
- make -C src all WGET=/bin/true
+msg asdasdasd
+
+ make -C src all WGET=/bin/true -j1
+
+msg zxczxczxc
+
make -C zart all WGET=/bin/true
}
More information about the arch-commits
mailing list