|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../liberation/liberation.conf |
|
|
|
# Filename: package/.../liberation/liberation.conf |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2008 - 2012 The OpenSDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
|
# |
|
|
@ -12,13 +12,13 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
makeopt= |
|
|
|
|
|
|
|
makeinstopt= |
|
|
|
|
|
|
|
|
|
|
|
ff_inst() { |
|
|
|
fonts_install() { |
|
|
|
cd $root/usr/X11/lib/X11/fonts/ |
|
|
|
local ttfdir="$root/usr/X11/lib/X11/fonts/TTF" |
|
|
|
echo "Installing freefonts in usr/X11/lib/X11/fonts .." |
|
|
|
|
|
|
|
tar --no-same-owner $taropt `match_source_file -p liberation` |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autoextract=0 |
|
|
|
|
|
|
|
custmain=ff_inst |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p "$ttfdir" |
|
|
|
|
|
|
|
cp -vf *.ttf "$ttfdir/" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
hook_add postmake 5 'fonts_install' |
|
|
|