new packages created gtk-2.24.29 and gtk-3.18.6

all dependencies have been updated
patches were necessary for cairo and cairomm
libepoxy added: new gtk3 dependency
This commit is contained in:
Tom Schoonjans
2016-01-10 14:00:34 +01:00
parent d55963d2a7
commit 1c9141a50b
766 changed files with 275 additions and 475 deletions

View File

@ -3,7 +3,7 @@
<schema id='org.gtk.Settings.Debug' path='/org/gtk/settings/debug/'>
<key name='enable-inspector-keybinding' type='b'>
<default>true</default>
<default>false</default>
<summary>Enable inspector keybinding</summary>
<description>
If this setting is true, GTK+ lets the user open an interactive

View File

@ -43,6 +43,11 @@
<value nick='12h' value='1'/>
</enum>
<enum id='org.gtk.Settings.FileChooser.DateFormat'>
<value nick='regular' value='0'/>
<value nick='with-time' value='1'/>
</enum>
<schema id='org.gtk.Settings.FileChooser' path='/org/gtk/settings/file-chooser/'>
<key name='last-folder-uri' type='s'>
<default>""</default>
@ -136,6 +141,13 @@
Whether the time is shown in 24h or 12h format.
</description>
</key>
<key name="date-format" enum="org.gtk.Settings.FileChooser.DateFormat">
<default>'regular'</default>
<summary>Date format</summary>
<description>
The amount of detail to show in the Modified column.
</description>
</key>
</schema>
</schemalist>