18ca1c9df1
Changes: A lot of optimizations have been done to text and transparency. Double buffered text rendering is now supported, eliminates all text flickering, reduces text redrawing and will also give an extra boost in transparency updating, especially for menus. An option to turn off real-time transparency has also been added. Multiple desktop support has now also been added to waimea. Together with waimea's action file system this allows for some really amazing configurations. How about running a full Gnome environment on desktop 1, a full KDE environment on desktop 2 and maybe a mixed one on desktop 3.
18 lines
640 B
Plaintext
18 lines
640 B
Plaintext
$OpenBSD: patch-data_actions_Makefile_in,v 1.2 2002/10/18 02:05:19 mark Exp $
|
|
--- data/actions/Makefile.in.orig Sun Oct 13 20:54:39 2002
|
|
+++ data/actions/Makefile.in Thu Oct 17 18:57:13 2002
|
|
@@ -226,11 +226,11 @@ uninstall-am: uninstall-actionsDATA unin
|
|
|
|
|
|
install-data-local:
|
|
- cd $(pkgdatadir)/actions && \
|
|
+ cd $(DESTDIR)$(pkgdatadir)/actions && \
|
|
ln -sf action.sloppy-focus action
|
|
|
|
uninstall-local:
|
|
- rm -f $(pkgdatadir)/actions/action
|
|
+ rm -f $(DESTDIR)$(pkgdatadir)/actions/action
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|