You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.8 KiB
80 lines
1.8 KiB
|
16 years ago
|
Index: convert-eot.pl
|
||
|
|
--- convert-eot.pl.orig 2009-12-18 22:04:14.000000000 +0100
|
||
|
|
+++ convert-eot.pl 2010-04-03 20:50:10.000000000 +0200
|
||
|
|
@@ -1,9 +1,9 @@
|
||
|
|
-#!/usr/bin/perl
|
||
|
|
+#!@l_prefix@/bin/perl
|
||
|
|
|
||
|
|
use strict;
|
||
|
|
use warnings;
|
||
|
|
|
||
|
|
-use lib 'ext/Font-TTF/lib';
|
||
|
|
+use lib '@l_prefix@/lib/font-optimizer';
|
||
|
|
use Font::TTF::Font;
|
||
|
|
use Font::EOTWrapper;
|
||
|
|
|
||
|
|
Index: list-features.pl
|
||
|
|
--- list-features.pl.orig 2009-12-18 22:04:14.000000000 +0100
|
||
|
|
+++ list-features.pl 2010-04-03 20:50:34.000000000 +0200
|
||
|
|
@@ -1,9 +1,9 @@
|
||
|
|
-#!/usr/bin/perl
|
||
|
|
+#!@l_prefix@/bin/perl
|
||
|
|
|
||
|
|
use strict;
|
||
|
|
use warnings;
|
||
|
|
|
||
|
|
-use lib 'ext/Font-TTF/lib';
|
||
|
|
+use lib '@l_prefix@/lib/font-optimizer';
|
||
|
|
use Font::TTF::Font;
|
||
|
|
|
||
|
|
use Getopt::Long;
|
||
|
|
Index: modify-names.pl
|
||
|
|
--- modify-names.pl.orig 2009-12-18 22:04:14.000000000 +0100
|
||
|
|
+++ modify-names.pl 2010-04-03 20:50:55.000000000 +0200
|
||
|
|
@@ -1,4 +1,4 @@
|
||
|
|
-#!/usr/bin/perl -CA
|
||
|
|
+#!@l_prefix@/bin/perl -CA
|
||
|
|
# use the -CA flag so @ARGV is interpreted as UTF-8
|
||
|
|
|
||
|
|
use strict;
|
||
|
|
@@ -6,7 +6,7 @@
|
||
|
|
|
||
|
|
binmode STDOUT, ':utf8';
|
||
|
|
|
||
|
|
-use lib 'ext/Font-TTF/lib';
|
||
|
|
+use lib '@l_prefix@/lib/font-optimizer';
|
||
|
|
use Font::TTF::Font;
|
||
|
|
|
||
|
|
my @name_strings = qw(
|
||
|
|
Index: obfuscate-font.pl
|
||
|
|
--- obfuscate-font.pl.orig 2009-12-18 22:04:14.000000000 +0100
|
||
|
|
+++ obfuscate-font.pl 2010-04-03 20:51:08.000000000 +0200
|
||
|
|
@@ -1,9 +1,9 @@
|
||
|
|
-#!/usr/bin/perl
|
||
|
|
+#!@l_prefix@/bin/perl
|
||
|
|
|
||
|
|
use strict;
|
||
|
|
use warnings;
|
||
|
|
|
||
|
|
-use lib 'ext/Font-TTF/lib';
|
||
|
|
+use lib '@l_prefix@/lib/font-optimizer';
|
||
|
|
use Font::TTF::Font;
|
||
|
|
|
||
|
|
use Getopt::Long;
|
||
|
|
Index: subset.pl
|
||
|
|
--- subset.pl.orig 2009-12-18 22:04:14.000000000 +0100
|
||
|
|
+++ subset.pl 2010-04-03 20:51:24.000000000 +0200
|
||
|
|
@@ -1,10 +1,10 @@
|
||
|
|
-#!/usr/bin/perl -CA
|
||
|
|
+#!@l_prefix@/bin/perl -CA
|
||
|
|
# use the -CA flag so @ARGV is interpreted as UTF-8
|
||
|
|
|
||
|
|
use strict;
|
||
|
|
use warnings;
|
||
|
|
|
||
|
|
-use lib 'ext/Font-TTF/lib';
|
||
|
|
+use lib '@l_prefix@/lib/font-optimizer';
|
||
|
|
use Font::Subsetter;
|
||
|
|
|
||
|
|
use Getopt::Long;
|