[arch-commits] Commit in texlive-genericextra/repos (4 files)

Rémy Oudompheng remy at archlinux.org
Sun Dec 4 18:34:53 UTC 2011


    Date: Sunday, December 4, 2011 @ 13:34:53
  Author: remy
Revision: 144336

archrelease: copy trunk to testing-any

Added:
  texlive-genericextra/repos/testing-any/
  texlive-genericextra/repos/testing-any/Changelog
    (from rev 144335, texlive-genericextra/trunk/Changelog)
  texlive-genericextra/repos/testing-any/PKGBUILD
    (from rev 144335, texlive-genericextra/trunk/PKGBUILD)
  texlive-genericextra/repos/testing-any/texlive.install
    (from rev 144335, texlive-genericextra/trunk/texlive.install)

-----------------+
 Changelog       |   15 +++++++++++++++
 PKGBUILD        |   44 ++++++++++++++++++++++++++++++++++++++++++++
 texlive.install |   12 ++++++++++++
 3 files changed, 71 insertions(+)

Copied: texlive-genericextra/repos/testing-any/Changelog (from rev 144335, texlive-genericextra/trunk/Changelog)
===================================================================
--- testing-any/Changelog	                        (rev 0)
+++ testing-any/Changelog	2011-12-04 18:34:53 UTC (rev 144336)
@@ -0,0 +1,15 @@
+texlive-genericextra 2011.24609
+
+- upgrade package barr 15878 -> 23579
+- new package chronosys
+- new package ifetex
+- upgrade package lecturer 20011 -> 23916
+- upgrade package systeme 22493 -> 23336
+- upgrade package texapi 21182 -> 24237
+
+texlive-genericextra 2011.22511
+
+- upgrade package shade 15878 -> 22212
+- upgrade package systeme 21651 -> 22493
+- new package upca
+

Copied: texlive-genericextra/repos/testing-any/PKGBUILD (from rev 144335, texlive-genericextra/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-12-04 18:34:53 UTC (rev 144336)
@@ -0,0 +1,44 @@
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-genericextra
+pkgver=2011.24609
+_revnr=${pkgver#2011.}
+pkgrel=1
+pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('c3d3d0aec468f8910e33ed4e12806be3')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+	   bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS $pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; done) || true
+   for dir in $wanteddirs; do
+     find $dir -type d -exec install -d -m755 $pkgdir/usr/share/texmf-dist/'{}' \;
+     find $dir -type f -exec install -m644 '{}' $pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+     find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+     find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+     find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-genericextra/repos/testing-any/texlive.install (from rev 144335, texlive-genericextra/trunk/texlive.install)
===================================================================
--- testing-any/texlive.install	                        (rev 0)
+++ testing-any/texlive.install	2011-12-04 18:34:53 UTC (rev 144336)
@@ -0,0 +1,12 @@
+post_install() {
+	echo    ">>> texlive: updating the filename database..."
+	/usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list