Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
33
Merge Requests
33
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
6664b52e
Commit
6664b52e
authored
Mar 04, 2019
by
Jeff Huang
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] groff: update to 1.22.4
parent
727c916c
Pipeline
#2816
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
groff/PKGBUILD
groff/PKGBUILD
+15
-15
No files found.
groff/PKGBUILD
View file @
6664b52e
pkgname
=
groff
pkgver
=
1.22.
3
pkgver
=
1.22.
4
pkgrel
=
1
pkgdesc
=
"GNU troff text-formatting system"
arch
=(
'x86_64'
)
url
=
"http://www.gnu.org/software/groff/groff.html"
url
=
"http
s
://www.gnu.org/software/groff/groff.html"
license
=(
'GPL'
)
depends
=(
'perl'
'gcc-libs'
'texinfo'
)
makedepends
=(
'netpbm'
'psutils'
'ghostscript'
)
groups
=(
'base-devel'
)
depends
=(
'perl'
'gcc-libs'
)
makedepends
=(
'netpbm'
'psutils'
'libxaw'
)
optdepends
=(
'netpbm: for use together with man -H command interaction in browsers'
'psutils: for use together with man -H command interaction in browsers'
)
'psutils: for use together with man -H command interaction in browsers'
'libxaw: for gxditview'
)
source
=(
"ftp://ftp.gnu.org/gnu/groff/groff-
$pkgver
.tar.gz"
'site.tmac'
)
options
=(
'!docs'
'!emptydirs'
'!makeflags'
)
md5sums
=(
'
cc825fa64bc7306a885f2fb2268d3ec5
'
md5sums
=(
'
08fb04335e2f5e73f23ea4c3adbf0c5f
'
'a1fedafd7863b37968d32ad9ae1d8c13'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
--without-x
./configure
--prefix
=
/usr
--without-x
--with-appresdir
=
/usr/share/X11/app-defaults
make
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
make
prefix
=
$pkgdir
/usr
install
mkdir
-p
$pkgdir
/usr
cd
$pkgdir
/usr/bin
# needed for xman
ln
-s
eqn geqn
ln
-s
tbl gtbl
ln
-s
soelim zsoelim
make
DESTDIR
=
$pkgdir
install
# add compatibility symlinks
ln
-s
eqn
$pkgdir
/usr/bin/geqn
ln
-s
tbl
$pkgdir
/usr/bin/gtbl
ln
-s
soelim
$pkgdir
/usr/bin/zsoelim
# Fix some issues when encoding to utf8 man pages
# The output chars don't match keyboard chars...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment