[33024] trunk/dports/gnome/gnome-panel/Portfile
nox at macports.org
nox at macports.org
Wed Jan 16 17:27:17 PST 2008
Revision: 33024
http://trac.macosforge.org/projects/macports/changeset/33024
Author: nox at macports.org
Date: 2008-01-16 17:27:16 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
gnome-panel: Whitespace changes.
Modified Paths:
--------------
trunk/dports/gnome/gnome-panel/Portfile
Modified: trunk/dports/gnome/gnome-panel/Portfile
===================================================================
--- trunk/dports/gnome/gnome-panel/Portfile 2008-01-17 01:24:59 UTC (rev 33023)
+++ trunk/dports/gnome/gnome-panel/Portfile 2008-01-17 01:27:16 UTC (rev 33024)
@@ -1,61 +1,92 @@
# $Id$
-PortSystem 1.0
-name gnome-panel
-version 2.20.1
-description Panel component for the GNOME 2 Desktop.
-long_description Panel component for the GNOME 2 Desktop.
-maintainers nomaintainer
-categories gnome
-platforms darwin
-homepage http://www.gnome.org/
+
+PortSystem 1.0
+
+name gnome-panel
+version 2.20.1
+maintainers nomaintainer
+categories gnome
+platforms darwin
+description Panel component for the GNOME 2 Desktop.
+
+long_description \
+ ${description}
+
+homepage http://www.gnome.org/
master_sites gnome:sources/gnome-panel/[strsed ${version} {/\.[0-9]*$//}]/
-checksums md5 87ef96c2cbb8ecaa328420c0d31cc4c0 \
- sha1 92288158cd4ab9cc56557ca4345292316e7af6bd \
- rmd160 9648be6685038114066790136caf0cbade68ffba
+use_bzip2 yes
-depends_lib \
- port:Xft2 lib:libcairo:cairo lib:libexpat:expat port:fontconfig \
- port:freetype lib:libjpeg:jpeg lib:libiconv:libiconv lib:libpng:libpng \
- port:p5-xml-parser bin:perl:perl5.8 port:xrender port:zlib \
- lib:libtiff:tiff port:popt port:startup-notification port:pkgconfig \
- port:pango port:libxml2 port:libxslt bin:orbit-idl-2:orbit2 \
- port:esound port:audiofile port:glib2 port:gettext port:atk port:gconf \
- port:gnome-doc-utils port:gnome-keyring port:gnome-vfs port:gnome-vfs \
- port:gtk2 port:libart_lgpl port:libbonobo port:libbonoboui \
- port:libgnome port:libgnomecanvas port:libgnomeui port:libwnck \
- port:gnome-menus port:gnome-desktop \
- port:dbus \
- port:dbus-glib
+checksums md5 87ef96c2cbb8ecaa328420c0d31cc4c0 \
+ sha1 92288158cd4ab9cc56557ca4345292316e7af6bd \
+ rmd160 9648be6685038114066790136caf0cbade68ffba
-depends_build \
- port:shared-mime-info
+depends_build port:shared-mime-info
-use_bzip2 yes
+depends_lib port:Xft2 \
+ lib:libcairo:cairo \
+ lib:libexpat:expat \
+ port:fontconfig \
+ port:freetype \
+ lib:libjpeg:jpeg \
+ lib:libiconv:libiconv \
+ lib:libpng:libpng \
+ port:p5-xml-parser \
+ bin:perl:perl5.8 \
+ port:xrender \
+ port:zlib \
+ lib:libtiff:tiff \
+ port:popt \
+ port:startup-notification \
+ port:pkgconfig \
+ port:pango \
+ port:libxml2 \
+ port:libxslt \
+ bin:orbit-idl-2:orbit2 \
+ port:esound \
+ port:audiofile \
+ port:glib2 \
+ port:gettext \
+ port:atk \
+ port:gconf \
+ port:gnome-doc-utils \
+ port:gnome-keyring \
+ port:gnome-vfs \
+ port:gtk2 \
+ port:libart_lgpl \
+ port:libbonobo \
+ port:libbonoboui \
+ port:libgnome \
+ port:libgnomecanvas \
+ port:libgnomeui \
+ port:libwnck \
+ port:gnome-menus \
+ port:gnome-desktop \
+ port:dbus \
+ port:dbus-glib
-configure.args \
- --mandir=${prefix}/share/man \
- --disable-scrollkeeper \
- --with-gconf-source="xml::${destroot}${prefix}/etc/gconf/gconf.xml.defaults"
+configure.args --mandir=${prefix}/share/man \
+ --disable-scrollkeeper \
+ --with-gconf-source="xml::${destroot}${prefix}/etc/gconf/gconf.xml.defaults"
-configure.cppflags-append "-L${prefix}/lib"
-configure.env GMSGFMT=${prefix}/bin/msgfmt
+configure.env GMSGFMT=${prefix}/bin/msgfmt
+configure.cppflags-append "-L${prefix}/lib"
pre-destroot {
- file mkdir -f ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/
+ file mkdir -f ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
}
post-destroot {
- file delete -force ${destroot}${prefix}/var/scrollkeeper
+ file delete -force ${destroot}${prefix}/var/scrollkeeper
}
post-activate {
- # ensure that the mime database is complete
- system "update-mime-database ${prefix}/share/mime"
- system "scrollkeeper-update"
+ # ensure that the mime database is complete
+ system "update-mime-database ${prefix}/share/mime"
+ system "scrollkeeper-update"
}
platform darwin 6 {
- depends_lib-append lib:libdl:dlcompat \
- lib:libiconv:libiconv
- patchfiles-append langinfo.diff
+ patchfiles-append langinfo.diff
+ depends_lib-append lib:libdl:dlcompat \
+ lib:libiconv:libiconv
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/ae607e39/attachment.html
More information about the macports-changes
mailing list