From c79ce66f23e8c7be74add553b8b768a61f70aa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 18 Sep 2016 15:18:10 +0200 Subject: Remove non-working gimp scripts Generating the gfxboot jpg is best done manually. --- Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3ff392..d69d35d 100644 --- a/Makefile +++ b/Makefile @@ -8,19 +8,7 @@ libexecdir=/usr/libexec sharedir=/usr/share unitdir=/usr/lib/systemd/system -all: scripts - -scripts: - @/bin/cp -f gimp/scripts/gimp-normalize-to-bootsplash.scm tmp-gimp-command - @cat gimp/scripts/gimp-convert-to-jpeg.scm >> tmp-gimp-command - @for i in */gfxboot/*.png ; do \ - echo \(gimp-normalize-to-bootsplash 1.0 \"$$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 +all: install: mkdir -p $(DESTDIR)$(sharedir)/mga/screensaver -- cgit v1.2.1