Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Archive
gnome-sdk-images
Commits
deff6283
Commit
deff6283
authored
Jan 18, 2017
by
Alexander Larsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add appdata
parent
d0a34b9d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
2 deletions
+41
-2
org.gnome.Platform.appdata.xml
org.gnome.Platform.appdata.xml
+13
-0
org.gnome.Sdk.appdata.xml
org.gnome.Sdk.appdata.xml
+13
-0
org.gnome.Sdk.json.in
org.gnome.Sdk.json.in
+8
-0
os-release-configure
os-release-configure
+7
-2
No files found.
org.gnome.Platform.appdata.xml
0 → 100644
View file @
deff6283
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Richard Hughes <richard@hughsie.com> -->
<component
type=
"runtime"
>
<id>
org.gnome.Platform
</id>
<metadata_license>
CC0
</metadata_license>
<!-- FIXME -->
<project_license>
GPL-2.0+
</project_license>
<name>
GNOME Application Platform
</name>
<summary>
Shared libraries used by GNOME applications
</summary>
<url
type=
"homepage"
>
http://www.gnome.org/
</url>
<project_group>
GNOME
</project_group>
</component>
org.gnome.Sdk.appdata.xml
0 → 100644
View file @
deff6283
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Richard Hughes <richard@hughsie.com> -->
<component
type=
"runtime"
>
<id>
org.gnome.Sdk
</id>
<metadata_license>
CC0
</metadata_license>
<!-- FIXME -->
<project_license>
GPL-2.0+
</project_license>
<name>
GNOME Software Development Kit
</name>
<summary>
Tools and headers for developing applications using the GNOME application platform
</summary>
<url
type=
"homepage"
>
http://www.gnome.org/
</url>
<project_group>
GNOME
</project_group>
</component>
org.gnome.Sdk.json.in
View file @
deff6283
...
...
@@ -788,6 +788,14 @@
"type": "file",
"path": "os-release"
},
{
"type": "file",
"path": "org.gnome.Sdk.appdata.xml"
},
{
"type": "file",
"path": "org.gnome.Platform.appdata.xml"
},
{
"type": "file",
"path": "os-release-configure",
...
...
os-release-configure
View file @
deff6283
...
...
@@ -4,6 +4,11 @@ cat <<EOF > Makefile
all:
install:
mkdir -p
$(
DESTDIR
)
/usr/lib
install os-release
$(
DESTDIR
)
/usr/lib
mkdir -p
${
DESTDIR
}
/usr/lib
install os-release
${
DESTDIR
}
/usr/lib
mkdir -p
${
DESTDIR
}
/usr/share/appdata
install org.gnome.Platform.appdata.xml
${
DESTDIR
}
/usr/share/appdata
install org.gnome.Sdk.appdata.xml
${
DESTDIR
}
/usr/share/appdata
appstream-compose --basename=org.gnome.Platform --prefix=/usr --origin=flatpak org.gnome.Platform
appstream-compose --basename=org.gnome.Sdk --prefix=/usr --origin=flatpak org.gnome.Sdk
EOF
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