[153710] users/devans/GNOME-3/stable/dports/gnome/gnome-panel

devans at macports.org devans at macports.org
Sat Oct 8 18:03:32 CEST 2016


Revision: 153710
          https://trac.macports.org/changeset/153710
Author:   devans at macports.org
Date:     2016-10-08 09:03:32 -0700 (Sat, 08 Oct 2016)
Log Message:
-----------
GNOME-3/stable: gnome-panel, update to version 3.22.0, dependencies, freshen autogen.sh from upstream git.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile
    users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile	2016-10-08 15:45:59 UTC (rev 153709)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile	2016-10-08 16:03:32 UTC (rev 153710)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gnome-panel
-version             3.20.0
+version             3.22.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 maintainers         devans openmaintainer
 categories          gnome
@@ -20,8 +20,8 @@
 
 use_xz              yes
 
-checksums           rmd160  03a1cb735910474c90ae1b9122851299695eab9c \
-                    sha256  feb5b83f6d9fbbe0885d30f779025f1ffa09ed6f49c8ea3d7d5967bd5a1ef6c2
+checksums           rmd160  fecbcaf44c9e7dd8bd14ce5b28a0dc7a6676d335 \
+                    sha256  978f8332b4e8cf9450c3f7a858e99e9a7103a1606d700cec965d641c13427c90
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -36,6 +36,7 @@
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
                     port:dconf \
+                    port:gdm \
                     port:gnome-desktop \
                     port:gnome-menus \
                     port:policykit \
@@ -49,6 +50,7 @@
                     port:xorg-libXrandr
 
 depends_run         port:gnome-themes-standard \
+                    port:nautilus \
                     port:yelp
 
 gobject_introspection yes

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh	2016-10-08 15:45:59 UTC (rev 153709)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-panel/files/autogen.sh	2016-10-08 16:03:32 UTC (rev 153710)
@@ -11,6 +11,9 @@
   exit 1
 fi
 
+olddir=$(pwd)
+cd "$srcdir"
+
 PKG_NAME=$(autoconf --trace 'AC_INIT:$1' "$srcdir/configure.ac")
 
 if [ "$#" = 0 ] && [ -z "$NOCONFIGURE" ]; then
@@ -27,6 +30,8 @@
 autoreconf --verbose --force --install -Wno-portability || exit 1
 { set +x; } 2>/dev/null
 
+cd "$olddir"
+
 if [ -z "$NOCONFIGURE" ]; then
   set -x
   $srcdir/configure "$@" || exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161008/513ebbca/attachment-0002.html>


More information about the macports-changes mailing list