summaryrefslogtreecommitdiffstats
path: root/kde5-extra
diff options
context:
space:
mode:
authorTreeve Jelbert2020-09-28 17:20:33 +0200
committerTreeve Jelbert2020-09-28 17:20:33 +0200
commitb581785be67320312a9de4c9543b7516f41cc876 (patch)
tree440eb2a12ca142c5ca3296640947f13d2da79de1 /kde5-extra
parent2864ab2f00c747831d7cedb1506d7f386d29fa5d (diff)
seexpr-3.4.4.0
Diffstat (limited to 'kde5-extra')
-rwxr-xr-xkde5-extra/seexpr/BUILD5
-rwxr-xr-xkde5-extra/seexpr/CONFIGURE1
-rwxr-xr-xkde5-extra/seexpr/DEPENDS9
-rwxr-xr-xkde5-extra/seexpr/DETAILS15
-rw-r--r--kde5-extra/seexpr/HISTORY4
5 files changed, 34 insertions, 0 deletions
diff --git a/kde5-extra/seexpr/BUILD b/kde5-extra/seexpr/BUILD
new file mode 100755
index 0000000000..d5648592c4
--- /dev/null
+++ b/kde5-extra/seexpr/BUILD
@@ -0,0 +1,5 @@
+OPTS+=" -DBUILD_DEMOS=0" &&
+OPTS+=" -DBUILD_DOC=0" &&
+OPTS+=" -DBUILD_TESTS=0" &&
+OPTS+=" -DBUILD_TRANSLATIONS=0" &&
+default_build
diff --git a/kde5-extra/seexpr/CONFIGURE b/kde5-extra/seexpr/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-extra/seexpr/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/seexpr/DEPENDS b/kde5-extra/seexpr/DEPENDS
new file mode 100755
index 0000000000..01f70a9a90
--- /dev/null
+++ b/kde5-extra/seexpr/DEPENDS
@@ -0,0 +1,9 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends pkgconfig &&
+depends bison &&
+depends flex &&
+optional_depends python3 '-DUSE_PYTHON=1' '-DUSE_PYTHON=0' 'python support' &&
+if is_depends_enabled $SPELL python3; then
+ depends -sub PYTHON boost
+fi &&
+optional_depends llvm '-DENABLE_LLVM_BACKEND=1' '-DENABLE_LLVM_BACKEND=0' 'build LLVM backend'
diff --git a/kde5-extra/seexpr/DETAILS b/kde5-extra/seexpr/DETAILS
new file mode 100755
index 0000000000..9cb7b8f2d6
--- /dev/null
+++ b/kde5-extra/seexpr/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=seexpr
+ VERSION=3.4.4.0
+ SOURCE_HASH=sha512:c84e515aa28888ac87acffda22b3f37b02151a7e36c7baa0b45689c74be2f340c5b540008d71b2448b91bf20d403af2fc31d2c6f379f151ccb6c728e09786e46
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL=https://download.kde.org/stable/seexpr/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://invent.kde.org/graphics/seexpr
+ ENTERED=20200906
+ LICENSE[0]=APACHE
+ KEYWORDS=""
+ SHORT=
+cat << EOF
+SeExpr - An embeddable expression evaluation engine
+cloned from https://github.com/wdas/seexpr with lots of fixes and improvements
+EOF
diff --git a/kde5-extra/seexpr/HISTORY b/kde5-extra/seexpr/HISTORY
new file mode 100644
index 0000000000..1d9a03d9e3
--- /dev/null
+++ b/kde5-extra/seexpr/HISTORY
@@ -0,0 +1,4 @@
+2020-09-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.4.4.0
+ spell created
+