components/gnome/gconf/gconf.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 28 Oct 2016 16:33:42 -0700
changeset 7211 d531e9fbb2a8
child 7212 d8800d9f8518
permissions -rw-r--r--
23245292 Move gconf to Userland and update to 3.2.6 PSARC/2016/543 GConf 3.2.6 16390628 with the inclusion of gtk3, a gsettings backend for gconf needs to be installed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7211
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> \
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
    default mangler.man.stability "obsolete pass-through volatile">
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.fmri \
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
    value=pkg:/gnome/config/gconf@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
set name=pkg.summary value="GNOME configuration framework (obsolete)"
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
set name=com.oracle.info.description value=GConf
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
set name=info.classification \
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Desktop (GNOME)/Libraries"
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=LSARC/2002/146 value=LSARC/2008/510 \
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
    value=PSARC/2016/543
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
file path=etc/gconf/2/path
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
dir  path=etc/gconf/gconf.xml.defaults
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
dir  path=etc/gconf/gconf.xml.mandatory
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
file path=etc/xdg/autostart/gsettings-data-convert.desktop
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
file path=usr/bin/gconf-merge-tree
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
file path=usr/bin/gconftool-2
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
file path=usr/bin/gsettings-data-convert
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
file path=usr/bin/gsettings-schema-convert \
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
    pkg.depend.runpath=$PKGDEPEND_RUNPATH:/usr/lib/python$(PYVER)/xml/etree
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
file path=usr/include/gconf/2/gconf/gconf-changeset.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
file path=usr/include/gconf/2/gconf/gconf-client.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
file path=usr/include/gconf/2/gconf/gconf-engine.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
file path=usr/include/gconf/2/gconf/gconf-enum-types.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
file path=usr/include/gconf/2/gconf/gconf-error.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
file path=usr/include/gconf/2/gconf/gconf-listeners.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
file path=usr/include/gconf/2/gconf/gconf-schema.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
file path=usr/include/gconf/2/gconf/gconf-value.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
file path=usr/include/gconf/2/gconf/gconf.h
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
file path=usr/lib/$(MACH64)/GConf/2/libgconfbackend-oldxml.so
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
file path=usr/lib/$(MACH64)/GConf/2/libgconfbackend-xml.so
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
file path=usr/lib/$(MACH64)/gconfd-2
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
file path=usr/lib/$(MACH64)/gio/modules/libgsettingsgconfbackend.so
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
file path=usr/lib/$(MACH64)/girepository-1.0/GConf-2.0.typelib
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
link path=usr/lib/$(MACH64)/libgconf-2.so target=libgconf-2.so.4.1.5
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
link path=usr/lib/$(MACH64)/libgconf-2.so.4 target=libgconf-2.so.4.1.5
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
file path=usr/lib/$(MACH64)/libgconf-2.so.4.1.5
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
file path=usr/lib/$(MACH64)/pkgconfig/gconf-2.0.pc
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
file path=usr/lib/GConf/2/libgconfbackend-oldxml.so
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
file path=usr/lib/GConf/2/libgconfbackend-xml.so
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
file path=usr/lib/gconfd-2
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
file path=usr/lib/gio/modules/libgsettingsgconfbackend.so
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
file path=usr/lib/girepository-1.0/GConf-2.0.typelib
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
link path=usr/lib/libgconf-2.so target=libgconf-2.so.4.1.5
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
link path=usr/lib/libgconf-2.so.4 target=libgconf-2.so.4.1.5
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
file path=usr/lib/libgconf-2.so.4.1.5
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
file path=usr/lib/pkgconfig/gconf-2.0.pc
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
file path=usr/share/aclocal/gconf-2.m4
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
file path=usr/share/dbus-1/services/org.gnome.GConf.service
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
file path=usr/share/gir-1.0/GConf-2.0.gir
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
file path=usr/share/locale/am/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    82
file path=usr/share/locale/ar/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
file path=usr/share/locale/as/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
file path=usr/share/locale/ast/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    85
file path=usr/share/locale/az/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    86
file path=usr/share/locale/be/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    87
file path=usr/share/locale/bg/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    88
file path=usr/share/locale/bn/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    89
file path=usr/share/locale/bn_IN/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    90
file path=usr/share/locale/bs/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    91
file path=usr/share/locale/ca/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
file path=usr/share/locale/ca@valencia/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
file path=usr/share/locale/cs/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
file path=usr/share/locale/cy/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
file path=usr/share/locale/da/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
file path=usr/share/locale/de/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
file path=usr/share/locale/dz/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
file path=usr/share/locale/el/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
file path=usr/share/locale/en@shaw/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
file path=usr/share/locale/en_CA/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
file path=usr/share/locale/en_GB/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
file path=usr/share/locale/eo/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
file path=usr/share/locale/es/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
file path=usr/share/locale/et/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
file path=usr/share/locale/eu/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
file path=usr/share/locale/fa/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   107
file path=usr/share/locale/fi/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   108
file path=usr/share/locale/fr/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   109
file path=usr/share/locale/ga/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   110
file path=usr/share/locale/gl/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   111
file path=usr/share/locale/gu/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   112
file path=usr/share/locale/he/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   113
file path=usr/share/locale/hi/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   114
file path=usr/share/locale/hr/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   115
file path=usr/share/locale/hu/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   116
file path=usr/share/locale/hy/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   117
file path=usr/share/locale/id/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   118
file path=usr/share/locale/is/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   119
file path=usr/share/locale/it/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   120
file path=usr/share/locale/ja/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   121
file path=usr/share/locale/ka/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   122
file path=usr/share/locale/km/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   123
file path=usr/share/locale/kn/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   124
file path=usr/share/locale/ko/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   125
file path=usr/share/locale/ku/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   126
file path=usr/share/locale/lt/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   127
file path=usr/share/locale/lv/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   128
file path=usr/share/locale/mai/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   129
file path=usr/share/locale/mg/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   130
file path=usr/share/locale/mk/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   131
file path=usr/share/locale/ml/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   132
file path=usr/share/locale/mn/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   133
file path=usr/share/locale/mr/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   134
file path=usr/share/locale/ms/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   135
file path=usr/share/locale/nb/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   136
file path=usr/share/locale/ne/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   137
file path=usr/share/locale/nl/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   138
file path=usr/share/locale/nn/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   139
file path=usr/share/locale/oc/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   140
file path=usr/share/locale/or/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   141
file path=usr/share/locale/pa/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   142
file path=usr/share/locale/pl/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   143
file path=usr/share/locale/pt/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   144
file path=usr/share/locale/pt_BR/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   145
file path=usr/share/locale/ro/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   146
file path=usr/share/locale/ru/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   147
file path=usr/share/locale/rw/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   148
file path=usr/share/locale/si/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   149
file path=usr/share/locale/sk/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   150
file path=usr/share/locale/sl/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   151
file path=usr/share/locale/sq/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   152
file path=usr/share/locale/sr/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   153
file path=usr/share/locale/sr@latin/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   154
file path=usr/share/locale/sv/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   155
file path=usr/share/locale/ta/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   156
file path=usr/share/locale/te/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   157
file path=usr/share/locale/th/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   158
file path=usr/share/locale/tr/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   159
file path=usr/share/locale/ug/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   160
file path=usr/share/locale/uk/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   161
file path=usr/share/locale/vi/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   162
file path=usr/share/locale/xh/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   163
file path=usr/share/locale/yi/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   164
file path=usr/share/locale/zh_CN/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   165
file path=usr/share/locale/zh_HK/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   166
file path=usr/share/locale/zh_TW/LC_MESSAGES/GConf2.mo
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   167
file path=usr/share/man/man1/gconftool-2.1
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   168
file path=usr/share/man/man1/gsettings-data-convert.1
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   169
file path=usr/share/man/man1/gsettings-schema-convert.1
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   170
file path=usr/share/sgml/gconf/gconf-1.0.dtd
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   171
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   172
d531e9fbb2a8 23245292 Move gconf to Userland and update to 3.2.6
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   173
license COPYING license=LGPLv2