mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
lowdown: update to 0.4.4.
This commit is contained in:
parent
15ef9d4962
commit
05a90cae69
2 changed files with 42 additions and 2 deletions
40
srcpkgs/lowdown/patches/stdint_h.patch
Normal file
40
srcpkgs/lowdown/patches/stdint_h.patch
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
--- buffer.c.orig
|
||||||
|
+++ buffer.c
|
||||||
|
@@ -25,6 +25,7 @@
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
+#include <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
--- diff.c.orig
|
||||||
|
+++ diff.c
|
||||||
|
@@ -28,6 +28,7 @@
|
||||||
|
#if HAVE_MD5
|
||||||
|
# include <md5.h>
|
||||||
|
#endif
|
||||||
|
+#include <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
--- nroff_escape.c.orig
|
||||||
|
+++ nroff_escape.c
|
||||||
|
@@ -20,6 +20,7 @@
|
||||||
|
# include <sys/queue.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#include "lowdown.h"
|
||||||
|
--- util.c.orig
|
||||||
|
+++ util.c
|
||||||
|
@@ -20,6 +20,7 @@
|
||||||
|
# include <sys/queue.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include <stdint.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lowdown'
|
# Template file for 'lowdown'
|
||||||
pkgname=lowdown
|
pkgname=lowdown
|
||||||
version=0.4.3
|
version=0.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://kristaps.bsd.lv/lowdown/"
|
homepage="https://kristaps.bsd.lv/lowdown/"
|
||||||
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
||||||
checksum=25d272edd47724e6892d4f401bc8404e892d5336a8c2cc42b166312d3865ddbe
|
checksum=bd3acdef18ba68151dbbbe1eb68dd04f0368739fa306e4b888359f00c413ac44
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue