[138258] users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard
Revision: 138258 https://trac.macports.org/changeset/138258 Author: devans@macports.org Date: 2015-07-03 07:50:34 -0700 (Fri, 03 Jul 2015) Log Message: ----------- GNOME-3/stable: gnome-themes-standard, merge changes from trunk. Modified Paths: -------------- users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile Property Changed: ---------------- users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/ Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard ___________________________________________________________________ Modified: svn:mergeinfo - /branches/mld-qt-481/dports/gnome/gnome-themes-standard:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856 /trunk/dports/gnome/gnome-themes-standard:114069-136403 /users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard:119539-125620,128864-134376 /users/rmstonecipher/gnome/gnome-themes-standard:102363-103172 + /branches/mld-qt-481/dports/gnome/gnome-themes-standard:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856 /trunk/dports/gnome/gnome-themes-standard:114069-138257 /users/devans/GNOME-3/unstable/dports/gnome/gnome-themes-standard:119539-125620,128864-134376 /users/rmstonecipher/gnome/gnome-themes-standard:102363-103172 Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile =================================================================== --- users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile 2015-07-03 14:47:16 UTC (rev 138257) +++ users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile 2015-07-03 14:50:34 UTC (rev 138258) @@ -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
participants (1)
-
devans@macports.org