[114220] trunk/dports/gnome/gsettings-desktop-schemas

devans at macports.org devans at macports.org
Mon Dec 2 18:30:09 PST 2013


Revision: 114220
          https://trac.macports.org/changeset/114220
Author:   devans at macports.org
Date:     2013-12-02 18:30:09 -0800 (Mon, 02 Dec 2013)
Log Message:
-----------
gsettings-desktop-schemas: restore deprecated settings required to run gnome-settings-daemon 3.8.5.

Modified Paths:
--------------
    trunk/dports/gnome/gsettings-desktop-schemas/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gsettings-desktop-schemas/files/
    trunk/dports/gnome/gsettings-desktop-schemas/files/patch-restore-settings-for-deprecated-gtk-settings.diff

Modified: trunk/dports/gnome/gsettings-desktop-schemas/Portfile
===================================================================
--- trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2013-12-03 01:27:05 UTC (rev 114219)
+++ trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2013-12-03 02:30:09 UTC (rev 114220)
@@ -5,6 +5,7 @@
 
 name            gsettings-desktop-schemas
 version         3.10.1
+revision        1
 license         LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
@@ -34,6 +35,8 @@
 
 depends_lib     path:lib/pkgconfig/gio-2.0.pc:glib2 \
 
+patchfiles      patch-restore-settings-for-deprecated-gtk-settings.diff
+
 configure.args  --disable-silent-rules \
                 --disable-schemas-compile \
                 --enable-introspection=yes

Added: trunk/dports/gnome/gsettings-desktop-schemas/files/patch-restore-settings-for-deprecated-gtk-settings.diff
===================================================================
--- trunk/dports/gnome/gsettings-desktop-schemas/files/patch-restore-settings-for-deprecated-gtk-settings.diff	                        (rev 0)
+++ trunk/dports/gnome/gsettings-desktop-schemas/files/patch-restore-settings-for-deprecated-gtk-settings.diff	2013-12-03 02:30:09 UTC (rev 114220)
@@ -0,0 +1,84 @@
+diff -ur schemas.orig/gsettings-desktop-schemas.convert schemas/gsettings-desktop-schemas.convert
+--- schemas.orig/gsettings-desktop-schemas.convert	2013-12-02 18:13:07.000000000 -0800
++++ schemas/gsettings-desktop-schemas.convert	2013-12-02 18:13:36.000000000 -0800
+@@ -34,6 +34,8 @@
+ #menus-have-tearoff = /desktop/gnome/interface/menus_have_tearoff
+ #can-change-accels = /desktop/gnome/interface/can_change_accels
+ #toolbar-style = /desktop/gnome/interface/toolbar_style
++#menus-have-icons = /desktop/gnome/interface/menus_have_icons
++#buttons-have-icons = /desktop/gnome/interface/buttons_have_icons
+ #menubar-detachable = /desktop/gnome/interface/menubar_detachable
+ #toolbar-detachable = /desktop/gnome/interface/toolbar_detachable
+ #toolbar-icons-size = /desktop/gnome/interface/toolbar_icons_size
+@@ -54,6 +56,8 @@
+ document-font-name = /desktop/gnome/interface/document_font_name
+ monospace-font-name = /desktop/gnome/interface/monospace_font_name
+ menubar-accel = /desktop/gnome/interface/menubar_accel
++show-input-method-menu = /desktop/gnome/interface/show_input_method_menu
++show-unicode-menu = /desktop/gnome/interface/show_unicode_menu
+ cursor-size = /desktop/gnome/peripherals/mouse/cursor_size
+ gtk-color-palette = /desktop/gnome/gtk-color-palette
+ # Disabled as we want users to use the default new theme colors
+Only in schemas: gsettings-desktop-schemas.convert.orig
+diff -ur schemas.orig/org.gnome.desktop.interface.gschema.xml.in.in schemas/org.gnome.desktop.interface.gschema.xml.in.in
+--- schemas.orig/org.gnome.desktop.interface.gschema.xml.in.in	2013-12-02 18:13:07.000000000 -0800
++++ schemas/org.gnome.desktop.interface.gschema.xml.in.in	2013-12-02 18:13:39.000000000 -0800
+@@ -38,6 +38,20 @@
+         and "text".
+       </_description>
+     </key>
++    <key name="menus-have-icons" type="b">
++      <default>false</default>
++      <_summary>Menus Have Icons</_summary>
++      <_description>
++        Whether menus may display an icon next to a menu entry.
++      </_description>
++    </key>
++    <key name="buttons-have-icons" type="b">
++      <default>false</default>
++      <_summary>Buttons Have Icons</_summary>
++      <_description>
++        Whether buttons may display an icon in addition to the button text.
++      </_description>
++    </key>
+     <key name="menubar-detachable" type="b">
+       <default>false</default>
+       <_summary>Menubar Detachable</_summary>
+@@ -169,6 +183,22 @@
+         Keyboard shortcut to open the menu bars.
+       </_description>
+     </key>
++    <key name="show-input-method-menu" type="b">
++      <default>true</default>
++      <_summary>Show the 'Input Methods' menu</_summary>
++      <_description>
++        Whether the context menus of entries and text views should offer to
++        change the input method.
++      </_description>
++    </key>
++    <key name="show-unicode-menu" type="b">
++      <default>true</default>
++      <_summary>Show the 'Unicode Control Character' menu</_summary>
++      <_description>
++        Whether the context menus of entries and text views should offer to
++        insert control characters.
++      </_description>
++    </key>
+     <key name="cursor-theme" type="s">
+       <default>'Adwaita'</default>
+       <_summary>Cursor theme</_summary>
+@@ -220,5 +250,13 @@
+         If true, display date in the clock, in addition to time.
+       </_description>
+     </key>
++    <key name="automatic-mnemonics" type="b">
++      <default>true</default>
++      <_summary>Only show mnemonics on when the Alt key is pressed</_summary>
++      <_description>
++        Whether mnemonics should be automatically shown and hidden when the user
++        presses the Alt key.
++      </_description>
++    </key>
+   </schema>
+ </schemalist>
+Only in schemas: org.gnome.desktop.interface.gschema.xml.in.in.orig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131202/bb5dd083/attachment-0001.html>


More information about the macports-changes mailing list