]> git.pld-linux.org Git - packages/babychess.git/blame - babychess-desktop.patch
- rel 2 for fixed desktop patch
[packages/babychess.git] / babychess-desktop.patch
CommitLineData
2cb78b4c
MK
1diff -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 2003-10-09 23:32:09.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"
b425303d 11+ echo "Categories=GTK;Game;BoardGame;"
2cb78b4c
MK
12 icon_name=`grep '/\* *Icon: *[^\*]*\*/' < src/$program.cc | \
13 $sed 's/\/\* *Icon: *\([^\* ]*\) *\*\//\1/'`
14 if [ -z "$icon" ] ; then icon=baby ; fi
15diff -Nuard babychess-14.1.orig/src/gui_about.cc babychess-14.1/src/gui_about.cc
16--- babychess-14.1.orig/src/gui_about.cc 2003-03-16 14:10:58.000000000 +0100
17+++ babychess-14.1/src/gui_about.cc 2003-10-09 23:46:29.000000000 +0200
18@@ -1,4 +1,4 @@
19-/* Name: About Baby */
20+/* Name: About BabyChess */
21 /* Comment: Info about Baby programs */
22 /* Icon: chess */
23
24diff -Nuard babychess-14.1.orig/src/gui_game_archive.cc babychess-14.1/src/gui_game_archive.cc
25--- babychess-14.1.orig/src/gui_game_archive.cc 2003-03-16 14:10:54.000000000 +0100
26+++ babychess-14.1/src/gui_game_archive.cc 2003-10-09 23:46:03.000000000 +0200
27@@ -1,4 +1,4 @@
28-/* Name: New Chess Game Archive */
29+/* Name: BabyChess Game Archive */
30 /* Comment: Edit chess game archives */
31 /* Icon: chess */
32 /* MimeType: application/x-pgn */
33diff -Nuard babychess-14.1.orig/src/gui_game.cc babychess-14.1/src/gui_game.cc
34--- babychess-14.1.orig/src/gui_game.cc 2003-03-16 14:10:54.000000000 +0100
35+++ babychess-14.1/src/gui_game.cc 2003-10-09 23:46:17.000000000 +0200
36@@ -1,4 +1,4 @@
37-/* Name: New Chess Game */
38+/* Name: BabyChess Game */
39 /* Comment: Edit chess games */
40 /* Icon: chess */
41
42diff -Nuard babychess-14.1.orig/src/gui_ics.cc babychess-14.1/src/gui_ics.cc
43--- babychess-14.1.orig/src/gui_ics.cc 2003-03-16 14:10:54.000000000 +0100
44+++ babychess-14.1/src/gui_ics.cc 2003-10-09 23:46:40.000000000 +0200
45@@ -1,4 +1,4 @@
46-/* Name: Internet Chess Server */
47+/* Name: BabyChess Server */
48 /* Comment: Play chess over the net */
49 /* Icon: ics */
50
51diff -Nuard babychess-14.1.orig/src/gui_position.cc babychess-14.1/src/gui_position.cc
52--- babychess-14.1.orig/src/gui_position.cc 2003-03-16 14:10:54.000000000 +0100
53+++ babychess-14.1/src/gui_position.cc 2003-10-09 23:45:55.000000000 +0200
54@@ -1,4 +1,4 @@
55-/* Name: New Chess Position */
56+/* Name: BabyChess Position */
57 /* Comment: Edit chess positions */
58 /* MimeType: application/x-fen */
59 /* Icon: chess */
This page took 0.072001 seconds and 4 git commands to generate.