diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-09-18 15:18:10 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-09-18 15:18:10 +0200 |
commit | c79ce66f23e8c7be74add553b8b768a61f70aa2c (patch) | |
tree | 45e04ed9c93cd8079edbbc4b266c5c98f307b27d /Makefile | |
parent | 65cb6137741360598fe6026ced3c4de4c971ba82 (diff) | |
download | theme-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-- | Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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 |