~ubuntu-branches/ubuntu/utopic/unity-china-music-scope/utopic

« back to all changes in this revision

Viewing changes to src/config.vala

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2014-09-14 03:45:21 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20140914034521-nsukw5r7yfa149hf
Tags: upstream-1.0.6
ImportĀ upstreamĀ versionĀ 1.0.6

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-china-music-scope";
14
 
  
15
 
  const string VERSION = "1.0.2";
16
 
  const string ICON_PATH = "/usr/share/icons/unity-icon-theme/places/svg";
17
 
}