Fleshing out installation.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
cmake_minimum_required (VERSION 2.8.12)
|
||||
|
||||
###############################################################################
|
||||
# gLabels data subproject
|
||||
###############################################################################
|
||||
project (data)
|
||||
|
||||
#=======================================
|
||||
# Install
|
||||
#=======================================
|
||||
install (FILES glabels-qt.desktop DESTINATION share/applications)
|
||||
install (FILES x-glabels-document.mime.xml DESTINATION share/mime/packages)
|
||||
install (FILES glabels-qt.appdata.xml DESTINATION share/appdata)
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>glabels-qt.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<name>gLabels</name>
|
||||
<summary>Create labels, business cards and media covers</summary>
|
||||
<description>
|
||||
<p>gLabels is a program for creating labels and business cards. It is
|
||||
designed to work with various laser/ink-jet peel-off label and business
|
||||
card sheets that you'll find at most office supply stores.</p>
|
||||
<p>gLabels can be used to design address labels, name tags, price tags,
|
||||
cd/dvd labels, or just about anything else that is organized in a regular
|
||||
pattern on a sheet of paper. Labels (or cards) can contain text, images,
|
||||
lines, shapes, and barcodes. gLabels also includes a document-merge feature
|
||||
which lets you print a unique label for each record from an external data
|
||||
source, such as a CSV file.</p>
|
||||
</description>
|
||||
<!--
|
||||
<screenshots>
|
||||
<screenshot width="881" type="default" height="640">
|
||||
<image>http://glabels.org/screenshots/400-screenshot-main.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
-->
|
||||
<url type="homepage">http://glabels.org/</url>
|
||||
<url type="bugtracker">https://github.com/jimevins/glabels-qt/issues</url>
|
||||
<update_contact>evins_at_snaught.com</update_contact>
|
||||
</component>
|
||||
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=gLabels Label Designer 4
|
||||
Comment=Create labels, business cards and media covers
|
||||
Keywords=label;card;print;office;barcode;
|
||||
Exec=glabels-qt %F
|
||||
Icon=glabels
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Office;
|
||||
StartupNotify=true
|
||||
MimeType=application/x-glabels;
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-glabels">
|
||||
<comment>gLabels Project File</comment>
|
||||
<sub-class-of type="application/xml"/>
|
||||
<generic-icon name="x-glabels-project"/>
|
||||
<glob pattern="*.glabels"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
Reference in New Issue
Block a user