summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-07-18 18:42:28 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-07-18 18:42:47 +0200
commitebefa0508058597cf13d94d6dafe1929a4f1b84e (patch)
treec52f6e5e2cdfb763312557c31ebbd3aa2cfcc1ea /net-misc/nextcloud-client/files
parentdev-lang/swi-prolog: remove old development versions (diff)
downloadgentoo-ebefa0508058597cf13d94d6dafe1929a4f1b84e.tar.gz
gentoo-ebefa0508058597cf13d94d6dafe1929a4f1b84e.tar.bz2
gentoo-ebefa0508058597cf13d94d6dafe1929a4f1b84e.zip
net-misc/nextcloud-client: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-misc/nextcloud-client/files')
-rw-r--r--net-misc/nextcloud-client/files/nextcloud-client-2.2.4-dolphin.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-misc/nextcloud-client/files/nextcloud-client-2.2.4-dolphin.patch b/net-misc/nextcloud-client/files/nextcloud-client-2.2.4-dolphin.patch
deleted file mode 100644
index eea7fad024ac..000000000000
--- a/net-misc/nextcloud-client/files/nextcloud-client-2.2.4-dolphin.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/client/shell_integration/dolphin/CMakeLists.txt
-+++ b/client/shell_integration/dolphin/CMakeLists.txt
-@@ -49,5 +49,6 @@ target_link_libraries(${OWNCLOUDDOLPHINOVERLAYPLUGIN} KF5::CoreAddons KF5::KIOCo
- set(OWNCLOUDDOLPHINACTIONPLUGIN ${APPLICATION_EXECUTABLE}dolphinactionplugin)
- add_library(${OWNCLOUDDOLPHINACTIONPLUGIN} MODULE ownclouddolphinactionplugin.cpp)
- target_link_libraries(${OWNCLOUDDOLPHINACTIONPLUGIN} KF5::CoreAddons KF5::KIOCore KF5::KIOWidgets ${OWNCLOUDDOLPHINHELPER})
--install(FILES ownclouddolphinactionplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} RENAME ${OWNCLOUDDOLPHINACTIONPLUGIN}.desktop)
-+configure_file(ownclouddolphinactionplugin.desktop.in ownclouddolphinactionplugin.desktop ESCAPE_QUOTES @ONLY)
-+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ownclouddolphinactionplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} RENAME ${OWNCLOUDDOLPHINACTIONPLUGIN}.desktop)
- install(TARGETS ${OWNCLOUDDOLPHINACTIONPLUGIN} DESTINATION ${KDE_INSTALL_PLUGINDIR})
---- a/client/shell_integration/dolphin/ownclouddolphinactionplugin.desktop
-+++ /dev/null
-@@ -1,6 +0,0 @@
--[Desktop Entry]
--Type=Service
--Name=OwncloudAction
--ServiceTypes=KFileItemAction/Plugin
--MimeType=application/octet-stream;inode/directory;
--X-KDE-Library=ownclouddolphinactionplugin
---- /dev/null
-+++ b/client/shell_integration/dolphin/ownclouddolphinactionplugin.desktop.in
-@@ -0,0 +1,6 @@
-+[Desktop Entry]
-+Type=Service
-+Name=@APPLICATION_NAME@Action
-+ServiceTypes=KFileItemAction/Plugin
-+MimeType=application/octet-stream;inode/directory;
-+X-KDE-Library=@APPLICATION_EXECUTABLE@dolphinactionplugin