Package Details: bdf2psf 1:1.221-1

Git Clone URL: https://aur.archlinux.org/bdf2psf.git (read-only, click to copy)
Package Base: bdf2psf
Description: Debian utility to convert BDF font files to PSF format
Upstream URL: https://packages.debian.org/unstable/bdf2psf
Licenses: GPL2
Submitter: limadm
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 3
Popularity: 0.000002
First Submitted: 2015-11-01 18:42 (UTC)
Last Updated: 2023-06-12 08:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

limadm commented on 2016-05-24 06:08 (UTC)

Thanks! I prefer not to use long one-liners, but in this case we can simplify to: sed -i '44s/if (/if (\$\#ARGV \< 0 \|\| /' usr/bin/bdf2psf So, thank you.

mox commented on 2016-05-20 08:38 (UTC)

Try this one. CHANGES: - Bumped pkgver to current version in the Debian repos - Changed the patch file into one line of sed scripting pkgname=bdf2psf pkgdesc='Debian utility to convert BDF font files to PSF format.' pkgver=1.142 pkgrel=1 arch=('any') license=('GPL2+') url='https://packages.debian.org/sid/bdf2psf' source=("ftp://ftp.debian.org/debian/pool/main/c/console-setup/bdf2psf_${pkgver}_all.deb") md5sums=('f5cb621177d94ea6b06967cd1c4c794a') depends=('perl') build() { tar -xf data.tar.xz cp usr/bin/bdf2psf usr/bin/bdf2psf_original sed -i '44s/if (\$ARGV\[0\] eq \"\-\-help\" \|\| \$ARGV\[0\] eq \"\-h\") /if (\$\#ARGV \< 0 \|\| \$ARGV\[0\] eq \"\-\-help\" /' usr/bin/bdf2psf } package() { cd "$srcdir" cp -r usr "$pkgdir" }

limadm commented on 2016-02-10 19:27 (UTC)

Thanks, it's working again. =)

dreieck commented on 2016-02-09 22:48 (UTC)

source is not there anymore: ====> ==> Retrieving sources... -> Downloading bdf2psf_1.134_all.deb... --2016-02-09 23:46:44-- ftp://ftp.debian.org/debian/pool/main/c/console-setup/bdf2psf_1.134_all.deb => ‘bdf2psf_1.134_all.deb.part’ Resolving ftp.debian.org (ftp.debian.org)... 130.89.148.12, 2001:610:1908:b000::148:12 Connecting to ftp.debian.org (ftp.debian.org)|130.89.148.12|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /debian/pool/main/c/console-setup ... done. ==> SIZE bdf2psf_1.134_all.deb ... done. ==> PASV ... done. ==> RETR bdf2psf_1.134_all.deb ... No such file ‘bdf2psf_1.134_all.deb’. ==> ERROR: Failure while downloading ftp://ftp.debian.org/debian/pool/main/c/console-setup/bdf2psf_1.134_all.deb Aborting... <===== Please update.