summaryrefslogtreecommitdiffstats
path: root/audio-drivers/apulse
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-06 13:13:48 +0200
committerFlorian Franzmann2019-10-06 22:02:47 +0200
commite88f6faa5ac42952480fea4daa4b8f0c10c3cf81 (patch)
treee014c6ff34bb9165beb76885e18f614f3efc9639 /audio-drivers/apulse
parent0d3907e4c412aa6a82420aa663b93fbd28756e51 (diff)
audio-drivers/apulse: use CMAKE_*
Diffstat (limited to 'audio-drivers/apulse')
-rwxr-xr-xaudio-drivers/apulse/BUILD1
-rwxr-xr-xaudio-drivers/apulse/CONFIGURE1
-rwxr-xr-xaudio-drivers/apulse/DEPENDS3
-rwxr-xr-xaudio-drivers/apulse/DETAILS1
-rw-r--r--audio-drivers/apulse/HISTORY3
5 files changed, 7 insertions, 2 deletions
diff --git a/audio-drivers/apulse/BUILD b/audio-drivers/apulse/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/audio-drivers/apulse/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/audio-drivers/apulse/CONFIGURE b/audio-drivers/apulse/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/audio-drivers/apulse/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/audio-drivers/apulse/DEPENDS b/audio-drivers/apulse/DEPENDS
index 9a884dae34..c6e21a11dc 100755
--- a/audio-drivers/apulse/DEPENDS
+++ b/audio-drivers/apulse/DEPENDS
@@ -1,4 +1,5 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
+
depends pkgconfig &&
depends alsa-lib &&
depends glib2
diff --git a/audio-drivers/apulse/DETAILS b/audio-drivers/apulse/DETAILS
index 985c679e70..aec40be534 100755
--- a/audio-drivers/apulse/DETAILS
+++ b/audio-drivers/apulse/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=apulse
VERSION=0.1.12
SOURCE="$SPELL-$VERSION.tar.gz"
diff --git a/audio-drivers/apulse/HISTORY b/audio-drivers/apulse/HISTORY
index 73091c5392..0e46de4fec 100644
--- a/audio-drivers/apulse/HISTORY
+++ b/audio-drivers/apulse/HISTORY
@@ -1,3 +1,6 @@
+2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2019-09-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.1.12