[arch-commits] Commit in texlive-pictures/repos (extra-x86_64 extra-x86_64/PKGBUILD)
François Charette
francois at archlinux.org
Sun Sep 14 21:36:39 UTC 2008
Date: Sunday, September 14, 2008 @ 17:36:39
Author: francois
Revision: 12514
Merged revisions 12339-12513 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/texlive-pictures/trunk
........
r12504 | francois | 2008-09-14 22:19:22 +0200 (Sun, 14 Sep 2008) | 1 line
fix permissions of scripts and update sources to latest version
........
Modified:
texlive-pictures/repos/extra-x86_64/ (properties)
texlive-pictures/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Property changes on: texlive-pictures/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /texlive-pictures/trunk:1-12338
+ /texlive-pictures/trunk:1-12513
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-09-14 21:36:23 UTC (rev 12513)
+++ extra-x86_64/PKGBUILD 2008-09-14 21:36:39 UTC (rev 12514)
@@ -1,7 +1,7 @@
# Maintainer: Firmicus <firmicus Ät gmx dÅt net>
pkgname=texlive-pictures
-pkgver=2008.10353
+pkgver=2008.10506
pkgrel=1
pkgdesc="TeX Live - Packages for drawings graphics"
license=('GPL')
@@ -12,7 +12,7 @@
url='http://tug.org/texlive/'
source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-src.zip")
install=texlive.install
-md5sums=('d83e6849c7c199fb9dd5911f1198bef7')
+md5sums=('4a1db9568ce47f03c8f92f7b8d86b9a0')
build() {
cd $startdir/src
@@ -22,4 +22,5 @@
install -m755 -d $startdir/pkg/usr/share || return 1
find texmf* -type d -exec install -d -m755 $startdir/pkg/usr/share/'{}' \; || exit 1
find texmf* -type f -exec install -m644 '{}' $startdir/pkg/usr/share/'{}' \; || exit 1
+ find $startdir/pkg/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \; || return 1
}
More information about the arch-commits
mailing list