[127582] trunk/dports/gnome
devans at macports.org
devans at macports.org
Wed Oct 29 14:08:35 PDT 2014
Revision: 127582
https://trac.macports.org/changeset/127582
Author: devans at macports.org
Date: 2014-10-29 14:08:35 -0700 (Wed, 29 Oct 2014)
Log Message:
-----------
gnome-panel, gnome-applets: reformat, white space only.
Modified Paths:
--------------
trunk/dports/gnome/gnome-applets/Portfile
trunk/dports/gnome/gnome-panel/Portfile
Modified: trunk/dports/gnome/gnome-applets/Portfile
===================================================================
--- trunk/dports/gnome/gnome-applets/Portfile 2014-10-29 20:50:33 UTC (rev 127581)
+++ trunk/dports/gnome/gnome-applets/Portfile 2014-10-29 21:08:35 UTC (rev 127582)
@@ -1,46 +1,46 @@
# -*- 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
+PortSystem 1.0
-name gnome-applets
-version 3.8.1
-set branch [join [lrange [split ${version} .] 0 1] .]
-description GNOME panel applets.
-long_description This package contains applets for use with the \
- GNOME panel.
-maintainers devans openmaintainer
-categories gnome
-license GPL-2+
-platforms darwin
-homepage https://wiki.gnome.org/Projects/GnomeApplets
-master_sites gnome:sources/${name}/${branch}/
+name gnome-applets
+version 3.8.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+description GNOME panel applets.
+long_description This package contains applets for use with the \
+ GNOME panel.
+maintainers devans openmaintainer
+categories gnome
+license GPL-2+
+platforms darwin
+homepage https://wiki.gnome.org/Projects/GnomeApplets
+master_sites gnome:sources/${name}/${branch}/
-use_xz yes
+use_xz yes
-checksums rmd160 6e08140e241eec4086675452b02ead5684ad321a \
- sha256 c861a0be754024ea2ce6a3474fd367c0f3d69c2ea46f43c382fa7a69f2c40a7d
+checksums rmd160 6e08140e241eec4086675452b02ead5684ad321a \
+ sha256 c861a0be754024ea2ce6a3474fd367c0f3d69c2ea46f43c382fa7a69f2c40a7d
-depends_build port:pkgconfig \
- port:intltool \
- port:gnome-common \
- port:yelp-tools \
- port:itstool
+depends_build port:pkgconfig \
+ port:intltool \
+ port:gnome-common \
+ port:yelp-tools \
+ port:itstool
-depends_lib port:gnome-icon-theme \
- port:gtk3 \
- port:gconf \
- port:gnome-panel \
- port:libgtop \
- port:gnome-settings-daemon \
- port:libwnck3 \
- port:libnotify \
- port:policykit \
- port:gucharmap \
- port:upower \
- port:libxml2
+depends_lib port:gnome-icon-theme \
+ port:gtk3 \
+ port:gconf \
+ port:gnome-panel \
+ port:libgtop \
+ port:gnome-settings-daemon \
+ port:libwnck3 \
+ port:libnotify \
+ port:policykit \
+ port:gucharmap \
+ port:upower \
+ port:libxml2
-patchfiles patch-configure.ac.diff
+patchfiles patch-configure.ac.diff
post-patch {
reinplace "s|/usr/bin/env python|${configure.python}|" \
@@ -56,8 +56,8 @@
copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
}
-use_autoreconf yes
-autoreconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fvi
variant python26 conflicts python27 description {Use python 2.6} {
configure.python ${prefix}/bin/python2.6
@@ -96,4 +96,4 @@
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
}
-livecheck.type gnome
+livecheck.type gnome
Modified: trunk/dports/gnome/gnome-panel/Portfile
===================================================================
--- trunk/dports/gnome/gnome-panel/Portfile 2014-10-29 20:50:33 UTC (rev 127581)
+++ trunk/dports/gnome/gnome-panel/Portfile 2014-10-29 21:08:35 UTC (rev 127582)
@@ -1,56 +1,55 @@
# -*- 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
+PortSystem 1.0
-name gnome-panel
-version 3.8.1
-set branch [join [lrange [split ${version} .] 0 1] .]
-maintainers devans openmaintainer
-categories gnome
-license GPL-2+ LGPL-2+
-platforms darwin
-description Panel component for the GNOME 2 Desktop.
+name gnome-panel
+version 3.8.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+maintainers devans openmaintainer
+categories gnome
+license GPL-2+ LGPL-2+
+platforms darwin
+description Panel component for the GNOME 2 Desktop.
-long_description \
- ${description}
+long_description ${description}
-homepage https://wiki.gnome.org/Projects/GnomePanel
-master_sites gnome:sources/${name}/${branch}/
+homepage https://wiki.gnome.org/Projects/GnomePanel
+master_sites gnome:sources/${name}/${branch}/
-use_xz yes
+use_xz yes
-checksums rmd160 d676015707a2eea997e855b9e01aa203521e49d5 \
- sha256 2c84d8541787d39514bd6d9605b2bd5ecea38a5534cb874ce1ff54bd59ecb97f
+checksums rmd160 d676015707a2eea997e855b9e01aa203521e49d5 \
+ sha256 2c84d8541787d39514bd6d9605b2bd5ecea38a5534cb874ce1ff54bd59ecb97f
-depends_build port:pkgconfig \
- port:intltool \
- port:itstool \
- port:yelp-tools \
- port:gnome-common \
- port:gtk-doc
+depends_build port:pkgconfig \
+ port:intltool \
+ port:itstool \
+ port:yelp-tools \
+ port:gnome-common \
+ port:gtk-doc
-depends_lib port:desktop-file-utils \
- port:gtk3 \
- port:gconf \
- port:dconf \
- port:gnome-desktop \
- port:gnome-menus \
- port:telepathy-glib \
- port:policykit \
- port:libgweather \
- port:librsvg \
- port:libwnck3 \
- port:xorg-libX11 \
- port:xorg-libXau \
- port:xorg-libice \
- port:xorg-libsm \
- port:xorg-libXrandr
+depends_lib port:desktop-file-utils \
+ port:gtk3 \
+ port:gconf \
+ port:dconf \
+ port:gnome-desktop \
+ port:gnome-menus \
+ port:telepathy-glib \
+ port:policykit \
+ port:libgweather \
+ port:librsvg \
+ port:libwnck3 \
+ port:xorg-libX11 \
+ port:xorg-libXau \
+ port:xorg-libice \
+ port:xorg-libsm \
+ port:xorg-libXrandr
-depends_run port:gnome-settings-daemon \
- port:yelp
+depends_run port:gnome-settings-daemon \
+ port:yelp
-patchfiles patch-session-disable-gnome-screensaver.diff
+patchfiles patch-session-disable-gnome-screensaver.diff
# update m4/intltool.m4 and autoreconf
@@ -62,22 +61,22 @@
autoreconf.args -fvi
configure.cflags-append \
- -Wno-format-nonliteral
+ -Wno-format-nonliteral
-configure.args --with-in-process-applets=all \
- --enable-introspection=yes \
- --enable-telepathy-glib \
- --x-includes=${prefix}/include \
- --x-libraries=${prefix}/lib \
- --disable-silent-rules \
- --disable-network-manager \
- --disable-eds \
- --disable-schemas-install \
- --disable-schemas-compile
+configure.args --with-in-process-applets=all \
+ --enable-introspection=yes \
+ --enable-telepathy-glib \
+ --x-includes=${prefix}/include \
+ --x-libraries=${prefix}/lib \
+ --disable-silent-rules \
+ --disable-network-manager \
+ --disable-eds \
+ --disable-schemas-install \
+ --disable-schemas-compile
# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append CC="${configure.cc} ${configure.cc_archflags}"
+build.args-append CC="${configure.cc} ${configure.cc_archflags}"
variant python26 conflicts python27 description {Build using Python 2.6} {
configure.python ${prefix}/bin/python2.6
@@ -86,7 +85,7 @@
variant python27 conflicts python26 description {Build using Python 2.7} {
configure.python ${prefix}/bin/python2.7
- depends_build-append port:py27-gnome
+ depends_build-append port:py27-gnome
}
if {![variant_isset python26]} {
@@ -108,4 +107,4 @@
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
-livecheck.type gnome
+livecheck.type gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141029/74049ed9/attachment.html>
More information about the macports-changes
mailing list