[meld] setup.py: Add sourceview styles to install (bgo#753358)



commit e309790601885e11bd3bccdb748f7de3cb91462f
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Aug 22 07:59:33 2015 +1000

    setup.py: Add sourceview styles to install (bgo#753358)

 setup.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/setup.py b/setup.py
index 8f3c333..421724f 100644
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,9 @@ setup(
          glob.glob("data/icons/*.png") +
          glob.glob("data/icons/COPYING*")
          ),
+        ('share/meld/styles',
+         glob.glob("data/styles/*.xml")
+         ),
         ('share/meld/ui',
          glob.glob("data/ui/*.ui") + glob.glob("data/ui/*.xml")
          ),


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