[41567] trunk/dports/gnome/libwnck/Portfile
nox at macports.org
nox at macports.org
Thu Nov 6 02:15:20 PST 2008
Revision: 41567
http://trac.macports.org/changeset/41567
Author: nox at macports.org
Date: 2008-11-06 02:15:20 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
libwnck: Updated to 2.24.1.
Modified Paths:
--------------
trunk/dports/gnome/libwnck/Portfile
Modified: trunk/dports/gnome/libwnck/Portfile
===================================================================
--- trunk/dports/gnome/libwnck/Portfile 2008-11-06 10:00:58 UTC (rev 41566)
+++ trunk/dports/gnome/libwnck/Portfile 2008-11-06 10:15:20 UTC (rev 41567)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -3,5 +4,5 @@
name libwnck
-version 2.24.0
+version 2.24.1
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers nomaintainer
@@ -19,11 +20,12 @@
master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
-checksums md5 860cd0ddce03c41a328e580d4efd4654 \
- sha1 6d3faea515769bd2b23cbf5dae3cf22f8648e6fa \
- rmd160 96d18532a6a3b5c3132bd403e7f4d1704f09f0bb
+checksums md5 eced69ea31afb09b2c582b8fe288b069 \
+ sha1 2e6386ef3103dd580ee6da431af24b910ed735c9 \
+ rmd160 1cb61b79407aa055cbd2036892cffba2fe656da0
-depends_build port:gnome-doc-utils
+depends_build port:gnome-doc-utils \
+ port:intltool
depends_lib port:startup-notification \
port:gtk2 \
@@ -31,10 +33,11 @@
port:gettext \
port:libgnomecanvas
-configure.args --disable-scrollkeeper
-
-post-activate {
- system "scrollkeeper-update"
+pre-fetch {
+ if {![file exists $prefix/lib/libgdk-x11-2.0.dylib]} {
+ ui_error "gtk2 must be installed with +x11 variant enabled."
+ error "gtk2 must be installed with +x11 variant."
+ }
}
livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/2593e7c1/attachment.html>
More information about the macports-changes
mailing list