Skip to content

Commit 7f89044

Browse files
committed
add kde support
1 parent cf30f7a commit 7f89044

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ else()
160160
install(FILES ${CMAKE_SOURCE_DIR}/nautilus-python/extensions/dependency-viewer-43.py
161161
DESTINATION share/nautilus-python/extensions
162162
COMPONENT nautilus-integration)
163+
install(FILES ${CMAKE_SOURCE_DIR}/dolphin/kde-qldd-menu.desktop
164+
DESTINATION share/kservices5/ServiceMenus
165+
COMPONENT dolphin-integration)
163166

164167
set(PYTHON_NAUTILUS_DEB "python-nautilus")
165168
set(PYTHON_NAUTILUS_RPM "nautilus-python")

dolphin/kde-qldd-menu.desktop

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Desktop Entry]
2+
Type=Service
3+
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
4+
MimeType=application/x-sharedlib;application/x-executable
5+
Actions=ViewDependency;
6+
7+
[Desktop Action ViewDependency]
8+
Exec=Qldd "%u"
9+
Icon=/usr/share/pixmaps/Qldd.png
10+
11+
Name=View Dependencies
12+
Name[ru]=Посмотреть зависимости

0 commit comments

Comments
 (0)