summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2020-11-14 13:00:19 +0100
committerNils Czernia2020-11-14 13:02:19 +0100
commit1af512bd758bfe925806606fc99e0d6750d97b4d (patch)
tree16db4351d220a9c904d248fe1527df4614a29df1
parent21118694bd2323d53610ae3474e49d252d4ac838 (diff)
downloadaur-1af512bd758bfe925806606fc99e0d6750d97b4d.tar.gz
Added workaround for deprecated declarations: https://aur.archlinux.org/packages/qlcplus/#comment-756608
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 557bf3f97dbc..c662887e36b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qlcplus
pkgdesc = Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
pkgver = 4.12.3
- pkgrel = 2
+ pkgrel = 3
url = http://qlcplus.org/
install = qlcplus.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1f75e2cb72d6..88e02a85c71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qlcplus
pkgver=4.12.3
-pkgrel=2
+pkgrel=3
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64' 'armv7h')
url="http://qlcplus.org/"
@@ -18,7 +18,7 @@ sha512sums=("f25601a44a81d2fd15c54a05588e687fa1f0c0473d0e2188fa0c052b905df806b05
build() {
cd "${srcdir}/qlcplus-QLC-_${pkgver}"
./translate.sh ui
- qmake-qt5
+ qmake-qt5 QMAKE_CXXFLAGS=-Wno-deprecated-declarations
make
}