Author: cazfi
Date: Sun Feb 15 09:20:18 2015
New Revision: 28153

URL: http://svn.gna.org/viewcvs/freeciv?rev=28153&view=rev
Log:
Removed obsolete freeciv.rc

See patch #5817

Removed:
    branches/S2_5/data/freeciv.rc
Modified:
    branches/S2_5/data/Makefile.am

Modified: branches/S2_5/data/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/Makefile.am?rev=28153&r1=28152&r2=28153&view=diff
==============================================================================
--- branches/S2_5/data/Makefile.am      (original)
+++ branches/S2_5/data/Makefile.am      Sun Feb 15 09:20:18 2015
@@ -49,11 +49,9 @@
 pkgsysconf_DATA = $(SERVER_CONF)
 pkgdata_DATA = $(SERVER_FILES) $(CLIENT_FILES)
 
-# Freeciv.rc was originally for gui-gtk but is also used by gui-sdl
 EXTRA_DIST = \
        Freeciv \
        freeciv-client.png \
-       freeciv.rc      \
        freeciv.rc-2.0  \
        gtk_menus.xml   \
        civserver.dsc.in        \

Removed: branches/S2_5/data/freeciv.rc
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/freeciv.rc?rev=28152&view=auto
==============================================================================
--- branches/S2_5/data/freeciv.rc       (original)
+++ branches/S2_5/data/freeciv.rc       (removed)
@@ -1,49 +0,0 @@
-style "city_label"
-{
-  fontset = "-*-fixed-bold-r-normal--12-*,
-             -*-fixed-bold-r-normal--13-*"
-}
-
-style "notify_label"
-{
-  fontset = "-*-fixed-bold-r-normal--12-*,
-             -*-fixed-bold-r-normal--13-*"
-}
-
-style "spaceship_label"
-{
-  fontset = "-*-fixed-bold-r-normal--12-*,
-             -*-fixed-bold-r-normal--13-*"
-}
-
-style "help_label"
-{
-  fg[PRELIGHT] = { 1.0, 0.0, 0.0 }
-  fg[ACTIVE] = { 1.0, 0.0, 0.0 }
-  fg[NORMAL] = { 1.0, 0.0, 0.0 }
-  fg[INSENSITIVE] = { 1.0, 0.0, 0.0 }
-}
-
-style "help_text"
-{
-  fontset = "-*-fixed-medium-r-normal--14-*"
-}
-
-style "city_names_font"
-{
-  fontset = "-*-fixed-bold-r-normal--14-*"
-}
-
-style "city_productions_font"
-{
-  fontset = "-*-fixed-medium-r-normal--12-*,
-             -*-fixed-medium-r-normal--13-*"
-}
-
-widget "Freeciv*.city label"           style   "city_label"
-widget "Freeciv*.notify label"         style   "notify_label"
-widget "Freeciv*.spaceship label"      style   "spaceship_label"
-widget "Freeciv*.help label"           style   "help_label"
-widget "Freeciv*.help text"            style   "help_text"
-widget "Freeciv*.city names"           style   "city_names_font"
-widget "Freeciv*.city productions"     style   "city_productions_font"


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to