[114683] users/devans/GNOME-3/stable/dports/gnome/gnome-control-center

devans at macports.org devans at macports.org
Fri Dec 13 14:11:11 PST 2013


Revision: 114683
          https://trac.macports.org/changeset/114683
Author:   devans at macports.org
Date:     2013-12-13 14:11:11 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
GNOME-3/stable/dports: gnome-control-center, update to version 3.10.2.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/Portfile
    users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff
    users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/Portfile	2013-12-13 21:38:25 UTC (rev 114682)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/Portfile	2013-12-13 22:11:11 UTC (rev 114683)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            gnome-control-center
-version         3.8.5
+version         3.10.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     GNOME's main interface for configuration of the various \
                 aspects of your desktop.
@@ -18,13 +18,14 @@
 
 use_xz          yes
 
-checksums       rmd160  4eca6dc99a251e901f57cabd9d8a5cb752b23e1e \
-                sha256  efb9fb47aaa9a308aed3064efc39356db05d71ddb0374561eeccc57c122212e2
+checksums       rmd160  24f773044508175aad252ca883f10aeab88141a8 \
+                sha256  f67a9e88cda62c25e1aa1fbbb36d4fa632e8da11e98ac030e0e40437f12483a9
 
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:libxslt \
-                port:gnome-common
+                port:gnome-common \
+                port:gtk-doc
 
 depends_lib     port:desktop-file-utils \
                 port:gtk3 \
@@ -58,7 +59,7 @@
                 patch-panels-user-accounts.diff
 
 use_autoreconf  yes
-autoreconf.args -fi
+autoreconf.args -fvi
 
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff	2013-12-13 21:38:25 UTC (rev 114682)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff	2013-12-13 22:11:11 UTC (rev 114683)
@@ -1,20 +1,3 @@
---- configure.ac.orig	2013-09-13 05:09:33.000000000 -0700
-+++ configure.ac	2013-09-16 09:28:36.000000000 -0700
-@@ -146,10 +146,10 @@
- PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION)
- PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.9.1
-                   gnome-settings-daemon >= $GSD_REQUIRED_VERSION)
--PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES
--                  colord >= $COLORD_REQUIRED_VERSION
--                  colord-gtk >= $COLORD_GTK_REQUIRED_VERSION
--                  gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION)
-+dnl PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES
-+dnl                   colord >= $COLORD_REQUIRED_VERSION
-+dnl                   colord-gtk >= $COLORD_GTK_REQUIRED_VERSION
-+dnl                   gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION)
- PKG_CHECK_MODULES(PRINTERS_PANEL, $COMMON_MODULES
-                   polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION)
- PKG_CHECK_MODULES(PRIVACY_PANEL, $COMMON_MODULES)
 --- panels/Makefile.am.orig	2013-01-25 06:42:18.000000000 -0800
 +++ panels/Makefile.am		2013-09-16 09:32:32.000000000 -0700
 @@ -2,7 +2,6 @@
@@ -27,7 +10,7 @@
  	notifications \
 --- shell/Makefile.am.orig	2013-09-16 17:47:34.000000000 -0700
 +++ shell/Makefile.am	2013-09-16 17:48:10.000000000 -0700
-@@ -51,7 +51,6 @@
+@@ -52,7 +52,6 @@
  	$(top_builddir)/libgd/libgd.la					\
  	$(top_builddir)/panels/common/liblanguage.la			\
  	$(top_builddir)/panels/background/libbackground.la		\
@@ -47,3 +30,22 @@
    PANEL_TYPE("datetime",         cc_date_time_panel_get_type    ),
    PANEL_TYPE("display",          cc_display_panel_get_type      ),
    PANEL_TYPE("info",             cc_info_panel_get_type         ),
+--- configure.ac.orig	2013-11-12 11:20:54.000000000 -0800
++++ configure.ac	2013-11-30 19:51:53.000000000 -0800
+@@ -139,11 +139,11 @@
+ PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 goa-backend-1.0 >= $GOA_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.9.1
+                   gnome-settings-daemon >= $GSD_REQUIRED_VERSION)
+-PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES
+-                  colord >= $COLORD_REQUIRED_VERSION
+-                  colord-gtk >= $COLORD_GTK_REQUIRED_VERSION
+-                  libsoup-2.4
+-                  gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION)
++dnl PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES
++dnl                   colord >= $COLORD_REQUIRED_VERSION
++dnl                   colord-gtk >= $COLORD_GTK_REQUIRED_VERSION
++dnl                   libsoup-2.4
++dnl                   gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(PRINTERS_PANEL, $COMMON_MODULES
+                   polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(PRIVACY_PANEL, $COMMON_MODULES)

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff	2013-12-13 21:38:25 UTC (rev 114682)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff	2013-12-13 22:11:11 UTC (rev 114683)
@@ -1,6 +1,6 @@
 --- shell/Makefile.am.orig	2013-09-16 22:44:57.000000000 -0700
 +++ shell/Makefile.am	2013-09-16 22:45:38.000000000 -0700
-@@ -111,6 +111,6 @@
+@@ -120,6 +120,6 @@
  
  EXTRA_DIST += hostnames-test.txt
  check-local: test-hostname
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/c0ffec7d/attachment.html>


More information about the macports-changes mailing list