Bug#395551: bonded.svg in gnome-cards-data 2.16 (sid) versus
bonded.png in gnome-cards-data 2.14 (etch).
Andreas Henriksson
andreas at fatal.se
Mon Oct 30 13:37:03 CET 2006
The 2.16 version of gnome-cards-data has bonded.svg instead of
bonded.png. Debian Testing still has gnome-cards-data 2.14 though, where
it's still bonded.png.
Attached is a trivial patch that patches the debian patch that changes
the default to bonded.png to use bonded.svg.... :)
Regards,
Andreas Henriksson
-------------- next part --------------
diff -urip gnome-hearts-0.1.2.orig/debian/patches/01_gnome_cards_data.patch gnome-hearts-0.1.2/debian/patches/01_gnome_cards_data.patch
--- gnome-hearts-0.1.2.orig/debian/patches/01_gnome_cards_data.patch 2006-10-30 11:40:51.000000000 +0100
+++ gnome-hearts-0.1.2/debian/patches/01_gnome_cards_data.patch 2006-10-30 11:41:37.000000000 +0100
@@ -4886,7 +4886,7 @@ diff -x .svn -Naur gnome-hearts-0.1.1/sr
# The filename of the card style to use. Full path or a filename in the /cards directory
-card_style=dondorf.svg
-+card_style=bonded.png
++card_style=bonded.svg
# The background
background_image=@CONFIG_DATA_DIR@/pixmaps/gnome-hearts/baize.png
@@ -4898,7 +4898,7 @@ diff -x .svn -Naur gnome-hearts-0.1.1/sr
game_rules.east_ai = g_string_new("John");
game_rules.west_ai = g_string_new("John");
- game_card_style = g_string_new("dondorf.svg");
-+ game_card_style = g_string_new("bonded.png");
++ game_card_style = g_string_new("bonded.svg");
game_background = g_string_new(PACKAGE_DATA_DIR"/pixmaps/gnome-hearts/baize.png");
game_background_tiled = TRUE;
}
More information about the Pkg-gnome-maintainers
mailing list