mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
lshw: fix lshw.sgml missing URI
This commit is contained in:
parent
0cc872d1d6
commit
e8e4e45f72
2 changed files with 9 additions and 1 deletions
8
srcpkgs/lshw/patches/fix-lshw_sgml.patch
Normal file
8
srcpkgs/lshw/patches/fix-lshw_sgml.patch
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
--- src/lshw.sgml 2016-04-22 21:49:30.000000000 +0200
|
||||||
|
+++ src/lshw.sgml 2016-05-07 05:54:39.106562357 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-<!DOCTYPE RefEntry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
|
||||||
|
+<!DOCTYPE RefEntry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||||
|
<refentry id="lshw">
|
||||||
|
|
||||||
|
<refmeta>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'lshw'.
|
# Template build file for 'lshw'.
|
||||||
pkgname=lshw
|
pkgname=lshw
|
||||||
version=B.02.18
|
version=B.02.18
|
||||||
revision=3
|
revision=4
|
||||||
makedepends="gtk+-devel libglade-devel sqlite-devel"
|
makedepends="gtk+-devel libglade-devel sqlite-devel"
|
||||||
hostmakedepends="docbook2x pkg-config"
|
hostmakedepends="docbook2x pkg-config"
|
||||||
short_desc="Hardware lister application"
|
short_desc="Hardware lister application"
|
||||||
|
|
Loading…
Add table
Reference in a new issue