[Xfce4-commits] <midori:master> Always install the scalable icons

Christian Dywan noreply at xfce.org
Tue Jun 29 07:22:01 CEST 2010


Updating branch refs/heads/master
         to 7e015f88a9ce997b0038e9fa1beda7fac2554cd5 (commit)
       from 2f09df75b0f16a59aad89bee9c7a9cedcea0c191 (commit)

commit 7e015f88a9ce997b0038e9fa1beda7fac2554cd5
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Jun 29 07:09:01 2010 +0200

    Always install the scalable icons

 icons/wscript_build |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/icons/wscript_build b/icons/wscript_build
index caaa19b..6421b80 100644
--- a/icons/wscript_build
+++ b/icons/wscript_build
@@ -36,6 +36,8 @@ def add_image (bld, category, name):
             else:
                 Utils.pprint ('BLUE', "Optimized icons could not be created.")
                 break
+    bld.install_files ('${MDATADIR}/icons/hicolor/scalable/' + category,
+                       srcdir + '/icons/scalable/' + name + '.svg')
 
 add_image (bld, 'categories', 'extension')
 add_image (bld, 'apps', 'midori')



More information about the Xfce4-commits mailing list