Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
655f3e7e
Verified
Commit
655f3e7e
authored
Jun 04, 2021
by
Alexander Lohnau
💬
Browse files
Remove obsolete .protocol files
Task:
https://phabricator.kde.org/T14518
parent
e7c659b9
Changes
5
Hide whitespace changes
Inline
Side-by-side
kioslave/akonadi/CMakeLists.txt
View file @
655f3e7e
...
...
@@ -20,9 +20,3 @@ target_link_libraries(kio_akonadi
set_target_properties
(
kio_akonadi PROPERTIES OUTPUT_NAME
"akonadi"
)
install
(
TARGETS kio_akonadi DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf5/kio
)
########### install files ###############
install
(
FILES akonadi.protocol DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
kioslave/akonadi/akonadi.protocol
deleted
100644 → 0
View file @
e7c659b9
[Protocol]
exec=kf5/kio/akonadi
protocol=akonadi
input=none
output=filesystem
listing=Name,Type
reading=true
writing=false
deleting=true
fileNameUsedForCopying=Name
kioslave/pop3/CMakeLists.txt
View file @
655f3e7e
...
...
@@ -17,11 +17,3 @@ target_link_libraries(kio_pop3 KF5::KIOCore KF5::I18n Qt::Network Sasl2::Sasl2)
set_target_properties
(
kio_pop3 PROPERTIES OUTPUT_NAME
"pop3"
)
install
(
TARGETS kio_pop3 DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf5/kio/
)
########### install files ###############
install
(
FILES pop3.protocol pop3s.protocol DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
kioslave/pop3/pop3.protocol
deleted
100644 → 0
View file @
e7c659b9
[Protocol]
exec=kf5/kio/pop3
protocol=pop3
Capabilities=SASL
input=none
output=filesystem
listing=Name,Type,Size
reading=true
writing=false
deleting=true
source=true
makedir=false
linking=false
moving=false
X-DocPath=kioslave5/pop3/index.html
Icon=mail-folder-inbox
kioslave/pop3/pop3s.protocol
deleted
100644 → 0
View file @
e7c659b9
[Protocol]
exec=kf5/kio/pop3
protocol=pop3s
Capabilities=SASL
input=none
output=filesystem
listing=Name,Type,Size
reading=true
writing=false
deleting=true
source=true
makedir=false
linking=false
moving=false
X-DocPath=kioslave5/pop3/index.html
Icon=mail-folder-inbox
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment