This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository freeciv.
commit 37c0f939a5b98b94538a9ca4a274c03d33140103 Author: Markus Koschany <[email protected]> Date: Thu Aug 17 02:27:53 2017 +0200 Drop themes_sdl_use_system_fonts.patch --- debian/patches/series | 1 - debian/patches/themes_sdl_use_system_fonts.patch | 33 ------------------------ 2 files changed, 34 deletions(-) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 374dc67..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -themes_sdl_use_system_fonts.patch diff --git a/debian/patches/themes_sdl_use_system_fonts.patch b/debian/patches/themes_sdl_use_system_fonts.patch deleted file mode 100644 index 1d2ba5d..0000000 --- a/debian/patches/themes_sdl_use_system_fonts.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Debian Games Team <[email protected]> -Date: Sun, 19 Oct 2014 22:30:23 +0200 -Subject: themes_sdl_use_system_fonts - -Use Debian's system fonts. - -Forwarded: not-needed ---- - data/themes/gui-sdl/human/theme.themespec | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/data/themes/gui-sdl/human/theme.themespec b/data/themes/gui-sdl/human/theme.themespec -index 9129192..0a0da06 100644 ---- a/data/themes/gui-sdl/human/theme.themespec -+++ b/data/themes/gui-sdl/human/theme.themespec -@@ -8,13 +8,13 @@ name = "human" - priority = 20 - - ; The font to be used: --font_file = "themes/gui-sdl/human/DejaVuSans.ttf" -+font_file = "../../fonts/truetype/dejavu/DejaVuSans.ttf" - ; To use CJK fonts, provide the path to the font below. - ; Fonts recommended for Freeciv can be fetched from svn trunk, e.g.: - ; http://svn.gna.org/viewcvs/freeciv/trunk/data/themes/gui-sdl/human/ --font_file_zh_CN = "themes/gui-sdl/human/fireflysung.ttf" --font_file_ja = "themes/gui-sdl/human/sazanami-gothic.ttf" --font_file_ko = "themes/gui-sdl/human/UnDotum.ttf" -+font_file_zh_CN = "../../fonts/truetype/arphic/uming.ttc" -+font_file_ja = "../../fonts/opentype/ipafont-gothic/ipag.ttf" -+font_file_ko = "../../fonts/truetype/unfonts-core/UnDotum.ttf" - default_font_size = 18 - - ; Below, the graphics spec files; must be somewhere (anywhere) in -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeciv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

