summaryrefslogtreecommitdiff
path: root/dev-util/kdbg/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-util/kdbg/files
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-util/kdbg/files')
-rw-r--r--dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch54
1 files changed, 0 insertions, 54 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
deleted file mode 100644
index 237feaa981bd..000000000000
--- a/dev-util/kdbg/files/kdbg-3.0.0-no-png-install.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-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