summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-09-05 18:30:21 +0200
committerAmy Liffey <amynka@gentoo.org>2017-09-05 20:15:15 +0200
commit876d10151101f68dec8521d7cd3be611f26e08cb (patch)
tree708150a4f8ff8c5bb53de5192c8ccb11e7c61d8b /x11-misc/tint2
parentmedia-libs/opencv: remove unused patches (diff)
downloadgentoo-876d10151101f68dec8521d7cd3be611f26e08cb.tar.gz
gentoo-876d10151101f68dec8521d7cd3be611f26e08cb.tar.bz2
gentoo-876d10151101f68dec8521d7cd3be611f26e08cb.zip
x11-misc/tint2: remove unused patch
Closes:#5624
Diffstat (limited to 'x11-misc/tint2')
-rw-r--r--x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch b/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
deleted file mode 100644
index f923e0651737..000000000000
--- a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 155672e2245a..a4b6dc0c7eda 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -176,7 +176,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS "-pthread -fno-strict-aliasin
- install( TARGETS tint2 DESTINATION bin )
- install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
- install( FILES tint2.desktop DESTINATION ${DATADIR}/applications )
--install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
- install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
- install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
- install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} )
-diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt
-index e8c6db38fe20..f844c24371e7 100644
---- a/src/tint2conf/CMakeLists.txt
-+++ b/src/tint2conf/CMakeLists.txt
-@@ -71,4 +71,3 @@ add_subdirectory(po)
- install( TARGETS tint2conf DESTINATION bin )
- install( FILES tint2conf.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
- install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications )
--install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )