[33286] trunk/dports/gnome/gnome-games/Portfile
gui_dos at macports.org
gui_dos at macports.org
Tue Jan 22 10:55:42 PST 2008
Revision: 33286
http://trac.macosforge.org/projects/macports/changeset/33286
Author: gui_dos at macports.org
Date: 2008-01-22 10:55:29 -0800 (Tue, 22 Jan 2008)
Log Message:
-----------
gnome-games:
- Update to version 2.20.3
- Restored compilation of C++ games
- Enforced detection and use of MacPorts' own python2.5
Modified Paths:
--------------
trunk/dports/gnome/gnome-games/Portfile
Modified: trunk/dports/gnome/gnome-games/Portfile
===================================================================
--- trunk/dports/gnome/gnome-games/Portfile 2008-01-22 16:22:31 UTC (rev 33285)
+++ trunk/dports/gnome/gnome-games/Portfile 2008-01-22 18:55:29 UTC (rev 33286)
@@ -1,23 +1,23 @@
# $Id$
PortSystem 1.0
name gnome-games
-version 2.18.2
-description Session component for the GNOME 2 desktop
-long_description Session component for the GNOME 2.0 desktop. \
- This package contains the commands needed to \
- start GNOME 2.0.
+version 2.20.3
+description Collection of small but addictive games for GNOME
+long_description ${description}
maintainers nomaintainer
categories gnome
platforms darwin
homepage http://www.gnome.org/
-master_sites gnome:sources/gnome-games/2.18/
+master_sites gnome:sources/gnome-games/2.20/
-checksums rmd160 ce9dbc0e86610b8cb19c1471bb5da7f581e21c8c
+checksums md5 470bec8560c931609f89aae94977d799 \
+ rmd160 3f57831b9ee9e8c0e844ba5d101805462776ec84
depends_build \
port:gnome-doc-utils \
port:perl5.8 \
- port:pkgconfig
+ port:pkgconfig \
+ port:libtool
depends_lib \
port:atk \
port:gconf \
@@ -53,16 +53,20 @@
port:libgsf \
port:librsvg \
port:scrollkeeper \
+ port:py25-python \
port:gnome-python-desktop \
port:dbus-glib
use_bzip2 yes
-# omit gnometris since the JoinedUp C++ library has problems building
-configure.args --mandir=${prefix}/share/man \
- --disable-scrollkeeper \
- --enable-omitgames=gnometris
+configure.cxx g++
+configure.args --disable-scrollkeeper
+configure.python ${prefix}/bin/python2.5
+post-extract {
+ reinplace "s|/usr/bin/env python|${prefix}/bin/python2.5|" ${worksrcpath}/glchess/src/glchess.in
+ reinplace "s|/usr/bin/env python|${prefix}/bin/python2.5|" ${worksrcpath}/gnome-sudoku/src/gnome-sudoku.in
+}
post-destroot {
file delete -force ${destroot}${prefix}/var/scrollkeeper
file delete -force ${destroot}${prefix}/var/lib/scrollkeeper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080122/74221d09/attachment.html
More information about the macports-changes
mailing list