----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129021/ -----------------------------------------------------------
(Updated Sept. 26, 2016, 3:56 p.m.) Status ------ This change has been marked as submitted. Review request for KDE Frameworks. Changes ------- Submitted with commit 343b7ecce2c1a7e42a7a913258d65e993b603bce by Harald Sitter to branch master. Repository: breeze-icons Description ------- run a duplicate detection program on the icon dir trees to detect duplicated icons which should be symlinked to reduce disk usage uses external program since otherwise we'd be needlessly reimplmenting what that program does (alas, couldn't find a lib) Diffs ----- autotests/CMakeLists.txt 9e3f841d951afb007cba3da79c217e9c2a3e38da autotests/dupetest.cpp PRE-CREATION autotests/newlinetest.cpp 355af0c3d0e1ce42c260652e43a00364769661f1 autotests/symlinktest.cpp 15047ea72f95cbaa4578668e59ad687faa8ae230 autotests/testdata.h.cmake 476cf9ebf8b45c65e5479e14adcb1ea352e1f24d autotests/testhelpers.h PRE-CREATION Diff: https://git.reviewboard.kde.org/r/129021/diff/ Testing ------- correctly detects all the nasty dupes Thanks, Harald Sitter