Add config desktop entry

This commit is contained in:
lupoDharkael
2017-08-16 18:23:56 +02:00
parent 25135b92a0
commit a28104d60c
5 changed files with 39 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
[Desktop Entry]
Encoding=UTF-8
Name=Configure Flameshot
Name[es]=Configurar Flameshot
GenericName=Screenshot tool
GenericName[es]=Herramienta de captura de pantalla
Comment=Powerfull yet simple to use screenshot software.
Comment[es]=Potente pero simple de usar software de capturas.
Exec=/usr/local/bin/flameshot config
TryExec=/usr/local/bin/flameshot
Icon=/usr/local/share/icons/flameshot.png
Terminal=false
Type=Application
Categories=Graphics

View File

@@ -1,6 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Flameshot
Name=Take graphical screenshot
Name[es]=Tomar captura gráfica
GenericName=Screenshot tool
GenericName[es]=Herramienta de captura de pantalla
Comment=Powerfull yet simple to use screenshot software.

View File

@@ -0,0 +1,14 @@
[Desktop Entry]
Encoding=UTF-8
Name=Configure Flameshot
Name[es]=Configurar Flameshot
GenericName=Screenshot tool
GenericName[es]=Herramienta de captura de pantalla
Comment=Powerfull yet simple to use screenshot software.
Comment[es]=Potente pero simple de usar software de capturas.
Exec=/usr/bin/flameshot config
TryExec=/usr/bin/flameshot
Icon=/usr/share/icons/flameshot.png
Terminal=false
Type=Application
Categories=Graphics

View File

@@ -1,7 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Name=Flameshot
GenericName=Screenshot tool
Name=Take graphical screenshot
Name[es]=Tomar captura gráfica
GenericName[es]=Herramienta de captura de pantalla
Comment=Powerfull yet simple to use screenshot software.
Comment[es]=Potente pero simple de usar software de capturas.

View File

@@ -152,18 +152,21 @@ unix: {
icon.path = $${BASEDIR}$${USRPATH}/share/icons/
icon.files = img/flameshot.png
desktopentry.path = $${BASEDIR}$${USRPATH}/share/applications
desktopentryinit.path = $${BASEDIR}$${USRPATH}/share/applications
desktopentryconfig.path = $${BASEDIR}$${USRPATH}/share/applications
servicedbus.path = $${BASEDIR}/usr/share/dbus-1/services/
packaging {
desktopentry.files = docs/desktopEntry/package/flameshot.desktop
desktopentryinit.files = docs/desktopEntry/package/flameshot-init.desktop
desktopentryconfig.files = docs/desktopEntry/package/flameshot-config.desktop
servicedbus.files = dbus/package/org.dharkael.Flameshot.service
} else {
desktopentry.files = docs/desktopEntry/make/flameshot.desktop
desktopentryinit.files = docs/desktopEntry/make/flameshot-init.desktop
desktopentryconfig.files = docs/desktopEntry/make/flameshot-config.desktop
servicedbus.files = dbus/make/org.dharkael.Flameshot.service
}
@@ -171,6 +174,7 @@ unix: {
icon \
desktopentry \
desktopentryinit \
desktopentryconfig \
qmfile \
servicedbus \
dbus