[118881] trunk/dports/gnome/gnome-settings-daemon

devans at macports.org devans at macports.org
Sun Apr 13 16:15:44 PDT 2014


Revision: 118881
          https://trac.macports.org/changeset/118881
Author:   devans at macports.org
Date:     2014-04-13 16:15:44 -0700 (Sun, 13 Apr 2014)
Log Message:
-----------
gnome-settings-daemon: update to version 3.12.0.1.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-settings-daemon/Portfile
    trunk/dports/gnome/gnome-settings-daemon/files/patch-plugins.diff

Property Changed:
----------------
    trunk/dports/gnome/gnome-settings-daemon/


Property changes on: trunk/dports/gnome/gnome-settings-daemon
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gnome-settings-daemon:108269-115730
   + /users/devans/GNOME-3/stable/dports/gnome/gnome-settings-daemon:108269-118645
/users/devans/GNOME-3/unstable/dports/gnome/gnome-settings-daemon:116416-118153

Modified: trunk/dports/gnome/gnome-settings-daemon/Portfile
===================================================================
--- trunk/dports/gnome/gnome-settings-daemon/Portfile	2014-04-13 23:15:29 UTC (rev 118880)
+++ trunk/dports/gnome/gnome-settings-daemon/Portfile	2014-04-13 23:15:44 UTC (rev 118881)
@@ -5,7 +5,7 @@
 PortGroup       active_variants 1.1
 
 name            gnome-settings-daemon
-version         3.10.2
+version         3.12.0.1
 license         GPL-2 LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Gnome 3 settings daemon.
@@ -18,8 +18,8 @@
 
 use_xz          yes
 
-checksums       rmd160  759f890c3a322615c94ce5ba8512d98f814f9a40 \
-                sha256  808899c6e434ecb71f42d3ac022dc51f5963bdf2478f4634078483f9e8a78264
+checksums       rmd160  72dd744bea115ea73e7ffad79e7e2768f138f048 \
+                sha256  c21cfcee008da6935ed7f7e814a788a951ba67cc728e43f888b174701cd96847
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -56,6 +56,10 @@
 # xrandr (works but tries to take over control of display causing problems with Mac OS X)
 #
 
+pre-patch {
+    copy ${worksrcpath}/plugins/Makefile.am ${worksrcpath}/plugins/Makefile.am.orig
+}
+
 patchfiles      patch-plugins.diff
 
 use_autoreconf  yes

Modified: trunk/dports/gnome/gnome-settings-daemon/files/patch-plugins.diff
===================================================================
--- trunk/dports/gnome/gnome-settings-daemon/files/patch-plugins.diff	2014-04-13 23:15:29 UTC (rev 118880)
+++ trunk/dports/gnome/gnome-settings-daemon/files/patch-plugins.diff	2014-04-13 23:15:44 UTC (rev 118881)
@@ -18,9 +18,9 @@
  
  dnl ---------------------------------------------------------------------------
  dnl - datetime
---- plugins/Makefile.am.orig	2013-11-11 09:25:13.000000000 -0800
-+++ plugins/Makefile.am	2013-12-13 09:01:21.000000000 -0800
-@@ -4,11 +4,9 @@
+--- plugins/Makefile.am.orig	2013-12-17 01:29:53.000000000 -0800
++++ plugins/Makefile.am	2014-01-24 12:46:28.000000000 -0800
+@@ -4,22 +4,23 @@
  	a11y-keyboard	\
  	a11y-settings	\
  	clipboard	\
@@ -32,8 +32,7 @@
  	housekeeping    \
  	keyboard	\
  	media-keys	\
-@@ -16,11 +14,13 @@
- 	remote-display	\
+ 	mouse		\
  	screensaver-proxy \
  	sound		\
 -	xrandr		\
@@ -41,10 +40,11 @@
  	$(NULL)
  
 -disabled_plugins = $(NULL)
-+disabled_plugins = color \
-+                   power \
-+		   xrandr \
-+		   $(NULL)
++disabled_plugins = \
++	color \
++	power \
++	xrandr \
++	$(NULL)
  
  if HAVE_PACKAGEKIT
  enabled_plugins += updates
@@ -70,3 +70,33 @@
  
  libexec_PROGRAMS = gsd-test-screensaver-proxy
  
+--- plugins/cursor/Makefile.am.orig	2014-01-24 11:55:28.000000000 -0800
++++ plugins/cursor/Makefile.am	2014-01-24 11:55:52.000000000 -0800
+@@ -26,6 +26,7 @@
+ 
+ libcursor_la_LIBADD  =					\
+ 	$(top_builddir)/plugins/common/libcommon.la	\
++	$(top_builddir)/gnome-settings-daemon/libgsd.la \
+ 	$(CURSOR_LIBS)					\
+ 	$(SETTINGS_PLUGIN_LIBS)
+ 
+--- plugins/keyboard/Makefile.am.orig	2014-01-24 12:01:28.000000000 -0800
++++ plugins/keyboard/Makefile.am	2014-01-24 12:02:57.000000000 -0800
+@@ -43,6 +43,7 @@
+ 
+ libkeyboard_la_LIBADD  =				\
+ 	$(top_builddir)/plugins/common/libcommon.la	\
++	$(top_builddir)/gnome-settings-daemon/libgsd.la \
+ 	$(SETTINGS_PLUGIN_LIBS)				\
+ 	$(XF86MISC_LIBS)				\
+ 	$(KEYBOARD_LIBS)				\
+--- plugins/mouse/Makefile.am.orig	2014-01-24 12:12:34.000000000 -0800
++++ plugins/mouse/Makefile.am	2014-01-24 12:13:16.000000000 -0800
+@@ -28,6 +28,7 @@
+ libmouse_la_LIBADD  =							\
+ 	$(MOUSE_LIBS)							\
+ 	$(top_builddir)/plugins/common/libcommon.la			\
++	$(top_builddir)/gnome-settings-daemon/libgsd.la \
+ 	$(SETTINGS_PLUGIN_LIBS)
+ 
+ plugin_in_files = mouse.gnome-settings-plugin.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140413/e14b86b7/attachment-0001.html>


More information about the macports-changes mailing list