~ubuntu-branches/ubuntu/wily/gnome-applets/wily

« back to all changes in this revision

Viewing changes to charpick/charpick.schemas.in

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-19 19:57:51 UTC
  • mfrom: (1.10.22)
  • Revision ID: package-import@ubuntu.com-20141119195751-gqirgm99dewik39n
Tags: 3.14.0-1~svn1
* New upstream release.
* Update (build-)dependencies for new version.
  - Require new GLib and libpanel-applet.
  - Switch from Python 2 to Python 3.
  - Drop GConf.
* Remove --enable-mixer-applet configure flag.
* Remove obsolete gnome-applets.gconf-defaults file.
* Update applet list in package description.
* Move Python modules to a private location.
* Use dh_python3.
* Use NEWS file as upstream changelog.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update Homepage URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
    <schemalist>
3
 
                
4
 
      <schema>
5
 
        <key>/schemas/apps/charpick/prefs/default_list</key>
6
 
        <owner>charpick_applet2</owner>
7
 
        <type>string</type>
8
 
        <locale name="C">
9
 
          <short>DEPRECATED - Characters shown on applet startup</short>
10
 
          <long></long>
11
 
        </locale>
12
 
      </schema>
13
 
      
14
 
      <schema>
15
 
        <key>/schemas/apps/charpick/prefs/current_list</key>
16
 
        <owner>charpick_applet2</owner>
17
 
        <type>string</type>
18
 
        <locale name="C">
19
 
          <short>Characters shown on applet startup</short>
20
 
          <long>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</long>
21
 
        </locale>
22
 
      </schema>
23
 
      
24
 
      <schema>
25
 
        <key>/schemas/apps/charpick/prefs/chartable</key>
26
 
        <owner>charpick_applet2</owner>
27
 
        <type>list</type>
28
 
        <list_type>string</list_type>
29
 
        <locale name="C">
30
 
          <short>List of available palettes</short>
31
 
          <long>List of strings containing the available palettes.</long>
32
 
        </locale>        
33
 
      </schema>
34
 
      
35
 
    </schemalist>
36
 
</gconfschemafile>