[50693] trunk/dports/gnome/gnome-games/Portfile
devans at macports.org
devans at macports.org
Wed May 6 22:07:32 PDT 2009
Revision: 50693
http://trac.macports.org/changeset/50693
Author: devans at macports.org
Date: 2009-05-06 22:07:30 -0700 (Wed, 06 May 2009)
Log Message:
-----------
gnome-games:
* take maintainership openmaintainer
* update to version 2.26.1
* update dependencies and configure args
* install/update gconf schemas in post-activate
* add mode line
Modified Paths:
--------------
trunk/dports/gnome/gnome-games/Portfile
Modified: trunk/dports/gnome/gnome-games/Portfile
===================================================================
--- trunk/dports/gnome/gnome-games/Portfile 2009-05-07 00:42:47 UTC (rev 50692)
+++ trunk/dports/gnome/gnome-games/Portfile 2009-05-07 05:07:30 UTC (rev 50693)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -3,30 +4,40 @@
name gnome-games
-version 2.24.3
+version 2.26.1
set branch [join [lrange [split ${version} .] 0 1] .]
description Collection of small but addictive games for GNOME
long_description ${description}
-maintainers nomaintainer
+maintainers devans openmaintainer
categories gnome
platforms darwin
homepage http://www.gnome.org/
master_sites gnome:sources/${name}/${branch}/
-checksums md5 e416e2922fe119c41ec224fab97f7909 \
- sha1 f5de0d20bd51f188a9ac1e5f1ceaaa82d8f85882 \
- rmd160 705f075e37c46e652e42e222aea82fa657a2b948
-depends_build port:gnome-doc-utils
-depends_lib port:libgnomeui \
- port:guile \
- port:librsvg \
- port:gnome-python-desktop \
- port:gob2 \
- port:py25-gtkglext \
- port:gst-plugins-good \
- port:libsdl_mixer \
- port:ggz-client-libs
+
+checksums md5 bce5a4126f103cb8fb25aee76e5dd119 \
+ sha1 5e461d85f163c905af107a57ba9449ecf929ae11 \
+ rmd160 57883cd4bdb4681f6e99d276e4300e165c58de9e
+
+depends_build port:pkgconfig \
+ port:intltool \
+ port:gettext \
+ port:p5-xml-parser \
+ port:gnome-doc-utils \
+ port:gtk-doc
+
+depends_lib port:gconf \
+ port:librsvg \
+ port:py25-gtk \
+ port:gnome-python-desktop \
+ port:libsdl_mixer \
+ port:ggz-client-libs \
+ port:guile
+
use_bzip2 yes
-configure.args --disable-scrollkeeper
+
configure.python ${prefix}/bin/python2.5
+configure.args --disable-scrollkeeper \
+ --disable-schemas-install
+
post-extract {
reinplace "s|/usr/bin/env python|${prefix}/bin/python2.5|" ${worksrcpath}/glchess/src/glchess.in.in
@@ -38,6 +49,8 @@
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
system "${prefix}/bin/scrollkeeper-update; true"
system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+ system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
}
livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090506/751ecb89/attachment.html>
More information about the macports-changes
mailing list