summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDandraghas2024-03-10 22:25:27 +0200
committerDandraghas2024-03-10 22:25:27 +0200
commit1a2cdc093d3c4a71befed90a7d58cab22e84af4d (patch)
tree6f8b06400028dc1a05a1955a4e4d1dcb298c7e09
parent424e1d8a7a4a44cb3560c0ff75973fbcd43a5d89 (diff)
downloadaur-1a2cdc093d3c4a71befed90a7d58cab22e84af4d.tar.gz
Fix compilation errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6a68b08d632..460be0bf7d7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lightly-qt6-git
pkgdesc = A modern style for qt applications. (qt6 branch)
pkgver = 0.4.1.r73.g00ca2344
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/boehs/Lightly
arch = x86_64
license = GPL-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 63470b2c2879..5bfe8490c69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lightly-qt6-git
pkgver=0.4.1.r73.g00ca2344
-pkgrel=1
+pkgrel=2
_branch=qt6
pkgdesc="A modern style for qt applications. (qt6 branch)"
url="https://github.com/boehs/Lightly"
@@ -35,7 +35,11 @@ build() {
-DCMAKE_BUILD_TYPE=Release
-DBUILD_TESTING=OFF
)
+
cmake "${_cmake_options[@]}"
+
+ make -C build/kdecoration/config/
+
cmake --build build
}