mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
mdocml: hide architecture selector in void.css
this has no meaning for void, so let's hide it also http -> https for homepage/distfiles
This commit is contained in:
parent
3311c84251
commit
e76e67ee9d
2 changed files with 8 additions and 3 deletions
|
@ -54,3 +54,8 @@ nav#void-nav ul li a:hover,nav#void-nav ul li a:focus {
|
||||||
background-color:#000;
|
background-color:#000;
|
||||||
text-decoration:none
|
text-decoration:none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Hide architecture selector **/
|
||||||
|
select[name="arch"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.14.6
|
version=1.14.6
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="mandoc-${version}"
|
wrksrc="mandoc-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_build_args="all man.cgi"
|
make_build_args="all man.cgi"
|
||||||
|
@ -14,8 +14,8 @@ conf_files="/etc/man.conf"
|
||||||
short_desc="UNIX manpage compiler toolset (mandoc)"
|
short_desc="UNIX manpage compiler toolset (mandoc)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://mandoc.bsd.lv"
|
homepage="https://mandoc.bsd.lv"
|
||||||
distfiles="http://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
|
distfiles="https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
|
||||||
checksum=8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c
|
checksum=8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c
|
||||||
provides="man-0_1"
|
provides="man-0_1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue