[113230] trunk/dports/gnome/gnome-menus

devans at macports.org devans at macports.org
Tue Nov 12 22:29:14 PST 2013


Revision: 113230
          https://trac.macports.org/changeset/113230
Author:   devans at macports.org
Date:     2013-11-12 22:29:13 -0800 (Tue, 12 Nov 2013)
Log Message:
-----------
gnome-menus: merge version 3.10.1 from GNOME-3 test branch.

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-menus/files/

Removed Paths:
-------------
    trunk/dports/gnome/gnome-menus/files/

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


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

Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile	2013-11-13 00:08:13 UTC (rev 113229)
+++ trunk/dports/gnome/gnome-menus/Portfile	2013-11-13 06:29:13 UTC (rev 113230)
@@ -4,67 +4,40 @@
 PortSystem      1.0
 
 name            gnome-menus
-version         2.30.5
-revision        3
+version         3.10.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     devans openmaintainer
 categories      gnome
 license         LGPL-2+
 platforms       darwin
-description     Menu component for the GNOME 2 Desktop.
+description     Menu component for the GNOME 3 Desktop.
 
 long_description \
-    ${description}
+                ${description}
 
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-use_bzip2       yes
 
-checksums       md5     caa6772e63ed5870cf43dc3d354e0624 \
-                sha1    dcf7af8507d5678d6bb1bf705d2c4ac2238c6da5 \
-                rmd160  f3fafb467a7d9aaf0168236dab46f8bf82f71c26
+use_xz          yes
 
-patchfiles      patch-configure.diff
+checksums       rmd160  7ea8609b6c142469debd5ef55ebf2e6c68753095 \
+                sha256  46950aba274c1ad58234374fa9b235258650737307f3bc396af48eb983668a71
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gnome-doc-utils \
+                port:gnome-common
+
+depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                 port:gobject-introspection
 
-depends_lib     port:desktop-file-utils \
-                path:lib/pkgconfig/glib-2.0.pc:glib2
+patchfiles      remove-intltool-perl-hack.patch
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    configure.python          ${prefix}/bin/python2.5
-    depends_lib-append        port:py25-pygtk
-}
+# autoreconf with MacPorts patched intltool.m4
 
-variant python26 conflicts python25 python27 description {Use python 2.6} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_lib-append        port:py26-pygtk
-}
+use_autoreconf  yes
+autoreconf.args -fvi
 
-variant python27 conflicts python25 python26 description {Use python 2.7} {
-    configure.python          ${prefix}/bin/python2.7
-    depends_lib-append        port:py27-pygtk
-}
-
-if {![variant_isset python25] && ![variant_isset python26]} {
-    default_variants +python27
-}
-
-post-patch {
-    reinplace "s|/usr/bin/env python|${configure.python}|g" \
-        ${worksrcpath}/simple-editor/gmenu-simple-editor.in \
-        ${worksrcpath}/simple-editor/GMenuSimpleEditor/config.py.in \
-        ${worksrcpath}/simple-editor/GMenuSimpleEditor/main.py \
-        ${worksrcpath}/simple-editor/GMenuSimpleEditor/maindialog.py \
-        ${worksrcpath}/simple-editor/GMenuSimpleEditor/menufilewriter.py \
-        ${worksrcpath}/simple-editor/GMenuSimpleEditor/menutreemodel.py
-}
-
 configure.args  --enable-introspection \
-                --enable-python \
                 --disable-silent-rules
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
@@ -76,8 +49,4 @@
     build.cmd               ${prefix}/bin/gmake
 }
 
-post-activate {
-    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-}
-
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131112/a2e6a33b/attachment.html>


More information about the macports-changes mailing list