Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233434 | Differences between
and this patch

Collapse All | Expand All

(-)makefile (-4 / +1 lines)
Lines 9-15 Link Here
9
DEFS=SKINS_PATH=\\\"$(SKINS_PATH)\\\" PLUGINS_PATH=\\\"$(PLUGINS_PATH)\\\" \
9
DEFS=SKINS_PATH=\\\"$(SKINS_PATH)\\\" PLUGINS_PATH=\\\"$(PLUGINS_PATH)\\\" \
10
	PLATFORMS_PATH=\\\"$(PLATFORMS_PATH)\\\"
10
	PLATFORMS_PATH=\\\"$(PLATFORMS_PATH)\\\"
11
11
12
DIRS=. platforms/unix plugins/runner plugins/weby plugins/calcy plugins/gcalc
12
DIRS=. platforms/unix plugins/runner plugins/weby plugins/gcalc
13
13
14
14
15
release:: 
15
release:: 
Lines 17-23 Link Here
17
	cd platforms/unix && $(DEFS) $(QMAKE) unix.pro && $(DEFS) make release
17
	cd platforms/unix && $(DEFS) $(QMAKE) unix.pro && $(DEFS) make release
18
	cd plugins/runner && $(QMAKE) runner.pro && make release
18
	cd plugins/runner && $(QMAKE) runner.pro && make release
19
	cd plugins/weby && $(QMAKE) weby.pro && make release
19
	cd plugins/weby && $(QMAKE) weby.pro && make release
20
	cd plugins/calcy && $(QMAKE) calcy.pro && make release
21
	cd plugins/gcalc && $(QMAKE) gcalc.pro && make release
20
	cd plugins/gcalc && $(QMAKE) gcalc.pro && make release
22
21
23
debug::
22
debug::
Lines 25-31 Link Here
25
	cd platforms/unix && $(DEFS) $(QMAKE) unix.pro && $(DEFS) make debug
24
	cd platforms/unix && $(DEFS) $(QMAKE) unix.pro && $(DEFS) make debug
26
	cd plugins/runner && $(QMAKE) runner.pro && make debug
25
	cd plugins/runner && $(QMAKE) runner.pro && make debug
27
	cd plugins/weby && $(QMAKE) weby.pro && make debug
26
	cd plugins/weby && $(QMAKE) weby.pro && make debug
28
	cd plugins/calcy && $(QMAKE) calcy.pro && make debug
29
	cd plugins/gcalc && $(QMAKE) gcalc.pro && make debug
27
	cd plugins/gcalc && $(QMAKE) gcalc.pro && make debug
30
28
31
clean::
29
clean::
Lines 46-52 Link Here
46
	-install -d $(DESTDIR)$(PLUGINS_PATH)/icons
44
	-install -d $(DESTDIR)$(PLUGINS_PATH)/icons
47
	install -m 644 plugins/runner/runner.png $(DESTDIR)$(PLUGINS_PATH)/icons/
45
	install -m 644 plugins/runner/runner.png $(DESTDIR)$(PLUGINS_PATH)/icons/
48
	-install -m 644 plugins/weby/weby.png $(DESTDIR)$(PLUGINS_PATH)/icons/
46
	-install -m 644 plugins/weby/weby.png $(DESTDIR)$(PLUGINS_PATH)/icons/
49
	install -m 644 plugins/calcy/calcy.png $(DESTDIR)$(PLUGINS_PATH)/icons/
50
	-install -d $(DESTDIR)$(SKINS_PATH)
47
	-install -d $(DESTDIR)$(SKINS_PATH)
51
	cp -r skins $(DESTDIR)$(PREFIX)/share/launchy/
48
	cp -r skins $(DESTDIR)$(PREFIX)/share/launchy/
52
	install -d $(DESTDIR)$(DESKTOP_PATH)/
49
	install -d $(DESTDIR)$(DESKTOP_PATH)/

Return to bug 233434