Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
3d99cc9b
Commit
3d99cc9b
authored
4 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
community/texlive: build with system gd, gmp, mpfr and zziplib
parent
785438d9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/texlive/APKBUILD
+7
-4
7 additions, 4 deletions
community/texlive/APKBUILD
with
7 additions
and
4 deletions
community/texlive/APKBUILD
+
7
−
4
View file @
3d99cc9b
...
...
@@ -2,7 +2,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname
=
texlive
pkgver
=
20200406
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Comprehensive TeX document production system"
url
=
"https://tug.org/texlive/"
arch
=
"all !mips64 !s390x"
# luatex fails on s390x
...
...
@@ -11,7 +11,8 @@ options="!check" # no unit tests provided
depends
=
"perl texmf-dist>=2020.55416"
makedepends
=
"freetype-dev libpng-dev poppler-dev icu-dev harfbuzz-dev
cairo-dev pixman-dev zziplib-dev libpaper-dev graphite2-dev
libxmu-dev fontconfig-dev libxaw-dev motif-dev"
libxmu-dev fontconfig-dev libxaw-dev motif-dev
gmp-dev mpfr-dev gd-dev"
triggers
=
"
$pkgname
.trigger=/usr/share/texmf-dist"
subpackages
=
"
$pkgname
-static
...
...
@@ -49,8 +50,6 @@ build() {
# builders keep failing when -jN == nproc
export
MAKEFLAGS
=
"
$MAKEFLAGS
-j
$((
JOBS<
16
? JOBS :
16
))
"
# fixme: detect systemzziplib
#--with-system-zziplib \ fixme detect systemzziplib
../configure
-C
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -95,15 +94,19 @@ build() {
--with-banner-add
=
"/Alpine Linux"
\
--with-system-cairo
\
--with-system-freetype2
\
--with-system-gd
\
--with-system-gmp
\
--with-system-graphite2
\
--with-system-harfbuzz
\
--with-system-icu
\
--with-system-libpaper
\
--with-system-libpng
\
--with-system-mpfr
\
--with-system-pixman
\
--with-system-poppler
\
--with-system-xpdf
\
--with-system-zlib
\
--with-system-zziplib
\
--with-x-dvi-toolkit
=
motif
\
--without-texinfo
make
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment