[153337] trunk/dports/gnome/gnome-control-center

devans at macports.org devans at macports.org
Wed Sep 28 22:00:28 PDT 2016


Revision: 153337
          https://trac.macports.org/changeset/153337
Author:   devans at macports.org
Date:     2016-09-28 22:00:28 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
gnome-control-center: update to version 3.22.0.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-control-center/Portfile
    trunk/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff
    trunk/dports/gnome/gnome-control-center/files/patch-panels-user-accounts.diff

Removed Paths:
-------------
    trunk/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff

Property Changed:
----------------
    trunk/dports/gnome/gnome-control-center/


Property changes on: trunk/dports/gnome/gnome-control-center
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-control-center:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-control-center:108269-147731
/users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center:116416-118152,119539-125802,132280-134526,137392-140531,143616-146956
/users/rmstonecipher/gnome/gnome-control-center:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-control-center:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-control-center:108269-153336
/users/devans/GNOME-3/unstable/dports/gnome/gnome-control-center:116416-118152,119539-125802,132280-134526,137392-140531,143616-146956,151994-152961
/users/rmstonecipher/gnome/gnome-control-center:102363-103172

Modified: trunk/dports/gnome/gnome-control-center/Portfile
===================================================================
--- trunk/dports/gnome/gnome-control-center/Portfile	2016-09-29 04:56:26 UTC (rev 153336)
+++ trunk/dports/gnome/gnome-control-center/Portfile	2016-09-29 05:00:28 UTC (rev 153337)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gnome-control-center
-version             3.20.1
+version             3.22.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME's main interface for configuration of the various \
                     aspects of your desktop.
@@ -18,8 +18,8 @@
 
 use_xz              yes
 
-checksums           rmd160  48c422e81fbc322894e25a847d2c1a5c721de9b9 \
-                    sha256  ce6474fc60f78ed3cfaf555e55a52ec3ebb6437fa184e08ad6077bbec380a1ed
+checksums           rmd160  8c861e0fdf14e5c98961ba9a8c053ca70da5d608 \
+                    sha256  d264ae919aeeb27987dcdd5af5577fad0590e1f184f506b563c89f356aab5052
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -59,7 +59,6 @@
 # color panel disabled by patch, dependency colord requires libudev
 
 patchfiles          patch-disable-color-panel.diff \
-                    patch-disable-shell-test-hostname.diff \
                     patch-panels-user-accounts.diff
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility

Modified: trunk/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff
===================================================================
--- trunk/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff	2016-09-29 04:56:26 UTC (rev 153336)
+++ trunk/dports/gnome/gnome-control-center/files/patch-disable-color-panel.diff	2016-09-29 05:00:28 UTC (rev 153337)
@@ -10,7 +10,7 @@
  	notifications \
 --- shell/Makefile.am.orig	2015-02-10 03:40:21.000000000 -0800
 +++ shell/Makefile.am	2015-02-19 17:53:03.000000000 -0800
-@@ -58,7 +58,6 @@
+@@ -78,7 +78,6 @@
  	$(top_builddir)/panels/common/liblanguage.la			\
  	$(top_builddir)/panels/common/libdevice.la			\
  	$(top_builddir)/panels/background/libbackground.la		\
@@ -30,12 +30,12 @@
    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	2014-04-16 05:41:24.000000000 -0700
-+++ configure.ac	2014-04-24 06:59:38.000000000 -0700
-@@ -143,11 +143,11 @@
+--- configure.ac.orig	2016-08-25 09:54:08.000000000 -0700
++++ configure.ac	2016-08-25 18:34:56.000000000 -0700
+@@ -141,11 +141,11 @@
+                   polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(NOTIFICATIONS_PANEL, $COMMON_MODULES)
  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.99.0
-                   gnome-settings-daemon >= $GSD_REQUIRED_VERSION)
 -PKG_CHECK_MODULES(COLOR_PANEL, $COMMON_MODULES
 -                  colord >= $COLORD_REQUIRED_VERSION
 -                  colord-gtk >= $COLORD_GTK_REQUIRED_VERSION

Deleted: trunk/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff
===================================================================
--- trunk/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff	2016-09-29 04:56:26 UTC (rev 153336)
+++ trunk/dports/gnome/gnome-control-center/files/patch-disable-shell-test-hostname.diff	2016-09-29 05:00:28 UTC (rev 153337)
@@ -1,9 +0,0 @@
---- shell/Makefile.am.orig	2014-04-29 04:10:25.000000000 -0700
-+++ shell/Makefile.am	2014-04-29 04:10:25.000000000 -0700
-@@ -132,6 +133,5 @@
- 
- EXTRA_DIST += hostnames-test.txt
- check-local: test-hostname
--	$(builddir)/test-hostname $(srcdir)/hostnames-test.txt > /dev/null
- 
- -include $(top_srcdir)/git.mk

Modified: trunk/dports/gnome/gnome-control-center/files/patch-panels-user-accounts.diff
===================================================================
--- trunk/dports/gnome/gnome-control-center/files/patch-panels-user-accounts.diff	2016-09-29 04:56:26 UTC (rev 153336)
+++ trunk/dports/gnome/gnome-control-center/files/patch-panels-user-accounts.diff	2016-09-29 05:00:28 UTC (rev 153337)
@@ -1,6 +1,6 @@
 --- panels/user-accounts/Makefile.am.orig	2014-08-08 03:00:40.000000000 -0700
 +++ panels/user-accounts/Makefile.am	2014-08-20 18:35:39.000000000 -0700
-@@ -67,7 +67,6 @@
+@@ -63,7 +63,6 @@
  	$(USER_ACCOUNTS_PANEL_LIBS)	\
  	$(builddir)/../common/liblanguage.la	\
  	-lpwquality			\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160928/6ebb5fd3/attachment-0001.html>


More information about the macports-changes mailing list