[Midnightbsd-cvs] mports [21425] trunk/sysutils/gnome-settings-daemon: gnome settings daemon 3.18.2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 22 17:39:17 EDT 2016


Revision: 21425
          http://svnweb.midnightbsd.org/mports/?rev=21425
Author:   laffer1
Date:     2016-05-22 17:39:17 -0400 (Sun, 22 May 2016)
Log Message:
-----------
gnome settings daemon 3.18.2

Modified Paths:
--------------
    trunk/sysutils/gnome-settings-daemon/Makefile
    trunk/sysutils/gnome-settings-daemon/distinfo
    trunk/sysutils/gnome-settings-daemon/pkg-plist

Removed Paths:
-------------
    trunk/sysutils/gnome-settings-daemon/files/patch-data_org.gnome.settings-daemon.plugins.power.gschema.xml.in.in

Modified: trunk/sysutils/gnome-settings-daemon/Makefile
===================================================================
--- trunk/sysutils/gnome-settings-daemon/Makefile	2016-05-22 21:37:13 UTC (rev 21424)
+++ trunk/sysutils/gnome-settings-daemon/Makefile	2016-05-22 21:39:17 UTC (rev 21425)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	gnome-settings-daemon
-PORTVERSION=	3.16.3
+PORTVERSION=	3.18.2
 PORTREVISION=	1
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
@@ -31,9 +31,11 @@
 		geoclue>=0:${PORTSDIR}/net/geoclue \
 		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
+PORTSCOUT=	limitw:1,even
+
 USE_XORG=	xxf86misc
 USE_GNOME=	gnomedesktop3 intltool libxslt
-USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CONFIGURE_ARGS=	--disable-gudev \
@@ -51,7 +53,7 @@
 OPTIONS_DEFAULT=CUPS SMARTCARD
 SMARTCARD_DESC=	Smartcard support
 CUPS_CONFIGURE_ENABLE=	cups
-CUPS_LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
+CUPS_LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups
 SMARTCARD_CONFIGURE_ENABLE=	smartcard-support
 SMARTCARD_LIB_DEPENDS=	libnss3.so:${PORTSDIR}/security/nss
 
@@ -64,6 +66,7 @@
 		org.gnome.settings-daemon.plugins.keyboard.gschema.xml \
 		org.gnome.settings-daemon.plugins.media-keys.gschema.xml \
 		org.gnome.settings-daemon.plugins.power.gschema.xml \
+		org.gnome.settings-daemon.plugins.power.gschema.xml.override \
 		org.gnome.settings-daemon.plugins.print-notifications.gschema.xml \
 		org.gnome.settings-daemon.plugins.sharing.gschema.xml \
 		org.gnome.settings-daemon.plugins.xrandr.gschema.xml \
@@ -73,4 +76,8 @@
 	@${REINPLACE_CMD} -e 's|/etc/gnome|${PREFIX}/etc/gnome|g' \
 		${WRKSRC}/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in
 
+post-install:
+	${INSTALL_DATA} ${FILESDIR}/org.gnome.settings-daemon.plugins.power.gschema.xml.override \
+		${PREFIX}/share/glib-2.0/schemas/
+
 .include <bsd.port.mk>

Modified: trunk/sysutils/gnome-settings-daemon/distinfo
===================================================================
--- trunk/sysutils/gnome-settings-daemon/distinfo	2016-05-22 21:37:13 UTC (rev 21424)
+++ trunk/sysutils/gnome-settings-daemon/distinfo	2016-05-22 21:39:17 UTC (rev 21425)
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gnome-settings-daemon-3.16.3.tar.xz) = 8752f79ba2ee76701744b4806140d1b88c665ad7cd44e7ff58b4e78e1063daea
-SIZE (gnome3/gnome-settings-daemon-3.16.3.tar.xz) = 1651880
+SHA256 (gnome3/gnome-settings-daemon-3.18.2.tar.xz) = 3071c7258f22684f7f64b7f735821e4cb25f59fc4665eb08e8d86b560e72fc6f
+SIZE (gnome3/gnome-settings-daemon-3.18.2.tar.xz) = 1626400

Deleted: trunk/sysutils/gnome-settings-daemon/files/patch-data_org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
===================================================================
--- trunk/sysutils/gnome-settings-daemon/files/patch-data_org.gnome.settings-daemon.plugins.power.gschema.xml.in.in	2016-05-22 21:37:13 UTC (rev 21424)
+++ trunk/sysutils/gnome-settings-daemon/files/patch-data_org.gnome.settings-daemon.plugins.power.gschema.xml.in.in	2016-05-22 21:39:17 UTC (rev 21425)
@@ -1,35 +0,0 @@
---- data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in.orig	2014-03-04 16:15:04.000000000 +0000
-+++ data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in	2014-03-14 00:09:44.592409466 +0000
-@@ -26,7 +26,7 @@
-       <description>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
-     </key>
-     <key name="sleep-inactive-ac-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
--      <default>'suspend'</default>
-+      <default>'nothing'</default>
-       <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
-       <description>The type of sleeping that should be performed when the computer is inactive.</description>
-     </key>
-@@ -36,12 +36,12 @@
-       <description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
-     </key>
-     <key name="sleep-inactive-battery-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
--      <default>'suspend'</default>
-+      <default>'nothing'</default>
-       <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
-       <description>The type of sleeping that should be performed when the computer is inactive.</description>
-     </key>
-     <key name="button-suspend" enum="org.gnome.settings-daemon.GsdPowerActionType">
--      <default>'suspend'</default>
-+      <default>'nothing'</default>
-       <summary>Suspend button action</summary>
-       <description>The action to take when the system suspend button is pressed.</description>
-     </key>
-@@ -57,7 +57,7 @@
-     </key>
-     <!-- See https://bugzilla.gnome.org/show_bug.cgi?id=652183 for rationale -->
-     <key name="button-power" enum="org.gnome.settings-daemon.GsdPowerActionType">
--      <default>'suspend'</default>
-+      <default>'nothing'</default>
-       <summary>Power button action</summary>
-       <description>The action to take when the system power button is pressed.</description>
-     </key>

Modified: trunk/sysutils/gnome-settings-daemon/pkg-plist
===================================================================
--- trunk/sysutils/gnome-settings-daemon/pkg-plist	2016-05-22 21:37:13 UTC (rev 21424)
+++ trunk/sysutils/gnome-settings-daemon/pkg-plist	2016-05-22 21:39:17 UTC (rev 21425)
@@ -28,6 +28,9 @@
 lib/gnome-settings-daemon-3.0/libmedia-keys.so
 lib/gnome-settings-daemon-3.0/libmouse.a
 lib/gnome-settings-daemon-3.0/libmouse.so
+lib/gnome-settings-daemon-3.0/liborientation.a
+lib/gnome-settings-daemon-3.0/liborientation.so
+lib/gnome-settings-daemon-3.0/orientation.gnome-settings-plugin
 lib/gnome-settings-daemon-3.0/libpower.a
 lib/gnome-settings-daemon-3.0/libpower.so
 %%CUPS%%lib/gnome-settings-daemon-3.0/libprint-notifications.a
@@ -67,6 +70,7 @@
 libexec/gsd-test-keyboard
 libexec/gsd-test-media-keys
 libexec/gsd-test-mouse
+libexec/gsd-test-orientation
 %%CUPS%%libexec/gsd-test-print-notifications
 %%SMARTCARD%%libexec/gsd-test-smartcard
 libexec/gsd-test-sound



More information about the Midnightbsd-cvs mailing list