Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] groff: update to 1.23.0.
Date: Fri, 28 Jul 2023 19:20:38 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45300@inbox.vuxu.org> (raw)

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

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

https://github.com/icp1994/void-packages groff
https://github.com/void-linux/void-packages/pull/45300

groff: update to 1.23.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

* `site.tmac` changes from [Arch repo](https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/blob/main/site.tmac)
* `--with-doc` configure option removed upstream, builds/installs docs by default
* `${DESTDIR}/usr/lib` is empty, so no more `libgroff` - although can't find it mentioned in the changelog (which is [a whole novel](https://git.savannah.gnu.org/cgit/groff.git/tree/ChangeLog.123))

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

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

From cb9839cb3e4f1bb1bc763c86e60d3315f733bc63 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 28 Jul 2023 22:32:09 +0530
Subject: [PATCH] groff: update to 1.23.0.

---
 srcpkgs/groff/files/site.tmac |  6 ------
 srcpkgs/groff/template        | 27 ++++++---------------------
 2 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/srcpkgs/groff/files/site.tmac b/srcpkgs/groff/files/site.tmac
index 8ef1040ca4a04..7c04fdc543e7e 100644
--- a/srcpkgs/groff/files/site.tmac
+++ b/srcpkgs/groff/files/site.tmac
@@ -6,11 +6,5 @@
 .    char \- \N'45'
 .    char - \N'45'
 .    char ' \N'39'
-.    char \' \N'39'
 .  \}
-.
-.  \" Shut off SGR by default (groff colors)
-.  \" Require GROFF_SGR envvar defined to turn it on
-.  if '\V[GROFF_SGR]'' \
-.    output x X tty: sgr 0
 .\}
diff --git a/srcpkgs/groff/template b/srcpkgs/groff/template
index 88923c6874b5e..d03a950f1b3e8 100644
--- a/srcpkgs/groff/template
+++ b/srcpkgs/groff/template
@@ -1,26 +1,18 @@
 # Template file for 'groff'
 pkgname=groff
-version=1.22.4
-revision=3
+version=1.23.0
+revision=1
 build_style=gnu-configure
 configure_args="--without-x --disable-rpath"
-hostmakedepends="texinfo perl bison ghostscript"
+hostmakedepends="perl bison ghostscript"
 makedepends="zlib-devel"
 short_desc="GNU troff text-formatting system"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/groff/groff.html"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293
-
-subpackages="libgroff"
-
-if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" groff"
-	configure_args+=" --with-doc=no"
-else
-	subpackages+=" groff-doc"
-fi
+changelog="https://git.savannah.gnu.org/cgit/groff.git/plain/NEWS"
+distfiles="${GNU_SITE}/groff/groff-${version}.tar.gz"
+checksum=6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13
 
 pre_configure() {
 	case "$XBPS_TARGET_MACHINE" in
@@ -41,13 +33,6 @@ post_install() {
 	done
 }
 
-libgroff_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib
-	}
-}
-
 groff-doc_package() {
 	short_desc+=" - documentation"
 	pkg_install() {

             reply	other threads:[~2023-07-28 17:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 17:20 icp1994 [this message]
2023-07-28 18:52 ` [PR PATCH] [Updated] " icp1994
2023-07-28 18:58 ` icp1994
2023-07-28 19:25 ` icp1994
2023-07-28 19:32 ` icp1994
2023-08-01  3:00 ` g-branden-robinson
2023-08-01 10:36 ` [PR PATCH] [Updated] " icp1994
2023-08-01 10:54 ` icp1994
2023-08-01 11:24 ` g-branden-robinson
2023-08-01 11:25 ` g-branden-robinson
2023-08-01 11:27 ` g-branden-robinson
2023-08-01 14:00 ` [PR PATCH] [Updated] " icp1994
2023-08-01 14:00 ` icp1994
2023-08-05 18:50 ` [PR PATCH] [Merged]: " leahneukirchen

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-45300@inbox.vuxu.org \
    --to=icp1994@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).