[107972] trunk/dports/gnome/libgnomekbd/Portfile

devans at macports.org devans at macports.org
Tue Jul 9 20:30:53 PDT 2013


Revision: 107972
          https://trac.macports.org/changeset/107972
Author:   devans at macports.org
Date:     2013-07-09 20:30:53 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
libgnomekbd: update descriptions, white space.

Modified Paths:
--------------
    trunk/dports/gnome/libgnomekbd/Portfile

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2013-07-10 03:16:43 UTC (rev 107971)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2013-07-10 03:30:53 UTC (rev 107972)
@@ -7,8 +7,9 @@
 version             2.32.0
 revision            2
 set branch          [join [lrange [split ${version} .] 0 1] .]
-description         Libgnomekbd is something new.
-long_description    Libgnomekbd is something new.
+description         A GNOME library which manages keyboard configuration
+long_description    Libgnomekbd is ${description} and offers various \
+                    widgets related to keyboard configuration.
 maintainers         devans openmaintainer
 categories          gnome
 license             LGPL-2+
@@ -44,9 +45,9 @@
 variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
 
 variant x11 conflicts no_x11 {
-        configure.args-append   --x-includes=${prefix}/include \
-                                --x-libraries=${prefix}/lib
-        configure.args-delete   --without-x
+    configure.args-append   --x-includes=${prefix}/include \
+                            --x-libraries=${prefix}/lib
+    configure.args-delete   --without-x
 }
 
 if {[variant_isset no_x11]} {
@@ -56,8 +57,8 @@
 }
 
 post-activate {
-        system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-            gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
 livecheck.type    gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/0ecc43be/attachment.html>


More information about the macports-changes mailing list