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
Discover
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
2
Merge Requests
2
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
Plasma
Discover
Commits
c66379da
Commit
c66379da
authored
Jan 09, 2018
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include appstream information for backends
CCBUG: 388716
parent
243ad65f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
0 deletions
+37
-0
libdiscover/backends/FlatpakBackend/CMakeLists.txt
libdiscover/backends/FlatpakBackend/CMakeLists.txt
+1
-0
libdiscover/backends/FlatpakBackend/org.kde.discover.flatpak.appdata.xml
...kends/FlatpakBackend/org.kde.discover.flatpak.appdata.xml
+11
-0
libdiscover/backends/PackageKitBackend/CMakeLists.txt
libdiscover/backends/PackageKitBackend/CMakeLists.txt
+2
-0
libdiscover/backends/PackageKitBackend/org.kde.discover.packagekit.appdata.xml
...PackageKitBackend/org.kde.discover.packagekit.appdata.xml
+11
-0
libdiscover/backends/SnapBackend/CMakeLists.txt
libdiscover/backends/SnapBackend/CMakeLists.txt
+1
-0
libdiscover/backends/SnapBackend/org.kde.discover.snap.appdata.xml
...er/backends/SnapBackend/org.kde.discover.snap.appdata.xml
+11
-0
No files found.
libdiscover/backends/FlatpakBackend/CMakeLists.txt
View file @
c66379da
...
...
@@ -23,3 +23,4 @@ set_target_properties(FlatpakNotifier PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_F
install
(
TARGETS FlatpakNotifier DESTINATION
${
PLUGIN_INSTALL_DIR
}
/discover-notifier
)
install
(
PROGRAMS org.kde.discover-flatpak.desktop DESTINATION
${
XDG_APPS_INSTALL_DIR
}
)
install
(
FILES org.kde.discover.flatpak.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
libdiscover/backends/FlatpakBackend/org.kde.discover.flatpak.appdata.xml
0 → 100644
View file @
c66379da
<?xml version="1.0" encoding="UTF-8"?>
<component
type=
'addon'
>
<id>
org.kde.discover.flatpak
</id>
<name>
Flatpak backend
</name>
<summary>
Integrates Flatpak applications into Discover
</summary>
<extends>
org.kde.discover.desktop
</extends>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-2.0+
</project_license>
<developer_name>
Aleix Pol Gonzalez
</developer_name>
<icon
type=
"stock"
>
system-software-install
</icon>
</component>
libdiscover/backends/PackageKitBackend/CMakeLists.txt
View file @
c66379da
...
...
@@ -33,3 +33,5 @@ if(packagekitqt5_VERSION VERSION_GREATER 0.9.7)
target_compile_definitions
(
packagekit-backend PUBLIC -DPKQT_0_10
)
target_compile_definitions
(
DiscoverPackageKitNotifier PUBLIC -DPKQT_0_10
)
endif
()
install
(
FILES org.kde.discover.packagekit.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
libdiscover/backends/PackageKitBackend/org.kde.discover.packagekit.appdata.xml
0 → 100644
View file @
c66379da
<?xml version="1.0" encoding="UTF-8"?>
<component
type=
'addon'
>
<id>
org.kde.discover.packagekit
</id>
<name>
PackageKit backend
</name>
<summary>
Integrates distribution applications into Discover
</summary>
<extends>
org.kde.discover.desktop
</extends>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-2.0+
</project_license>
<developer_name>
Aleix Pol Gonzalez
</developer_name>
<icon
type=
"stock"
>
system-software-install
</icon>
</component>
libdiscover/backends/SnapBackend/CMakeLists.txt
View file @
c66379da
...
...
@@ -5,3 +5,4 @@ target_link_libraries(snap-backend Qt5::Core KF5::CoreAddons KF5::ConfigCore Dis
install
(
TARGETS snap-backend DESTINATION
${
PLUGIN_INSTALL_DIR
}
/discover
)
install
(
FILES snap-backend-categories.xml DESTINATION
${
DATA_INSTALL_DIR
}
/libdiscover/categories
)
install
(
FILES org.kde.discover.snap.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
libdiscover/backends/SnapBackend/org.kde.discover.snap.appdata.xml
0 → 100644
View file @
c66379da
<?xml version="1.0" encoding="UTF-8"?>
<component
type=
'addon'
>
<id>
org.kde.discover.snap
</id>
<name>
Snap backend
</name>
<summary>
Integrates Snap applications into Discover
</summary>
<extends>
org.kde.discover.desktop
</extends>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-2.0+
</project_license>
<developer_name>
Aleix Pol Gonzalez
</developer_name>
<icon
type=
"stock"
>
system-software-install
</icon>
</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