[138236] trunk/dports/gnome/gnome-themes-standard/Portfile

devans at macports.org devans at macports.org
Thu Jul 2 14:02:51 PDT 2015


Revision: 138236
          https://trac.macports.org/changeset/138236
Author:   devans at macports.org
Date:     2015-07-02 14:02:51 -0700 (Thu, 02 Jul 2015)
Log Message:
-----------
gnome-themes-standard: add +x11 +quartz variants to identify this port's binary dependencies based on which variant of gtk2, gtk3 is used for the build, increment revision.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-themes-standard/Portfile

Modified: trunk/dports/gnome/gnome-themes-standard/Portfile
===================================================================
--- trunk/dports/gnome/gnome-themes-standard/Portfile	2015-07-02 20:02:25 UTC (rev 138235)
+++ trunk/dports/gnome/gnome-themes-standard/Portfile	2015-07-02 21:02:51 UTC (rev 138236)
@@ -6,6 +6,7 @@
 name                gnome-themes-standard
 conflicts           gnome-themes
 version             3.16.2
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 maintainers         devans openmaintainer
@@ -48,4 +49,17 @@
 
 configure.args      --disable-silent-rules
 
+#
+# the following dummy variants are used
+# to identify this port's binary dependencies
+# based on which variant of gtk2, gtk3 is used for the build
+#
+
+variant x11 conflicts quartz {}
+variant quartz conflicts x11 {}
+
+if {![variant_isset quartz]} {
+    default_variants +x11
+}
+
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150702/73b0b060/attachment.html>


More information about the macports-changes mailing list