Date: Sunday, July 24, 2011 @ 13:30:32 Author: remy Revision: 132463 upgpkg: texlive-pictures 2011.22961-1 Update for TeXLive 2011 release
Modified: texlive-pictures/trunk/Changelog texlive-pictures/trunk/PKGBUILD -----------+ Changelog | 12 ++++++++++++ PKGBUILD | 7 ++++--- 2 files changed, 16 insertions(+), 3 deletions(-) Modified: Changelog =================================================================== --- Changelog 2011-07-24 17:27:21 UTC (rev 132462) +++ Changelog 2011-07-24 17:30:32 UTC (rev 132463) @@ -1,3 +1,15 @@ +texlive-pictures 2011.22961-1 + + - new package tkz-base + - new package tkz-berge + - upgrade package tkz-doc 15878 -> 22959 + - new package tkz-euclide + - new package tkz-fct + - new package tkz-graph + - new package tkz-kiviat + - upgrade package tkz-linknodes 15878 -> 22833 + - upgrade package tkz-tab 21542 -> 22834 + texlive-pictures 2011.22509-1 - new package bloques Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-24 17:27:21 UTC (rev 132462) +++ PKGBUILD 2011-07-24 17:30:32 UTC (rev 132463) @@ -1,7 +1,7 @@ # Maintainer: Rémy Oudompheng <[email protected]> pkgname=texlive-pictures -pkgver=2011.22509 +pkgver=2011.22961 _revnr=${pkgver#2011.} pkgrel=1 pkgdesc="TeX Live - Packages for drawings graphics" @@ -14,17 +14,18 @@ options=('!emptydirs') options=(!strip) install=texlive.install -md5sums=('22f34ecb09488b4a21671e845255ac4c' +md5sums=('c8e448dd4d5ab4868835995a77409e4d' '7d08cb8ade87687bd8676f8e8ba20697') build() { - bsdtar xf "$pkgname-$pkgver-src.zip" + cd "$srcdir" for p in *.tar.xz; do bsdtar -xf $p done rm -rf {tlpkg,doc,source} || true } package() { + cd "$srcdir" 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
