~mvo/software-center/lp969050

43 by Michael Vogt
add setup.{py,cfg} and i18n
1
[build]
71 by Michael Vogt
setup.cfg: build/install desktop file
2
i18n=True
88 by Michael Vogt
* fix icon naming (app-store -> software-store)
3
icons=True
179 by Michael Vogt
add a stub help page
4
help=True
71 by Michael Vogt
setup.cfg: build/install desktop file
5
6
[build_i18n]
330 by Michael Vogt
renamed to "Ubuntu Software Center" and software-center (LP: #436648)
7
domain=software-center
461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
8
desktop_files=[	("share/applications",
9
                 ("data/ubuntu-software-center.desktop.in",)
10
		) 
11
	      ]
12
xml_files=[ ("share/app-install/desktop", 
563 by Michael Vogt
* data/featured.menu.in:
13
	     ("data/software-center.menu.in", )
14
            ),
15
	    ("share/app-install/menu.d/",	
854.1.1 by Michael Vogt
initial version of possible new-apps feature
16
	     ("data/featured.menu.in",
2690.1.4 by Gary Lasker
finish 'new' -> 'whats_new' renaming, add recommended-for-you.menu.in where needed
17
	      "data/whats_new.menu.in",
1971 by Michael Vogt
add top rated carousel
18
	      "data/top-rated.menu.in",
854.1.1 by Michael Vogt
initial version of possible new-apps feature
19
	     )
563 by Michael Vogt
* data/featured.menu.in:
20
	    ),
461 by Michael Vogt
* data/software-center.menu.in, setup.cfg:
21
	  ]
1535.1.16 by Kiwinote
* clean up mimetype handling (allows us to accept apturls once again)
22
schemas_files=[]
71 by Michael Vogt
setup.cfg: build/install desktop file
23
#bug_contact="Michael Vogt <mvo@ubuntu.com>"
24