~ubuntu-branches/ubuntu/utopic/unity-place-files/utopic

« back to all changes in this revision

Viewing changes to .pc/debian-changes-0.5.46-0ubuntu2/src/config.vala

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-24 11:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20110324111432-5mbrn6zkyb5w3jlu
Tags: 0.5.46-0ubuntu2
Cherry-pick and rescale files.png to latest asset (LP: #704997)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Config {
 
2
 
 
3
  const string PREFIX = "/usr";
 
4
  
 
5
  const string DATADIR = "/usr/share";
 
6
  
 
7
  const string PKGDATADIR = "/usr/share/unity";
 
8
  
 
9
  const string BINDIR = "/usr/bin";
 
10
  
 
11
  const string LOCALEDIR = "/usr/share/locale";
 
12
  
 
13
  const string PACKAGE = "unity-place-files";
 
14
  
 
15
  const string VERSION = "0.5.46";
 
16
}