Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9a0fd97cad9a5f1d588312d33aa97ccffc397fa8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9a0fd97cad9a5f1d588312d33aa97ccffc397fa8)
  • Date: Mon, 14 Oct 2019 08:56:01 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

kde-frameworks/kio/BUILD | 2 ++
kde-frameworks/kio/CONFIGURE | 3 +++
kde-frameworks/kio/CONFLICTS | 1 -
kde-frameworks/kio/DEPENDS | 10 +++++++++-
kde-frameworks/kio/HISTORY | 5 +++++
kde5-graphics/okular/DEPENDS | 1 +
kde5-graphics/okular/HISTORY | 3 +++
7 files changed, 23 insertions(+), 2 deletions(-)

New commits:
commit 9a0fd97cad9a5f1d588312d33aa97ccffc397fa8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

okular - tweak depends

commit 01309ad6518d03f70ab8a1d4f32c20d03700518c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kio - tweak build + depends

diff --git a/kde-frameworks/kio/BUILD b/kde-frameworks/kio/BUILD
new file mode 100755
index 0000000..6d806f2
--- /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 b2f02c3..b4e381b 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 e8f37ab..0000000
--- 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 e023d4b9..acf8df1 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 70eea12..313209f 100644
--- a/kde-frameworks/kio/HISTORY
+++ b/kde-frameworks/kio/HISTORY
@@ -1,3 +1,8 @@
+2019-10-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: update
+ * CONFIGURE BUILD: designer plugin is optional
+ * CONFLICTS: delete
+
2019-10-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.63.0

diff --git a/kde5-graphics/okular/DEPENDS b/kde5-graphics/okular/DEPENDS
index d8e7cf3..a9debfe 100755
--- a/kde5-graphics/okular/DEPENDS
+++ b/kde5-graphics/okular/DEPENDS
@@ -30,6 +30,7 @@ optional_depends chmlib '' '' 'CHM plugin' &&
if is_depends_enabled $SPELL chmlib; then
depends khtml
fi &&
+optional_depends discount '' '' 'markdown support' &&
optional_depends djvulibre '' '' 'DejaVu plugin' &&
optional_depends ebook-tools '' '' 'read ebooks' &&
optional_depends mobipocket '' '' 'read Mobipocket documents' &&
diff --git a/kde5-graphics/okular/HISTORY b/kde5-graphics/okular/HISTORY
index 0571879..45d484b 100644
--- a/kde5-graphics/okular/HISTORY
+++ b/kde5-graphics/okular/HISTORY
@@ -1,3 +1,6 @@
+2019-10-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional discount
+
2019-10-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 19.08.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9a0fd97cad9a5f1d588312d33aa97ccffc397fa8), Treeve Jelbert, 10/14/2019

Archive powered by MHonArc 2.6.24.

Top of Page