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
68730648
Commit
68730648
authored
9 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
unmaintained/texlive: remove aport
It has been added to testing/ again. See:
e0df73ee
parent
e0df73ee
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
unmaintained/texlive/APKBUILD
+0
-103
0 additions, 103 deletions
unmaintained/texlive/APKBUILD
with
0 additions
and
103 deletions
unmaintained/texlive/APKBUILD
deleted
100644 → 0
+
0
−
103
View file @
e0df73ee
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname
=
texlive
pkgver
=
20150521
pkgrel
=
4
pkgdesc
=
"A complete TeX distribution"
url
=
"http://tug.org/texlive/"
arch
=
"all"
license
=
"GPL"
depends
=
""
depends_dev
=
"freetype-dev libpng-dev poppler-dev icu-dev harfbuzz-dev
cairo-dev pixman-dev zziplib-dev libpaper-dev graphite2-dev
libxmu-dev fontconfig-dev"
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"ftp://ftp.tug.org/historic/systems/
$pkgname
/
${
pkgver
%????
}
/
$pkgname
-
$pkgver
-source.tar.xz"
_builddir
=
"
$srcdir
"
/texlive-
$pkgver
-source
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
mkdir
-p
$_builddir
/build
&&
cd
$_builddir
/build
../configure
-C
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--enable-epsfwin
\
--enable-ipc
\
--enable-luatex
\
--enable-mftalkwin
\
--enable-regiswin
\
--enable-shared
\
--enable-tektronixwin
\
--enable-unitermwin
\
--enable-xetex
\
--disable-biber
\
--disable-bibtex-x
\
--disable-chktex
\
--disable-cjkutils
\
--disable-detex
\
--disable-dialog
\
--disable-dvi2tty
\
--disable-dvipng
\
--disable-dvipsk
\
--disable-dvisvgm
\
--disable-largefile
\
--disable-lcdf-typetools
\
--disable-multiplatform
\
--disable-native-texlive-build
\
--disable-pdfopen
\
--disable-ps2eps
\
--disable-ps2pkm
\
--disable-psutils
\
--disable-t1utils
\
--disable-tex4htk
\
--disable-ttf2pk2
\
--disable-vlna
\
--disable-xdvik
\
--disable-xindy
\
--with-ps
=
gs
\
--with-banner-add
=
"/Alpine Linux"
\
--with-system-cairo
\
--with-system-freetype2
\
--with-system-graphite2
\
--with-system-harfbuzz
\
--with-system-icu
\
--with-system-icu
\
--with-system-libpaper
\
--with-system-libpng
\
--with-system-pixman
\
--with-system-poppler
\
--with-system-xpdf
\
--with-system-zlib
\
--with-system-zziplib
\
--without-texinfo
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
/build
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cp
-rf
../texk/tests/TeXLive
\
"
$pkgdir
"
/usr/share/texmf-dist/scripts/texlive
||
return
1
}
md5sums
=
"e526bd57118c4c4d5e9d525d20b5ac02 texlive-20150521-source.tar.xz"
sha256sums
=
"ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 texlive-20150521-source.tar.xz"
sha512sums
=
"9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855 texlive-20150521-source.tar.xz"
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