Changes: - A systray icon shows if the daemon is running - A redesigned and more accurate geometry engine with better performance - Improved threading control mechanism makes broken desklets working again - Ready for GNOME 2.6 - Lots of bug fixes
13 lines
434 B
Text
13 lines
434 B
Text
$NetBSD: patch-aa,v 1.2 2004/02/24 18:41:50 minskim Exp $
|
|
|
|
--- data/Makefile.in.orig 2004-02-22 05:36:58.000000000 -0600
|
|
+++ data/Makefile.in
|
|
@@ -225,7 +225,7 @@ pixmap_DATA = gdesklets.png
|
|
fakepixmapdir = $(coredir)/data
|
|
|
|
schema_in_files = gdesklets-display-thumbnail.schemas.in
|
|
-schemadir = $(sysconfdir)/gconf/schemas
|
|
+schemadir = @GCONF_SCHEMA_FILE_DIR@
|
|
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
|
|
|
|
CLEANFILES = \
|