summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-09-18 15:18:10 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-09-18 15:18:10 +0200
commitc79ce66f23e8c7be74add553b8b768a61f70aa2c (patch)
tree45e04ed9c93cd8079edbbc4b266c5c98f307b27d /Makefile
parent65cb6137741360598fe6026ced3c4de4c971ba82 (diff)
downloadtheme-c79ce66f23e8c7be74add553b8b768a61f70aa2c.tar
theme-c79ce66f23e8c7be74add553b8b768a61f70aa2c.tar.gz
theme-c79ce66f23e8c7be74add553b8b768a61f70aa2c.tar.bz2
theme-c79ce66f23e8c7be74add553b8b768a61f70aa2c.tar.xz
theme-c79ce66f23e8c7be74add553b8b768a61f70aa2c.zip
Remove non-working gimp scripts
Generating the gfxboot jpg is best done manually.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
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