summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalkut2017-08-08 09:49:31 -0400
committerMalkut2017-08-08 09:49:31 -0400
commit812480814ae2988dc2092099cf9cc72815043043 (patch)
tree3d88b6775d68825b4344855c56ab5b9022808d4e
parent1328949fd458f02fa81606e7b8477d0eb8bf3259 (diff)
downloadaur-812480814ae2988dc2092099cf9cc72815043043.tar.gz
delete patch
-rw-r--r--0001-fixed-issue-where-src-kst-CMakeLists.txt-was-referri.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/0001-fixed-issue-where-src-kst-CMakeLists.txt-was-referri.patch b/0001-fixed-issue-where-src-kst-CMakeLists.txt-was-referri.patch
deleted file mode 100644
index e4ab8512543c..000000000000
--- a/0001-fixed-issue-where-src-kst-CMakeLists.txt-was-referri.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From d83e68f80a93e4823a7e303ea1fac4f5a4e9a848 Mon Sep 17 00:00:00 2001
-From: Nicolas Menard <nicolas.menard@wyss.harvard.edu>
-Date: Thu, 4 Feb 2016 15:02:09 -0500
-Subject: [PATCH 1/1] fixed issue where src/kst/CMakeLists.txt was referring to
- kst.svg and not kst.svgz
-
----
- src/kst/CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/kst/CMakeLists.txt b/src/kst/CMakeLists.txt
-index dc333e8..e7c1e5e 100644
---- a/src/kst/CMakeLists.txt
-+++ b/src/kst/CMakeLists.txt
-@@ -58,13 +58,13 @@ if(UNIX AND NOT APPLE)
- install(FILES ${kst_dir}/src/images/48x48/kst.png DESTINATION share/icons/hicolor/48x48/apps)
- install(FILES ${kst_dir}/src/images/64x64/kst.png DESTINATION share/icons/hicolor/64x64/apps)
- install(FILES ${kst_dir}/src/images/128x128/kst.png DESTINATION share/icons/hicolor/128x128/apps)
-- install(FILES ${kst_dir}/src/images/svg_icons/kst.svg DESTINATION share/icons/hicolor/scalable/apps)
-+ install(FILES ${kst_dir}/src/images/svg_icons/kst.svgz DESTINATION share/icons/hicolor/scalable/apps)
-
- install(FILES ${kst_dir}/src/images/32x32/application-x-kst.png DESTINATION share/icons/hicolor/32x32/apps)
- install(FILES ${kst_dir}/src/images/48x48/application-x-kst.png DESTINATION share/icons/hicolor/48x48/apps)
- install(FILES ${kst_dir}/src/images/64x64/application-x-kst.png DESTINATION share/icons/hicolor/64x64/apps)
- install(FILES ${kst_dir}/src/images/128x128/application-x-kst.png DESTINATION share/icons/hicolor/128x128/apps)
-- install(FILES ${kst_dir}/src/images/svg_icons/application-x-kst.svg DESTINATION share/icons/hicolor/scalable/apps)
-+ install(FILES ${kst_dir}/src/images/svg_icons/application-x-kst.svgz DESTINATION share/icons/hicolor/scalable/apps)
-
- endif()
-
---
-2.7.0
-