diff options
author | Julie Tolomelli <juli.tolomelli@gmail.com> | 2012-01-03 16:14:49 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-01-03 16:15:29 -0500 |
commit | 8b49387bf14cf9a9e8ec46ea37e9b6a6a344de6f (patch) | |
tree | a7d18d343ef696a7774adf6667e31b3d481d9fa7 | |
parent | 726e1cb641759eeed715b5ac82012edb5923a3e5 (diff) | |
download | dconf-8b49387bf14cf9a9e8ec46ea37e9b6a6a344de6f.tar.gz |
editor: install an icon
-rw-r--r-- | editor/Makefile.am | 15 | ||||
-rw-r--r-- | editor/icons/hicolor/128x128/apps/dconf-editor.png | bin | 0 -> 8844 bytes | |||
-rw-r--r-- | editor/icons/hicolor/14x14/apps/dconf-editor.png | bin | 0 -> 666 bytes | |||
-rw-r--r-- | editor/icons/hicolor/32x32/apps/dconf-editor.png | bin | 0 -> 1865 bytes | |||
-rw-r--r-- | editor/icons/hicolor/48x48/apps/dconf-editor.png | bin | 0 -> 2721 bytes | |||
-rw-r--r-- | editor/icons/hicolor/64x64/apps/dconf-editor.png | bin | 0 -> 4195 bytes | |||
-rw-r--r-- | editor/icons/hicolor/92x92/apps/dconf-editor.png | bin | 0 -> 5166 bytes |
7 files changed, 15 insertions, 0 deletions
diff --git a/editor/Makefile.am b/editor/Makefile.am index 0594605..52fd81a 100644 --- a/editor/Makefile.am +++ b/editor/Makefile.am @@ -13,6 +13,21 @@ desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) gsettings_SCHEMAS = ca.desrt.dconf-editor.gschema.xml @GSETTINGS_RULES@ +nobase_data_DATA = \ + icons/hicolor/14x14/apps/dconf-editor.png \ + icons/hicolor/32x32/apps/dconf-editor.png \ + icons/hicolor/48x48/apps/dconf-editor.png \ + icons/hicolor/64x64/apps/dconf-editor.png \ + icons/hicolor/92x92/apps/dconf-editor.png \ + icons/hicolor/128x128/apps/dconf-editor.png + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + if test -z "$(DESTDIR)"; then \ + gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; \ + fi + uidir = $(datadir)/dconf-editor dist_ui_DATA = dconf-editor.ui diff --git a/editor/icons/hicolor/128x128/apps/dconf-editor.png b/editor/icons/hicolor/128x128/apps/dconf-editor.png Binary files differnew file mode 100644 index 0000000..3cc3f58 --- /dev/null +++ b/editor/icons/hicolor/128x128/apps/dconf-editor.png diff --git a/editor/icons/hicolor/14x14/apps/dconf-editor.png b/editor/icons/hicolor/14x14/apps/dconf-editor.png Binary files differnew file mode 100644 index 0000000..c3ea13a --- /dev/null +++ b/editor/icons/hicolor/14x14/apps/dconf-editor.png diff --git a/editor/icons/hicolor/32x32/apps/dconf-editor.png b/editor/icons/hicolor/32x32/apps/dconf-editor.png Binary files differnew file mode 100644 index 0000000..3eab92b --- /dev/null +++ b/editor/icons/hicolor/32x32/apps/dconf-editor.png diff --git a/editor/icons/hicolor/48x48/apps/dconf-editor.png b/editor/icons/hicolor/48x48/apps/dconf-editor.png Binary files differnew file mode 100644 index 0000000..d59d8bb --- /dev/null +++ b/editor/icons/hicolor/48x48/apps/dconf-editor.png diff --git a/editor/icons/hicolor/64x64/apps/dconf-editor.png b/editor/icons/hicolor/64x64/apps/dconf-editor.png Binary files differnew file mode 100644 index 0000000..927943d --- /dev/null +++ b/editor/icons/hicolor/64x64/apps/dconf-editor.png diff --git a/editor/icons/hicolor/92x92/apps/dconf-editor.png b/editor/icons/hicolor/92x92/apps/dconf-editor.png Binary files differnew file mode 100644 index 0000000..d359e43 --- /dev/null +++ b/editor/icons/hicolor/92x92/apps/dconf-editor.png |