Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/kbarcode/files: kbarcode-2.0.6-desktop-entry-fixes.diff
Date: Sun, 30 Mar 2008 09:30:04
Message-Id: E1JftrW-00033z-0O@stork.gentoo.org
1 carlo 08/03/30 09:30:02
2
3 Added: kbarcode-2.0.6-desktop-entry-fixes.diff
4 Log:
5 Version bump.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-text/kbarcode/files/kbarcode-2.0.6-desktop-entry-fixes.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/files/kbarcode-2.0.6-desktop-entry-fixes.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/kbarcode/files/kbarcode-2.0.6-desktop-entry-fixes.diff?rev=1.1&content-type=text/plain
13
14 Index: kbarcode-2.0.6-desktop-entry-fixes.diff
15 ===================================================================
16 --- ./kbarcode/kbarcode-batch.desktop.orig 2008-03-30 10:31:03.000000000 +0200
17 +++ ./kbarcode/kbarcode-batch.desktop 2008-03-30 10:31:32.000000000 +0200
18 @@ -1,9 +1,8 @@
19 [Desktop Entry]
20 -Encoding=UTF-8
21 Type=Application
22 Exec=kbarcode --batch
23 -Icon=kbarcode.png
24 -DocPath=kbarcode/index.html
25 +Icon=kbarcode
26 +X-DocPath=kbarcode/index.html
27 Comment=Barcode and label printing tool (batch printing mode)
28 Comment[de]=Werkzeug zum Barcode und Etiketten Druck (Stapelverarbeitung)
29 Terminal=false
30 --- ./kbarcode/kbarcode-editor.desktop.orig 2008-03-30 10:23:10.000000000 +0200
31 +++ ./kbarcode/kbarcode-editor.desktop 2008-03-30 10:23:32.000000000 +0200
32 @@ -1,9 +1,8 @@
33 [Desktop Entry]
34 -Encoding=UTF-8
35 Type=Application
36 Exec=kbarcode --label
37 -Icon=kbarcode.png
38 -DocPath=kbarcode/index.html
39 +Icon=kbarcode
40 +X-DocPath=kbarcode/index.html
41 Comment=Barcode and label printing tool (editor)
42 Comment[de]=Werkzeug zum Barcode und Etiketten Druck (Editor)
43 Terminal=false
44 --- ./kbarcode/kbarcode-single.desktop.orig 2008-03-30 10:32:30.000000000 +0200
45 +++ ./kbarcode/kbarcode-single.desktop 2008-03-30 10:52:42.000000000 +0200
46 @@ -1,12 +1,11 @@
47 [Desktop Entry]
48 -Encoding=UTF-8
49 Type=Application
50 Exec=kbarcode --barcode
51 -Icon=kbarcode.png
52 -DocPath=kbarcode/index.html
53 +Icon=kbarcode
54 +X-DocPath=kbarcode/index.html
55 Comment=Barcode generation tool
56 Comment[de]=Barcode Erstellung
57 -Terminal=0
58 +Terminal=false
59 Name=KBarcode Barcode Generator
60 Name[de]=KBarcode Barcode Generator
61 Categories=Qt;KDE;Office;
62 --- ./kbarcode/kbarcode.desktop.orig 2008-03-30 11:00:33.000000000 +0200
63 +++ ./kbarcode/kbarcode.desktop 2008-03-30 11:05:47.000000000 +0200
64 @@ -1,13 +1,11 @@
65 [Desktop Entry]
66 -Encoding=UTF-8
67 Type=Application
68 Exec=kbarcode -caption "%c" %i %m %f
69 -Icon=kbarcode.png
70 -MimeType=application/kbarcode-label
71 -DocPath=kbarcode/index.html
72 +Icon=kbarcode
73 +MimeType=application/kbarcode-label;
74 +X-DocPath=kbarcode/index.html
75 Comment=Barcode and label printing tool
76 Comment[de]=Werkzeug zum Barcode und Etiketten Druck
77 -Terminal=0
78 Name=KBarcode
79 Name[de]=KBarcode
80 Categories=Qt;KDE;Office;
81 --- kbarcode/Makefile.am.orig 2008-03-30 10:28:22.000000000 +0200
82 +++ kbarcode/Makefile.am 2008-03-30 11:09:04.000000000 +0200
83 @@ -52,7 +52,7 @@
84 csvfile.cpp referencecounted.cpp dstextedit.cpp encodingcombo.cpp purepostscript.cpp tbarcode2.cpp \
85 kactionmap.cpp
86
87 -xdg_apps_DATA = kbarcode.desktop kbarcode-batch.desktop kbarcode-editor.desktop kbarcode-label.desktop kbarcode-single.desktop
88 +xdg_apps_DATA = kbarcode.desktop kbarcode-batch.desktop kbarcode-editor.desktop kbarcode-single.desktop
89
90 datafiles_DATA = logo.png barcodes.html exampledata.sql labeldefinitions.sql barcode.ps rules.xml
91 datafilesdir = $(kde_datadir)/kbarcode
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list