Skip to content

Commit

Permalink
Fixed gnome app file - fixes #1754
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 9, 2015
1 parent ddfb525 commit fa12868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/debian/freecad.appdata.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">freecad.desktop</id>
<licence>LGPL</licence>
<metadata_licence>CC-BY-3.0</metadata_licence>
<project_license>LGPL-2.1+</project_license>
<name>FreeCAD</name>
<summary>An open source parametric 3D CAD modeler</summary>
<description>
Expand Down
2 changes: 2 additions & 0 deletions package/debian/rules
Expand Up @@ -70,6 +70,8 @@ install-stamp:
dh_install debian/freecad.desktop usr/share/applications
dh_installman debian/freecad.1 debian/mime/freecad-thumbnailer.1
dh_installchangelogs ChangeLog.txt
# install the gnome app file
df_install debian/freecad.appdata.xml debian/freecad/usr/share/appdata
# install the headers
#dh_install -pfreecad-dev debian/tmp/freecad/usr/include/* usr/include
# install the help system
Expand Down

0 comments on commit fa12868

Please sign in to comment.