Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b055f149ed2329b363611bd599453a9ca4854b76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b055f149ed2329b363611bd599453a9ca4854b76)
  • Date: Wed, 14 Aug 2019 08:30:52 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

x11-toolkits/gtk+3/DEPENDS | 8 ++++++--
x11-toolkits/gtk+3/HISTORY | 3 ++-
x11-toolkits/gtk+3/SUB_DEPENDS | 7 -------
3 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit b055f149ed2329b363611bd599453a9ca4854b76
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtk+3: Remove accidentally added SUB_DEPENDS

commit 5aef7dfc8829376fa96d48994f0c3eab6a27a58c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gtk+3: Fix typo in cups dependency

diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 123e6a1..0b465e9 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 3cf80c8..4889b38 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,5 +1,6 @@
-2016-08-04 Ismael Luceno <ismael AT sourcemage.org>
+2016-08-14 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Fixed colord dependency
+ Fixed typo in cups dependency

2019-07-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.24.10
diff --git a/x11-toolkits/gtk+3/SUB_DEPENDS b/x11-toolkits/gtk+3/SUB_DEPENDS
deleted file mode 100755
index c364f35..0000000
--- a/x11-toolkits/gtk+3/SUB_DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-case "$THIS_SUB_DEPENDS" in
-@gobject-introspection)
- depends gobject-introspection --enable-introspection=yes
- sub_depends atk @gobject-introspection
- ;;
-*) echo unknown sub-depends!!! ; return 1 ;;
-esac



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b055f149ed2329b363611bd599453a9ca4854b76), Ismael Luceno, 08/14/2019

Archive powered by MHonArc 2.6.24.

Top of Page