summaryrefslogtreecommitdiffstats
path: root/kde5-extra/kreport
diff options
context:
space:
mode:
authorTreeve Jelbert2016-10-13 09:12:56 +0200
committerTreeve Jelbert2016-10-13 09:12:56 +0200
commit4e852e6f77a68b92587a36c6210c74487d52d819 (patch)
tree213082a4e3ab079352667ed5d925acfe1629ea9e /kde5-extra/kreport
parentac89cb740780d786c621195d7b7f8b4c3f64e63d (diff)
mv kdb kproperty kreport to kde5-extra/
Diffstat (limited to 'kde5-extra/kreport')
-rwxr-xr-xkde5-extra/kreport/CONFIGURE1
-rwxr-xr-xkde5-extra/kreport/DEPENDS10
-rwxr-xr-xkde5-extra/kreport/DETAILS21
-rw-r--r--kde5-extra/kreport/HISTORY10
-rwxr-xr-xkde5-extra/kreport/PRE_SUB_DEPENDS5
-rwxr-xr-xkde5-extra/kreport/SUB_DEPENDS7
6 files changed, 54 insertions, 0 deletions
diff --git a/kde5-extra/kreport/CONFIGURE b/kde5-extra/kreport/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-extra/kreport/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/kreport/DEPENDS b/kde5-extra/kreport/DEPENDS
new file mode 100755
index 0000000000..a9e303c912
--- /dev/null
+++ b/kde5-extra/kreport/DEPENDS
@@ -0,0 +1,10 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends kconfig &&
+depends kcoreaddons &&
+depends kguiaddons &&
+depends kproperty &&
+depends kwidgetsaddons &&
+optional_depends qtdeclarative \
+ '-DKREPORT_SCRIPTING=1' \
+ '-DKREPORT_SCRIPTING=0' \
+ 'scripting support'
diff --git a/kde5-extra/kreport/DETAILS b/kde5-extra/kreport/DETAILS
new file mode 100755
index 0000000000..f2cdffdca0
--- /dev/null
+++ b/kde5-extra/kreport/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=kreport
+ VERSION=3.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/kreport/src/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://quickgit.kde.org/?p=kreport.git
+
+ WEB_SITE=https://community.kde.org/KReport
+ ENTERED=20150403
+# SECURITY_PATCH=1
+ LICENSE[0]=LGPL
+ KEYWORDS=""
+ SHORT="framework for the creation and generation of reports"
+cat << EOF
+KReport is a framework for the creation and generation of reports in multiple
+formats.
+EOF
diff --git a/kde5-extra/kreport/HISTORY b/kde5-extra/kreport/HISTORY
new file mode 100644
index 0000000000..c8f392fb7d
--- /dev/null
+++ b/kde5-extra/kreport/HISTORY
@@ -0,0 +1,10 @@
+2016-10-03 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.0.0
+ * DETAILS: add gpg checking
+
+2016-09-16 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.99.2
+
+2015-04-03 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAIL: version master(git)
+ spell created
diff --git a/kde5-extra/kreport/PRE_SUB_DEPENDS b/kde5-extra/kreport/PRE_SUB_DEPENDS
new file mode 100755
index 0000000000..6c26499cf7
--- /dev/null
+++ b/kde5-extra/kreport/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ SCRIPT) is_depends_enabled $SPELL qtdeclarative && return 0 ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/kde5-extra/kreport/SUB_DEPENDS b/kde5-extra/kreport/SUB_DEPENDS
new file mode 100755
index 0000000000..24706f62e1
--- /dev/null
+++ b/kde5-extra/kreport/SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ SCRIPT) message "${SPELL_COLOR}${SPELL}${DEFAULT_COLOR}${MESSAGE_COLOR} requested with scripting${DEFAULT_COLOR}" &&
+ depends qtdeclarative ''
+ ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1 ;;
+esac