--- /var/abs/community/terminus-font/PKGBUILD 2011-02-15 07:12:03.000000000 +0200 +++ PKGBUILD 2011-02-15 12:43:12.246505201 +0200 @@ -15,6 +15,25 @@ build() { cd $srcdir/$pkgname-$pkgver + + # Uncomment patches you need: + # + # ao2 - round ('o'-like) cyrillic 'a' + # cm2 - variants of letters with cirkumflex, caron and macron + # dv1 - printing cyrillic 'de' and 've' (default is handwritten) + # ge1 - printing cyrillic 'ge' (default is handwritten) + # gq2 - grave accent and apostrophe as opening and closing single quotes + # ij1 - printing cyrillic 'i' and 'short i' (default is handwritten) + # ka2 - high cyrillic 'ka' (looks as latin 'k') + + # patch -i alt/ao2.diff + # patch -i alt/cm2.diff + patch -i alt/dv1.diff + patch -i alt/ge1.diff + # patch -i alt/gq2.diff + # patch -i alt/ij1.diff + # patch -i alt/ka2.diff + ./configure --prefix=/usr --x11dir=/usr/share/fonts/local/ --psfdir=/usr/share/kbd/consolefonts/ make DESTDIR=$pkgdir install }