guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gtk+: Adapt pre-configure phase to version 3.16.6.


From: Mark H. Weaver
Subject: 01/01: gnu: gtk+: Adapt pre-configure phase to version 3.16.6.
Date: Sat, 19 Sep 2015 21:33:23 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 257abebba3c11b957d9d994dcaf5894a0410f807
Author: Mark H Weaver <address@hidden>
Date:   Sat Sep 19 17:27:21 2015 -0400

    gnu: gtk+: Adapt pre-configure phase to version 3.16.6.
    
    This is a followup to commit a35b8fc6c4ca9b0810db9c8b20bb76158dd66995.
    
    * gnu/packages/gtk.scm (gtk+)[arguments]: In 'pre-configure' phase, remove
      substitutions of 'gtk-update-icon-cache' in demo Makefiles.
---
 gnu/packages/gtk.scm |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f1a2fb7..a44c2dd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -562,9 +562,6 @@ application suites.")
          (substitute* "testsuite/Makefile.in"
            (("SUBDIRS = gdk gtk a11y css reftests")
             "SUBDIRS = gdk"))
-         (substitute* '("demos/widget-factory/Makefile.in"
-                        "demos/gtk-demo/Makefile.in")
-           (("gtk-update-icon-cache") "$(bindir)/gtk-update-icon-cache"))
          #t)
        (alist-cons-after
         'install 'wrap-gtk-encode-symbolic-svg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]