summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaboon Egon2021-04-26 18:15:49 +0200
committerTaboon Egon2021-04-26 18:15:49 +0200
commit2d17fdda150b0cbe1521b39a3e1f8dcdee2c01b9 (patch)
tree0a54b34e477e3917f28454733d0e569616aed5c7
parent44f3d74948f0d79de4a49d42f044b8b44472539a (diff)
downloadaur-2d17fdda150b0cbe1521b39a3e1f8dcdee2c01b9.tar.gz
Version 1.2.6: try for compilation failure fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 035bcd0e4585..a6edbf18efea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = semantik
pkgdesc = mindmapping-like tool for document generation (reports, thesis, etc)
pkgver = 1.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://waf.io/semantik.html
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4ef423243302..e8cb797fb9d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: der_fenix <derfenix -_AT_- gmail -_DOT_- com>
pkgname=semantik
pkgver=1.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="mindmapping-like tool for document generation (reports, thesis, etc)"
arch=('x86_64')
url="https://waf.io/semantik.html"
@@ -16,7 +16,7 @@ sha256sums=('3b33b4b4ab92158598d05b0d38cba2bca2b062927989249466bca668cfb7a635')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./waf configure clean build
+ CXXFLAGS='-I/usr/include/KF5/KIOCore -I/usr/include/KF5/KAuth -I/usr/include/KF5/KIOWidgets -I/usr/include/KF5/KIconThemes -I/usr/include/KF5/KConfigWidgets -I/usr/include/KF5/KXmlGui -I/usr/include/KF5/KCoreAddons -I/usr/include/KF5/KConfigGui -I/usr/include/KF5/KConfigCore -I/usr/include/KF5/KWidgetsAddons -I/usr/include/KF5/KI18n -I/usr/include/KF5/SonnetUi' ./waf configure clean build
}