]> git.pld-linux.org Git - packages/babychess.git/blob - babychess-desktop.patch
- tabs in preamble
[packages/babychess.git] / babychess-desktop.patch
1 diff -Nuard babychess-14.1.orig/sh/install babychess-14.1/sh/install
2 --- babychess-14.1.orig/sh/install      2003-03-16 14:10:54.000000000 +0100
3 +++ babychess-14.1/sh/install   2005-05-13 00:42:00.000000000 +0200
4 @@ -111,8 +111,9 @@
5                 echo "Name=$prog_name"
6                 echo "Comment=`grep '/\* *Comment: *[^\*]*\*/' < src/$program.cc | $sed 's/\/\* *Comment: *\([^\*]*\) *\*\//\1/'`"
7                 echo "Exec=$install_dir/bin/baby_$program"
8 -               echo "Terminal=0"
9 +               echo "Terminal=false"
10                 echo "Type=Application"
11 +               echo "Categories=GTK;Game;BoardGame;"
12                 icon_name=`grep '/\* *Icon: *[^\*]*\*/' < src/$program.cc | \
13                            $sed 's/\/\* *Icon: *\([^\* ]*\) *\*\//\1/'`
14                 if [ -z "$icon" ] ; then icon=baby ; fi
15 @@ -123,7 +124,7 @@
16                 mimetype=$mimetype
17                 if [ "$mimetype" ]
18                 then
19 -                   echo "MimeType=$mimetype;Application"
20 +                   echo "MimeType=$mimetype"
21                 fi
22             } >$tmp_entry
23  
24 diff -Nuard babychess-14.1.orig/src/gui_about.cc babychess-14.1/src/gui_about.cc
25 --- babychess-14.1.orig/src/gui_about.cc        2003-03-16 14:10:58.000000000 +0100
26 +++ babychess-14.1/src/gui_about.cc     2003-10-09 23:46:29.000000000 +0200
27 @@ -1,4 +1,4 @@
28 -/* Name:     About Baby               */
29 +/* Name:     About BabyChess               */
30  /* Comment:  Info about Baby programs */
31  /* Icon:     chess                    */
32  
33 diff -Nuard babychess-14.1.orig/src/gui_game_archive.cc babychess-14.1/src/gui_game_archive.cc
34 --- babychess-14.1.orig/src/gui_game_archive.cc 2003-03-16 14:10:54.000000000 +0100
35 +++ babychess-14.1/src/gui_game_archive.cc      2003-10-09 23:46:03.000000000 +0200
36 @@ -1,4 +1,4 @@
37 -/* Name:     New Chess Game Archive   */
38 +/* Name:     BabyChess Game Archive   */
39  /* Comment:  Edit chess game archives */
40  /* Icon:     chess                    */
41  /* MimeType:   application/x-pgn      */
42 diff -Nuard babychess-14.1.orig/src/gui_game.cc babychess-14.1/src/gui_game.cc
43 --- babychess-14.1.orig/src/gui_game.cc 2003-03-16 14:10:54.000000000 +0100
44 +++ babychess-14.1/src/gui_game.cc      2003-10-09 23:46:17.000000000 +0200
45 @@ -1,4 +1,4 @@
46 -/* Name:       New Chess Game      */
47 +/* Name:       BabyChess Game      */
48  /* Comment:    Edit chess games    */
49  /* Icon:       chess               */
50  
51 diff -Nuard babychess-14.1.orig/src/gui_ics.cc babychess-14.1/src/gui_ics.cc
52 --- babychess-14.1.orig/src/gui_ics.cc  2003-03-16 14:10:54.000000000 +0100
53 +++ babychess-14.1/src/gui_ics.cc       2003-10-09 23:46:40.000000000 +0200
54 @@ -1,4 +1,4 @@
55 -/* Name:     Internet Chess Server   */
56 +/* Name:     BabyChess Server   */
57  /* Comment:  Play chess over the net */
58  /* Icon:     ics                     */
59  
60 diff -Nuard babychess-14.1.orig/src/gui_position.cc babychess-14.1/src/gui_position.cc
61 --- babychess-14.1.orig/src/gui_position.cc     2003-03-16 14:10:54.000000000 +0100
62 +++ babychess-14.1/src/gui_position.cc  2003-10-09 23:45:55.000000000 +0200
63 @@ -1,4 +1,4 @@
64 -/* Name:        New Chess Position   */
65 +/* Name:        BabyChess Position   */
66  /* Comment:     Edit chess positions */
67  /* MimeType:    application/x-fen    */
68  /* Icon:        chess                */
This page took 0.159637 seconds and 3 git commands to generate.