[arch-commits] Commit in texlive-pictures/trunk (Changelog PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Sun Jun 5 07:08:19 UTC 2011


    Date: Sunday, June 5, 2011 @ 03:08:18
  Author: remy
Revision: 126401

upgpkg: texlive-pictures 2011.22509-1
-m

Modified:
  texlive-pictures/trunk/Changelog
  texlive-pictures/trunk/PKGBUILD

-----------+
 Changelog |    7 +++++++
 PKGBUILD  |    7 ++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

Modified: Changelog
===================================================================
--- Changelog	2011-06-05 07:07:56 UTC (rev 126400)
+++ Changelog	2011-06-05 07:08:18 UTC (rev 126401)
@@ -1,3 +1,10 @@
+texlive-pictures 2011.22509-1
+
+- new package bloques
+- upgrade package chemfig 22055 -> 22205
+- new package grafcet
+- upgrade package pgfgantt 21681 -> 22166
+
 texlive-pictures 2010.22101-1
 
 - new package adjustbox

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-05 07:07:56 UTC (rev 126400)
+++ PKGBUILD	2011-06-05 07:08:18 UTC (rev 126401)
@@ -1,7 +1,8 @@
 # Maintainer: Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=texlive-pictures
-pkgver=2010.22101
+pkgver=2011.22509
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
 license=('GPL')
@@ -13,10 +14,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('eded5b2380c1efb686331cb7e94534a0'
+md5sums=('22f34ecb09488b4a21671e845255ac4c'
          '7d08cb8ade87687bd8676f8e8ba20697')
 
 build() {
+   bsdtar xf "$pkgname-$pkgver-src.zip"
    for p in *.tar.xz; do
 	   bsdtar -xf $p
    done
@@ -25,7 +27,6 @@
 package() {
    install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
    sed -i '/^#/d' CONTENTS
-   _revnr=`echo $pkgver | sed 's/2010\.//'`
    install -m644 CONTENTS $pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
    install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
    install -m755 -d $pkgdir/usr/share




More information about the arch-commits mailing list