[110577] users/devans/GNOME-3/stable/dports/gnome/gnome-menus

devans at macports.org devans at macports.org
Mon Sep 2 06:33:17 PDT 2013


Revision: 110577
          https://trac.macports.org/changeset/110577
Author:   devans at macports.org
Date:     2013-09-02 06:33:17 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
devans/GNOME-3/stable/dports: gnome-menus, update to version 3.8.0.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-menus/Portfile

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-menus/files/

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-menus/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-menus/Portfile	2013-09-02 12:31:53 UTC (rev 110576)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-menus/Portfile	2013-09-02 13:33:17 UTC (rev 110577)
@@ -4,67 +4,32 @@
 PortSystem      1.0
 
 name            gnome-menus
-version         2.30.5
-revision        3
+version         3.8.0
 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  13748ce10b60c306ec099181a6e5979753715dc1 \
+                sha256  33c215ae8d815f4a94d2dbfc8c6679fddbbf8026d30da55a350e67ea940ce14f
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gnome-doc-utils \
+
+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
-
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    configure.python          ${prefix}/bin/python2.5
-    depends_lib-append        port:py25-pygtk
-}
-
-variant python26 conflicts python25 python27 description {Use python 2.6} {
-    configure.python          ${prefix}/bin/python2.6
-    depends_lib-append        port:py26-pygtk
-}
-
-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 +41,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/20130902/2fb7f309/attachment.html>


More information about the macports-changes mailing list