Add a data sub-directory for non-code items
2007-07-24 Thomas Wood <thos@gnome.org> * data: Add a data sub-directory for non-code items svn path=/trunk/; revision=7875
|
@ -1,3 +1,7 @@
|
||||||
|
2007-07-24 Thomas Wood <thos@gnome.org>
|
||||||
|
|
||||||
|
* data: Add a data sub-directory for non-code items
|
||||||
|
|
||||||
2007-07-24 Jens Granseuer <jensgr@gmx.net>
|
2007-07-24 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* appearance-style.c: (update_color_buttons_from_settings),
|
* appearance-style.c: (update_color_buttons_from_settings),
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
SUBDIRS = data
|
||||||
|
|
||||||
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
# This is used in GNOMECC_CAPPLETS_CFLAGS
|
||||||
cappletname = appearance
|
cappletname = appearance
|
||||||
|
|
||||||
|
@ -42,36 +44,9 @@ gnome_appearance_properties_LDADD = \
|
||||||
gnome_appearance_properties_LDFLAGS = -export-dynamic
|
gnome_appearance_properties_LDFLAGS = -export-dynamic
|
||||||
|
|
||||||
gladedir = $(pkgdatadir)/glade
|
gladedir = $(pkgdatadir)/glade
|
||||||
dist_glade_DATA = appearance.glade
|
|
||||||
|
|
||||||
pixmapdir = $(pkgdatadir)/pixmaps
|
pixmapdir = $(pkgdatadir)/pixmaps
|
||||||
dist_pixmap_DATA = \
|
|
||||||
subpixel-bgr.png \
|
|
||||||
subpixel-rgb.png \
|
|
||||||
subpixel-vbgr.png \
|
|
||||||
subpixel-vrgb.png \
|
|
||||||
theme-thumbnailing.png \
|
|
||||||
gtk-theme-thumbnailing.png \
|
|
||||||
window-theme-thumbnailing.png \
|
|
||||||
icon-theme-thumbnailing.png
|
|
||||||
|
|
||||||
wallpaperdir = $(datadir)/gnome-background-properties
|
wallpaperdir = $(datadir)/gnome-background-properties
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
|
||||||
|
|
||||||
desktopdir = $(datadir)/applications
|
|
||||||
desktop_in_files = \
|
|
||||||
gnome-appearance-properties.desktop.in \
|
|
||||||
gnome-theme-installer.desktop.in
|
|
||||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
||||||
|
|
||||||
@INTLTOOL_XML_RULE@
|
|
||||||
|
|
||||||
xml_in_files = gnome-theme-package.xml.in
|
|
||||||
|
|
||||||
mimedir = $(datadir)/mime/packages
|
|
||||||
mime_DATA = $(xml_in_files:.xml.in=.xml)
|
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
$(METACITY_CFLAGS) \
|
$(METACITY_CFLAGS) \
|
||||||
$(GNOMECC_CAPPLETS_CFLAGS) \
|
$(GNOMECC_CAPPLETS_CFLAGS) \
|
||||||
|
@ -82,15 +57,4 @@ INCLUDES = \
|
||||||
-DGNOMECC_PIXMAP_DIR="\"$(pixmapdir)\"" \
|
-DGNOMECC_PIXMAP_DIR="\"$(pixmapdir)\"" \
|
||||||
-DWALLPAPER_DATADIR="\"$(wallpaperdir)\""
|
-DWALLPAPER_DATADIR="\"$(wallpaperdir)\""
|
||||||
|
|
||||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(desktop_in_files) $(desktop_DATA) $(mime_DATA)
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
||||||
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
|
|
||||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |