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
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
[EMAIL PROTECTED]@/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;
}