summaryrefslogtreecommitdiff
path: root/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch')
-rw-r--r--dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch54
1 files changed, 54 insertions, 0 deletions
diff --git a/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch b/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch
new file mode 100644
index 000000000000..237feaa981bd
--- /dev/null
+++ b/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch
@@ -0,0 +1,54 @@
+From 826d503da8bfe7c567fc44dee178a4fca2b52f0a Mon Sep 17 00:00:00 2001
+From: Johannes Sixt <j6t@kdbg.org>
+Date: Fri, 15 Feb 2019 20:26:03 +0100
+Subject: [PATCH] Do not install the pulse frames.
+
+Andreas Sturmlechner noticed that the frame PNGs are slightly broken:
+
+ .../pulse000000.png: broken IDAT window length
+
+Since the PNGs are only needed to build pulse.mng, do not install them.
+---
+ kdbg/pics/CMakeLists.txt | 29 -----------------------------
+ 1 file changed, 29 deletions(-)
+
+diff --git a/kdbg/pics/CMakeLists.txt b/kdbg/pics/CMakeLists.txt
+index 41625b3..9615b1b 100644
+--- a/kdbg/pics/CMakeLists.txt
++++ b/kdbg/pics/CMakeLists.txt
+@@ -31,35 +31,6 @@ set(PICTOGRAMS
+ install(FILES ${PICTOGRAMS} DESTINATION "${DATA_INSTALL_DIR}/kdbg/pics")
+
+ ecm_install_icons(ICONS
+- 22-actions-pulse000000.png
+- 22-actions-pulse000001.png
+- 22-actions-pulse000002.png
+- 22-actions-pulse000003.png
+- 22-actions-pulse000004.png
+- 22-actions-pulse000005.png
+- 22-actions-pulse000006.png
+- 22-actions-pulse000007.png
+- 22-actions-pulse000008.png
+- 22-actions-pulse000009.png
+- 22-actions-pulse000010.png
+- 22-actions-pulse000011.png
+- 22-actions-pulse000012.png
+- 22-actions-pulse000013.png
+- 22-actions-pulse000014.png
+- 22-actions-pulse000015.png
+- 22-actions-pulse000016.png
+- 22-actions-pulse000017.png
+- 22-actions-pulse000018.png
+- 22-actions-pulse000019.png
+- 22-actions-pulse000020.png
+- 22-actions-pulse000021.png
+- 22-actions-pulse000022.png
+- 22-actions-pulse000023.png
+- 22-actions-pulse000024.png
+- 22-actions-pulse000025.png
+- 22-actions-pulse000026.png
+- 22-actions-pulse000027.png
+- 22-actions-pulse000028.png
+ 22-actions-pulse.mng
+ DESTINATION "${DATA_INSTALL_DIR}/kdbg/icons"
+ THEME hicolor \ No newline at end of file