icon-themes/breeze/update-icons.py |   24 ------------------------
 1 file changed, 24 deletions(-)

New commits:
commit e28b8b779b1465d72bc089138fde925e34e11893
Author: andreas_k <kain...@gmail.com>
Date:   Mon Oct 24 20:26:59 2016 +0200

    remove link to github cause breeze_svg are now in core
    
    Change-Id: Ib30c7c7a9f2fecc108ea47b05f558a2ce8e6bf91
    Reviewed-on: https://gerrit.libreoffice.org/30232
    Reviewed-by: Yousuf Philips <philip...@hotmail.com>
    Tested-by: Yousuf Philips <philip...@hotmail.com>

diff --git a/icon-themes/breeze/update-icons.py 
b/icon-themes/breeze/update-icons.py
deleted file mode 100755
index 81014d2..0000000
--- a/icon-themes/breeze/update-icons.py
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/python3
-# Copyright 2014 Jonathan Riddell <j...@jriddell.org>
-# May be copied under the MPLv2
-# Map breeze freedesktop named icons to libreoffice icon names
-
-import os
-import subprocess
-
-if os.path.isdir("plasma-next-icons"):
-    os.chdir("plasma-next-icons")
-    subprocess.check_call(["git", "pull", "-r"])
-    os.chdir("..")
-else:
-    subprocess.check_call(["git", "clone", 
"https://github.com/NitruxSA/plasma-next-icons.git";])
-
-mapping = {}
-
-mappingFile = open('mapping', 'r')
-for line in mappingFile:
-    freeDesktopFile = "plasma-next-icons/" + line.rsplit(" ")[0]
-    libreOfficeFile = line.rsplit(" ")[1].rstrip()
-    size = line.rsplit(" ")[2].rstrip()
-    print(freeDesktopFile + " → " + libreOfficeFile + " @ " + size+"x"+size)
-    subprocess.check_call(["ksvgtopng", size, size, freeDesktopFile, 
libreOfficeFile])
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to