From 1ac97b45b9b7b2091a27422d6047e4b0710231f5 Mon Sep 17 00:00:00 2001 From: alexl Date: Mon, 2 Dec 2002 10:52:06 +0000 Subject: 2002-12-02 Alexander Larsson * index.theme: Rename to hicolor. Add Hidden=true * Makefile: Rename to hicolor. Fix up * README: Update --- ChangeLog | 11 +++++++++++ Makefile | 19 ++++++++++--------- README | 8 ++++++-- index.theme | 7 +++---- 4 files changed, 30 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23b5f98..9fdfb7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-12-02 Alexander Larsson + + * index.theme: + Rename to hicolor. Add Hidden=true + + * Makefile: + Rename to hicolor. Fix up + + * README: + Update + 2002-05-14 Alex Larsson * Makefile (tag): diff --git a/Makefile b/Makefile index 1cbe7c6..d3544eb 100644 --- a/Makefile +++ b/Makefile @@ -1,25 +1,26 @@ -VERSION=0.1 +VERSION=0.2 PREFIX=/usr/local +DATADIR=$(PREFIX)/share DESTDIR= INSTALL=install FILES=index.theme Makefile README ChangeLog install: - mkdir -p $(DESTDIR)$(PREFIX)/icons/default - $(INSTALL) index.theme $(DESTDIR)$(PREFIX)/icons/default + mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor + $(INSTALL) index.theme $(DESTDIR)$(DATADIR)/icons/hicolor for dir in 16x16 22x22 32x32 48x48 64x64 96x96 128x128 scalable; do \ for ctxt in actions apps devices filesystems mimetypes; do \ - mkdir -p $(DESTDIR)$(PREFIX)/icons/default/$$dir/$$ctxt; \ + mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor/$$dir/$$ctxt; \ done \ done dist: - rm -rf default-icon-theme-$(VERSION) - mkdir default-icon-theme-$(VERSION) - cp $(FILES) default-icon-theme-$(VERSION) - tar czvf default-icon-theme-$(VERSION).tar.gz default-icon-theme-$(VERSION) - rm -rf default-icon-theme-$(VERSION) + rm -rf hicolor-icon-theme-$(VERSION) + mkdir hicolor-icon-theme-$(VERSION) + cp $(FILES) hicolor-icon-theme-$(VERSION) + tar czvf hicolor-icon-theme-$(VERSION).tar.gz hicolor-icon-theme-$(VERSION) + rm -rf hicolor-icon-theme-$(VERSION) tag: cvs tag DEFAULT_ICON_THEME_`echo $(VERSION)|sed "s/\./_/"` diff --git a/README b/README index 81df958..5ce0686 100644 --- a/README +++ b/README @@ -1,8 +1,12 @@ -This is the default theme used by implementations of the icon theme -specification. +This is the default fallback theme used by implementations of the icon +theme specification. + The specification is availible at: http://www.freedesktop.org/standards/icon-theme-spec.html +To install this package in /usr just run: +make PREFIX=/usr + The canonical location for this package is in the cvs repository for freedesktop.org. If you add translations, please send them to xdg-list@freedesktop.org for inclusion in a later release. diff --git a/index.theme b/index.theme index 04b9c50..a101e8f 100644 --- a/index.theme +++ b/index.theme @@ -1,8 +1,7 @@ [Icon Theme] -Name=Default -Name[sv]=Standard -Comment=Default Icon Theme -Comment[sv]=Standard ikontema +Name=Hicolor +Comment=Fallback icon theme +Hidden=true Directories=128x128/actions,128x128/apps,128x128/devices,128x128/filesystems,128x128/mimetypes,96x96/actions,96x96/apps,96x96/devices,96x96/filesystems,96x96/mimetypes,64x64/actions,64x64/apps,64x64/devices,64x64/filesystems,64x64/mimetypes,48x48/actions,48x48/apps,48x48/devices,48x48/filesystems,48x48/mimetypes,32x32/actions,32x32/apps,32x32/devices,32x32/filesystems,32x32/mimetypes,22x22/actions,22x22/apps,22x22/devices,22x22/filesystems,22x22/mimetypes,16x16/actions,16x16/apps,16x16/devices,16x16/filesystems,16x16/mimetypes,scalable/actions,scalable/apps,scalable/devices,scalable/filesystems,scalable/mimetypes [16x16/actions] -- cgit