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

user/kdelibs4support: properly declare -dev dependencies

parent 4ad213b0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kdelibs4support
pkgver=5.38.0
pkgrel=0
pkgrel=1
pkgdesc="Legacy support for KDE 4 software"
url="https://www.kde.org/"
arch="all"
......@@ -11,7 +11,8 @@ options="!check suid" # Test requires running X11 session.
depends=""
depends_dev="qt5-qtbase-dev qt5-qtsvg-dev qt5-qttools-dev kcompletion-dev
kconfigwidgets-dev kcrash-dev kdesignerplugin kdesignerplugin-dev
kemoticons-dev kparts-dev kunitconversion-dev kinit kded kded-dev"
kemoticons-dev kparts-dev kunitconversion-dev kinit kded kded-dev
kitemmodels-dev"
makedepends="$depends_dev cmake extra-cmake-modules"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
......
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