Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
04b292f2
Commit
04b292f2
authored
Mar 30, 2016
by
Ram-Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
texlive-bin: split libsynctex
parent
ece2a723
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
13 deletions
+33
-13
texlive-bin/PKGBUILD
texlive-bin/PKGBUILD
+33
-13
No files found.
texlive-bin/PKGBUILD
View file @
04b292f2
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/texlive-bin
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/texlive-bin
pkgname
=
'texlive-bin'
pkgname
=
(
'texlive-bin'
'libsynctex'
)
pkgver
=
2015.37497
pkgver
=
2015.37497
pkgrel
=
5
pkgrel
=
6
_biber_ver
=
2.2
_biber_ver
=
2.2
pkgdesc
=
"TeX Live binaries"
url
=
'http://tug.org/texlive/'
license
=(
'GPL'
)
license
=(
'GPL'
)
arch
=(
'x86_64'
)
arch
=(
'x86_64'
)
depends
=(
'cairo'
'pixman'
'graphite'
't1lib'
'gd'
'poppler'
makedepends
=(
'cairo'
'pixman'
'graphite'
't1lib'
'gd'
'poppler'
'libsigsegv'
'zziplib'
'libpng'
'libjpeg'
'freetype2'
'clisp'
'ffcall'
'libsigsegv'
'zziplib'
'libpng'
'libjpeg'
'freetype2'
'icu'
'harfbuzz'
'harfbuzz-icu'
'gmp'
'mpfr'
'potrace'
'libpaper'
'perl'
)
'icu'
'harfbuzz'
'harfbuzz-icu'
'gmp'
'mpfr'
'potrace'
'libpaper'
optdepends
=(
'ed: for texconfig'
)
'perl'
'clisp'
'ffcall'
)
provides
=(
'lcdf-typetools'
'kpathsea'
'xindy'
'pdfjam'
)
url
=
'http://tug.org/texlive/'
conflicts
=(
'pdfjam'
)
options
=(
'!strip'
)
install
=
"texlive.install"
source
=(
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-
${
pkgver
}
.tar.xz"
source
=(
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-
${
pkgver
}
.tar.xz"
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/
${
_biber_ver
}
/binaries/Linux/biber-linux_x86_64.tar.gz"
)
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/
${
_biber_ver
}
/binaries/Linux/biber-linux_x86_64.tar.gz"
)
noextract
=(
biber-linux_x86_64.tar.gz
)
noextract
=(
biber-linux_x86_64.tar.gz
)
...
@@ -92,7 +87,29 @@ build() {
...
@@ -92,7 +87,29 @@ build() {
make
make
}
}
package
()
{
package_libsynctex
()
{
pkgdesc
=
'Library for synchronization between TeX files and resulting file'
depends
=(
'glibc'
'zlib'
)
install
-d
"
$pkgdir
"
/usr/lib
for
lib
in
"
$srcdir
"
/source/Work/texk/web2c/.libs/libsynctex.so
*
;
do
cp
-P
$lib
"
$pkgdir
"
/usr/lib/
done
}
package_texlive-bin
()
{
pkgdesc
=
"TeX Live binaries"
makedepends
=(
'cairo'
'pixman'
'graphite'
't1lib'
'gd'
'poppler'
'libsigsegv'
'zziplib'
'libpng'
'libjpeg'
'freetype2'
'icu'
'harfbuzz'
'harfbuzz-icu'
'gmp'
'mpfr'
'potrace'
'libpaper'
'libsynctex'
)
provides
=(
'lcdf-typetools'
'kpathsea'
'xindy'
'pdfjam'
)
conflicts
=(
'pdfjam'
)
optdepends
=(
'ed: for texconfig'
)
install
=
"texlive.install"
options
=(
'!strip'
)
cd
"
$srcdir
"
cd
"
$srcdir
"
#############################################################
#############################################################
### install
### install
...
@@ -316,4 +333,7 @@ m-tx musixtex musixflx pmx2pdf pmxchords"
...
@@ -316,4 +333,7 @@ m-tx musixtex musixflx pmx2pdf pmxchords"
!
readlink
-e
"
$pkgdir
"
/usr/bin/
$s
&&
rm
"
$pkgdir
"
/usr/bin/
$s
!
readlink
-e
"
$pkgdir
"
/usr/bin/
$s
&&
rm
"
$pkgdir
"
/usr/bin/
$s
done
done
###################################################################
###################################################################
# rm libsynctex
rm
-f
"
$pkgdir
"
/usr/lib/libsynctex.
*
}
}
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