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:
@ -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>
|
||||
|
Reference in New Issue
Block a user