[121078] trunk/dports/gnome/gnome-libs/Portfile
devans at macports.org
devans at macports.org
Mon Jun 16 23:31:46 PDT 2014
Revision: 121078
https://trac.macports.org/changeset/121078
Author: devans at macports.org
Date: 2014-06-16 23:31:46 -0700 (Mon, 16 Jun 2014)
Log Message:
-----------
gnome-libs: retab according to mode line, reformat for readability, white space.
Modified Paths:
--------------
trunk/dports/gnome/gnome-libs/Portfile
Modified: trunk/dports/gnome/gnome-libs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-libs/Portfile 2014-06-17 03:58:53 UTC (rev 121077)
+++ trunk/dports/gnome/gnome-libs/Portfile 2014-06-17 06:31:46 UTC (rev 121078)
@@ -1,32 +1,45 @@
# -*- 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
+PortSystem 1.0
-name gnome-libs
-version 1.4.2
-set branch [join [lrange [split ${version} .] 0 1] .]
-revision 3
-description These are the GNOME libraries.
-long_description These are the GNOME libraries, the foundation for \
- most of the application of the GNOME project.
-maintainers nomaintainer
-categories gnome
-license {LGPL GPL-2+}
-platforms darwin
-homepage http://www.gnome.org/
-master_sites gnome:sources/${name}/${branch}/
-use_bzip2 yes
-checksums md5 6111e91b143a90afb30f7a8c1e6cbbd6
-depends_lib port:oaf port:gtk1 port:libghttp port:imlib
+name gnome-libs
+version 1.4.2
+set branch [join [lrange [split ${version} .] 0 1] .]
+revision 3
+description These are the GNOME libraries.
+long_description These are the GNOME libraries, the foundation for \
+ most of the application of the GNOME project.
+maintainers nomaintainer
+categories gnome
+license {LGPL GPL-2+}
+platforms darwin
+homepage http://www.gnome.org/
+master_sites gnome:sources/${name}/${branch}/
+use_bzip2 yes
+
+checksums md5 6111e91b143a90afb30f7a8c1e6cbbd6
+
+depends_lib port:oaf \
+ port:gtk1 \
+ port:libghttp \
+ port:imlib
+
# imlib is not universal
-universal_variant no
+universal_variant no
-patchfiles patch_configure patch_ltmain.sh patch-XmHTMLP.h patch-XmHTMLI.h \
- install.diff patch-libart_lgpl_libart.m4
+patchfiles patch_configure \
+ patch_ltmain.sh \
+ patch-XmHTMLP.h \
+ patch-XmHTMLI.h \
+ install.diff \
+ patch-libart_lgpl_libart.m4
-configure.args --mandir=${prefix}/share/man --disable-gtk-doc --disable-test-gnome
+configure.args --mandir=${prefix}/share/man \
+ --disable-gtk-doc \
+ --disable-test-gnome
+
configure.cppflags-append "-L${prefix}/lib"
configure.cflags-append "-fstrict-aliasing -funroll-loops"
@@ -38,16 +51,16 @@
add_users games group=games
post-destroot {
- file rename ${destroot}${prefix}/share/pixmaps/gnome-error.png \
- ${destroot}${prefix}/share/pixmaps/gnome-error-1.png
- file rename ${destroot}${prefix}/share/pixmaps/gnome-question.png \
- ${destroot}${prefix}/share/pixmaps/gnome-question-1.png
- file rename ${destroot}${prefix}/share/pixmaps/gnome-default-dlg.png \
- ${destroot}${prefix}/share/pixmaps/gnome-default-dlg-1.png
- file rename ${destroot}${prefix}/share/pixmaps/gnome-info.png \
- ${destroot}${prefix}/share/pixmaps/gnome-info-1.png
- file rename ${destroot}${prefix}/share/pixmaps/gnome-warning.png \
- ${destroot}${prefix}/share/pixmaps/gnome-warning-1.png
+ file rename ${destroot}${prefix}/share/pixmaps/gnome-error.png \
+ ${destroot}${prefix}/share/pixmaps/gnome-error-1.png
+ file rename ${destroot}${prefix}/share/pixmaps/gnome-question.png \
+ ${destroot}${prefix}/share/pixmaps/gnome-question-1.png
+ file rename ${destroot}${prefix}/share/pixmaps/gnome-default-dlg.png \
+ ${destroot}${prefix}/share/pixmaps/gnome-default-dlg-1.png
+ file rename ${destroot}${prefix}/share/pixmaps/gnome-info.png \
+ ${destroot}${prefix}/share/pixmaps/gnome-info-1.png
+ file rename ${destroot}${prefix}/share/pixmaps/gnome-warning.png \
+ ${destroot}${prefix}/share/pixmaps/gnome-warning-1.png
}
-livecheck.type gnome
+livecheck.type gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140616/bf956fe8/attachment.html>
More information about the macports-changes
mailing list