summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hofmann2010-12-19 10:25:30 +0100
committerPeter Hofmann2010-12-19 10:25:30 +0100
commita40837020dfbde77a6d5c1ee41dc0eda4df9420d (patch)
tree1d567f55ddcfbba3e1b7bf04c31ac9b68d137366
parented853af3c7be00dadd8e6ee680ec5a1bff3ae398 (diff)
downloadaur-a40837020dfbde77a6d5c1ee41dc0eda4df9420d.tar.gz
Without console/VT font which is broken.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD19
2 files changed, 4 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e7c24dbedd..ccb309923a01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = univga
pkgdesc = Unicode VGA font
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.inp.nsk.su/~bolkhov/files/fonts/univga/
install = univga.install
arch = any
license = MIT
makedepends = xorg-font-utils
source = http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz
- source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/bdf2psf_1.63_all.deb
md5sums = 60fbba53cb0efec1363fcc5fb8c244d9
- md5sums = 83cfa34b14b8b280c9026ee304277d1c
pkgname = univga
diff --git a/PKGBUILD b/PKGBUILD
index 051c3fab560d..393b14395746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=univga
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unicode VGA font"
arch=('any')
url="http://www.inp.nsk.su/~bolkhov/files/fonts/univga/"
@@ -16,24 +16,14 @@ backup=()
options=()
install=univga.install
changelog=
-source=('http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz'
- 'http://ftp.de.debian.org/debian/pool/main/c/console-setup/bdf2psf_1.63_all.deb')
+source=('http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz')
noextract=()
-md5sums=('60fbba53cb0efec1363fcc5fb8c244d9'
- '83cfa34b14b8b280c9026ee304277d1c')
+md5sums=('60fbba53cb0efec1363fcc5fb8c244d9')
build() {
cd "$srcdir"
- bsdtar -xf bdf2psf_1.63_all.deb data.tar.gz
- tar -xzf data.tar.gz
bdftopcf -o uni_vga/u_vga16.pcf uni_vga/u_vga16.bdf
-
- usr/bin/bdf2psf --fb uni_vga/u_vga16.bdf \
- usr/share/bdf2psf/standard.equivalents \
- usr/share/bdf2psf/required.set+usr/share/bdf2psf/useful.set \
- 512 \
- uni_vga/u_vga16.psf
}
package() {
@@ -41,9 +31,6 @@ package() {
install -m 644 -D u_vga16.pcf \
"$pkgdir"/usr/share/fonts/local/u_vga16.pcf
-
- install -m 644 -D u_vga16.psf \
- "$pkgdir"/usr/share/kbd/consolefonts/u_vga16.psf
}
# vim:set ts=2 sw=2 et: