mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
new package: bdfresize-1.5
This commit is contained in:
parent
5069a47dc0
commit
85d68ef6fe
3 changed files with 42 additions and 0 deletions
13
srcpkgs/bdfresize/patches/01-ftbfs-gcc4.patch
Normal file
13
srcpkgs/bdfresize/patches/01-ftbfs-gcc4.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Description: Fix FTBFS with gcc 4.0
|
||||||
|
Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=258509#5
|
||||||
|
Bug-Debian: http://bugs.debian.org/258509
|
||||||
|
|
||||||
|
--- bdfresize-1.5/charresize.c 2000-12-12 20:18:14.000000000 +0900
|
||||||
|
+++ bdfresize-1.5-3.1/charresize.c 2008-05-11 23:01:11.000000000 +0900
|
||||||
|
@@ -46,7 +46,6 @@
|
||||||
|
void
|
||||||
|
processChar(void)
|
||||||
|
{
|
||||||
|
- char *malloc();
|
||||||
|
char *srcimage;
|
||||||
|
int *dstgray;
|
14
srcpkgs/bdfresize/patches/02-minus-sign.patch
Normal file
14
srcpkgs/bdfresize/patches/02-minus-sign.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Description: The - sign escapes, changes in debian/1.5-4
|
||||||
|
Author: Frank Lichtenheld <djpig@debian.org>
|
||||||
|
|
||||||
|
--- bdfresize-1.5/bdfresize.1 2000-12-11 17:18:15.000000000 +0900
|
||||||
|
+++ bdfresize-1.5-4/bdfresize.1 2008-05-11 23:01:11.000000000 +0900
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
.SH NAME
|
||||||
|
bdfresize \- Resize BDF Format Font
|
||||||
|
.SH SYNOPSIS
|
||||||
|
-bdfresize [-v] [-b \fInumber\fP] [-[whf] \fIfactor\fP] [\fIbdf-file\fP]
|
||||||
|
+bdfresize [\-v] [\-b \fInumber\fP] [\-[whf] \fIfactor\fP] [\fIbdf-file\fP]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.I Bdfresize
|
||||||
|
is a command to magnify or reduce fonts which are described with
|
15
srcpkgs/bdfresize/template
Normal file
15
srcpkgs/bdfresize/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'bdfresize'
|
||||||
|
pkgname=bdfresize
|
||||||
|
version=1.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Tool for resizing BDF format font"
|
||||||
|
maintainer="amy.sh <amy5.sh@protonmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/"
|
||||||
|
distfiles="${homepage}/bdfresize-${version}.tar.gz"
|
||||||
|
checksum=440cfc0620a0237e46352c14a0774caa3f3059759b0a20defefc94e8490897a6
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc README
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue