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

user/plasma-framework: dep on qtquickcontrols (thanks @imabeagle)

parent bceb164b
No related branches found
No related tags found
No related merge requests found
......@@ -2,19 +2,20 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=plasma-framework
pkgver=5.38.0
pkgrel=0
pkgrel=1
pkgdesc="Frameworks for the KDE Plasma 5 desktop environment"
url="https://www.kde.org/"
arch="all"
license="GPL-2.0 LGPL-2.1"
options="!check" # Requires accelerated X11 *and* system DBus running.
depends=""
depends="qt5-qtquickcontrols"
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev kactivities-dev
karchive-dev kconfigwidgets-dev kdbusaddons-dev kdeclarative-dev kio-dev
kconfig-dev kglobalaccel-dev kguiaddons-dev kiconthemes-dev ki18n-dev
kservice-dev kwindowsystem-dev knotifications-dev kpackage-dev"
makedepends="$depends_dev cmake extra-cmake-modules python3 gettext-dev
kdoctools-dev libx11-dev libxcb-dev"
kservice-dev kwindowsystem-dev knotifications-dev kpackage-dev
kwayland-dev"
makedepends="$depends_dev cmake extra-cmake-modules python3 gettext-dev doxygen
kdoctools-dev libx11-dev libxcb-dev graphviz qt5-qttools-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://download.kde.org/stable/frameworks/5.38/plasma-framework-$pkgver.tar.xz"
......@@ -32,6 +33,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