summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-14 02:17:14 +0200
committerIsmael Luceno2019-08-14 02:17:14 +0200
commit5aef7dfc8829376fa96d48994f0c3eab6a27a58c (patch)
tree6d08fe1134e6627f88ec6ec8ed5a61ad5c5031b1 /x11-toolkits
parent97d3ac23425dbeda3c562521d79ef650e0b18c28 (diff)
gtk+3: Fix typo in cups dependency
Diffstat (limited to 'x11-toolkits')
-rwxr-xr-xx11-toolkits/gtk+3/DEPENDS8
-rw-r--r--x11-toolkits/gtk+3/HISTORY3
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 123e6a1fd8..0b465e97ae 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -39,9 +39,13 @@ optional_depends gtk-doc \
"gtk_doc=false" \
"Build documentation with gtk-doc" &&
+# FIXME add print backends
+# - cloudprint, depends on oauth
+# - papi?
+# - lpr
optional_depends cups \
- "print-backends=cups,file" \
- "print-backends=file" \
+ "print_backends=cups,file" \
+ "print_backends=file" \
"Enable CUPS print backend support?" &&
if is_depends_enabled "${SPELL}" "cups"; then
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 3cf80c89b2..4889b382f5 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,5 +1,6 @@
-2016-08-04 Ismael Luceno <ismael@sourcemage.org>
+2016-08-14 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Fixed colord dependency
+ Fixed typo in cups dependency
2019-07-04 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 3.24.10