diff options
author | az <az@FreeBSD.org> | 2006-04-29 13:42:45 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-04-29 13:42:45 +0800 |
commit | 4c435db4a1fda9dbb47d1fa33d265d992a10be90 (patch) | |
tree | 9635a08663662ab59384cf73b29b2d52a95131a3 /games/lincity-ng | |
parent | aba7da073805dad3e381b027f0843133ae6b176c (diff) | |
download | freebsd-ports-gnome-4c435db4a1fda9dbb47d1fa33d265d992a10be90.tar.gz freebsd-ports-gnome-4c435db4a1fda9dbb47d1fa33d265d992a10be90.tar.zst freebsd-ports-gnome-4c435db4a1fda9dbb47d1fa33d265d992a10be90.zip |
Update to version 1.0.3
- Show correct demolition costs for powerlines, substations and farms.
- Quantizing tile-images saves about 12MB.
- Fixed Mills. Now they work.
- Tool-Menu now opens on left mousebutton.
- Separate menus for loading and saving games.
Diffstat (limited to 'games/lincity-ng')
-rw-r--r-- | games/lincity-ng/Makefile | 4 | ||||
-rw-r--r-- | games/lincity-ng/distinfo | 6 | ||||
-rw-r--r-- | games/lincity-ng/pkg-plist | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index 3cb6b4ce3fe1..e206b975666d 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -6,9 +6,9 @@ # PORTNAME= lincity-ng -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= games -MASTER_SITES= http://download.berlios.de/lincity-ng/ +MASTER_SITES= http://download2.berlios.de/lincity-ng/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= az@FreeBSD.org diff --git a/games/lincity-ng/distinfo b/games/lincity-ng/distinfo index e7e7c08d82bd..5a6b3dd9e8ba 100644 --- a/games/lincity-ng/distinfo +++ b/games/lincity-ng/distinfo @@ -1,3 +1,3 @@ -MD5 (lincity-ng-1.0.2.tar.bz2) = 3cf29d581fca58f13faad12c126390ba -SHA256 (lincity-ng-1.0.2.tar.bz2) = 79a6ff5fdad7b554cca54cf58fd41f50ea686c17908287b2d8ce15fb8aa55402 -SIZE (lincity-ng-1.0.2.tar.bz2) = 37609702 +MD5 (lincity-ng-1.0.3.tar.bz2) = 2624857ed9437ac30445884d8593850e +SHA256 (lincity-ng-1.0.3.tar.bz2) = d8e57ae11217f2b3851c4c4c6978f748e811693426001188bd7035973ebb3e71 +SIZE (lincity-ng-1.0.3.tar.bz2) = 25892484 diff --git a/games/lincity-ng/pkg-plist b/games/lincity-ng/pkg-plist index 5d4d415c63a6..919a0e364456 100644 --- a/games/lincity-ng/pkg-plist +++ b/games/lincity-ng/pkg-plist @@ -64,6 +64,7 @@ share/applications/lincity-ng.desktop %%DATADIR%%/gui/roadup.xml %%DATADIR%%/gui/rocketup.xml %%DATADIR%%/gui/schoolup.xml +%%DATADIR%%/gui/savegame.xml %%DATADIR%%/gui/shfire-oc.xml %%DATADIR%%/gui/shfire-uc.xml %%DATADIR%%/gui/solarpowerup.xml @@ -92,6 +93,7 @@ share/applications/lincity-ng.desktop %%DATADIR%%/help/en/health.xml %%DATADIR%%/help/en/help.xml %%DATADIR%%/help/en/housing.xml +%%DATADIR%%/help/en/index.xml %%DATADIR%%/help/en/industryh.xml %%DATADIR%%/help/en/industryl.xml %%DATADIR%%/help/en/jobs.xml @@ -516,6 +518,9 @@ share/applications/lincity-ng.desktop %%DATADIR%%/images/mainmenu/buttons/quit-clicked.png %%DATADIR%%/images/mainmenu/buttons/quit-hover.png %%DATADIR%%/images/mainmenu/buttons/quit.png +%%DATADIR%%/images/mainmenu/buttons/save.png +%%DATADIR%%/images/mainmenu/buttons/save-hover.png +%%DATADIR%%/images/mainmenu/buttons/save-clicked.png %%DATADIR%%/images/mainmenu/buttons/start-clicked.png %%DATADIR%%/images/mainmenu/buttons/start-hover.png %%DATADIR%%/images/mainmenu/buttons/start.png |