~unity-team/unity/lucid

55.72.1 by Neil Jagdish Patel
* Fix gconf path to be /apps/unity/foo
1
# Please keep alphabetical :-)
46.2.2 by Gord Allott
enabled opacity for the menu texture, merged with unity trunk
2
3.3.3 by Gordon Allott
makefile fixes to add data directory
3
dist_default_DATA = \
46.2.4 by Gord Allott
removed tab from data/makefile.am
4
  applications.png \
55.15.8 by Neil Jagdish Patel
[panel] Added home button
5
  bfb.png \
55.7.1 by Jay Taoko
Places background pattern. Added image file.
6
  dash_background.png \
55.7.2 by Jay Taoko
Prototype File place rendering.
7
  favourites.png \
46.2.2 by Gord Allott
enabled opacity for the menu texture, merged with unity trunk
8
  files.png \
9
  gradient.png \
10
  home.png \
3.4.7 by Gordon Allott
data makefile altered for new images
11
  honeycomb.png \
16 by Gordon Allott
Texture data fixes
12
  honeycomb-mask.png \
55.7.3 by Jay Taoko
commit
13
  maximize_up.png \
14
  minimize_up.png \
55.1.1 by Gord Allott
added new focuesed indicators
15
  quicklauncher_focused_indicator.png \
16
  quicklauncher_running_indicator.png \
55.19.1 by Gordon Allott
adds fade and shadow graphics to the scroller, updates the gradient to be more fubuntu like, changes size of launcher items to the same size as fubuntu, removes per item fadeout
17
  scroller-fade.png \
18
  scroller-shadow.png \
55.21.1 by Jay Taoko
Search field rendering
19
  search_icon.png \
46.2.2 by Gord Allott
enabled opacity for the menu texture, merged with unity trunk
20
  software_centre.png \
21
  tight_check_4px.png \
55.12.7 by Neil Jagdish Patel
[data] Removed unecessaray data files
22
  trash.png
21 by Ubuntu
better throbber
23
3.3.3 by Gordon Allott
makefile fixes to add data directory
24
defaultdir = $(pkgdatadir)
55.72.1 by Neil Jagdish Patel
* Fix gconf path to be /apps/unity/foo
25
26
# Schemas
27
schemadir = $(sysconfdir)/gconf/schemas
28
dist_schema_DATA = unity.schemas
29
30
if GCONF_SCHEMAS_INSTALL
31
install-data-local:
32
	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
33
	$(GCONFTOOL) --makefile-install-rule $(dist_schema_DATA)
34
endif
35
36
if GCONF_SCHEMAS_INSTALL
37
uninstall-local:
38
	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
39
	$(GCONFTOOL) --makefile-uninstall-rule $(dist_schema_DATA)
40
endif