X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2Fbuild-fntable.pl;h=c93343cf747a0fded5dcdfcdb93f4daac67637f4;hp=dc69dfecc7468f036caf80c7619b057a6b04140c;hb=refs%2Fheads%2Fmaster;hpb=78add6e627ee5f10e1fa6f3852602ea5066eee5a diff --git a/OSX/build-fntable.pl b/OSX/build-fntable.pl index dc69dfec..c93343cf 100755 --- a/OSX/build-fntable.pl +++ b/OSX/build-fntable.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright © 2012-2015 Jamie Zawinski +# Copyright © 2012-2018 Jamie Zawinski # # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that @@ -23,7 +23,7 @@ require 5; use strict; my $progname = $0; $progname =~ s@.*/@@g; -my ($version) = ('$Revision: 1.5 $' =~ m/\s(\d[.\d]+)\s/s); +my ($version) = ('$Revision: 1.6 $' =~ m/\s(\d[.\d]+)\s/s); my $verbose = 1; @@ -31,6 +31,7 @@ my $verbose = 1; # my %disable = ( 'extrusion' => 1, + 'glitchpeg' => 1, 'lcdscrub' => 1, 'lockward' => 1, 'webcollage' => 1,