Skip to content
Snippets Groups Projects
Verified Commit c6148a7e authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/kcompletion: bump to 5.39.0, add -doc

parent bd3c8ec1
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@ arch="all"
license="LGPL-2.1"
depends=""
depends_dev="qt5-qtbase-dev kconfig-dev kwidgetsaddons-dev"
makedepends="$depends_dev cmake extra-cmake-modules qt5-qttools-dev"
makedepends="$depends_dev cmake extra-cmake-modules qt5-qttools-dev doxygen"
install=""
subpackages="$pkgname-dev $pkgname-lang"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://download.kde.org/stable/frameworks/${pkgver%.*}/kcompletion-$pkgver.tar.xz"
builddir="$srcdir/kcompletion-$pkgver"
......@@ -27,6 +27,7 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DBUILD_QCH:BOOL=ON \
${CMAKE_CROSSOPTS}
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment