[Libreoffice-commits] .: packimages/pack
Sebastian Spaeth
spaetz at kemper.freedesktop.org
Tue Nov 16 00:37:30 PST 2010
packimages/pack/makefile.mk | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit acdbe28925f233adb436428113013160fd977c28
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date: Tue Nov 16 09:36:00 2010 +0100
Remove hicontrast creating script from makefile
The script has gone, the hicontrast theme is in a separate directory
now anyway.
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk
index 5961177..1edc362 100644
--- a/packimages/pack/makefile.mk
+++ b/packimages/pack/makefile.mk
@@ -71,10 +71,6 @@ images_% : $(RES)$/img$/commandimagelist.ilst
$(COMMONBIN)$/images_brand.zip:
@$(TOUCH) $@
-# generate the HiContrast icon set
-$(MISC)$/hicontrast.flag .PHONY :
- $(PERL) $(SOLARENV)$/bin$/hicontrast-to-theme.pl $(SOLARSRC)$/default_images $(MISC)$/hicontrast && $(TOUCH) $@
-
# unpack the Crystal icon set
$(MISC)$/crystal.flag : $(CRYSTAL_TARBALL)
cd $(MISC) && gzip -d -c $(CRYSTAL_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f)
@@ -100,11 +96,8 @@ $(MISC)$/classic.flag : $(CLASSIC_TARBALL)
@$(TYPE) $@ || echo "ERROR: unpacking $(CLASSIC_TARBALL) failed"
# dependencies
-images_hicontrast : $(MISC)$/hicontrast.flag $(RES)$/img$/commandimagelist.ilst
-
images_crystal : $(MISC)$/crystal.flag $(RES)$/img$/commandimagelist.ilst
images_oxygen : $(MISC)$/oxygen.flag $(RES)$/img$/commandimagelist.ilst
images_classic : $(MISC)$/classic.flag $(RES)$/img$/commandimagelist.ilst
-
More information about the Libreoffice-commits
mailing list