Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mdocml: hide architecture selector in void.css
@ 2022-09-05 17:10 classabbyamp
  2022-09-09 22:15 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2022-09-05 17:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages mdocml-css
https://github.com/void-linux/void-packages/pull/39117

mdocml: hide architecture selector in void.css
this has no meaning for void, so let's hide it

also http -> https for homepage/distfiles

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/39117.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mdocml-css-39117.patch --]
[-- Type: text/x-diff, Size: 1647 bytes --]

From e496858598d2b0ff123385a95867652aef6c306f Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 5 Sep 2022 13:08:18 -0400
Subject: [PATCH] mdocml: hide architecture selector in void.css

this has no meaning for void, so let's hide it

also http -> https for homepage/distfiles
---
 srcpkgs/mdocml/files/void.css | 5 +++++
 srcpkgs/mdocml/template       | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mdocml/files/void.css b/srcpkgs/mdocml/files/void.css
index 89a9fb4b3211..17bb533d10c0 100644
--- a/srcpkgs/mdocml/files/void.css
+++ b/srcpkgs/mdocml/files/void.css
@@ -54,3 +54,8 @@ nav#void-nav ul li a:hover,nav#void-nav ul li a:focus {
 	background-color:#000;
 	text-decoration:none
 }
+
+/** Hide architecture selector **/
+select[name="arch"] {
+	display: none;
+}
diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template
index bd9d81fe28d5..af276779493a 100644
--- a/srcpkgs/mdocml/template
+++ b/srcpkgs/mdocml/template
@@ -1,7 +1,7 @@
 # Template file for 'mdocml'
 pkgname=mdocml
 version=1.14.6
-revision=4
+revision=5
 wrksrc="mandoc-${version}"
 build_style=configure
 make_build_args="all man.cgi"
@@ -14,8 +14,8 @@ conf_files="/etc/man.conf"
 short_desc="UNIX manpage compiler toolset (mandoc)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="ISC"
-homepage="http://mandoc.bsd.lv"
-distfiles="http://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
+homepage="https://mandoc.bsd.lv"
+distfiles="https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
 checksum=8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c
 provides="man-0_1"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: mdocml: hide architecture selector in void.css
  2022-09-05 17:10 [PR PATCH] mdocml: hide architecture selector in void.css classabbyamp
@ 2022-09-09 22:15 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-09 22:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

There's a merged pull request on the void-packages repository

mdocml: hide architecture selector in void.css
https://github.com/void-linux/void-packages/pull/39117

Description:
this has no meaning for void, so let's hide it

also http -> https for homepage/distfiles

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

![image](https://user-images.githubusercontent.com/5366828/188493596-375ff694-ce71-4345-b610-eedeb215cd29.png)
![image](https://user-images.githubusercontent.com/5366828/188493606-dca19d32-a0de-423f-968f-906e14fffc27.png)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-09 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 17:10 [PR PATCH] mdocml: hide architecture selector in void.css classabbyamp
2022-09-09 22:15 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).