aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-21 21:02:45 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-21 21:02:45 +0000
commit6c2c0c83aceafb09a4ecddcbbaf7a64499e00476 (patch)
tree95f52611694720168e3e52e68e3469aa239fbe13
parentd8fc136e9d354f01711723e3155e756148805f5f (diff)
downloadports-6c2c0c83aceafb09a4ecddcbbaf7a64499e00476.tar.gz
ports-6c2c0c83aceafb09a4ecddcbbaf7a64499e00476.zip
Notes
-rw-r--r--games/Makefile1
-rw-r--r--games/lincity-ng/Makefile42
-rw-r--r--games/lincity-ng/distinfo2
-rw-r--r--games/lincity-ng/files/patch-mk-jam-install.jam11
-rw-r--r--games/lincity-ng/pkg-descr6
-rw-r--r--games/lincity-ng/pkg-plist878
6 files changed, 940 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 486373959a32..c3f832c941fa 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -286,6 +286,7 @@
SUBDIR += libmt_client
SUBDIR += libshhcards
SUBDIR += lincity
+ SUBDIR += lincity-ng
SUBDIR += linux-doom3-demo
SUBDIR += linux-enemyterritory
SUBDIR += linux-enemyterritory-fortress
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile
new file mode 100644
index 000000000000..05459abb2faa
--- /dev/null
+++ b/games/lincity-ng/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: lincity-ng
+# Date created: 25 June 2005
+# Whom: Andrej Zverev
+#
+# $FreeBSD$
+#
+
+PORTNAME= lincity-ng
+PORTVERSION= 1.0
+CATEGORIES= games
+MASTER_SITES= http://download.berlios.de/lincity-ng/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= az@inec.ru
+COMMENT= Improved rich city simulation game for X
+
+BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
+LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs
+
+USE_BZIP2= yes
+USE_GCC= 3.2+
+USE_SDL= sdl mixer image ttf gfx
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-libphysfs=${PREFIX}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build on 4.x"
+.endif
+
+do-build:
+ @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} jam)
+
+do-install:
+ @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} jam ${INSTALL_TARGET})
+
+.include <bsd.port.post.mk>
diff --git a/games/lincity-ng/distinfo b/games/lincity-ng/distinfo
new file mode 100644
index 000000000000..8ee128b90548
--- /dev/null
+++ b/games/lincity-ng/distinfo
@@ -0,0 +1,2 @@
+MD5 (lincity-ng-1.0.tar.bz2) = 606253d145dcf9992ed8eea47e6795f3
+SIZE (lincity-ng-1.0.tar.bz2) = 34724931
diff --git a/games/lincity-ng/files/patch-mk-jam-install.jam b/games/lincity-ng/files/patch-mk-jam-install.jam
new file mode 100644
index 000000000000..b175e548be28
--- /dev/null
+++ b/games/lincity-ng/files/patch-mk-jam-install.jam
@@ -0,0 +1,11 @@
+--- mk/jam/install.jam.orig Mon Jun 20 05:08:10 2005
++++ mk/jam/install.jam Wed Jun 29 15:45:25 2005
+@@ -11,7 +11,7 @@
+
+ # set some paths
+ appdatadir ?= [ ConcatDirs $(datadir) $(PACKAGE_NAME) ] ;
+-appdocdir ?= [ ConcatDirs $(datadir) doc $(PACKAGE_NAME)-$(PACKAGE_VERSION) ] ;
++appdocdir ?= [ ConcatDirs $(datadir) doc $(PACKAGE_NAME) ] ;
+ appconfdir ?= [ ConcatDirs $(sysconfdir) $(PACKAGE_NAME) ] ;
+ plugindir ?= [ ConcatDirs $(libdir) $(PACKAGE_NAME) ] ;
+ applicationsdir ?= [ ConcatDirs $(datadir) applications ] ;
diff --git a/games/lincity-ng/pkg-descr b/games/lincity-ng/pkg-descr
new file mode 100644
index 000000000000..9bf12345bbe6
--- /dev/null
+++ b/games/lincity-ng/pkg-descr
@@ -0,0 +1,6 @@
+LinCity-NG is a City Simulation Game. It is a polished and improved
+version of the classic LinCity game. Within the scope of the GoTM project at
+happypenguin.org we have created a new iso-3d graphics engine together with a
+completely redone and modern gui.
+
+WWW: http://lincity-ng.berlios.de
diff --git a/games/lincity-ng/pkg-plist b/games/lincity-ng/pkg-plist
new file mode 100644
index 000000000000..6af70c56b1f9
--- /dev/null
+++ b/games/lincity-ng/pkg-plist
@@ -0,0 +1,878 @@
+bin/lincity-ng
+share/applications/lincity-ng.desktop
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/COPYING-data.txt
+%%DOCSDIR%%/COPYING-fonts.txt
+%%DOCSDIR%%/README
+%%DOCSDIR%%/RELNOTES
+%%DOCSDIR%%/TODO
+%%DOCSDIR%%/userconfig.xml
+%%DATADIR%%/colour.pal
+%%DATADIR%%/fonts/fixed.ttf
+%%DATADIR%%/fonts/sans.ttf
+%%DATADIR%%/fonts/serif.ttf
+%%DATADIR%%/gui/allgone.xml
+%%DATADIR%%/gui/app.xml
+%%DATADIR%%/gui/blacksmithup.xml
+%%DATADIR%%/gui/bulldoze_monument_yn.xml
+%%DATADIR%%/gui/bulldoze_river_yn.xml
+%%DATADIR%%/gui/bulldoze_shanty_yn.xml
+%%DATADIR%%/gui/buttonpanel.xml
+%%DATADIR%%/gui/coal_survey_yn.xml
+%%DATADIR%%/gui/coalmineup.xml
+%%DATADIR%%/gui/coalpowerup.xml
+%%DATADIR%%/gui/credits.xml
+%%DATADIR%%/gui/creditslist.xml
+%%DATADIR%%/gui/cricketup.xml
+%%DATADIR%%/gui/fire.xml
+%%DATADIR%%/gui/firestationup.xml
+%%DATADIR%%/gui/gamestats.xml
+%%DATADIR%%/gui/healthup.xml
+%%DATADIR%%/gui/helpwindow.xml
+%%DATADIR%%/gui/hvindustryup.xml
+%%DATADIR%%/gui/import-exportup.xml
+%%DATADIR%%/gui/launch-evac.xml
+%%DATADIR%%/gui/launch-fail.xml
+%%DATADIR%%/gui/launch-gone.xml
+%%DATADIR%%/gui/launch-good.xml
+%%DATADIR%%/gui/launch_rocket_yn.xml
+%%DATADIR%%/gui/loadgame.xml
+%%DATADIR%%/gui/ltindustryup.xml
+%%DATADIR%%/gui/mainmenu.xml
+%%DATADIR%%/gui/messagearea.xml
+%%DATADIR%%/gui/millup.xml
+%%DATADIR%%/gui/minimap.xml
+%%DATADIR%%/gui/minimapswitchbuttons.xml
+%%DATADIR%%/gui/mod_wind_up.xml
+%%DATADIR%%/gui/mps.xml
+%%DATADIR%%/gui/newgame.xml
+%%DATADIR%%/gui/no-credit-parkland.xml
+%%DATADIR%%/gui/no-credit-recycle.xml
+%%DATADIR%%/gui/no-credit-rocket.xml
+%%DATADIR%%/gui/no-credit-solar-power.xml
+%%DATADIR%%/gui/no-credit-university.xml
+%%DATADIR%%/gui/nobull-tip.xml
+%%DATADIR%%/gui/options.xml
+%%DATADIR%%/gui/parkup.xml
+%%DATADIR%%/gui/pbar.xml
+%%DATADIR%%/gui/piemenu.xml
+%%DATADIR%%/gui/portdialog.xml
+%%DATADIR%%/gui/potteryup.xml
+%%DATADIR%%/gui/railwayup.xml
+%%DATADIR%%/gui/recycleup.xml
+%%DATADIR%%/gui/riverup.xml
+%%DATADIR%%/gui/roadup.xml
+%%DATADIR%%/gui/rocketup.xml
+%%DATADIR%%/gui/schoolup.xml
+%%DATADIR%%/gui/shfire-oc.xml
+%%DATADIR%%/gui/shfire-uc.xml
+%%DATADIR%%/gui/solarpowerup.xml
+%%DATADIR%%/gui/speedpanel.xml
+%%DATADIR%%/gui/sustain.xml
+%%DATADIR%%/gui/tradedialog.xml
+%%DATADIR%%/gui/universityup.xml
+%%DATADIR%%/gui/windmillup.xml
+%%DATADIR%%/help/de/help.xml
+%%DATADIR%%/help/en/blacksmith.xml
+%%DATADIR%%/help/en/bulldoze.xml
+%%DATADIR%%/help/en/button-index.xml
+%%DATADIR%%/help/en/coal.xml
+%%DATADIR%%/help/en/coalmine.xml
+%%DATADIR%%/help/en/commune.xml
+%%DATADIR%%/help/en/cricket.xml
+%%DATADIR%%/help/en/dialogs.xml
+%%DATADIR%%/help/en/economy.xml
+%%DATADIR%%/help/en/export.xml
+%%DATADIR%%/help/en/farm.xml
+%%DATADIR%%/help/en/fast.xml
+%%DATADIR%%/help/en/finance.xml
+%%DATADIR%%/help/en/firestation.xml
+%%DATADIR%%/help/en/food.xml
+%%DATADIR%%/help/en/goods.xml
+%%DATADIR%%/help/en/health.xml
+%%DATADIR%%/help/en/help.xml
+%%DATADIR%%/help/en/housing.xml
+%%DATADIR%%/help/en/industryh.xml
+%%DATADIR%%/help/en/industryl.xml
+%%DATADIR%%/help/en/jobs.xml
+%%DATADIR%%/help/en/keys.xml
+%%DATADIR%%/help/en/market.xml
+%%DATADIR%%/help/en/medium.xml
+%%DATADIR%%/help/en/mill.xml
+%%DATADIR%%/help/en/mini-screen.xml
+%%DATADIR%%/help/en/monument.xml
+%%DATADIR%%/help/en/msb-coal.xml
+%%DATADIR%%/help/en/msb-cricket.xml
+%%DATADIR%%/help/en/msb-fire.xml
+%%DATADIR%%/help/en/msb-health.xml
+%%DATADIR%%/help/en/msb-normal.xml
+%%DATADIR%%/help/en/msb-pol.xml
+%%DATADIR%%/help/en/msb-power.xml
+%%DATADIR%%/help/en/msb-starve.xml
+%%DATADIR%%/help/en/msb-ub40.xml
+%%DATADIR%%/help/en/ore.xml
+%%DATADIR%%/help/en/oremine.xml
+%%DATADIR%%/help/en/other-costs.xml
+%%DATADIR%%/help/en/park.xml
+%%DATADIR%%/help/en/pause.xml
+%%DATADIR%%/help/en/pbar.xml
+%%DATADIR%%/help/en/pollution.xml
+%%DATADIR%%/help/en/port.xml
+%%DATADIR%%/help/en/pottery.xml
+%%DATADIR%%/help/en/powerline.xml
+%%DATADIR%%/help/en/powerscoal.xml
+%%DATADIR%%/help/en/powerssolar.xml
+%%DATADIR%%/help/en/query.xml
+%%DATADIR%%/help/en/rail.xml
+%%DATADIR%%/help/en/recycle.xml
+%%DATADIR%%/help/en/residential.xml
+%%DATADIR%%/help/en/river.xml
+%%DATADIR%%/help/en/road.xml
+%%DATADIR%%/help/en/rocket.xml
+%%DATADIR%%/help/en/school.xml
+%%DATADIR%%/help/en/slow.xml
+%%DATADIR%%/help/en/steel.xml
+%%DATADIR%%/help/en/substation.xml
+%%DATADIR%%/help/en/sustain.xml
+%%DATADIR%%/help/en/tech-level.xml
+%%DATADIR%%/help/en/tip.xml
+%%DATADIR%%/help/en/track.xml
+%%DATADIR%%/help/en/transport.xml
+%%DATADIR%%/help/en/university.xml
+%%DATADIR%%/help/en/windmill.xml
+%%DATADIR%%/help/nl/blacksmith.xml
+%%DATADIR%%/help/nl/bulldoze.xml
+%%DATADIR%%/help/nl/button-index.xml
+%%DATADIR%%/help/nl/coal.xml
+%%DATADIR%%/help/nl/coalmine.xml
+%%DATADIR%%/help/nl/commune.xml
+%%DATADIR%%/help/nl/cricket.xml
+%%DATADIR%%/help/nl/dialogs.xml
+%%DATADIR%%/help/nl/economy.xml
+%%DATADIR%%/help/nl/export.xml
+%%DATADIR%%/help/nl/farm.xml
+%%DATADIR%%/help/nl/fast.xml
+%%DATADIR%%/help/nl/finance.xml
+%%DATADIR%%/help/nl/firestation.xml
+%%DATADIR%%/help/nl/food.xml
+%%DATADIR%%/help/nl/goods.xml
+%%DATADIR%%/help/nl/health.xml
+%%DATADIR%%/help/nl/help.xml
+%%DATADIR%%/help/nl/housing.xml
+%%DATADIR%%/help/nl/industryh.xml
+%%DATADIR%%/help/nl/industryl.xml
+%%DATADIR%%/help/nl/jobs.xml
+%%DATADIR%%/help/nl/keys.xml
+%%DATADIR%%/help/nl/market.xml
+%%DATADIR%%/help/nl/medium.xml
+%%DATADIR%%/help/nl/mill.xml
+%%DATADIR%%/help/nl/mini-screen.xml
+%%DATADIR%%/help/nl/monument.xml
+%%DATADIR%%/help/nl/msb-coal.xml
+%%DATADIR%%/help/nl/msb-cricket.xml
+%%DATADIR%%/help/nl/msb-fire.xml
+%%DATADIR%%/help/nl/msb-health.xml
+%%DATADIR%%/help/nl/msb-normal.xml
+%%DATADIR%%/help/nl/msb-pol.xml
+%%DATADIR%%/help/nl/msb-power.xml
+%%DATADIR%%/help/nl/msb-starve.xml
+%%DATADIR%%/help/nl/msb-ub40.xml
+%%DATADIR%%/help/nl/ore.xml
+%%DATADIR%%/help/nl/oremine.xml
+%%DATADIR%%/help/nl/other-costs.xml
+%%DATADIR%%/help/nl/park.xml
+%%DATADIR%%/help/nl/pause.xml
+%%DATADIR%%/help/nl/pbar.xml
+%%DATADIR%%/help/nl/pollution.xml
+%%DATADIR%%/help/nl/port.xml
+%%DATADIR%%/help/nl/pottery.xml
+%%DATADIR%%/help/nl/powerline.xml
+%%DATADIR%%/help/nl/powerscoal.xml
+%%DATADIR%%/help/nl/powerssolar.xml
+%%DATADIR%%/help/nl/rail.xml
+%%DATADIR%%/help/nl/recycle.xml
+%%DATADIR%%/help/nl/residential.xml
+%%DATADIR%%/help/nl/river.xml
+%%DATADIR%%/help/nl/road.xml
+%%DATADIR%%/help/nl/rocket.xml
+%%DATADIR%%/help/nl/school.xml
+%%DATADIR%%/help/nl/steel.xml
+%%DATADIR%%/help/nl/substation.xml
+%%DATADIR%%/help/nl/sustain.xml
+%%DATADIR%%/help/nl/tech-level.xml
+%%DATADIR%%/help/nl/test.xml
+%%DATADIR%%/help/nl/tip.xml
+%%DATADIR%%/help/nl/track.xml
+%%DATADIR%%/help/nl/transport.xml
+%%DATADIR%%/help/nl/university.xml
+%%DATADIR%%/help/nl/windmill.xml
+%%DATADIR%%/images/gui/buttonpanel/base/bulldozer.png
+%%DATADIR%%/images/gui/buttonpanel/base/pointer.png
+%%DATADIR%%/images/gui/buttonpanel/bed.png
+%%DATADIR%%/images/gui/buttonpanel/bucket.png
+%%DATADIR%%/images/gui/buttonpanel/bulldozer1.png
+%%DATADIR%%/images/gui/buttonpanel/bulldozer2.png
+%%DATADIR%%/images/gui/buttonpanel/coal.png
+%%DATADIR%%/images/gui/buttonpanel/coalps.png
+%%DATADIR%%/images/gui/buttonpanel/cow.png
+%%DATADIR%%/images/gui/buttonpanel/fire_drencher.png
+%%DATADIR%%/images/gui/buttonpanel/gui_tree.png
+%%DATADIR%%/images/gui/buttonpanel/industry.png
+%%DATADIR%%/images/gui/buttonpanel/industry/blacksmith.png
+%%DATADIR%%/images/gui/buttonpanel/industry/heavyindustry.png
+%%DATADIR%%/images/gui/buttonpanel/industry/heavyindustry2.png
+%%DATADIR%%/images/gui/buttonpanel/industry/lightindustry.png
+%%DATADIR%%/images/gui/buttonpanel/industry/market.png
+%%DATADIR%%/images/gui/buttonpanel/industry/pottery.png
+%%DATADIR%%/images/gui/buttonpanel/menu/game_menu.png
+%%DATADIR%%/images/gui/buttonpanel/menu/settings_menu.png
+%%DATADIR%%/images/gui/buttonpanel/mining/coalmine.png
+%%DATADIR%%/images/gui/buttonpanel/mining/commune.png
+%%DATADIR%%/images/gui/buttonpanel/mining/oremine.png
+%%DATADIR%%/images/gui/buttonpanel/mining/recycling.png
+%%DATADIR%%/images/gui/buttonpanel/mining/trash.png
+%%DATADIR%%/images/gui/buttonpanel/misc/book.png
+%%DATADIR%%/images/gui/buttonpanel/misc/fire.png
+%%DATADIR%%/images/gui/buttonpanel/misc/health.png
+%%DATADIR%%/images/gui/buttonpanel/misc/sports.png
+%%DATADIR%%/images/gui/buttonpanel/misc/university.png
+%%DATADIR%%/images/gui/buttonpanel/ore.png
+%%DATADIR%%/images/gui/buttonpanel/parks/farm.png
+%%DATADIR%%/images/gui/buttonpanel/parks/mills.png
+%%DATADIR%%/images/gui/buttonpanel/parks/monument.png
+%%DATADIR%%/images/gui/buttonpanel/parks/tree.png
+%%DATADIR%%/images/gui/buttonpanel/parks/water.png
+%%DATADIR%%/images/gui/buttonpanel/pointer1.png
+%%DATADIR%%/images/gui/buttonpanel/pottery.png
+%%DATADIR%%/images/gui/buttonpanel/power/coalpower.png
+%%DATADIR%%/images/gui/buttonpanel/power/powerlines.png
+%%DATADIR%%/images/gui/buttonpanel/power/solarpower.png
+%%DATADIR%%/images/gui/buttonpanel/power/substation.png
+%%DATADIR%%/images/gui/buttonpanel/power/windmills.png
+%%DATADIR%%/images/gui/buttonpanel/recycle.png
+%%DATADIR%%/images/gui/buttonpanel/residence/residence-hightec-high.png
+%%DATADIR%%/images/gui/buttonpanel/residence/residence-hightec-lo.png
+%%DATADIR%%/images/gui/buttonpanel/residence/residence-hightec-med.png
+%%DATADIR%%/images/gui/buttonpanel/residence/residence-lotec-high.png
+%%DATADIR%%/images/gui/buttonpanel/residence/residence-lotec-lo.png
+%%DATADIR%%/images/gui/buttonpanel/residence/residence-lotec-med.png
+%%DATADIR%%/images/gui/buttonpanel/residence/residence.png
+%%DATADIR%%/images/gui/buttonpanel/resident.png
+%%DATADIR%%/images/gui/buttonpanel/ship.png
+%%DATADIR%%/images/gui/buttonpanel/shoes.png
+%%DATADIR%%/images/gui/buttonpanel/soccer.png
+%%DATADIR%%/images/gui/buttonpanel/solar.png
+%%DATADIR%%/images/gui/buttonpanel/substation.png
+%%DATADIR%%/images/gui/buttonpanel/train.png
+%%DATADIR%%/images/gui/buttonpanel/transport/port.png
+%%DATADIR%%/images/gui/buttonpanel/transport/rails.png
+%%DATADIR%%/images/gui/buttonpanel/transport/rails2.png
+%%DATADIR%%/images/gui/buttonpanel/transport/rails3.png
+%%DATADIR%%/images/gui/buttonpanel/transport/road.png
+%%DATADIR%%/images/gui/buttonpanel/transport/rocket.png
+%%DATADIR%%/images/gui/buttonpanel/transport/tracks.png
+%%DATADIR%%/images/gui/buttonpanel/windmill.png
+%%DATADIR%%/images/gui/buttons/button-border-2.png
+%%DATADIR%%/images/gui/buttons/button-border-5.png
+%%DATADIR%%/images/gui/buttons/button-border-6.png
+%%DATADIR%%/images/gui/buttons/button-checked.png
+%%DATADIR%%/images/gui/buttons/button-clicked.png
+%%DATADIR%%/images/gui/buttons/button-hover.png
+%%DATADIR%%/images/gui/buttons/button.png
+%%DATADIR%%/images/gui/buttons/menu-button-checked.png
+%%DATADIR%%/images/gui/buttons/menu-button-clicked.png
+%%DATADIR%%/images/gui/buttons/menu-button-hover.png
+%%DATADIR%%/images/gui/buttons/menu-button.png
+%%DATADIR%%/images/gui/buttons/round/button-round-20.png
+%%DATADIR%%/images/gui/buttons/round/button-round-30.png
+%%DATADIR%%/images/gui/buttons/round/button-round-40.png
+%%DATADIR%%/images/gui/buttons/round/button-round-50.png
+%%DATADIR%%/images/gui/buttons/round/button-round-checked-20.png
+%%DATADIR%%/images/gui/buttons/round/button-round-checked-30.png
+%%DATADIR%%/images/gui/buttons/round/button-round-checked-40.png
+%%DATADIR%%/images/gui/buttons/round/button-round-checked-50.png
+%%DATADIR%%/images/gui/buttons/round/button-round-clicked-20.png
+%%DATADIR%%/images/gui/buttons/round/button-round-clicked-30.png
+%%DATADIR%%/images/gui/buttons/round/button-round-clicked-40.png
+%%DATADIR%%/images/gui/buttons/round/button-round-clicked-50.png
+%%DATADIR%%/images/gui/buttons/round/button-round-hover-20.png
+%%DATADIR%%/images/gui/buttons/round/button-round-hover-30.png
+%%DATADIR%%/images/gui/buttons/round/button-round-hover-40.png
+%%DATADIR%%/images/gui/buttons/round/button-round-hover-50.png
+%%DATADIR%%/images/gui/buttons/savebutton-checked.png
+%%DATADIR%%/images/gui/buttons/savebutton-clicked.png
+%%DATADIR%%/images/gui/buttons/savebutton-hover.png
+%%DATADIR%%/images/gui/buttons/savebutton.png
+%%DATADIR%%/images/gui/buttons/tabbed/tabbed-clicked.png
+%%DATADIR%%/images/gui/buttons/tabbed/tabbed-hover.png
+%%DATADIR%%/images/gui/buttons/tabbed/tabbed.png
+%%DATADIR%%/images/gui/checkbox/checkbox.png
+%%DATADIR%%/images/gui/checkbox/checkbox_checked.png
+%%DATADIR%%/images/gui/dialogs/info.png
+%%DATADIR%%/images/gui/dialogs/invention.png
+%%DATADIR%%/images/gui/dialogs/nobutton-clicked.png
+%%DATADIR%%/images/gui/dialogs/nobutton-hover.png
+%%DATADIR%%/images/gui/dialogs/nobutton.png
+%%DATADIR%%/images/gui/dialogs/okaybutton.png
+%%DATADIR%%/images/gui/dialogs/question.png
+%%DATADIR%%/images/gui/dialogs/warning.png
+%%DATADIR%%/images/gui/dialogs/yesbutton-clicked.png
+%%DATADIR%%/images/gui/dialogs/yesbutton-hover.png
+%%DATADIR%%/images/gui/dialogs/yesbutton.png
+%%DATADIR%%/images/gui/import-export.png
+%%DATADIR%%/images/gui/info/hidehigh.png
+%%DATADIR%%/images/gui/info/info.png
+%%DATADIR%%/images/gui/info/mapoverlay.png
+%%DATADIR%%/images/gui/info/statistics.png
+%%DATADIR%%/images/gui/mapview/minimap_bg.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_coal.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_electrics.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_fire.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_food.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_health.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_pollution.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_pollution2.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_resident.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_resident2.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_resident3.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_road.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_sport.png
+%%DATADIR%%/images/gui/mapview/roundbuttons/round_ub40.png
+%%DATADIR%%/images/gui/panel.png
+%%DATADIR%%/images/gui/pbar_bg.png
+%%DATADIR%%/images/gui/scrollbar/arrow_down.png
+%%DATADIR%%/images/gui/scrollbar/arrow_up.png
+%%DATADIR%%/images/gui/speed/fast.png
+%%DATADIR%%/images/gui/speed/faster.png
+%%DATADIR%%/images/gui/speed/normal.png
+%%DATADIR%%/images/gui/speed/pause.png
+%%DATADIR%%/images/gui/speedpanel.png
+%%DATADIR%%/images/gui/window/window_close.png
+%%DATADIR%%/images/gui/window/window_close_clicked.png
+%%DATADIR%%/images/gui/window/window_close_hover.png
+%%DATADIR%%/images/gui/window/window_maximize.png
+%%DATADIR%%/images/gui/window/window_maximize_clicked.png
+%%DATADIR%%/images/gui/window/window_maximize_hover.png
+%%DATADIR%%/images/gui/window/window_minimize.png
+%%DATADIR%%/images/gui/window/window_minimize_clicked.png
+%%DATADIR%%/images/gui/window/window_minimize_hover.png
+%%DATADIR%%/images/gui/window/window_title.png
+%%DATADIR%%/images/gui/zoom/zoomin.png
+%%DATADIR%%/images/gui/zoom/zoomout.png
+%%DATADIR%%/images/mainmenu/buttons/back-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/back-hover.png
+%%DATADIR%%/images/mainmenu/buttons/back.png
+%%DATADIR%%/images/mainmenu/buttons/continue-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/continue-hover.png
+%%DATADIR%%/images/mainmenu/buttons/continue.png
+%%DATADIR%%/images/mainmenu/buttons/credits-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/credits-hover.png
+%%DATADIR%%/images/mainmenu/buttons/credits.png
+%%DATADIR%%/images/mainmenu/buttons/load-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/load-hover.png
+%%DATADIR%%/images/mainmenu/buttons/load.png
+%%DATADIR%%/images/mainmenu/buttons/new-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/new-hover.png
+%%DATADIR%%/images/mainmenu/buttons/new.png
+%%DATADIR%%/images/mainmenu/buttons/options-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/options-hover.png
+%%DATADIR%%/images/mainmenu/buttons/options.png
+%%DATADIR%%/images/mainmenu/buttons/quit-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/quit-hover.png
+%%DATADIR%%/images/mainmenu/buttons/quit.png
+%%DATADIR%%/images/mainmenu/buttons/start-clicked.png
+%%DATADIR%%/images/mainmenu/buttons/start-hover.png
+%%DATADIR%%/images/mainmenu/buttons/start.png
+%%DATADIR%%/images/mainmenu/credits_back.png
+%%DATADIR%%/images/mainmenu/menu_back.png
+%%DATADIR%%/images/mainmenu/newgame_back.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar-item.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar000.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar010.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar020.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar030.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar040.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar050.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar060.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar070.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar080.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar090.png
+%%DATADIR%%/images/mainmenu/progressbar/progressbar100.png
+%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-000.png
+%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-015.png
+%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-030.png
+%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-045.png
+%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-060.png
+%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-075.png
+%%DATADIR%%/images/mainmenu/progresswheel/progresswheel-100.png
+%%DATADIR%%/images/mainmenu/settings/fullscreen.png
+%%DATADIR%%/images/mainmenu/settings/music-off.png
+%%DATADIR%%/images/mainmenu/settings/music-on.png
+%%DATADIR%%/images/mainmenu/settings/sound-off.png
+%%DATADIR%%/images/mainmenu/settings/sound-on.png
+%%DATADIR%%/images/mainmenu/settings/windowed.png
+%%DATADIR%%/images/mainmenu/settings_back.png
+%%DATADIR%%/images/mainmenu/slider/slider-down-highlight.png
+%%DATADIR%%/images/mainmenu/slider/slider-down.png
+%%DATADIR%%/images/mainmenu/slider/slider-position-hightlight.png
+%%DATADIR%%/images/mainmenu/slider/slider-position.png
+%%DATADIR%%/images/mainmenu/slider/slider-up-highlight.png
+%%DATADIR%%/images/mainmenu/slider/slider-up.png
+%%DATADIR%%/images/tiles/blacksmith0.png
+%%DATADIR%%/images/tiles/blacksmith1.png
+%%DATADIR%%/images/tiles/blacksmith2.png
+%%DATADIR%%/images/tiles/blacksmith3.png
+%%DATADIR%%/images/tiles/blacksmith4.png
+%%DATADIR%%/images/tiles/blacksmith5.png
+%%DATADIR%%/images/tiles/blacksmith6.png
+%%DATADIR%%/images/tiles/blank.png
+%%DATADIR%%/images/tiles/burnt_land.png
+%%DATADIR%%/images/tiles/coalmine-empty.png
+%%DATADIR%%/images/tiles/coalmine-full.png
+%%DATADIR%%/images/tiles/coalmine-low.png
+%%DATADIR%%/images/tiles/coalmine-med.png
+%%DATADIR%%/images/tiles/commune1.png
+%%DATADIR%%/images/tiles/commune10.png
+%%DATADIR%%/images/tiles/commune11.png
+%%DATADIR%%/images/tiles/commune12.png
+%%DATADIR%%/images/tiles/commune13.png
+%%DATADIR%%/images/tiles/commune2.png
+%%DATADIR%%/images/tiles/commune3.png
+%%DATADIR%%/images/tiles/commune4.png
+%%DATADIR%%/images/tiles/commune5.png
+%%DATADIR%%/images/tiles/commune6.png
+%%DATADIR%%/images/tiles/commune8.png
+%%DATADIR%%/images/tiles/commune9.png
+%%DATADIR%%/images/tiles/cricket1.png
+%%DATADIR%%/images/tiles/cricket2.png
+%%DATADIR%%/images/tiles/cricket3.png
+%%DATADIR%%/images/tiles/cricket4.png
+%%DATADIR%%/images/tiles/cricket5.png
+%%DATADIR%%/images/tiles/cricket6.png
+%%DATADIR%%/images/tiles/cricket7.png
+%%DATADIR%%/images/tiles/ex_port.png
+%%DATADIR%%/images/tiles/farm0.png
+%%DATADIR%%/images/tiles/farm11.png
+%%DATADIR%%/images/tiles/farm15.png
+%%DATADIR%%/images/tiles/farm3.png
+%%DATADIR%%/images/tiles/farm7.png
+%%DATADIR%%/images/tiles/fire1.png
+%%DATADIR%%/images/tiles/fire2.png
+%%DATADIR%%/images/tiles/fire3.png
+%%DATADIR%%/images/tiles/fire4.png
+%%DATADIR%%/images/tiles/fire5.png
+%%DATADIR%%/images/tiles/firedone1.png
+%%DATADIR%%/images/tiles/firedone2.png
+%%DATADIR%%/images/tiles/firedone3.png
+%%DATADIR%%/images/tiles/firedone4.png
+%%DATADIR%%/images/tiles/firestation1.png
+%%DATADIR%%/images/tiles/firestation10.png
+%%DATADIR%%/images/tiles/firestation2.png
+%%DATADIR%%/images/tiles/firestation3.png
+%%DATADIR%%/images/tiles/firestation4.png
+%%DATADIR%%/images/tiles/firestation5.png
+%%DATADIR%%/images/tiles/firestation6.png
+%%DATADIR%%/images/tiles/firestation7.png
+%%DATADIR%%/images/tiles/firestation8.png
+%%DATADIR%%/images/tiles/firestation9.png
+%%DATADIR%%/images/tiles/green.png
+%%DATADIR%%/images/tiles/health.png
+%%DATADIR%%/images/tiles/images.xml
+%%DATADIR%%/images/tiles/industryhc.png
+%%DATADIR%%/images/tiles/industryhh1.png
+%%DATADIR%%/images/tiles/industryhh2.png
+%%DATADIR%%/images/tiles/industryhh3.png
+%%DATADIR%%/images/tiles/industryhh4.png
+%%DATADIR%%/images/tiles/industryhh5.png
+%%DATADIR%%/images/tiles/industryhh6.png
+%%DATADIR%%/images/tiles/industryhh7.png
+%%DATADIR%%/images/tiles/industryhh8.png
+%%DATADIR%%/images/tiles/industryhl1.png
+%%DATADIR%%/images/tiles/industryhl2.png
+%%DATADIR%%/images/tiles/industryhl3.png
+%%DATADIR%%/images/tiles/industryhl4.png
+%%DATADIR%%/images/tiles/industryhl5.png
+%%DATADIR%%/images/tiles/industryhl6.png
+%%DATADIR%%/images/tiles/industryhl7.png
+%%DATADIR%%/images/tiles/industryhl8.png
+%%DATADIR%%/images/tiles/industryhm1.png
+%%DATADIR%%/images/tiles/industryhm2.png
+%%DATADIR%%/images/tiles/industryhm3.png
+%%DATADIR%%/images/tiles/industryhm4.png
+%%DATADIR%%/images/tiles/industryhm5.png
+%%DATADIR%%/images/tiles/industryhm6.png
+%%DATADIR%%/images/tiles/industryhm7.png
+%%DATADIR%%/images/tiles/industryhm8.png
+%%DATADIR%%/images/tiles/industrylc.png
+%%DATADIR%%/images/tiles/industrylh1.png
+%%DATADIR%%/images/tiles/industrylh2.png
+%%DATADIR%%/images/tiles/industrylh3.png
+%%DATADIR%%/images/tiles/industrylh4.png
+%%DATADIR%%/images/tiles/industryll1.png
+%%DATADIR%%/images/tiles/industryll2.png
+%%DATADIR%%/images/tiles/industryll3.png
+%%DATADIR%%/images/tiles/industryll4.png
+%%DATADIR%%/images/tiles/industrylm1.png
+%%DATADIR%%/images/tiles/industrylm2.png
+%%DATADIR%%/images/tiles/industrylm3.png
+%%DATADIR%%/images/tiles/industrylm4.png
+%%DATADIR%%/images/tiles/industrylq1.png
+%%DATADIR%%/images/tiles/industrylq2.png
+%%DATADIR%%/images/tiles/industrylq3.png
+%%DATADIR%%/images/tiles/industrylq4.png
+%%DATADIR%%/images/tiles/market-empty.png
+%%DATADIR%%/images/tiles/market-full.png
+%%DATADIR%%/images/tiles/market-low.png
+%%DATADIR%%/images/tiles/market-med.png
+%%DATADIR%%/images/tiles/mill0.png
+%%DATADIR%%/images/tiles/mill1.png
+%%DATADIR%%/images/tiles/mill2.png
+%%DATADIR%%/images/tiles/mill3.png
+%%DATADIR%%/images/tiles/mill4.png
+%%DATADIR%%/images/tiles/mill5.png
+%%DATADIR%%/images/tiles/mill6.png
+%%DATADIR%%/images/tiles/monument0.png
+%%DATADIR%%/images/tiles/monument1.png
+%%DATADIR%%/images/tiles/monument2.png
+%%DATADIR%%/images/tiles/monument3.png
+%%DATADIR%%/images/tiles/monument4.png
+%%DATADIR%%/images/tiles/monument5.png
+%%DATADIR%%/images/tiles/oremine1.png
+%%DATADIR%%/images/tiles/oremine2.png
+%%DATADIR%%/images/tiles/oremine3.png
+%%DATADIR%%/images/tiles/oremine4.png
+%%DATADIR%%/images/tiles/oremine5.png
+%%DATADIR%%/images/tiles/oremine6.png
+%%DATADIR%%/images/tiles/oremine7.png
+%%DATADIR%%/images/tiles/oremine8.png
+%%DATADIR%%/images/tiles/parkland-lake.png
+%%DATADIR%%/images/tiles/parkland-plane.png
+%%DATADIR%%/images/tiles/pottery0.png
+%%DATADIR%%/images/tiles/pottery1.png
+%%DATADIR%%/images/tiles/pottery10.png
+%%DATADIR%%/images/tiles/pottery2.png
+%%DATADIR%%/images/tiles/pottery3.png
+%%DATADIR%%/images/tiles/pottery4.png
+%%DATADIR%%/images/tiles/pottery5.png
+%%DATADIR%%/images/tiles/pottery6.png
+%%DATADIR%%/images/tiles/pottery7.png
+%%DATADIR%%/images/tiles/pottery8.png
+%%DATADIR%%/images/tiles/pottery9.png
+%%DATADIR%%/images/tiles/powerlhd.png
+%%DATADIR%%/images/tiles/powerlhl.png
+%%DATADIR%%/images/tiles/powerlldd.png
+%%DATADIR%%/images/tiles/powerlldl.png
+%%DATADIR%%/images/tiles/powerlldrd.png
+%%DATADIR%%/images/tiles/powerlldrl.png
+%%DATADIR%%/images/tiles/powerlldud.png
+%%DATADIR%%/images/tiles/powerlldul.png
+%%DATADIR%%/images/tiles/powerllud.png
+%%DATADIR%%/images/tiles/powerlludrd.png
+%%DATADIR%%/images/tiles/powerlludrl.png
+%%DATADIR%%/images/tiles/powerllul.png
+%%DATADIR%%/images/tiles/powerllurd.png
+%%DATADIR%%/images/tiles/powerllurd_.png
+%%DATADIR%%/images/tiles/powerllurl.png
+%%DATADIR%%/images/tiles/powerllurl_.png
+%%DATADIR%%/images/tiles/powerlrdd.png
+%%DATADIR%%/images/tiles/powerlrdl.png
+%%DATADIR%%/images/tiles/powerlrud.png
+%%DATADIR%%/images/tiles/powerlrul.png
+%%DATADIR%%/images/tiles/powerludrd.png
+%%DATADIR%%/images/tiles/powerludrl.png
+%%DATADIR%%/images/tiles/powerlvd.png
+%%DATADIR%%/images/tiles/powerlvl.png
+%%DATADIR%%/images/tiles/powerscoal-empty.png
+%%DATADIR%%/images/tiles/powerscoal-full.png
+%%DATADIR%%/images/tiles/powerscoal-low.png
+%%DATADIR%%/images/tiles/powerscoal-med.png
+%%DATADIR%%/images/tiles/powerssolar.png
+%%DATADIR%%/images/tiles/raildr.png
+%%DATADIR%%/images/tiles/railld.png
+%%DATADIR%%/images/tiles/railldr.png
+%%DATADIR%%/images/tiles/raillr.png
+%%DATADIR%%/images/tiles/raillu.png
+%%DATADIR%%/images/tiles/raillud.png
+%%DATADIR%%/images/tiles/railludr.png
+%%DATADIR%%/images/tiles/raillur.png
+%%DATADIR%%/images/tiles/railud.png
+%%DATADIR%%/images/tiles/railudr.png
+%%DATADIR%%/images/tiles/railur.png
+%%DATADIR%%/images/tiles/recycle-centre.png
+%%DATADIR%%/images/tiles/reshihi.png
+%%DATADIR%%/images/tiles/reshilow.png
+%%DATADIR%%/images/tiles/reslowhi.png
+%%DATADIR%%/images/tiles/reslowlow.png
+%%DATADIR%%/images/tiles/resmedhi.png
+%%DATADIR%%/images/tiles/resmedlow.png
+%%DATADIR%%/images/tiles/roaddr.png
+%%DATADIR%%/images/tiles/roadld.png
+%%DATADIR%%/images/tiles/roadldr.png
+%%DATADIR%%/images/tiles/roadlr.png
+%%DATADIR%%/images/tiles/roadlu.png
+%%DATADIR%%/images/tiles/roadlud.png
+%%DATADIR%%/images/tiles/roadludr.png
+%%DATADIR%%/images/tiles/roadlur.png
+%%DATADIR%%/images/tiles/roadud.png
+%%DATADIR%%/images/tiles/roadudr.png
+%%DATADIR%%/images/tiles/roadur.png
+%%DATADIR%%/images/tiles/rocket1.png
+%%DATADIR%%/images/tiles/rocket2.png
+%%DATADIR%%/images/tiles/rocket3.png
+%%DATADIR%%/images/tiles/rocket4.png
+%%DATADIR%%/images/tiles/rocket5.png
+%%DATADIR%%/images/tiles/rocket6.png
+%%DATADIR%%/images/tiles/rocket7.png
+%%DATADIR%%/images/tiles/rocketflown.png
+%%DATADIR%%/images/tiles/school0.png
+%%DATADIR%%/images/tiles/shanty.png
+%%DATADIR%%/images/tiles/substation-G.png
+%%DATADIR%%/images/tiles/substation-R.png
+%%DATADIR%%/images/tiles/substation-RG.png
+%%DATADIR%%/images/tiles/tip0.png
+%%DATADIR%%/images/tiles/tip1.png
+%%DATADIR%%/images/tiles/tip2.png
+%%DATADIR%%/images/tiles/tip3.png
+%%DATADIR%%/images/tiles/tip4.png
+%%DATADIR%%/images/tiles/tip5.png
+%%DATADIR%%/images/tiles/tip6.png
+%%DATADIR%%/images/tiles/tip7.png
+%%DATADIR%%/images/tiles/tip8.png
+%%DATADIR%%/images/tiles/trackdr.png
+%%DATADIR%%/images/tiles/trackld.png
+%%DATADIR%%/images/tiles/trackldr.png
+%%DATADIR%%/images/tiles/tracklr.png
+%%DATADIR%%/images/tiles/tracklu.png
+%%DATADIR%%/images/tiles/tracklud.png
+%%DATADIR%%/images/tiles/trackludr.png
+%%DATADIR%%/images/tiles/tracklur.png
+%%DATADIR%%/images/tiles/trackud.png
+%%DATADIR%%/images/tiles/trackudr.png
+%%DATADIR%%/images/tiles/trackur.png
+%%DATADIR%%/images/tiles/university.png
+%%DATADIR%%/images/tiles/water.png
+%%DATADIR%%/images/tiles/waterd.png
+%%DATADIR%%/images/tiles/waterl.png
+%%DATADIR%%/images/tiles/waterld.png
+%%DATADIR%%/images/tiles/waterlr.png
+%%DATADIR%%/images/tiles/waterlrd.png
+%%DATADIR%%/images/tiles/waterlu.png
+%%DATADIR%%/images/tiles/waterlud.png
+%%DATADIR%%/images/tiles/waterlur.png
+%%DATADIR%%/images/tiles/waterlurd.png
+%%DATADIR%%/images/tiles/waterr.png
+%%DATADIR%%/images/tiles/waterrd.png
+%%DATADIR%%/images/tiles/wateru.png
+%%DATADIR%%/images/tiles/waterud.png
+%%DATADIR%%/images/tiles/waterur.png
+%%DATADIR%%/images/tiles/waterurd.png
+%%DATADIR%%/images/tiles/windmill1g.png
+%%DATADIR%%/images/tiles/windmill1r.png
+%%DATADIR%%/images/tiles/windmill1rg.png
+%%DATADIR%%/images/tiles/windmill1w.png
+%%DATADIR%%/images/tiles/windmill2g.png
+%%DATADIR%%/images/tiles/windmill2r.png
+%%DATADIR%%/images/tiles/windmill2rg.png
+%%DATADIR%%/images/tiles/windmill2w.png
+%%DATADIR%%/images/tiles/windmill3g.png
+%%DATADIR%%/images/tiles/windmill3r.png
+%%DATADIR%%/images/tiles/windmill3rg.png
+%%DATADIR%%/images/tiles/windmill3w.png
+%%DATADIR%%/lincityconfig.xml
+%%DATADIR%%/locale/de.po
+%%DATADIR%%/locale/gui/de.po
+%%DATADIR%%/locale/gui/nl.po
+%%DATADIR%%/locale/nl.po
+%%DATADIR%%/music/01 - pronobozo - lincity.ogg
+%%DATADIR%%/opening/Beach.scn
+%%DATADIR%%/opening/bad_times.scn
+%%DATADIR%%/opening/good_times.scn
+%%DATADIR%%/sounds/Blacksmith1.wav
+%%DATADIR%%/sounds/Blacksmith2.wav
+%%DATADIR%%/sounds/Blacksmith3.wav
+%%DATADIR%%/sounds/Build1.wav
+%%DATADIR%%/sounds/Build2.wav
+%%DATADIR%%/sounds/Click.wav
+%%DATADIR%%/sounds/CoalMine1.wav
+%%DATADIR%%/sounds/CoalMine2.wav
+%%DATADIR%%/sounds/CoalMine3.wav
+%%DATADIR%%/sounds/Commune1.wav
+%%DATADIR%%/sounds/Commune2.wav
+%%DATADIR%%/sounds/Commune3.wav
+%%DATADIR%%/sounds/DirtTrack1.wav
+%%DATADIR%%/sounds/DirtTrack2.wav
+%%DATADIR%%/sounds/DirtTrack3.wav
+%%DATADIR%%/sounds/Farm1.wav
+%%DATADIR%%/sounds/Farm2.wav
+%%DATADIR%%/sounds/Farm3.wav
+%%DATADIR%%/sounds/Fire1.wav
+%%DATADIR%%/sounds/Fire2.wav
+%%DATADIR%%/sounds/Fire3.wav
+%%DATADIR%%/sounds/FireStation1.wav
+%%DATADIR%%/sounds/FireStation2.wav
+%%DATADIR%%/sounds/FireStation3.wav
+%%DATADIR%%/sounds/FireWasteland1.wav
+%%DATADIR%%/sounds/Green1.wav
+%%DATADIR%%/sounds/Green2.wav
+%%DATADIR%%/sounds/Green3.wav
+%%DATADIR%%/sounds/Green4.wav
+%%DATADIR%%/sounds/Harbor1.wav
+%%DATADIR%%/sounds/Harbor2.wav
+%%DATADIR%%/sounds/Harbor3.wav
+%%DATADIR%%/sounds/Health1.wav
+%%DATADIR%%/sounds/Health2.wav
+%%DATADIR%%/sounds/Health3.wav
+%%DATADIR%%/sounds/Health4.wav
+%%DATADIR%%/sounds/Health5.wav
+%%DATADIR%%/sounds/IndustryHigh1.wav
+%%DATADIR%%/sounds/IndustryHigh2.wav
+%%DATADIR%%/sounds/IndustryHigh3.wav
+%%DATADIR%%/sounds/IndustryLight1.wav
+%%DATADIR%%/sounds/IndustryLight2.wav
+%%DATADIR%%/sounds/IndustryLight3.wav
+%%DATADIR%%/sounds/MarketEmpty1.wav
+%%DATADIR%%/sounds/MarketFull1.wav
+%%DATADIR%%/sounds/MarketLow1.wav
+%%DATADIR%%/sounds/MarketMed1.wav
+%%DATADIR%%/sounds/Mill1.wav
+%%DATADIR%%/sounds/Mill2.wav
+%%DATADIR%%/sounds/Mill3.wav
+%%DATADIR%%/sounds/Monument1.wav
+%%DATADIR%%/sounds/Monument2.wav
+%%DATADIR%%/sounds/Monument3.wav
+%%DATADIR%%/sounds/MonumentConstruction1.wav
+%%DATADIR%%/sounds/MonumentConstruction2.wav
+%%DATADIR%%/sounds/MonumentConstruction3.wav
+%%DATADIR%%/sounds/OreMine1.wav
+%%DATADIR%%/sounds/OreMine2.wav
+%%DATADIR%%/sounds/OreMine3.wav
+%%DATADIR%%/sounds/OrganicFarm1.wav
+%%DATADIR%%/sounds/OrganicFarm2.wav
+%%DATADIR%%/sounds/OrganicFarm3.wav
+%%DATADIR%%/sounds/ParklandLake1.wav
+%%DATADIR%%/sounds/ParklandLake2.wav
+%%DATADIR%%/sounds/ParklandPlane1.wav
+%%DATADIR%%/sounds/ParklandPlane2.wav
+%%DATADIR%%/sounds/ParklandPlane3.wav
+%%DATADIR%%/sounds/Pottery1.wav
+%%DATADIR%%/sounds/Pottery2.wav
+%%DATADIR%%/sounds/PowerCoalEmpty.wav
+%%DATADIR%%/sounds/PowerCoalFull.wav
+%%DATADIR%%/sounds/PowerCoalLow.wav
+%%DATADIR%%/sounds/PowerCoalMed.wav
+%%DATADIR%%/sounds/PowerLine1.wav
+%%DATADIR%%/sounds/PowerSolar1.wav
+%%DATADIR%%/sounds/PowerSolar2.wav
+%%DATADIR%%/sounds/PowerSolar3.wav
+%%DATADIR%%/sounds/RailTrain1.wav
+%%DATADIR%%/sounds/RailTrain2.wav
+%%DATADIR%%/sounds/RailTrain3.wav
+%%DATADIR%%/sounds/Raze1.wav
+%%DATADIR%%/sounds/Raze2.wav
+%%DATADIR%%/sounds/Raze3.wav
+%%DATADIR%%/sounds/Recycle1.wav
+%%DATADIR%%/sounds/Recycle2.wav
+%%DATADIR%%/sounds/Recycle3.wav
+%%DATADIR%%/sounds/ResidentialHigh1.wav
+%%DATADIR%%/sounds/ResidentialHigh2.wav
+%%DATADIR%%/sounds/ResidentialHigh3.wav
+%%DATADIR%%/sounds/ResidentialLow1.wav
+%%DATADIR%%/sounds/ResidentialLow2.wav
+%%DATADIR%%/sounds/ResidentialLow3.wav
+%%DATADIR%%/sounds/ResidentialLowLow1.wav
+%%DATADIR%%/sounds/ResidentialMed1.wav
+%%DATADIR%%/sounds/ResidentialMed2.wav
+%%DATADIR%%/sounds/ResidentialMed3.wav
+%%DATADIR%%/sounds/Rocket1.wav
+%%DATADIR%%/sounds/Rocket2.wav
+%%DATADIR%%/sounds/Rocket3.wav
+%%DATADIR%%/sounds/Rocket4.wav
+%%DATADIR%%/sounds/RocketExplosion1.wav
+%%DATADIR%%/sounds/RocketTakeoff1.wav
+%%DATADIR%%/sounds/School1.wav
+%%DATADIR%%/sounds/School2.wav
+%%DATADIR%%/sounds/School3.wav
+%%DATADIR%%/sounds/Shanty1.wav
+%%DATADIR%%/sounds/Shanty2.wav
+%%DATADIR%%/sounds/Shanty3.wav
+%%DATADIR%%/sounds/Shanty4.wav
+%%DATADIR%%/sounds/Shanty5.wav
+%%DATADIR%%/sounds/SportsCroud1.wav
+%%DATADIR%%/sounds/SportsCroud2.wav
+%%DATADIR%%/sounds/SportsCroud3.wav
+%%DATADIR%%/sounds/Substation3.wav
+%%DATADIR%%/sounds/Substation4.wav
+%%DATADIR%%/sounds/SubstationOff.wav
+%%DATADIR%%/sounds/SubstationOn.wav
+%%DATADIR%%/sounds/Tip1.wav
+%%DATADIR%%/sounds/Tip2.wav
+%%DATADIR%%/sounds/Tip3.wav
+%%DATADIR%%/sounds/TraficHigh1.wav
+%%DATADIR%%/sounds/TraficHigh2.wav
+%%DATADIR%%/sounds/TraficHigh3.wav
+%%DATADIR%%/sounds/TraficLow1.wav
+%%DATADIR%%/sounds/TraficLow2.wav
+%%DATADIR%%/sounds/TraficLow3.wav
+%%DATADIR%%/sounds/University1.wav
+%%DATADIR%%/sounds/University2.wav
+%%DATADIR%%/sounds/University3.wav
+%%DATADIR%%/sounds/Water1.wav
+%%DATADIR%%/sounds/Water2.wav
+%%DATADIR%%/sounds/Water3.wav
+%%DATADIR%%/sounds/Water4.wav
+%%DATADIR%%/sounds/Water5.wav
+%%DATADIR%%/sounds/WindMill1.wav
+%%DATADIR%%/sounds/WindMill2.wav
+%%DATADIR%%/sounds/WindMill3.wav
+%%DATADIR%%/sounds/WindMillHTech2.wav
+%%DATADIR%%/sounds/WindmillHTech1.wav
+%%DATADIR%%/sounds/WindowClose.wav
+%%DATADIR%%/sounds/WindowOpen.wav
+share/pixmaps/lincity-ng.png
+@unexec rmdir %D/share/pixmaps 2>/dev/null || true
+@dirrm %%DATADIR%%/sounds
+@dirrm %%DATADIR%%/opening
+@dirrm %%DATADIR%%/music
+@dirrm %%DATADIR%%/locale/gui
+@dirrm %%DATADIR%%/locale
+@dirrm %%DATADIR%%/images/tiles
+@dirrm %%DATADIR%%/images/mainmenu/slider
+@dirrm %%DATADIR%%/images/mainmenu/settings
+@dirrm %%DATADIR%%/images/mainmenu/progresswheel
+@dirrm %%DATADIR%%/images/mainmenu/progressbar
+@dirrm %%DATADIR%%/images/mainmenu/buttons
+@dirrm %%DATADIR%%/images/mainmenu
+@dirrm %%DATADIR%%/images/gui/zoom
+@dirrm %%DATADIR%%/images/gui/window
+@dirrm %%DATADIR%%/images/gui/speed
+@dirrm %%DATADIR%%/images/gui/scrollbar
+@dirrm %%DATADIR%%/images/gui/mapview/roundbuttons
+@dirrm %%DATADIR%%/images/gui/mapview
+@dirrm %%DATADIR%%/images/gui/info
+@dirrm %%DATADIR%%/images/gui/dialogs
+@dirrm %%DATADIR%%/images/gui/checkbox
+@dirrm %%DATADIR%%/images/gui/buttons/tabbed
+@dirrm %%DATADIR%%/images/gui/buttons/round
+@dirrm %%DATADIR%%/images/gui/buttons
+@dirrm %%DATADIR%%/images/gui/buttonpanel/transport
+@dirrm %%DATADIR%%/images/gui/buttonpanel/residence
+@dirrm %%DATADIR%%/images/gui/buttonpanel/power
+@dirrm %%DATADIR%%/images/gui/buttonpanel/parks
+@dirrm %%DATADIR%%/images/gui/buttonpanel/misc
+@dirrm %%DATADIR%%/images/gui/buttonpanel/mining
+@dirrm %%DATADIR%%/images/gui/buttonpanel/menu
+@dirrm %%DATADIR%%/images/gui/buttonpanel/industry
+@dirrm %%DATADIR%%/images/gui/buttonpanel/base
+@dirrm %%DATADIR%%/images/gui/buttonpanel
+@dirrm %%DATADIR%%/images/gui
+@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%/help/nl
+@dirrm %%DATADIR%%/help/en
+@dirrm %%DATADIR%%/help/de
+@dirrm %%DATADIR%%/help
+@dirrm %%DATADIR%%/gui
+@dirrm %%DATADIR%%/fonts
+@dirrm %%DATADIR%%
+@dirrm %%DOCSDIR%%
+@unexec rmdir %D/share/applications 2>/dev/null || true