907fc2f067
The altTab.js and app well code weren't sharing really any functionality anymore; un-merge the appIcon code back into appWell, and have a simple icon + text display for altTab. Port AppWell to St and CSS. https://bugzilla.gnome.org/show_bug.cgi?id=602131
30 lines
475 B
Makefile
30 lines
475 B
Makefile
jsuidir = $(pkgdatadir)/js/ui
|
|
|
|
dist_jsui_DATA = \
|
|
altTab.js \
|
|
appDisplay.js \
|
|
appFavorites.js \
|
|
calendar.js \
|
|
chrome.js \
|
|
dash.js \
|
|
dnd.js \
|
|
docDisplay.js \
|
|
environment.js \
|
|
genericDisplay.js \
|
|
lightbox.js \
|
|
link.js \
|
|
lookingGlass.js \
|
|
main.js \
|
|
overview.js \
|
|
panel.js \
|
|
placeDisplay.js \
|
|
runDialog.js \
|
|
shellDBus.js \
|
|
sidebar.js \
|
|
statusMenu.js \
|
|
tweener.js \
|
|
widget.js \
|
|
widgetBox.js \
|
|
windowManager.js \
|
|
workspaces.js
|