]> git.pld-linux.org Git - packages/gnome-games.git/commitdiff
- rename icon
authorankry <ankry@pld-linux.org>
Wed, 2 Oct 2002 17:40:32 +0000 (17:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-games-xbill.patch -> 1.1

gnome-games-xbill.patch [new file with mode: 0644]

diff --git a/gnome-games-xbill.patch b/gnome-games-xbill.patch
new file mode 100644 (file)
index 0000000..835942c
--- /dev/null
@@ -0,0 +1,37 @@
+--- gnome-games-1.4.0.4/xbill/xbill.desktop.old        Wed Oct  2 18:54:02 2002
++++ gnome-games-1.4.0.4/xbill/xbill.desktop    Wed Oct  2 18:54:02 2002
+@@ -33,7 +33,7 @@
+ Comment[tr]=xBill oyununun Gnome surümü
+ Comment[wa]=Ni leyîz nén ki Bill mete si sistinme dvins les coputreces
+ Comment[zh_TW]=xBill ¹CÀ¸ªº Gnome ª©¥»
+-Icon=xbill.png
++Icon=gnome-xbill.png
+ Exec=gnome-xbill
+ Terminal=0
+ Type=Application
+--- gnome-games-1.4.0.4/xbill/UI.cc.old        Wed Oct  2 18:55:10 2002
++++ gnome-games-1.4.0.4/xbill/UI.cc    Wed Oct  2 18:55:10 2002
+@@ -44,7 +44,7 @@
+ void UI::initialize(int argc, char **argv, const struct poptOption *options) {
+         gnome_init_with_popt_table(PACKAGE, VERSION, argc, argv,
+                                  options, 0, NULL);
+-      gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/xbill.png");
++      gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-xbill.png");
+       toplevel = gnome_app_new("gnome-xbill", "Gnome xBill");
+       gtk_signal_connect(GTK_OBJECT(toplevel), "destroy",
+                          GTK_SIGNAL_FUNC(gtk_main_quit), NULL);
+--- gnome-games-1.4.0.4/xbill/Makefile.am.old  Wed Oct  2 18:58:15 2002
++++ gnome-games-1.4.0.4/xbill/Makefile.am      Wed Oct  2 18:58:34 2002
+@@ -16,10 +16,10 @@
+ gnome_xbill_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS)
+-EXTRA_DIST = README.Ports xbill.png xbill.desktop
++EXTRA_DIST = README.Ports gnome-xbill.png xbill.desktop
+ pixmapdir = $(datadir)/pixmaps
+-pixmap_DATA = xbill.png
++pixmap_DATA = gnome-xbill.png
+ Gamesdir=$(datadir)/gnome/apps/Games
+ Games_DATA = xbill.desktop
This page took 0.127958 seconds and 4 git commands to generate.