summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 17:18:28 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commitb19aeeacd05926d436d7bcfb5ccd9cdbcc416182 (patch)
tree9d9debccd348f4b8ed8dd74fe8f7575bf44387ea /libs
parent351d5c44ab3916013148e0cb9f8dcdabad257147 (diff)
libs/utf8proc: use CMAKE_*
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/utf8proc/BUILD1
-rwxr-xr-xlibs/utf8proc/CONFIGURE1
-rwxr-xr-xlibs/utf8proc/DEPENDS2
-rwxr-xr-xlibs/utf8proc/DETAILS1
-rw-r--r--libs/utf8proc/HISTORY3
5 files changed, 6 insertions, 2 deletions
diff --git a/libs/utf8proc/BUILD b/libs/utf8proc/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/libs/utf8proc/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/libs/utf8proc/CONFIGURE b/libs/utf8proc/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/libs/utf8proc/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/utf8proc/DEPENDS b/libs/utf8proc/DEPENDS
index ce741a9d6f..afdd4a67ba 100755
--- a/libs/utf8proc/DEPENDS
+++ b/libs/utf8proc/DEPENDS
@@ -1,2 +1,2 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends gcc
diff --git a/libs/utf8proc/DETAILS b/libs/utf8proc/DETAILS
index 18ea9f3779..278f417973 100755
--- a/libs/utf8proc/DETAILS
+++ b/libs/utf8proc/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=utf8proc
VERSION=2.4.0
SOURCE="$SPELL-$VERSION.tar.gz"
diff --git a/libs/utf8proc/HISTORY b/libs/utf8proc/HISTORY
index ba76e1a6f4..b12c7ef3bf 100644
--- a/libs/utf8proc/HISTORY
+++ b/libs/utf8proc/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2019-05-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.4.0