summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 14:06:48 +0200
committerFlorian Franzmann2019-10-05 18:29:10 +0200
commit687cefd7b7dba9a86bb950c71a55a3915328ed60 (patch)
treef3c536d334cae75e3d87966f7f0a9f0a8071218a /graphics
parent90ca4d71402f44f598d3c81055c1aeccff334053 (diff)
graphics/darktable: use CMAKE_*
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/darktable/CONFIGURE1
-rwxr-xr-xgraphics/darktable/DEPENDS2
-rwxr-xr-xgraphics/darktable/DETAILS1
-rw-r--r--graphics/darktable/HISTORY3
4 files changed, 6 insertions, 1 deletions
diff --git a/graphics/darktable/CONFIGURE b/graphics/darktable/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/graphics/darktable/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics/darktable/DEPENDS b/graphics/darktable/DEPENDS
index 61f8868832..9387548814 100755
--- a/graphics/darktable/DEPENDS
+++ b/graphics/darktable/DEPENDS
@@ -1,5 +1,5 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends cairo &&
-depends cmake &&
depends curl &&
depends exiv2 &&
depends gconf2 &&
diff --git a/graphics/darktable/DETAILS b/graphics/darktable/DETAILS
index e4572289a2..bf7525e940 100755
--- a/graphics/darktable/DETAILS
+++ b/graphics/darktable/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
. "$GRIMOIRE/FUNCTIONS"
SPELL=darktable
if [[ "$DARKTABLE_BRANCH" == "stable" ]]; then
diff --git a/graphics/darktable/HISTORY b/graphics/darktable/HISTORY
index c38adea28e..a2e1c0088f 100644
--- a/graphics/darktable/HISTORY
+++ b/graphics/darktable/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, CONFIGURE: use CMAKE_*
+
2019-08-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* PRE_BUILD, gcc9.patch: apply patch from opensuse to fix compile error
with gcc 9