aboutsummaryrefslogtreecommitdiff
path: root/graphics/showimage/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-12-13 16:26:40 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-12-13 16:26:40 +0000
commit135e376db2c0edca8c8bf968c9b77f13b232dbc5 (patch)
tree2785f61858be4472dc8cae5ab99f4f604d58b164 /graphics/showimage/files
parent8b47c307d1d5d0b94dae18d4d7bda03608929ae9 (diff)
downloadports-135e376db2c0edca8c8bf968c9b77f13b232dbc5.tar.gz
ports-135e376db2c0edca8c8bf968c9b77f13b232dbc5.zip
Notes
Diffstat (limited to 'graphics/showimage/files')
-rw-r--r--graphics/showimage/files/patch-CMakeLists.txt17
-rw-r--r--graphics/showimage/files/patch-showimage.desktop11
2 files changed, 28 insertions, 0 deletions
diff --git a/graphics/showimage/files/patch-CMakeLists.txt b/graphics/showimage/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..53d52939dd56
--- /dev/null
+++ b/graphics/showimage/files/patch-CMakeLists.txt
@@ -0,0 +1,17 @@
+--- ./CMakeLists.txt.orig 2011-08-17 14:50:52.000000000 +0000
++++ ./CMakeLists.txt 2011-12-13 16:02:16.768599808 +0000
+@@ -13,11 +13,11 @@
+
+ kde4_add_ui_files(showimage_SRCS)
+
+-kde4_add_executable(showimage ${showimage_SRCS})
++kde4_add_executable(showimage-kde4 ${showimage_SRCS})
+
+-target_link_libraries(showimage ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS})
++target_link_libraries(showimage-kde4 ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS})
+
+-install(TARGETS showimage ${INSTALL_TARGETS_DEFAULT_ARGS})
++install(TARGETS showimage-kde4 ${INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES showimage.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
+
+ kde4_install_icons(${ICON_INSTALL_DIR})
diff --git a/graphics/showimage/files/patch-showimage.desktop b/graphics/showimage/files/patch-showimage.desktop
new file mode 100644
index 000000000000..931f310abecc
--- /dev/null
+++ b/graphics/showimage/files/patch-showimage.desktop
@@ -0,0 +1,11 @@
+--- ./showimage.desktop.orig 2011-09-12 19:22:18.000000000 +0000
++++ ./showimage.desktop 2011-12-13 15:58:11.884599087 +0000
+@@ -2,7 +2,7 @@
+ Type=Application
+ Encoding=UTF-8
+ Exec=showimage %F
+-Icon=showimage
++Icon=showimage-kde4
+ Categories=Graphics;RasterGraphics;Viewer;
+ Terminal=false
+