diff options
author | thierry <thierry@FreeBSD.org> | 2007-09-07 05:08:35 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-09-07 05:08:35 +0800 |
commit | f0fba3a72bdbd9d43e9afd3fb1fa8d62df2d866d (patch) | |
tree | 2564b1377cef8c0901c89ffb1b3cf5d5c6ed25ea /games/glob2/files | |
parent | d415d0df0e06a54856ed9f33ddd4b3d00bc704c6 (diff) | |
download | freebsd-ports-gnome-f0fba3a72bdbd9d43e9afd3fb1fa8d62df2d866d.tar.gz freebsd-ports-gnome-f0fba3a72bdbd9d43e9afd3fb1fa8d62df2d866d.tar.zst freebsd-ports-gnome-f0fba3a72bdbd9d43e9afd3fb1fa8d62df2d866d.zip |
Upgrade to 0.9.1.
Changelog at <http://globulation2.org/wiki/Changes>.
Diffstat (limited to 'games/glob2/files')
-rw-r--r-- | games/glob2/files/glob2.desktop | 11 | ||||
-rw-r--r-- | games/glob2/files/patch-SConstruct | 9 | ||||
-rw-r--r-- | games/glob2/files/patch-data_icons_Makefile.in | 11 |
3 files changed, 20 insertions, 11 deletions
diff --git a/games/glob2/files/glob2.desktop b/games/glob2/files/glob2.desktop new file mode 100644 index 000000000000..8f757300d3b1 --- /dev/null +++ b/games/glob2/files/glob2.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Globulation 2 +Comment=An innovative new strategy game +Exec=glob2 +Icon=/usr/local/share/glob2/data/icons/glob2-icon-48x48.png +Terminal=false +X-MultipleArgs=false +Type=Application +Categories=Application;Game;StrategyGame; diff --git a/games/glob2/files/patch-SConstruct b/games/glob2/files/patch-SConstruct new file mode 100644 index 000000000000..876a38fd0cc5 --- /dev/null +++ b/games/glob2/files/patch-SConstruct @@ -0,0 +1,9 @@ +--- SConstruct.orig Sun Sep 2 05:14:53 2007 ++++ SConstruct Tue Sep 4 23:02:18 2007 +@@ -1,5 +1,6 @@ + def establish_options(env): + opts = Options('options_cache.py') ++ opts.Add("CCFLAGS", "Manually add to the CCFLAGS", "") + opts.Add("CXXFLAGS", "Manually add to the CXXFLAGS", "-g") + opts.Add("LINKFLAGS", "Manually add to the LINKFLAGS", "") + opts.Add("INSTALLDIR", "Installation Directory", "/usr/local/share") diff --git a/games/glob2/files/patch-data_icons_Makefile.in b/games/glob2/files/patch-data_icons_Makefile.in deleted file mode 100644 index 98e49e0b30b6..000000000000 --- a/games/glob2/files/patch-data_icons_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./data/icons/Makefile.in.orig Fri Aug 4 20:39:55 2006 -+++ ./data/icons/Makefile.in Sat Aug 5 10:02:35 2006 -@@ -168,7 +168,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --glob2icondir = $(datadir)/pixmaps -+glob2icondir = $(pkgdatadir)/pixmaps - glob2icon_DATA = $(wildcard $(srcdir)/*.png) - EXTRA_DIST = $(glob2icon_DATA) - all: all-am |