[153714] trunk/dports/gnome/gnome-panel

devans at macports.org devans at macports.org
Sat Oct 8 18:48:37 CEST 2016


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

Modified Paths:
--------------
    trunk/dports/gnome/gnome-panel/Portfile
    trunk/dports/gnome/gnome-panel/files/autogen.sh

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


Property changes on: trunk/dports/gnome/gnome-panel
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-panel:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-panel:108276-113174,118155-147832
/users/devans/GNOME-3/unstable/dports/gnome/gnome-panel:117866-118151,132285-134454
/users/rmstonecipher/gnome/gnome-panel:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-panel:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-panel:108276-113174,118155-153713
/users/devans/GNOME-3/unstable/dports/gnome/gnome-panel:117866-118151,132285-134454
/users/rmstonecipher/gnome/gnome-panel:102363-103172

Modified: trunk/dports/gnome/gnome-panel/Portfile
===================================================================
--- trunk/dports/gnome/gnome-panel/Portfile	2016-10-08 16:42:59 UTC (rev 153713)
+++ trunk/dports/gnome/gnome-panel/Portfile	2016-10-08 16:48:37 UTC (rev 153714)
@@ -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: trunk/dports/gnome/gnome-panel/files/autogen.sh
===================================================================
--- trunk/dports/gnome/gnome-panel/files/autogen.sh	2016-10-08 16:42:59 UTC (rev 153713)
+++ trunk/dports/gnome/gnome-panel/files/autogen.sh	2016-10-08 16:48:37 UTC (rev 153714)
@@ -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/bc2c3fd4/attachment-0002.html>


More information about the macports-changes mailing list