diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-18 09:46:11 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-18 09:46:11 +0200 |
commit | f086e811c45095cce7365dad66e6b8149490bd50 (patch) | |
tree | 24de8338436960eaa58ca54d1acc6fb710878d46 /debian/patches/desktop_file.patch | |
parent | ec16b34c2812a90713a8dcb7a1a7606a9b554999 (diff) |
New maintainer, new upstream release, some bugs
Diffstat (limited to 'debian/patches/desktop_file.patch')
-rw-r--r-- | debian/patches/desktop_file.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/desktop_file.patch b/debian/patches/desktop_file.patch new file mode 100644 index 0000000..43e57bd --- /dev/null +++ b/debian/patches/desktop_file.patch @@ -0,0 +1,34 @@ +Description: insert missing tag Keywords and some other changes +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Forwarded: not-needed +Last-Update: 2014-10-17 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/xsane.desktop +=================================================================== +--- trunk.orig/src/xsane.desktop ++++ trunk/src/xsane.desktop +@@ -1,9 +1,19 @@ + [Desktop Entry] +-Encoding=UTF-8 +-Name=XSane - Scanning +-Comment=Acquire images from a scanner ++Name=XSane Image scanning program ++Name[ru]=Программа для сканирования изображений ++Name[ca]=Programa d'escaneig d'imatges XSane ++Name[es]=Programa de escaneo de imágenes XSane ++Name[fr]=Programme d'acquisition d'images XSane ++Comment=A program to work with scanner. Can be used as a scanning, copier, OCR, fax tools. ++Comment[ru]=Программа для работы со сканером. Может быть использована в качестве копировального аппарата, факса, и др. ++Comment[ca]=Un programa per a treballar amb escànners. Es pot utilitzar com una eina d'escanejat, copiat, OCR i fax. ++Comment[es]=Un programa para trabajar con escáners. Se puede utilizar como una herramienta para escanear, copiar, OCR y fax. ++Comment[fr]=Un programme d'acquisition d'images pour votre scanner. Peut également photocopier, faxer ou faire de la reconnaissance de caractères. + Exec=xsane + Icon=xsane + Terminal=false + Type=Application +-Categories=Application;Graphics ++Categories=Application;Graphics;GTK;RasterGraphics;Scanning;OCR;2DGraphics; ++Keywords=scannerfrontend ++StartupNotify=true ++ |