~ubuntu-branches/ubuntu/precise/gnome-shell/precise

« back to all changes in this revision

Viewing changes to js/misc/config.js

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-14 13:47:20 UTC
  • mfrom: (1.1.36) (18.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120314134720-202sbjbu4a3z1fru
Tags: 3.3.90-0ubuntu1
* Sync with Debian experimental svn packaging (LP: #941755, #937709).
  Remaining changes:
  - debian/gnome-shell.gsettings-override: Update for Ubuntu defaults
  - debian/control.in: Recommend cups-pk-helper
  - debian/patches/10-make-NetworkManager-optional.patch: Disabled
  - Don't run dh-autoreconf

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.2.2.1';
 
6
const PACKAGE_VERSION = '3.3.90';
7
7
/* The version of GJS we're linking to */
8
 
const GJS_VERSION = '1.30.1';
 
8
const GJS_VERSION = '1.31.11';
9
9
/* 1 if gnome-bluetooth is available, 0 otherwise */
10
10
const HAVE_BLUETOOTH = 1;
11
11
/* The system TLS CA list */
12
12
const SHELL_SYSTEM_CA_FILE = '/etc/pki/tls/certs/ca-bundle.crt';
 
13
/* gettext package */
 
14
const GETTEXT_PACKAGE = 'gnome-shell';
 
15
/* locale dir */
 
16
const LOCALEDIR = '/home/otaylor/gnome/install/share/locale';
 
17
/* other standard directories */
 
18
const LIBEXECDIR = '/home/otaylor/gnome/install/libexec';
 
19
const SYSCONFDIR = '/home/otaylor/gnome/install/etc';