From 76d89e95603d515eaa20c3a49b27d0d7a404b53e Mon Sep 17 00:00:00 2001 From: Barry Jackson Date: Sat, 17 Sep 2016 12:53:14 +0100 Subject: - remove default.jpg symlink (now in mageia-theme spec - remove commented code from Makefile --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5548e2..c3ff392 100644 --- a/Makefile +++ b/Makefile @@ -16,15 +16,11 @@ scripts: @for i in */gfxboot/*.png ; do \ echo \(gimp-normalize-to-bootsplash 1.0 \"$$i\" \"`dirname $$i`/`basename $$i .png`.jpg\"\) >> tmp-gimp-command; \ done -# @for i in */background/*.png ; do \ -# echo \(gimp-convert-to-jpeg 0.98 \"$$i\" \"`dirname $$i`/`basename $$i .png`.jpg\"\) >> tmp-gimp-command; \ -# done + @echo \(gimp-quit 1\) >> tmp-gimp-command @echo running gimp to convert images @cat tmp-gimp-command | gimp --console-messages -i -d -b - @rm -f tmp-gimp-command -# GIMP2_DIRECTORY=`pwd`/gimp gimp --console-messages -i -d -b '(begin (gimp-normalize-to-bootsplash-dirs "1.0" "*" "bootsplash/data/*.png") (gimp-quit 1))' -# GIMP2_DIRECTORY=`pwd`/gimp gimp --console-messages -i -d -b '(begin (gimp-normalize-to-bootsplash-dirs "1.0" "*" "gfxboot/*.png") (gimp-quit 1))' install: mkdir -p $(DESTDIR)$(sharedir)/mga/screensaver -- cgit v1.2.1