Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SVG KPart
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Graphics
SVG KPart
Commits
0862fa66
Commit
0862fa66
authored
Dec 06, 2020
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add appdata file
parent
12f01c20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
CMakeLists.txt
CMakeLists.txt
+4
-0
org.kde.svgpart.metainfo.xml
org.kde.svgpart.metainfo.xml
+34
-0
No files found.
CMakeLists.txt
View file @
0862fa66
...
...
@@ -55,6 +55,10 @@ target_link_libraries(svgpart Qt5::Widgets Qt5::Svg KF5::CoreAddons KF5::Parts)
install
(
TARGETS svgpart DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/kf5/parts
)
install
(
FILES svgpart.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
install
(
FILES org.kde.svgpart.metainfo.xml
DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
ki18n_install
(
po
)
...
...
org.kde.svgpart.metainfo.xml
0 → 100644
View file @
0862fa66
<?xml version="1.0" encoding="utf-8"?>
<component
type=
"addon"
>
<id>
org.kde.svgpart
</id>
<!--
Appstream model currently does not support the idea of generic addons
See https://github.com/ximion/appstream/issues/157
As intermediate work-around some typical consumers are listed explicitely.
-->
<extends>
org.kde.ark.desktop
</extends>
<extends>
org.kde.kate.desktop
</extends>
<extends>
org.kde.kdevelop.desktop
</extends>
<extends>
org.kde.krusader.desktop
</extends>
<extends>
org.kde.konqueror.desktop
</extends>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-2.0+
</project_license>
<name>
SVG Viewer KPart
</name>
<summary>
Rendered display of SVG files in KParts-using software
</summary>
<description>
<p>
The SVG Viewer KPart allows KParts-using software to display SVG files in a rendered view.
</p>
</description>
<url
type=
"homepage"
>
https://commits.kde.org/svgpart
</url>
<url
type=
"donation"
>
https://www.kde.org/community/donations/?app=svgpart
</url>
<update_contact>
kossebau_at_kde.org
</update_contact>
<screenshots>
<screenshot
type=
"default"
>
<image>
https://cdn.kde.org/screenshots/svgpart/svgpart.png
</image>
</screenshot>
</screenshots>
<project_group>
KDE
</project_group>
<categories>
<category>
Graphics
</category>
</categories>
<content_rating
type=
"oars-1.1"
/>
</component>
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