summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/qx11grab/files/0.4.1-fix-install-destination.patch')
-rw-r--r--media-video/qx11grab/files/0.4.1-fix-install-destination.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-video/qx11grab/files/0.4.1-fix-install-destination.patch b/media-video/qx11grab/files/0.4.1-fix-install-destination.patch
deleted file mode 100644
index 70325762be8d..000000000000
--- a/media-video/qx11grab/files/0.4.1-fix-install-destination.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Naur qx11grab-0.4.1.orig/CMakeLists.txt qx11grab-0.4.1/CMakeLists.txt
---- qx11grab-0.4.1.orig/CMakeLists.txt 2012-03-17 20:12:08.421574605 +0100
-+++ qx11grab-0.4.1/CMakeLists.txt 2012-03-17 20:24:11.833530710 +0100
-@@ -318,7 +318,7 @@
-
- INSTALL (FILES
- ${ARCHIVE_OUTPUT_PATH}/qx11grab.1
-- DESTINATION share/man/man1/qx11grab.1
-+ DESTINATION share/man/man1/
- )
-
- ##############################################################
-diff -Naur qx11grab-0.4.1.orig/icons/CMakeLists.txt qx11grab-0.4.1/icons/CMakeLists.txt
---- qx11grab-0.4.1.orig/icons/CMakeLists.txt 2012-03-17 20:12:08.410574742 +0100
-+++ qx11grab-0.4.1/icons/CMakeLists.txt 2012-03-17 20:19:27.200089116 +0100
-@@ -20,7 +20,8 @@
- ## Pixmaps
- INSTALL (FILES
- qx11grab_36.png
-- DESTINATION share/pixmaps/qx11grab.png
-+ DESTINATION share/pixmaps/
-+ RENAME qx11grab.png
- COMPONENT data
- )
-