summaryrefslogtreecommitdiffstats
path: root/kde-frameworks
diff options
context:
space:
mode:
authorTreeve Jelbert2019-10-14 09:50:24 +0200
committerTreeve Jelbert2019-10-14 09:50:24 +0200
commit01309ad6518d03f70ab8a1d4f32c20d03700518c (patch)
treea9eb0a62df86703c401fd337b335da5d6dc6b2f2 /kde-frameworks
parent1b589f64228361e8a94b14ba391ad5c97b210e52 (diff)
kio - tweak build + depends
Diffstat (limited to 'kde-frameworks')
-rwxr-xr-xkde-frameworks/kio/BUILD2
-rwxr-xr-xkde-frameworks/kio/CONFIGURE3
-rwxr-xr-xkde-frameworks/kio/CONFLICTS1
-rwxr-xr-xkde-frameworks/kio/DEPENDS10
-rw-r--r--kde-frameworks/kio/HISTORY5
5 files changed, 19 insertions, 2 deletions
diff --git a/kde-frameworks/kio/BUILD b/kde-frameworks/kio/BUILD
new file mode 100755
index 0000000000..6d806f26b2
--- /dev/null
+++ b/kde-frameworks/kio/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" $KIO_DESIGN" &&
+default_build
diff --git a/kde-frameworks/kio/CONFIGURE b/kde-frameworks/kio/CONFIGURE
index b2f02c3032..b4e381b55b 100755
--- a/kde-frameworks/kio/CONFIGURE
+++ b/kde-frameworks/kio/CONFIGURE
@@ -1 +1,4 @@
source $GRIMOIRE/CMAKE_CONFIGURE
+config_query_option KIO_DESIGN 'Support qtdesigner plugin?' n \
+ '-DBUILD_DESIGNERPLUGIN=ON' \
+ '-DBUILD_DESIGNERPLUGIN=OFF'
diff --git a/kde-frameworks/kio/CONFLICTS b/kde-frameworks/kio/CONFLICTS
deleted file mode 100755
index e8f37aba39..0000000000
--- a/kde-frameworks/kio/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kio y
diff --git a/kde-frameworks/kio/DEPENDS b/kde-frameworks/kio/DEPENDS
index e023d4b9d1..acf8df195a 100755
--- a/kde-frameworks/kio/DEPENDS
+++ b/kde-frameworks/kio/DEPENDS
@@ -1,5 +1,7 @@
source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtx11extras &&
depends karchive &&
+depends kauth &&
depends kbookmarks &&
depends kcodecs &&
depends kcompletion &&
@@ -12,13 +14,19 @@ depends kiconthemes &&
depends kitemviews &&
depends kjobwidgets &&
depends kservice &&
+depends ktextwidgets
depends kwallet5 &&
depends kwidgetsaddons &&
depends kwindowsystem &&
depends kxmlgui &&
depends solid &&
+
+depends libxml2 &&
+depends libxslt &&
+depends zlib &&
+
optional_depends kdoctools '' ' -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=1' 'build documentation' &&
optional_depends knotifications '' 'error notifications in kpac' &&
-optional_depends qtscript '' '' 'Proxy Auto Configuration' &&
+optional_depends qtdeclarative '' '' 'Proxy Auto Configuration' &&
optional_depends acl '' '' 'support for Access Control Lists' &&
optional_depends krb5 '' ' -DCMAKE_DISABLE_FIND_PACKAGE_GSSAPI=1' 'support HTTP authentication services'
diff --git a/kde-frameworks/kio/HISTORY b/kde-frameworks/kio/HISTORY
index 70eea12b42..313209f9bd 100644
--- a/kde-frameworks/kio/HISTORY
+++ b/kde-frameworks/kio/HISTORY
@@ -1,3 +1,8 @@
+2019-10-14 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: update
+ * CONFIGURE BUILD: designer plugin is optional
+ * CONFLICTS: delete
+
2019-10-13 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 5.63.0