Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] mdocml: hide architecture selector in void.css
Date: Mon, 05 Sep 2022 19:10:07 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39117@inbox.vuxu.org> (raw)

[-- 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"
 

             reply	other threads:[~2022-09-05 17:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-05 17:10 classabbyamp [this message]
2022-09-09 22:15 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39117@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).