tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 17df4b6efbd5b9c1830e38f018030c36796a80f2
parent 0677d5f770ba72cc6761196d8968e974553079a6
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 26 May 2011 18:08:25 +0200

filetype icon in hicolor

Diffstat:
Mshare/Makefile.am | 15++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/share/Makefile.am b/share/Makefile.am @@ -37,18 +37,19 @@ install-data-hook: @echo "installing mime type" @install -D $(top_srcdir)/share/dyne-tomb.xml $(DESTDIR)/$(datadir)/mime/packages @if ! [ -n `which xdg-mime` ]; then xdg-mime install dyne-tomb.xml; fi + @if ! [ -n `which update-desktop-database` ]; then echo update-desktop-database; update-desktop-database; fi + @if ! [ -n `which update-menus` ]; then echo update-menus; update-menus; fi + @if ! [ -n `which update-mime` ]; then echo update-mime; update-mime; fi @echo "installing icons"; -# @install -D $(top_srcdir)/share/monmort.png $(DESTDIR)/$(datadir)/pixmaps @if ! [ -n `which xdg-icon-resource` ]; then \ xdg-icon-resource install --context mimetypes --size 32 \ $(top_srcdir)/src/monmort.xpm monmort; \ xdg-icon-resource install --size 32 $(top_srcdir)/src/monmort.xpm monmort; fi - @if ! [ -n `which update-desktop-database` ]; then echo update-desktop-database; update-desktop-database; fi - @if ! [ -n `which update-menus` ]; then echo update-menus; update-menus; fi - @if ! [ -n `which update-mime` ]; then echo update-mime; update-mime; fi - -uninstall-hook: -# unlink $(DESTDIR)/$(datadir)/pixmaps/monmort.png + @mkdir -p $(DESTDIR)/$(datadir)/icons/hicolor/32x32/mimetypes; \ + ln -s $(AppInstIcondir)/monmort.png \ + $(DESTDIR)/$(datadir)/icons/hicolor/32x32/mimetypes/application-x-tomb-volume.png + @if ! [ -n `which update-icon-caches` ]; then \ + update-icon-caches $(DESTDIR)/$(datadir)/icons/hicolor; fi distclean: unlink gtkrc