svnno****@sourc*****
svnno****@sourc*****
2008年 12月 4日 (木) 17:44:00 JST
Revision: 862 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=862 Author: tach Date: 2008-12-04 17:43:59 +0900 (Thu, 04 Dec 2008) Log Message: ----------- add new friend and foe image icons Modified Paths: -------------- test/images/Makefile Added Paths: ----------- test/images/eof.png test/images/fan.png test/images/foe.png test/images/fof.png test/images/freak.png test/images/friend.png test/images/neutral.png -------------- next part -------------- Modified: test/images/Makefile =================================================================== --- test/images/Makefile 2008-12-02 10:28:33 UTC (rev 861) +++ test/images/Makefile 2008-12-04 08:43:59 UTC (rev 862) @@ -5,6 +5,7 @@ sections = apple ask books developer games hardware it linux mobile politics yro csses = core-tidied comments firehose search polls calendar admin admin-topic-popup print handheld slashcode_lite slashcode_low_bw iestyles ie6 ie7 ie8 idlecore-tidied lick comments-idle jses = all-minified comments sectionprefs jquery-opt-1 +aimages = friend.png foe.png freak.png fof.png neutral.png fan.png eof.png default: update update: $(csses) $(sections) $(jses) images @@ -13,7 +14,7 @@ rsync -avHSC --exclude=/hc/ --exclude=Makefile --exclude=\*-stamp --exclude=\*.jp ./ $(DESTDIR) images: images-stamp -images-stamp: $(patsubst %,css/%.css.orig, $(csses)) $(patsubst %,css/slashdot_%.css.orig, $(sections)) +images-stamp: $(patsubst %,css/%.css.orig, $(csses)) $(patsubst %,css/slashdot_%.css.orig, $(sections)) $(aimages) perl -ne "s|(url\(['\"]?/)([^/])|\$$1/images.slashdot.org/\$$2|g; print \"http:\$$1\n\" if /url\(['\"]?(\/\/images\.slashdot\.org\/[^)'\"]+)/;" $(patsubst %,css/%.css.orig, $(csses)) $(patsubst %,css/slashdot_%.css.orig, $(sections)) | \ sed -e 's/\.pnh$$/.png/' | \ sort -u | \ @@ -54,6 +55,9 @@ %.js.orig: wget --no-proxy --no-verbose http://images.slashdot.org/$(patsubst %.js.orig,%.js, $@) -O $@ +$(aimages): + wget --no-proxy --no-verbose http://images.slashdot.org/$@ -O $@ + force: clean default clean: Added: test/images/eof.png =================================================================== (Binary files differ) Property changes on: test/images/eof.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: test/images/fan.png =================================================================== (Binary files differ) Property changes on: test/images/fan.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: test/images/foe.png =================================================================== (Binary files differ) Property changes on: test/images/foe.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: test/images/fof.png =================================================================== (Binary files differ) Property changes on: test/images/fof.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: test/images/freak.png =================================================================== (Binary files differ) Property changes on: test/images/freak.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: test/images/friend.png =================================================================== (Binary files differ) Property changes on: test/images/friend.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: test/images/neutral.png =================================================================== (Binary files differ) Property changes on: test/images/neutral.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream