[Midnightbsd-cvs] mports [15656] trunk/devel/dconf: update patchset for dconf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Dec 7 16:08:26 EST 2013


Revision: 15656
          http://svnweb.midnightbsd.org/mports/?rev=15656
Author:   laffer1
Date:     2013-12-07 16:08:25 -0500 (Sat, 07 Dec 2013)
Log Message:
-----------
update patchset for dconf

Modified Paths:
--------------
    trunk/devel/dconf/Makefile
    trunk/devel/dconf/pkg-descr
    trunk/devel/dconf/pkg-plist

Added Paths:
-----------
    trunk/devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml

Modified: trunk/devel/dconf/Makefile
===================================================================
--- trunk/devel/dconf/Makefile	2013-12-07 19:19:56 UTC (rev 15655)
+++ trunk/devel/dconf/Makefile	2013-12-07 21:08:25 UTC (rev 15656)
@@ -2,6 +2,7 @@
 
 PORTNAME?=	dconf
 PORTVERSION=	0.14.1
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DISTNAME=	dconf-${PORTVERSION}

Added: trunk/devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml
===================================================================
--- trunk/devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml	                        (rev 0)
+++ trunk/devel/dconf/files/patch-editor_ca.desrt.dconf-editor.gschema.xml	2013-12-07 21:08:25 UTC (rev 15656)
@@ -0,0 +1,31 @@
+--- editor/ca.desrt.dconf-editor.gschema.xml.orig	2013-08-29 22:55:54.000000000 +0200
++++ editor/ca.desrt.dconf-editor.gschema.xml	2013-08-29 23:08:00.000000000 +0200
+@@ -1,20 +1,25 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <schemalist gettext-domain='dconf'>
+   <schema id="ca.desrt.dconf-editor.Settings" path="/ca/desrt/dconf-editor/">
+-    <key name="width" type="i">
++    <key name="window-width" type="i">
+       <default>800</default>
+       <summary>The width of the window</summary>
+       <description>The width of the main window in pixels.</description>
+     </key>
+-    <key name="height" type="i">
++    <key name="window-height" type="i">
+       <default>600</default>
+       <summary>The height of the window</summary>
+       <description>The height of the main window in pixels.</description>
+     </key>
+-    <key name="maximized" type="b">
++    <key name="window-is-maximized" type="b">
+       <default>false</default>
+       <summary>A flag to enable maximized mode</summary>
+       <description>A flag to enable maximized mode</description>
+     </key>
++    <key name="window-is-fullscreen" type="b">
++      <default>false</default>
++      <summary>A flag to enable fullscreen mode</summary>
++      <description>A flag to enable fullscreen mode</description>
++    </key>
+   </schema>
+ </schemalist>

Modified: trunk/devel/dconf/pkg-descr
===================================================================
--- trunk/devel/dconf/pkg-descr	2013-12-07 19:19:56 UTC (rev 15655)
+++ trunk/devel/dconf/pkg-descr	2013-12-07 21:08:25 UTC (rev 15656)
@@ -1,18 +1,5 @@
-GConf extends the concept of a configuration registry.  It provides
-a simple way for applications and administrators to store data;
-often GConf is used to store preferences for applications.
+Dconf is a low-level configuration system. Its main purpose is to
+provide a backend to GSettings on platforms that don't already have
+configuration storage systems. 
 
-Some of the features of GConf are:
-GConf provides:
-
-    * Documentation for each configuration key, so that administrators
-      can better modify the value.
-
-    * Notifications to interested applications when configuration data
-      is changed.  The notification service works across networks,
-      affecting all login sessions for a single user.
-
-    * Proper locking so that configuration data doesn't get corrupted
-      when accessed by multiple applications at the same time.
-
-WWW: http://live.gnome.org/dconf
+WWW: https://live.gnome.org/dconf

Modified: trunk/devel/dconf/pkg-plist
===================================================================
--- trunk/devel/dconf/pkg-plist	2013-12-07 19:19:56 UTC (rev 15655)
+++ trunk/devel/dconf/pkg-plist	2013-12-07 21:08:25 UTC (rev 15656)
@@ -5,7 +5,6 @@
 include/dconf/common/dconf-paths.h
 include/dconf/dconf.h
 lib/gio/modules/libdconfsettings.so
-lib/gio/modules/giomodule.cache
 lib/libdconf.so
 lib/libdconf.so.1
 lib/libdconf-dbus-1.so



More information about the Midnightbsd-cvs mailing list