summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:41 -0300
commita198adc2a658d7b11d41d4f96870a9bbecfb6d76 (patch)
tree868e841c0b369d275b041ec99a20155349a470ab /libre
parent8542a0eaeca4712cd209f5509b8d6c192196dfb0 (diff)
texlive-fontsextra-libre-2013.30955-1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/texlive-fontsextra-libre/PKGBUILD15
-rw-r--r--libre/texlive-fontsextra-libre/texlive-fontsextra.maps4
-rw-r--r--libre/texlive-fontsextra-libre/texlive.install4
3 files changed, 11 insertions, 12 deletions
diff --git a/libre/texlive-fontsextra-libre/PKGBUILD b/libre/texlive-fontsextra-libre/PKGBUILD
index cc6dd7509..024cf8e65 100644
--- a/libre/texlive-fontsextra-libre/PKGBUILD
+++ b/libre/texlive-fontsextra-libre/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=texlive-fontsextra-libre
_pkgname=texlive-fontsextra
-pkgver=2012.29646
-_revnr=${pkgver#2012.}
+pkgver=2013.30955
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - all sorts of extra fonts, without nonfree add-on packages"
license=('GPL')
@@ -16,12 +16,12 @@ replaces=('texlive-fontsextra')
conflicts=('texlive-fontsextra')
provides=('texlive-fontsextra')
url='http://tug.org/texlive/'
-source=("ftp://mirrors.kernel.org/archlinux/other/texlive/$_pkgname-$pkgver-src.zip" "$_pkgname.maps")
+source=("ftp://ftp.archlinux.org/other/texlive/$_pkgname-$pkgver-src.zip" "$_pkgname.maps")
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('25d99fb9897513ceb2ae19f078ad750c'
- 'c57e28ee1d2481b7e14685c70d8e6a51')
+md5sums=('9e10d4fb01d87179bfd8e184e1be9dd7'
+ '2135455716c1e7356ce6a9c213827904')
build() {
cd "$srcdir"
@@ -55,9 +55,4 @@ package() {
if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
-
- # remove stuff depending on omega/aleph
- rm -rf $pkgdir/usr/share/texmf-dist/omega
- find $pkgdir/ -wholename '*ocherokee*' -delete
- find $pkgdir/ -wholename '*oinuit*' -delete
}
diff --git a/libre/texlive-fontsextra-libre/texlive-fontsextra.maps b/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
index e76444d08..067ebb982 100644
--- a/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
+++ b/libre/texlive-fontsextra-libre/texlive-fontsextra.maps
@@ -18,10 +18,12 @@ Map Kinigcap.map
Map Konanur.map
Map Kramer.map
Map LibreBaskerville.map
+Map LibreCaslon.map
Map MnSymbol.map
Map MorrisIn.map
Map Nouveaud.map
Map OrnementsADF.map
+Map Raleway.map
Map Romantik.map
Map Rothdn.map
Map RoyalIn.map
@@ -77,6 +79,7 @@ Map gfssolomos.map
Map gptimes.map
Map hacm.map
Map icelandic.map
+Map ipaex-type1.map
Map iwona.map
Map kpfonts.map
Map kurier.map
@@ -101,6 +104,7 @@ Map quattrocento.map
Map recycle.map
Map rsfso.map
Map sansmathaccent.map
+Map sansmathfonts.map
Map sqrcaps.map
Map starfont.map
Map superiors.map
diff --git a/libre/texlive-fontsextra-libre/texlive.install b/libre/texlive-fontsextra-libre/texlive.install
index 6f81bd4ba..bfd2222a0 100644
--- a/libre/texlive-fontsextra-libre/texlive.install
+++ b/libre/texlive-fontsextra-libre/texlive.install
@@ -11,7 +11,7 @@ post_install() {
cp "$UPDMAP" "$TMPFILE"
echo ">>> texlive: regenerating updmap.cfg (custom additions should go"
echo " into /etc/texmf/web2c/updmap-local.cfg"
- cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+ cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
[ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
echo ">>> texlive: updating the filename database..."
@@ -27,7 +27,7 @@ post_upgrade() {
cp "$UPDMAP" "$TMPFILE"
echo ">>> texlive: regenerating updmap.cfg (custom additions should go"
echo " into /etc/texmf/web2c/updmap-local.cfg"
- cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+ cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
[ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
echo ">>> texlive: updating the filename database..."