~ubuntu-branches/ubuntu/quantal/gnome-shell/quantal-updates

« back to all changes in this revision

Viewing changes to js/misc/config.js

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-02-21 11:55:19 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20130221115519-0zbw3134m7x2xnbp
Tags: upstream-3.6.3.1
ImportĀ upstreamĀ versionĀ 3.6.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* The name of this package (not localized) */
4
4
const PACKAGE_NAME = 'gnome-shell';
5
5
/* The version of this package */
6
 
const PACKAGE_VERSION = '3.6.3';
 
6
const PACKAGE_VERSION = '3.6.3.1';
7
7
/* 1 if gnome-bluetooth is available, 0 otherwise */
8
8
const HAVE_BLUETOOTH = 1;
9
9
/* gettext package */
10
10
const GETTEXT_PACKAGE = 'gnome-shell';
11
11
/* locale dir */
12
 
const LOCALEDIR = '/home/florian/opt/gnome/share/locale';
 
12
const LOCALEDIR = '/usr/local/share/locale';
13
13
/* other standard directories */
14
 
const LIBEXECDIR = '/home/florian/opt/gnome/libexec';
15
 
const SYSCONFDIR = '/home/florian/opt/gnome/etc';
 
14
const LIBEXECDIR = '/usr/local/libexec';
 
15
const SYSCONFDIR = '/usr/local/etc';