summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorFlorian Franzmann2019-06-21 22:30:15 +0200
committerFlorian Franzmann2019-06-21 22:30:15 +0200
commitb31e8e780e09868a02dba57c4397c847577309e5 (patch)
tree6157f5d38127953ae8bd776acf867f1c01d83838 /x11
parentd2659bf80980d96589fe3f9fc8e14997e53c205b (diff)
x11/colord: version 1.4.4
Diffstat (limited to 'x11')
-rwxr-xr-xx11/colord/DEPENDS11
-rwxr-xr-xx11/colord/DETAILS2
-rw-r--r--x11/colord/HISTORY5
-rwxr-xr-xx11/colord/PRE_BUILD6
4 files changed, 22 insertions, 2 deletions
diff --git a/x11/colord/DEPENDS b/x11/colord/DEPENDS
index 96ce8c3e33..20b522c1a3 100755
--- a/x11/colord/DEPENDS
+++ b/x11/colord/DEPENDS
@@ -1,5 +1,4 @@
depends dbus &&
-depends docbook-utils &&
depends glib2 &&
depends intltool &&
depends lcms2 &&
@@ -9,6 +8,16 @@ depends meson &&
depends policykit &&
depends sqlite &&
+optional_depends gtk-doc \
+ 'docs=true' \
+ 'docs=false' \
+ 'install documentation' &&
+
+optional_depends docbook-utils \
+ 'man=true' \
+ 'man=false' \
+ 'install manpages' &&
+
optional_depends bash \
'bash_completion=true' \
'bash_completion=false' \
diff --git a/x11/colord/DETAILS b/x11/colord/DETAILS
index b88f28cda8..92fe13d629 100755
--- a/x11/colord/DETAILS
+++ b/x11/colord/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=colord
- VERSION=1.4.3
+ VERSION=1.4.4
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/x11/colord/HISTORY b/x11/colord/HISTORY
index adcc71848a..c228a7087a 100644
--- a/x11/colord/HISTORY
+++ b/x11/colord/HISTORY
@@ -1,3 +1,8 @@
+2019-06-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.4.4
+ * DEPENDS: add optional dependencies on gtk-doc and docbook-utils
+ * PRE_BUILD: use local version of docbook.xsl
+
2018-01-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, INSTALL: fix dependencies and installation
* INSTALL: removed
diff --git a/x11/colord/PRE_BUILD b/x11/colord/PRE_BUILD
new file mode 100755
index 0000000000..441e7e6cde
--- /dev/null
+++ b/x11/colord/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+STYLESHEET=$(ls /usr/share/xml/docbook/xsl-stylesheets-*/manpages/docbook.xsl) &&
+message "$STYLESHEET"
+sedit "s|http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl|$STYLESHEET|" man/meson.build