[121427] trunk/dports/gnome/metacity

devans at macports.org devans at macports.org
Tue Jun 24 23:16:03 PDT 2014


Revision: 121427
          https://trac.macports.org/changeset/121427
Author:   devans at macports.org
Date:     2014-06-24 23:16:03 -0700 (Tue, 24 Jun 2014)
Log Message:
-----------
metacity: update to version 3.12.0, now uses gtk3.

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

Property Changed:
----------------
    trunk/dports/gnome/metacity/


Property changes on: trunk/dports/gnome/metacity
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/gnome/metacity:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/metacity:121414-121426
/users/rmstonecipher/gnome/metacity:102363-103172

Modified: trunk/dports/gnome/metacity/Portfile
===================================================================
--- trunk/dports/gnome/metacity/Portfile	2014-06-25 04:13:59 UTC (rev 121426)
+++ trunk/dports/gnome/metacity/Portfile	2014-06-25 06:16:03 UTC (rev 121427)
@@ -2,14 +2,9 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       active_variants 1.1
 
 name            metacity
-set git_name    ${name}
-set git_commit  7539045e24ca31415a97981a504d1b83a138f865
-set git_date    20131011
-version         2.34.21-${git_date}
-revision        1
+version         3.12.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A window manager for the adult in you.
 long_description \
@@ -19,26 +14,21 @@
 license         GPL-2+
 platforms       darwin
 homepage        https://wiki.gnome.org/Projects/Metacity
-master_sites    https://git.gnome.org/browse/${git_name}/snapshot/
+master_sites    gnome:sources/${name}/${branch}
 
-distname        ${git_name}-${git_commit}
+use_xz          yes
 
-checksums       rmd160  1ba87216507f034968c980e2b48f3d8851b8cdb8 \
-                sha256  1c55fb6cb16f15f0b400c5083cb8b9caa2caefd141add7d574c265e36fd0dfee
+checksums       rmd160  90be203bb81faf5d16aa04fb461bc216081dc9ef \
+                sha256  a9ac5a3decd14fe6068efb5b5358bb4dffd0380ce2d605cb65424d843c3ed9dd
 
-depends_build   port:gnome-doc-utils \
-                port:pkgconfig \
-                port:autoconf \
-                port:automake \
-                port:libtool \
-                port:gnome-common \
+depends_build   port:pkgconfig \
                 port:intltool \
+                port:gnome-common \
                 port:itstool
 
+
 depends_lib     port:desktop-file-utils \
-                port:gtk2 \
-                port:libcanberra \
-                port:gsettings-desktop-schemas \
+                port:gtk3 \
                 port:startup-notification \
                 port:xorg-libXcomposite \
                 port:xorg-libXfixes \
@@ -52,24 +42,28 @@
                 port:xorg-libsm \
                 port:xorg-libice \
                 port:libgtop \
+                port:libcanberra \
+                port:gsettings-desktop-schemas \
                 port:zenity
 
 depends_run     port:gnome-settings-daemon
 
-require_active_variants gtk2 x11
+# autoreconf to reconfigure with our intltool.m4
 
-configure.cmd   ./autogen.sh
+use_autoreconf  yes
+autoreconf.args -fvi
 
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \
                 --enable-debug \
                 --disable-silent-rules \
                 --disable-schemas-compile \
-                --disable-themes-documentation
+                --disable-themes-documentation \
+                --disable-compositor
 
 post-activate {
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type  none
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140624/b44cce95/attachment-0001.html>


More information about the macports-changes mailing list