Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
groff
Commits:
e6787d7f by Tobias Powalowski at 2026-02-15T10:28:33+01:00
upgpkg: 1.23.0-8: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = groff
pkgdesc = GNU troff text-formatting system
pkgver = 1.23.0
- pkgrel = 7
+ pkgrel = 8
url = https://www.gnu.org/software/groff/groff.html
arch = x86_64
license = GPL-3.0-or-later
@@ -10,8 +10,10 @@ pkgbase = groff
makedepends = psutils
makedepends = libxaw
makedepends = perl-file-homedir
+ depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = perl
- depends = gcc-libs
optdepends = netpbm: for use together with man -H command interaction
in browsers
optdepends = psutils: for use together with man -H command interaction
in browsers
optdepends = libxaw: for gxditview
=====================================
PKGBUILD
=====================================
@@ -2,22 +2,41 @@
pkgname=groff
pkgver=1.23.0
-pkgrel=7
+pkgrel=8
pkgdesc='GNU troff text-formatting system'
arch=('x86_64')
url='https://www.gnu.org/software/groff/groff.html'
license=('GPL-3.0-or-later')
-depends=('perl' 'gcc-libs')
-makedepends=('git' 'netpbm' 'psutils' 'libxaw' 'perl-file-homedir')
-optdepends=('netpbm: for use together with man -H command interaction in
browsers'
- 'psutils: for use together with man -H command interaction in
browsers'
- 'libxaw: for gxditview'
- 'perl-file-homedir: for use with glilypond')
-options=('!docs' '!emptydirs' '!makeflags')
+depends=(
+ glibc
+ libgcc
+ libstdc++
+ perl
+)
+makedepends=(
+ git
+ netpbm
+ psutils
+ libxaw
+ perl-file-homedir
+)
+optdepends=(
+ 'netpbm: for use together with man -H command interaction in browsers'
+ 'psutils: for use together with man -H command interaction in browsers'
+ 'libxaw: for gxditview'
+ 'perl-file-homedir: for use with glilypond'
+)
+options=(
+ !docs
+ !emptydirs
+ !makeflags
+)
validpgpkeys=('2D0C08D2B0AD0D3D8626670272D23FBAC99D4E75') # Bertrand Garrigues
<[email protected]>
-source=("git+https://git.savannah.gnu.org/git/groff.git?signed#tag=${pkgver}"
- display-utc-times.patch
- site.tmac)
+source=(
+ git+https://git.savannah.gnu.org/git/groff.git?signed#tag=${pkgver}
+ display-utc-times.patch
+ site.tmac
+)
b2sums=('cd1d24a5d477d6ee0e6f9061bc76124937b3c166d118325d77df7e0f4346b66887ff267bbaa4b3d61f3ec55449cdd963d3fcdb62a1c62208eb3fe4be0b16edce'
'4dde80520ac3b222f39ebaf5aa9966aacdd9a232a733c150114c826063dcba5285b14aeb821c0edf931f90df625e57dabb8a0b8bf4671ed8972d06866ad0df2a'
'39087d04a2af011820e9428c3c01da4be63cd34125bb087097b4e56865806e33e3e20a666885110ab71d36eeafdbfb01202ca4ee45d6cdeed8ab71d83852341b')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/commit/e6787d7f5b9c8c09e1ba2bc222dc5c1443389408
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/commit/e6787d7f5b9c8c09e1ba2bc222dc5c1443389408
You're receiving this email because of your account on gitlab.archlinux.org.