[136631] users/devans/GNOME-3/unstable/dports/gnome/gnome-applets

devans at macports.org devans at macports.org
Sat May 23 07:52:41 PDT 2015


Revision: 136631
          https://trac.macports.org/changeset/136631
Author:   devans at macports.org
Date:     2015-05-23 07:52:40 -0700 (Sat, 23 May 2015)
Log Message:
-----------
GNOME-3/unstable: gnome-applets, sync with stable, update to version 3.17.1.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/


Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gnome-applets
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-applets:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-applets:108276-113174,128986-132141
/users/rmstonecipher/gnome/gnome-applets:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-applets:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-applets:108276-113174,128986-136501
/users/rmstonecipher/gnome/gnome-applets:102363-103172

Modified: users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/Portfile	2015-05-23 14:52:39 UTC (rev 136630)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/Portfile	2015-05-23 14:52:40 UTC (rev 136631)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-applets
-version             3.15.2
+version             3.17.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME panel applets.
 long_description    This package contains applets for use with the \
@@ -18,37 +18,36 @@
 
 use_xz              yes
 
-checksums           rmd160  b4786076a9bece2300ac40098add62dc723221cf \
-                    sha256  61c8a469894e46a6aa08587f8d93b6b657e54d2491097d63b13de71052222140
+checksums           rmd160  31936a2a52a3a98d47f08bb7549a53cd6e9ab848 \
+                    sha256  f9aac85cd801ddce4cafc2da0d9d758bc5e498eed505d3c056bbaf9045b405ef
 
 depends_build       port:pkgconfig \
                     port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
                     port:gnome-common \
-                    port:yelp-tools \
-                    port:itstool
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib         port:gnome-icon-theme \
+depends_lib         port:adwaita-icon-theme \
                     port:gtk3 \
                     port:gnome-panel \
                     port:libgtop \
-                    port:gnome-settings-daemon \
+                    port:libxklavier \
                     port:libwnck3 \
                     port:libnotify \
-                    port:policykit \
-                    port:gucharmap \
                     port:upower \
+                    port:dbus \
+                    port:dbus-glib \
                     port:libxml2 \
+                    port:libgweather \
+                    port:gucharmap \
+                    port:policykit \
                     port:py34-gobject3
 
 patchfiles          patch-configure.ac.diff
 
-# invest applet requires python3
-# use python34
-
-configure.python    ${prefix}/bin/python3.4
-set python_framework ${frameworks_dir}/Python.framework/Versions/3.4
-configure.pkg_config_path ${python_framework}/lib/pkgconfig
-
 post-patch {
     reinplace "s|/usr/bin/python3|${configure.python}|" \
         ${worksrcpath}/invest-applet/invest/invest-applet.py \
@@ -56,15 +55,21 @@
         ${worksrcpath}/invest-applet/invest/test.py
 }
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
+# invest applet requires python3
+# use python34
+
+configure.python    ${prefix}/bin/python3.4
+set python_framework ${frameworks_dir}/Python.framework/Versions/3.4
+configure.pkg_config_path ${python_framework}/lib/pkgconfig
+
 configure.args      --enable-compile-warnings=minimum \
                     --disable-battstat \
                     --disable-cpufreq \

Copied: users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/files/autogen.sh (from rev 136501, users/devans/GNOME-3/stable/dports/gnome/gnome-applets/files/autogen.sh)
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-applets/files/autogen.sh	2015-05-23 14:52:40 UTC (rev 136631)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+# (test -f $srcdir/configure.ac \
+#   && test -f $srcdir/gnome-applets.doap) || {
+#     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+#     echo " top-level gnome-applets directory"
+#     exit 1
+# }
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common."
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_YELP_TOOLS_VERSION=3.1.1
+
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150523/31c99231/attachment.html>


More information about the macports-changes mailing list