2007-05-04 17:18:34 +00:00
|
|
|
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
|
|
|
cappletname = appearance
|
2007-05-02 14:04:53 +00:00
|
|
|
|
2007-05-04 17:18:34 +00:00
|
|
|
bin_PROGRAMS = gnome-appearance-properties
|
2007-04-30 14:33:05 +00:00
|
|
|
|
2007-05-04 17:18:34 +00:00
|
|
|
gnome_appearance_properties_SOURCES = \
|
2007-04-30 14:33:05 +00:00
|
|
|
appearance.h \
|
2007-05-02 14:04:53 +00:00
|
|
|
appearance-desktop.c \
|
2007-05-04 17:18:34 +00:00
|
|
|
appearance-desktop.h \
|
|
|
|
appearance-font.c \
|
|
|
|
appearance-font.h \
|
2007-04-30 14:33:05 +00:00
|
|
|
appearance-main.c \
|
|
|
|
appearance-themes.c \
|
2007-05-01 10:25:29 +00:00
|
|
|
appearance-themes.h \
|
2007-05-07 19:09:24 +00:00
|
|
|
appearance-style.c \
|
|
|
|
appearance-style.h \
|
2007-05-01 10:25:29 +00:00
|
|
|
appearance-ui.c \
|
2007-05-02 14:04:53 +00:00
|
|
|
appearance-ui.h \
|
|
|
|
gnome-wp-info.c \
|
|
|
|
gnome-wp-info.h \
|
|
|
|
gnome-wp-item.c \
|
|
|
|
gnome-wp-item.h \
|
|
|
|
gnome-wp-utils.c \
|
|
|
|
gnome-wp-utils.h \
|
|
|
|
gnome-wp-xml.c \
|
2007-05-10 16:31:18 +00:00
|
|
|
gnome-wp-xml.h \
|
new files
2007-06-14 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* theme-util.c: (theme_delete), (theme_model_iter_last):
* theme-util.h: new files
* appearance.glade: default delete buttons to insensitive,
change label for "Custom" key, adjust column ids for icon view
* appearance-style.c: (style_init), (prepare_list),
(update_color_buttons_from_settings), (theme_name_changed),
(color_button_clicked_cb),
(color_scheme_defaults_button_clicked_cb):
* appearance-themes.c: (theme_get_selected_name),
(theme_get_selected), (theme_select_iter), (theme_select_name),
(theme_is_equal), (theme_set_custom_from_theme),
(theme_changed_on_disk_cb), (theme_custom_cb), (theme_delete_cb),
(theme_details_changed_cb), (theme_color_scheme_changed_cb),
(theme_gconf_changed), (theme_postinit), (themes_init),
(themes_shutdown):
* appearance.h: improvements all around the block (metatheme
deletion now working, and custom theme working much better)
svn path=/trunk/; revision=7725
2007-06-14 21:20:25 +00:00
|
|
|
theme-util.c \
|
|
|
|
theme-util.h \
|
2007-05-10 16:31:18 +00:00
|
|
|
wp-cellrenderer.c \
|
|
|
|
wp-cellrenderer.h
|
2007-05-02 14:04:53 +00:00
|
|
|
|
2007-04-30 14:33:05 +00:00
|
|
|
gnome_appearance_properties_LDADD = \
|
2007-06-05 18:32:05 +00:00
|
|
|
$(GNOMECC_CAPPLETS_LIBS) \
|
|
|
|
$(FONT_CAPPLET_LIBS) \
|
|
|
|
$(METACITY_LIBS) \
|
|
|
|
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
|
2007-04-30 14:33:05 +00:00
|
|
|
$(top_builddir)/capplets/common/libcommon.la
|
2007-05-04 17:18:34 +00:00
|
|
|
gnome_appearance_properties_LDFLAGS = -export-dynamic
|
2007-04-30 14:33:05 +00:00
|
|
|
|
|
|
|
gladedir = $(pkgdatadir)/glade
|
2007-06-05 18:32:05 +00:00
|
|
|
dist_glade_DATA = appearance.glade
|
2007-04-30 14:33:05 +00:00
|
|
|
|
2007-05-04 17:18:34 +00:00
|
|
|
pixmapdir = $(pkgdatadir)/pixmaps
|
2007-06-05 18:32:05 +00:00
|
|
|
dist_pixmap_DATA = \
|
|
|
|
theme-thumbnailing.png \
|
|
|
|
subpixel-bgr.png \
|
|
|
|
subpixel-rgb.png \
|
2007-05-06 19:39:46 +00:00
|
|
|
subpixel-vbgr.png \
|
|
|
|
subpixel-vrgb.png
|
|
|
|
|
|
|
|
wallpaperdir = $(datadir)/gnome-background-properties
|
|
|
|
|
2007-06-05 18:32:05 +00:00
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
2007-05-06 19:39:46 +00:00
|
|
|
desktopdir = $(datadir)/applications
|
|
|
|
desktop_in_files = gnome-appearance-properties.desktop.in
|
|
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
|
|
|
2007-06-05 18:32:05 +00:00
|
|
|
@INTLTOOL_XML_RULE@
|
|
|
|
|
|
|
|
xml_in_files = gnome-theme-package.xml.in
|
|
|
|
|
|
|
|
mimedir = $(datadir)/mime/packages
|
|
|
|
mime_DATA = $(xml_in_files:.xml.in=.xml)
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
$(METACITY_CFLAGS) \
|
|
|
|
$(GNOMECC_CAPPLETS_CFLAGS) \
|
2007-05-07 16:40:51 +00:00
|
|
|
$(FONT_CAPPLET_CFLAGS) \
|
2007-06-05 18:32:05 +00:00
|
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
|
|
|
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
|
|
|
|
-DGNOMECC_GLADE_DIR="\"$(gladedir)\"" \
|
|
|
|
-DGNOMECC_PIXMAP_DIR="\"$(pixmapdir)\"" \
|
2007-05-06 19:39:46 +00:00
|
|
|
-DWALLPAPER_DATADIR="\"$(wallpaperdir)\""
|
|
|
|
|
2007-06-05 18:32:05 +00:00
|
|
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(desktop_in_files) $(desktop_DATA) $(mime_DATA)
|
|
|
|
EXTRA_DIST = $(xml_in_files)
|
|
|
|
|
|
|
|
install-data-hook:
|
|
|
|
if ENABLE_UPDATE_MIMEDB
|
|
|
|
$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
|
|
|
|
endif
|
|
|
|
|
|
|
|
uninstall-hook:
|
|
|
|
if ENABLE_UPDATE_MIMEDB
|
|
|
|
$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
|
|
|
|
endif
|