[arch-commits] Commit in glibc/trunk (PKGBUILD)

2015-09-01 Thread Jan Steffens
Date: Tuesday, September 1, 2015 @ 21:14:13
  Author: heftig
Revision: 245178

Actually apply the patch

Modified:
  glibc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:11:56 UTC (rev 245177)
+++ PKGBUILD2015-09-01 19:14:13 UTC (rev 245178)
@@ -8,7 +8,7 @@
 
 pkgname=glibc
 pkgver=2.22
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc;
@@ -22,7 +22,7 @@
 options=('!strip' 'staticlibs')
 install=glibc.install
 source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
-   glibc-2.22-roundup.patch
+glibc-2.22-roundup.patch
 locale.gen.txt
 locale-gen)
 md5sums=('e51e02bf552a0a1fbbdc948fb2f5e83c'
@@ -36,7 +36,7 @@
   cd ${srcdir}/glibc-${pkgver}
 
   # glibc-2.21..01b07c70
-  #patch -p1 -i $srcdir/glibc-2.22-roundup.patch
+  patch -p1 -i $srcdir/glibc-2.22-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }


[arch-commits] Commit in lib32-glibc/trunk (PKGBUILD glibc-2.22-roundup.patch)

2015-09-01 Thread Jan Steffens
Date: Tuesday, September 1, 2015 @ 21:28:55
  Author: heftig
Revision: 139078

2.22-3

Added:
  lib32-glibc/trunk/glibc-2.22-roundup.patch
Modified:
  lib32-glibc/trunk/PKGBUILD

--+
 PKGBUILD |6 
 glibc-2.22-roundup.patch |  666 +
 2 files changed, 670 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 18:59:50 UTC (rev 139077)
+++ PKGBUILD2015-09-01 19:28:55 UTC (rev 139078)
@@ -10,7 +10,7 @@
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
 pkgver=2.22
-pkgrel=1
+pkgrel=3
 pkgdesc="GNU C Library (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc;
@@ -24,10 +24,12 @@
 options=('!strip' 'staticlibs' '!emptydirs')
 
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+glibc-2.22-roundup.patch
 lib32-glibc.conf)
 
 md5sums=('e51e02bf552a0a1fbbdc948fb2f5e83c'
  'SKIP'
+ 'b6b7a0e8d6e6520e40e3164ae773631d'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
 
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
@@ -36,7 +38,7 @@
   cd ${srcdir}/glibc-${pkgver}
 
   # glibc-2.21..01b07c70
-  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
+  patch -p1 -i $srcdir/glibc-2.22-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }

Added: glibc-2.22-roundup.patch
===
--- glibc-2.22-roundup.patch(rev 0)
+++ glibc-2.22-roundup.patch2015-09-01 19:28:55 UTC (rev 139078)
@@ -0,0 +1,666 @@
+diff --git a/ChangeLog b/ChangeLog
+index cb9124e..d0d2cbd 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,74 @@
++2015-08-31  Brett Neumeier 
++
++  [BZ #18870]
++  * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
++
++2015-08-28  Mike Frysinger  
++
++  [BZ #18887]
++  * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
++  tst-mntent-blank-passno.
++  * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
++  * misc/tst-mntent-blank-corrupt.c: New test.
++  * misc/tst-mntent-blank-passno.c: New test ripped from ...
++  * misc/tst-mntent.c (do_test): ... here.
++
++2015-08-25  Roland McGrath  
++
++  * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
++  if the weak reference is not null.
++
++2015-08-19  Andrew Senkevich  
++
++  [BZ #18796]
++  * scripts/test-installation.pl: Don't add -lmvec to build options
++  if libmvec wasn't built.
++  * NEWS: Mention this fix.
++
++2015-08-10  Maxim Ostapenko  
++
++  [BZ #18778]
++  * elf/Makefile (tests): Add Add tst-nodelete2.
++  (modules-names): Add tst-nodelete2mod.
++  (tst-nodelete2mod.so-no-z-defs): New.
++  ($(objpfx)tst-nodelete2): Likewise.
++  ($(objpfx)tst-nodelete2.out): Likewise.
++  (LDFLAGS-tst-nodelete2): Likewise.
++  * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
++  out of loop through all loaded libraries.
++  * elf/tst-nodelete2.c: New file.
++  * elf/tst-nodelete2mod.c: Likewise.
++
++2015-08-10  Andreas Schwab  
++
++  [BZ #18781]
++  * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
++  MORE_OFLAGS to oflag.
++  * io/test-lfs.c (do_test): Test openat64.
++
++2015-08-08  John David Anglin  
++
++  [BZ #18787]
++  * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
++  clobber registers.
++  (atomic_compare_and_exchange_val_acq): Use register asms to assign
++  operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
++  Cast return to __typeof (oldval).
++
++2015-08-08  Mike Frysinger  
++
++  * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
++  in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
++  and delete sys/syscall.h include.
++
++2015-08-07  Mike Frysinger  
++
++  * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
++
++2015-08-05  Zack Weinberg  
++
++  * misc/regexp.h: Update comments.
++
+ 2015-08-05  Carlos O'Donell  
+ 
+   * version.h (RELEASE): Set to "stable".
+diff --git a/NEWS b/NEWS
+index 4c31de7..ce0255a 100644
+--- a/NEWS
 b/NEWS
+@@ -5,6 +5,12 @@ See the end for copying conditions.
+ Please send GNU C library bug reports via 
+ using `glibc' in the "product" field.
+ 
++Version 2.22.1
++
++* The following bugs are resolved with this release:
++
++  18778, 18781, 18787, 18796, 18870, 18887.
++
+ Version 2.22
+ 
+ * The following bugs are resolved with this release:
+@@ -84,7 +90,7 @@ 

[arch-commits] Commit in glibc/repos (20 files)

2015-09-01 Thread Jan Steffens
Date: Tuesday, September 1, 2015 @ 21:17:22
  Author: heftig
Revision: 245179

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glibc/repos/testing-i686/PKGBUILD
(from rev 245178, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.22-roundup.patch
(from rev 245178, glibc/trunk/glibc-2.22-roundup.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 245178, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 245178, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 245178, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 245178, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.22-roundup.patch
(from rev 245178, glibc/trunk/glibc-2.22-roundup.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 245178, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 245178, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 245178, glibc/trunk/locale.gen.txt)
Deleted:
  glibc/repos/testing-i686/PKGBUILD
  glibc/repos/testing-i686/glibc-2.22-roundup.patch
  glibc/repos/testing-i686/glibc.install
  glibc/repos/testing-i686/locale-gen
  glibc/repos/testing-i686/locale.gen.txt
  glibc/repos/testing-x86_64/PKGBUILD
  glibc/repos/testing-x86_64/glibc-2.22-roundup.patch
  glibc/repos/testing-x86_64/glibc.install
  glibc/repos/testing-x86_64/locale-gen
  glibc/repos/testing-x86_64/locale.gen.txt

-+
 /PKGBUILD   |  310 ++
 /glibc-2.22-roundup.patch   | 1332 ++
 /glibc.install  |   44 
 /locale-gen |   84 +
 /locale.gen.txt |   46 +
 testing-i686/PKGBUILD   |  155 ---
 testing-i686/glibc-2.22-roundup.patch   |  666 ---
 testing-i686/glibc.install  |   22 
 testing-i686/locale-gen |   42 
 testing-i686/locale.gen.txt |   23 
 testing-x86_64/PKGBUILD |  155 ---
 testing-x86_64/glibc-2.22-roundup.patch |  666 ---
 testing-x86_64/glibc.install|   22 
 testing-x86_64/locale-gen   |   42 
 testing-x86_64/locale.gen.txt   |   23 
 15 files changed, 1816 insertions(+), 1816 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 245178:245179 to see the changes.


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

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 20:05:22
  Author: spupykin
Revision: 139075

archrelease: copy trunk to community-i686, community-x86_64

Added:
  qmc2/repos/community-i686/PKGBUILD
(from rev 139074, qmc2/trunk/PKGBUILD)
  qmc2/repos/community-x86_64/PKGBUILD
(from rev 139074, qmc2/trunk/PKGBUILD)
Deleted:
  qmc2/repos/community-i686/PKGBUILD
  qmc2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 18:04:52 UTC (rev 139074)
+++ community-i686/PKGBUILD 2015-09-01 18:05:22 UTC (rev 139075)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.54
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.arcadehits.net;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://qmc2.arcadehits.net/sf.net/qmc2-$pkgver.tar.bz2;)
-md5sums=('af24c7692a5517f2873588c3df04')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-i686/PKGBUILD (from rev 139074, 
qmc2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 18:05:22 UTC (rev 139075)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.55
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.arcadehits.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;)
+md5sums=('d20e937e00e122bb9212ba8e352b8135')
+
+build() {
+  cd "$srcdir/$pkgname"
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-01 18:04:52 UTC (rev 139074)
+++ community-x86_64/PKGBUILD   2015-09-01 18:05:22 UTC (rev 139075)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.54
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.arcadehits.net;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://qmc2.arcadehits.net/sf.net/qmc2-$pkgver.tar.bz2;)
-md5sums=('af24c7692a5517f2873588c3df04')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 139074, 
qmc2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-01 18:05:22 UTC (rev 139075)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.55
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.arcadehits.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;)

[arch-commits] Commit in qmc2/trunk (PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 20:04:52
  Author: spupykin
Revision: 139074

upgpkg: qmc2 0.55-1

upd

Modified:
  qmc2/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:54:16 UTC (rev 139073)
+++ PKGBUILD2015-09-01 18:04:52 UTC (rev 139074)
@@ -3,7 +3,7 @@
 # Contributor: JJDaNiMoTh 
 
 pkgname=qmc2
-pkgver=0.54
+pkgver=0.55
 pkgrel=1
 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
 url="http://qmc2.arcadehits.net;
@@ -11,8 +11,8 @@
 arch=('i686' 'x86_64')
 depends=('qtwebkit' 'phonon' 'sdl')
 makedepends=('rsync' 'mesa')
-source=("http://qmc2.arcadehits.net/sf.net/qmc2-$pkgver.tar.bz2;)
-md5sums=('af24c7692a5517f2873588c3df04')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;)
+md5sums=('d20e937e00e122bb9212ba8e352b8135')
 
 build() {
   cd "$srcdir/$pkgname"


[arch-commits] Commit in geogebra/trunk (ChangeLog PKGBUILD)

2015-09-01 Thread Evgeniy Alekseev
Date: Tuesday, September 1, 2015 @ 20:59:23
  Author: arcanis
Revision: 139076

upgpkg: geogebra 5.0.146.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-09-01 18:05:22 UTC (rev 139075)
+++ ChangeLog   2015-09-01 18:59:23 UTC (rev 139076)
@@ -1,3 +1,6 @@
+5.0.146.0-1:
+upstream update
+
 5.0.143.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 18:05:22 UTC (rev 139075)
+++ PKGBUILD2015-09-01 18:59:23 UTC (rev 139076)
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.0.143.0
+pkgver=5.0.146.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('any')
@@ -38,6 +38,6 @@
   install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
 }
 
-md5sums=('0c604cc5caecfaa6bed0453d8b82308f'
+md5sums=('7a64742165e82d4a5021899f93f9dde0'
  '863782da033f1a337e688b544afb7d07'
  'fc4a3140ceb50967598a620eb85219f4')


[arch-commits] Commit in lib32-glibc/repos (4 files)

2015-09-01 Thread Jan Steffens
Date: Tuesday, September 1, 2015 @ 21:29:50
  Author: heftig
Revision: 139079

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glibc/repos/multilib-testing-x86_64/
  lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD
(from rev 139078, lib32-glibc/trunk/PKGBUILD)
  lib32-glibc/repos/multilib-testing-x86_64/glibc-2.22-roundup.patch
(from rev 139078, lib32-glibc/trunk/glibc-2.22-roundup.patch)
  lib32-glibc/repos/multilib-testing-x86_64/lib32-glibc.conf
(from rev 139078, lib32-glibc/trunk/lib32-glibc.conf)

--+
 PKGBUILD |  160 ++
 glibc-2.22-roundup.patch |  666 +
 lib32-glibc.conf |1 
 3 files changed, 827 insertions(+)

Copied: lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD (from rev 139078, 
lib32-glibc/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-09-01 19:29:50 UTC (rev 139079)
@@ -0,0 +1,160 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind-multilib requires rebuild with each major glibc version
+
+
+_pkgbasename=glibc
+pkgname=lib32-$_pkgbasename
+pkgver=2.22
+pkgrel=3
+pkgdesc="GNU C Library (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+groups=()
+depends=()
+makedepends=('gcc-multilib>=5.2')
+backup=()
+
+
+options=('!strip' 'staticlibs' '!emptydirs')
+
+source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+glibc-2.22-roundup.patch
+lib32-glibc.conf)
+
+md5sums=('e51e02bf552a0a1fbbdc948fb2f5e83c'
+ 'SKIP'
+ 'b6b7a0e8d6e6520e40e3164ae773631d'
+ '6e052f1cb693d5d3203f50f9d4e8c33b')
+
+validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
+
+prepare() {
+  cd ${srcdir}/glibc-${pkgver}
+
+  # glibc-2.21..01b07c70
+  patch -p1 -i $srcdir/glibc-2.22-roundup.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  #if [[ ${CARCH} = "i686" ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
+  #fi
+
+  echo "slibdir=/usr/lib32" >> configparms
+  echo "rtlddir=/usr/lib32" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch \
+  --disable-werror \
+  i686-unknown-linux-gnu
+
+  # build libraries with hardening disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '5,7d' configparms
+}
+
+check() {
+  cd ${srcdir}/glibc-build
+
+  # some failures are "expected"
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/glibc-build
+
+
+
+
+  make install_root=${pkgdir} install
+
+  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
+
+  # We need one 32 bit specific header file
+  find ${pkgdir}/usr/include -type f -not -name stubs-32.h -delete
+
+
+  # Dynamic linker
+  mkdir ${pkgdir}/usr/lib
+  ln -s ../lib32/ld-linux.so.2 ${pkgdir}/usr/lib/
+
+  # Add lib32 paths to the default library search path
+  install -Dm644 "$srcdir/lib32-glibc.conf" 
"$pkgdir/etc/ld.so.conf.d/lib32-glibc.conf"
+
+  # Symlink /usr/lib32/locale to /usr/lib/locale
+  ln -s ../lib/locale "$pkgdir/usr/lib32/locale"
+
+  # remove the static libraries that have a shared counterpart
+  # libc, libdl, libm and libpthread are required for toolchain testsuites
+  # in addition libcrypt appears widely required
+  rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
+
+
+
+
+  # Do not strip the following files for improved debugging support
+  # ("improved" as in not breaking gdb and valgrind...):
+  #   

[arch-commits] Commit in geogebra/repos/community-any (8 files)

2015-09-01 Thread Evgeniy Alekseev
Date: Tuesday, September 1, 2015 @ 20:59:50
  Author: arcanis
Revision: 139077

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 139076, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 139076, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 139076, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 139076, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   65 
 PKGBUILD |   86 ++---
 geogebra |   14 
 geogebra.install |   28 -
 4 files changed, 98 insertions(+), 95 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-09-01 18:59:23 UTC (rev 139076)
+++ ChangeLog   2015-09-01 18:59:50 UTC (rev 139077)
@@ -1,31 +0,0 @@
-5.0.143.0-1:
-upstream update
-
-5.0.129.0-1:
-upstream update
-put icon back
-
-5.0.128.0-1:
-upstream update
-
-5.0.119.0-1:
-upstream update
-
-5.0.112.0-1:
-upstream update
-
-5.0.82.0-1:
-upstream update
-
-5.0.74.0-1:
-upstream update
-
-5.0.57.0-1:
-upstream update
-
-5.0.56.0-1:
-upstream update
-
-5.0.53.0-1:
-upstream update
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 139076, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-09-01 18:59:50 UTC (rev 139077)
@@ -0,0 +1,34 @@
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+
+5.0.128.0-1:
+upstream update
+
+5.0.119.0-1:
+upstream update
+
+5.0.112.0-1:
+upstream update
+
+5.0.82.0-1:
+upstream update
+
+5.0.74.0-1:
+upstream update
+
+5.0.57.0-1:
+upstream update
+
+5.0.56.0-1:
+upstream update
+
+5.0.53.0-1:
+upstream update
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 18:59:23 UTC (rev 139076)
+++ PKGBUILD2015-09-01 18:59:50 UTC (rev 139077)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=5.0.143.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2;
-"http://static.geogebra.org/images/geogebra-logo.svg;
-"geogebra")
-install=geogebra.install
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
-  --name="GeoGebra" \
-  --categories="Education;Science;Math" \
-  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
-}
-
-package() {
-  cd "GeoGebra-Linux-Portable-${pkgver}"
-
-  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
-  install -dm755 "${pkgdir}/usr/share/geogebra"
-  install "geogebra/"* -t "${pkgdir}/usr/share/geogebra/"
-
-  install -Dm644 "${srcdir}/geogebra.desktop" 
"${pkgdir}/usr/share/applications/geogebra.desktop"
-  install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
-}
-
-md5sums=('0c604cc5caecfaa6bed0453d8b82308f'
- '863782da033f1a337e688b544afb7d07'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 139076, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-01 18:59:50 UTC (rev 139077)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=5.0.146.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2;
+"http://static.geogebra.org/images/geogebra-logo.svg;
+"geogebra")
+install=geogebra.install
+changelog=ChangeLog
+
+prepare() {
+  gendesk 

[arch-commits] Commit in boinc/trunk (PKGBUILD)

2015-09-01 Thread Felix Yan
Date: Tuesday, September 1, 2015 @ 08:58:12
  Author: fyan
Revision: 139052

prepare for 7.6 series

Modified:
  boinc/trunk/PKGBUILD

--+
 PKGBUILD |   47 +--
 1 file changed, 25 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 23:55:27 UTC (rev 139051)
+++ PKGBUILD2015-09-01 06:58:12 UTC (rev 139052)
@@ -5,8 +5,8 @@
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.4.27
-_tag="client_release/7.4/$pkgver"
+pkgver=7.6.9
+_tag="client_release/7.6/$pkgver"
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://boinc.berkeley.edu/;
@@ -13,7 +13,8 @@
 license=('LGPL')
 makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'webkitgtk2' 'sqlite3' 'curl' 'inetutils' 'libxmu' 'freeglut' 'glu' 'mesa')
 install=$pkgbase.install
-source=("git://boinc.berkeley.edu/boinc-v2.git#tag=$_tag"
+options=('!staticlibs')
+source=("git+https://github.com/BOINC/boinc.git#tag=$_tag;
boinc.bash
boinc.desktop
boinc.service
@@ -20,44 +21,46 @@
boinc-AM_CONDITIONAL.patch)
 
 prepare() {
-  cd "$srcdir/$pkgbase-v2"
+  cd "$srcdir/$pkgbase"
   patch -Np1 -i "${srcdir}/boinc-AM_CONDITIONAL.patch"
 
   ./_autosetup
 
-  cp -r "$srcdir/$pkgbase-v2" "$srcdir/$pkgbase-v2-nox"
+  cp -r "$srcdir/$pkgbase" "$srcdir/$pkgbase-nox"
 }
 
 build() {
-  msg "Starting make..."
-  
-  cd "$srcdir/$pkgbase-v2"
+  cd "$srcdir/$pkgbase"
   LDFLAGS='-lX11' ./configure \
 --prefix=/usr \
---disable-server \
+--enable-libraries \
 --enable-unicode \
---with-ssl \
+--enable-shared \
 --enable-dynamic-client-linkage \
---with-wxdir=/usr/lib \
---with-wx-config=$(which wx-config) \
---disable-static \
 --enable-client \
 --enable-manager \
---with-x
+--disable-static \
+--disable-server \
+--with-ssl \
+--with-x \
+--with-wxdir=/usr/lib \
+--with-wx-config=$(which wx-config)
   make
 
   # Build boinc-nox
-  cd "$srcdir/$pkgbase-v2-nox"
-  PKG_CONFIG="$(which pkg-config)" ./configure \
+  cd "$srcdir/$pkgbase-nox"
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
 --prefix=/usr \
---disable-server \
+--enable-libraries \
 --enable-unicode \
---with-ssl \
+--enable-shared \
 --enable-dynamic-client-linkage \
+--enable-client \
+--disable-server \
 --disable-xss \
 --disable-static \
---enable-client \
 --disable-manager \
+--with-ssl \
 --without-wxdir \
 --without-x
   make
@@ -67,7 +70,7 @@
   pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop"
   depends=("libxss" "libnotify" "wxgtk" "webkitgtk2" "curl" "sqlite3")
 
-  cd $pkgbase-v2
+  cd $pkgbase
 
   make DESTDIR="$pkgdir" install
 
@@ -81,7 +84,7 @@
   install -Dm644 "${srcdir}/${pkgbase}.desktop" 
"${pkgdir}/usr/share/applications/${pkgbase}.desktop"
 
   #install icons
-  install -Dm644 
"${srcdir}/${pkgbase}-v2/packages/generic/sea/boincmgr.48x48.png" 
"${pkgdir}/usr/share/pixmaps/$pkgbase.png"
+  install -Dm644 
"${srcdir}/${pkgbase}/packages/generic/sea/boincmgr.48x48.png" 
"${pkgdir}/usr/share/pixmaps/$pkgbase.png"
 
   #remove initscripts stuff
   rm -rf "$pkgdir/etc"
@@ -93,7 +96,7 @@
   provides=("boinc")
   conflicts=("boinc")
 
-  cd $pkgbase-v2-nox
+  cd $pkgbase-nox
 
   make DESTDIR="$pkgdir" install
 


[arch-commits] Commit in chromium/repos (24 files)

2015-09-01 Thread Evangelos Foutras
Date: Wednesday, September 2, 2015 @ 02:16:15
  Author: foutrelis
Revision: 245188

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  chromium/repos/extra-i686/0001-Demand-for-newer-POSIX-macro.patch
(from rev 245187, chromium/trunk/0001-Demand-for-newer-POSIX-macro.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 245187, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 245187, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 245187, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 245187, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/0001-Demand-for-newer-POSIX-macro.patch
(from rev 245187, chromium/trunk/0001-Demand-for-newer-POSIX-macro.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 245187, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 245187, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 245187, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 245187, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/0001-Demand-for-newer-POSIX-macro.patch
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/0001-Demand-for-newer-POSIX-macro.patch
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /0001-Demand-for-newer-POSIX-macro.patch | 
  72 +
 /PKGBUILD| 
 408 ++
 /chromium-widevine.patch | 
  24 
 /chromium.desktop| 
 224 +
 /chromium.install| 
  54 +
 extra-i686/0001-Demand-for-newer-POSIX-macro.patch   | 
  36 
 extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch| 
  33 
 extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch   | 
  32 
 extra-i686/PKGBUILD  | 
 215 -
 extra-i686/chromium-widevine.patch   | 
  12 
 extra-i686/chromium.desktop  | 
 112 --
 extra-i686/chromium.install  | 
  27 
 extra-x86_64/0001-Demand-for-newer-POSIX-macro.patch | 
  36 
 extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  33 
 extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  32 
 extra-x86_64/PKGBUILD| 
 215 -
 extra-x86_64/chromium-widevine.patch | 
  12 
 extra-x86_64/chromium.desktop| 
 112 --
 extra-x86_64/chromium.install| 
  27 
 19 files changed, 782 insertions(+), 934 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 245187:245188 to see the changes.


[arch-commits] Commit in sbt/trunk (PKGBUILD)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:33:38
  Author: guillaume
Revision: 139080

Fix FS#44059 profile config script causes warning

Modified:
  sbt/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 19:29:50 UTC (rev 139079)
+++ PKGBUILD2015-09-01 20:33:38 UTC (rev 139080)
@@ -3,6 +3,8 @@
 # Contributor: Andrea Scarpino 
 # Contributor: Leif Warner 
 
+# TODO: remove old files from svn (Licenses, sbt, …)
+
 pkgname=sbt
 epoch=1
 pkgver=0.13.8
@@ -13,27 +15,29 @@
 license=('BSD')
 depends=('java-runtime-headless' 'sh')
 IFS='.' read -a _pkgver <<< "${pkgver}"
-source=(http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar
-
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[1].${_pkgver[2]}}/LICENSE
+source=(https://dl.bintray.com/${pkgname}/native-packages/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
+
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE
 sbt.sh
 sbt.conf.sh
 sbt.conf.csh)
-sha256sums=('6570bb03df6138ffaa7ac0bbe35eb4ea79062d1146b6929c75cf238d14dd9158'
-'8753689166238271fd8dceb33ff9dbd90fd8620a56b8387bca2b8807ce3209ca'
+sha256sums=('f481c5db5b9e5ef35d87be9cd30a917e363812d67f218b25ae0c9e66078417dd'
+'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed'
 '68f25719dde7e7de53e5f42eddd5d36e275a83cbb9f6a28208f245404233a6c7'
 'b90676fc30faa4ad2ec3beb7815491bb58cd6e057ec0593664344d6711482357'
 'b8825593744535787d2c227b61e4ffa2e95a7da071a6488c108ad79abeb9e182')
 
 package() {
-  install -d "${pkgdir}"/usr/share/java/${pkgname}
-  install -m755 sbt-launch.jar "${pkgdir}"/usr/share/java/${pkgname}
+  install -d "${pkgdir}"/usr/share
+  cp -r "${srcdir}/${pkgname}" "${pkgdir}"/usr/share
+  rm "${pkgdir}/usr/share/${pkgname}/bin/sbt.bat"
+  rm "${pkgdir}/usr/share/${pkgname}/conf/sbtconfig.txt"
+  find "${pkgdir}/usr/share/${pkgname}" -type f ! -name sbt -exec chmod -x {} 
\;
 
-  install -d "${pkgdir}"/usr/bin/
-  install -Dm755 "${srcdir}"/sbt.sh "${pkgdir}"/usr/bin/sbt
+  install -d "${pkgdir}"/usr/bin
+  ln -s "/usr/share/${pkgname}/bin/sbt" "${pkgdir}"/usr/bin/sbt
 
-  install -d "${pkgdir}"/etc/profile.d
-  install -Dm644 "${srcdir}"/sbt.conf.sh "${pkgdir}"/etc/profile.d/sbt.sh
-  install -Dm644 "${srcdir}"/sbt.conf.csh "${pkgdir}"/etc/profile.d/sbt.csh
+  install -d "${pkgdir}/etc/${pkgname}"
+  ln -s "/usr/share/${pkgname}/conf/sbtopts" "${pkgdir}/etc/${pkgname}/sbtopts"
 
   install -D -m644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in sbt/trunk (PKGBUILD sbt.conf.csh sbt.conf.sh sbt.sh)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:39:33
  Author: guillaume
Revision: 139083

Remove unused files

Modified:
  sbt/trunk/PKGBUILD
Deleted:
  sbt/trunk/sbt.conf.csh
  sbt/trunk/sbt.conf.sh
  sbt/trunk/sbt.sh

--+
 PKGBUILD |   12 ++--
 sbt.conf.csh |1 -
 sbt.conf.sh  |1 -
 sbt.sh   |3 ---
 4 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 20:36:35 UTC (rev 139082)
+++ PKGBUILD2015-09-01 20:39:33 UTC (rev 139083)
@@ -3,8 +3,6 @@
 # Contributor: Andrea Scarpino 
 # Contributor: Leif Warner 
 
-# TODO: remove old files from svn (Licenses, sbt, …)
-
 pkgname=sbt
 epoch=1
 pkgver=0.13.9
@@ -16,15 +14,9 @@
 depends=('java-runtime-headless' 'sh')
 IFS='.' read -a _pkgver <<< "${pkgver}"
 
source=(https://dl.bintray.com/${pkgname}/native-packages/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
-
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE
-sbt.sh
-sbt.conf.sh
-sbt.conf.csh)
+
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE)
 sha256sums=('148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504'
-'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed'
-'68f25719dde7e7de53e5f42eddd5d36e275a83cbb9f6a28208f245404233a6c7'
-'b90676fc30faa4ad2ec3beb7815491bb58cd6e057ec0593664344d6711482357'
-'b8825593744535787d2c227b61e4ffa2e95a7da071a6488c108ad79abeb9e182')
+'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
 
 package() {
   install -d "${pkgdir}"/usr/share

Deleted: sbt.conf.csh
===
--- sbt.conf.csh2015-09-01 20:36:35 UTC (rev 139082)
+++ sbt.conf.csh2015-09-01 20:39:33 UTC (rev 139083)
@@ -1 +0,0 @@
-setenv SBT_OPTS "-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=256M"

Deleted: sbt.conf.sh
===
--- sbt.conf.sh 2015-09-01 20:36:35 UTC (rev 139082)
+++ sbt.conf.sh 2015-09-01 20:39:33 UTC (rev 139083)
@@ -1 +0,0 @@
-export SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=256M"

Deleted: sbt.sh
===
--- sbt.sh  2015-09-01 20:36:35 UTC (rev 139082)
+++ sbt.sh  2015-09-01 20:39:33 UTC (rev 139083)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-java $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"


[arch-commits] Commit in chromium/trunk (3 files)

2015-09-01 Thread Evangelos Foutras
Date: Wednesday, September 2, 2015 @ 02:15:54
  Author: foutrelis
Revision: 245187

upgpkg: chromium 45.0.2454.85-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch

-+
 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  |   33 
--
 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch |   32 
-
 PKGBUILD|   19 +
 3 files changed, 4 insertions(+), 80 deletions(-)

Deleted: 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
===
--- 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  2015-09-01 
22:36:16 UTC (rev 245186)
+++ 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  2015-09-02 
00:15:54 UTC (rev 245187)
@@ -1,33 +0,0 @@
-From 1da1e686a87ad9f95d26786d2b53a1a4c280189f Mon Sep 17 00:00:00 2001
-From: agl 
-Date: Wed, 20 May 2015 13:20:29 -0700
-Subject: [PATCH] NSS: reject DH groups smaller than 1024 bits.
-
-Since some platforms are still using NSS for now, this change mirrors 
https://boringssl-review.googlesource.com/#/c/4813/ in NSS.
-
-BUG=490240
-
-Review URL: https://codereview.chromium.org/1143303002
-
-Cr-Commit-Position: refs/heads/master@{#330791}

- net/third_party/nss/ssl/ssl3con.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/net/third_party/nss/ssl/ssl3con.c 
b/net/third_party/nss/ssl/ssl3con.c
-index 89c98ea..861d434 100644
 a/net/third_party/nss/ssl/ssl3con.c
-+++ b/net/third_party/nss/ssl/ssl3con.c
-@@ -6946,7 +6946,8 @@ ssl3_HandleServerKeyExchange(sslSocket *ss, SSL3Opaque 
*b, PRUint32 length)
-   if (rv != SECSuccess) {
-   goto loser; /* malformed. */
-   }
--  if (dh_p.len < 512/8) {
-+  if (dh_p.len < 1024/8 ||
-+  (dh_p.len == 1024/8 && (dh_p.data[0] & 0x80) == 0)) {
-   errCode = SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY;
-   goto alert_loser;
-   }
--- 
-2.4.2
-

Deleted: 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
===
--- 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch 
2015-09-01 22:36:16 UTC (rev 245186)
+++ 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch 
2015-09-02 00:15:54 UTC (rev 245187)
@@ -1,32 +0,0 @@
-From aa9abe7692a3ee99b69811594938d97cb180351e Mon Sep 17 00:00:00 2001
-From: avi 
-Date: Wed, 20 May 2015 13:57:17 -0700
-Subject: [PATCH] Use the correct URL for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY
- errors.
-
-BUG=490260,490240
-TEST=as in bug
-
-Review URL: https://codereview.chromium.org/1148943002
-
-Cr-Commit-Position: refs/heads/master@{#330799}

- chrome/common/localized_error.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/chrome/common/localized_error.cc 
b/chrome/common/localized_error.cc
-index 0c4ad43..1ea56b1 100644
 a/chrome/common/localized_error.cc
-+++ b/chrome/common/localized_error.cc
-@@ -49,7 +49,7 @@ namespace {
- static const char kRedirectLoopLearnMoreUrl[] =
- "https://www.google.com/support/chrome/bin/answer.py?answer=95626;;
- static const char kWeakDHKeyLearnMoreUrl[] =
--"http://sites.google.com/a/chromium.org/dev/;
-+"https://www.chromium.org/administrators/;
- "err_ssl_weak_server_ephemeral_dh_key";
- #if defined(OS_CHROMEOS)
- static const char kAppWarningLearnMoreUrl[] =
--- 
-2.4.2
-

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 22:36:16 UTC (rev 245186)
+++ PKGBUILD2015-09-02 00:15:54 UTC (rev 245187)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=44.0.2403.157
+pkgver=45.0.2454.85
 pkgrel=1
 _launcher_ver=2
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -15,8 +15,7 @@
 depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
  'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
  'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
- 'libvpx' 'perl' 'perl-file-basedir' 'desktop-file-utils'
- 'hicolor-icon-theme')
+ 'perl' 'perl-file-basedir' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja')
 makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')
 optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
@@ -27,15 +26,11 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 

[arch-commits] Commit in sbt/repos/community-any (10 files)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:36:35
  Author: guillaume
Revision: 139082

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/PKGBUILD
(from rev 139081, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.conf.csh
(from rev 139081, sbt/trunk/sbt.conf.csh)
  sbt/repos/community-any/sbt.conf.sh
(from rev 139081, sbt/trunk/sbt.conf.sh)
  sbt/repos/community-any/sbt.sh
(from rev 139081, sbt/trunk/sbt.sh)
Deleted:
  sbt/repos/community-any/LICENSE
  sbt/repos/community-any/LICENSE_Scala
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.conf.csh
  sbt/repos/community-any/sbt.conf.sh
  sbt/repos/community-any/sbt.sh

---+
 LICENSE   |   25 -
 LICENSE_Scala |   35 ---
 PKGBUILD  |   82 +---
 sbt.conf.csh  |2 -
 sbt.conf.sh   |2 -
 sbt.sh|6 ++--
 6 files changed, 48 insertions(+), 104 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-09-01 20:35:33 UTC (rev 139081)
+++ LICENSE 2015-09-01 20:36:35 UTC (rev 139082)
@@ -1,25 +0,0 @@
-Copyright (c) 2008, 2009, 2010 Steven Blundy, Josh Cough, Mark Harrah, Stuart 
Roebuck, Tony Sloane, Vesa Vilhonen, Jason Zaugg
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Deleted: LICENSE_Scala
===
--- LICENSE_Scala   2015-09-01 20:35:33 UTC (rev 139081)
+++ LICENSE_Scala   2015-09-01 20:36:35 UTC (rev 139082)
@@ -1,35 +0,0 @@
-SCALA LICENSE
-
-Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified.
-All rights reserved.
-
-This software was developed by the Programming Methods Laboratory of the
-Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.
-
-Permission to use, copy, modify, and distribute this software in source
-or binary form for any purpose with or without fee is hereby granted,
-provided that the following conditions are met:
-
-   1. Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-
-   2. Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-
-   3. Neither the name of the EPFL nor the names of its contributors
-  may be used to endorse or promote products derived from this
-  software without specific prior written permission.
-
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 20:35:33 UTC (rev 139081)
+++ PKGBUILD2015-09-01 20:36:35 UTC (rev 139082)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 

[arch-commits] Commit in tomcat8/repos/extra-any (10 files)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:19:43
  Author: guillaume
Revision: 245183

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 245182, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
(from rev 245182, tomcat8/trunk/systemd_sysusers.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 245182, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 245182, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 245182, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_sysusers.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  156 +++---
 systemd_sysusers.d_tomcat8.conf |2 
 systemd_tmpfiles.d_tomcat8.conf |   10 +-
 systemd_tomcat8.service |   66 
 tomcat8.install |   38 -
 5 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 20:18:56 UTC (rev 245182)
+++ PKGBUILD2015-09-01 20:19:43 UTC (rev 245183)
@@ -1,78 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat8
-pkgver=8.0.24
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_sysusers.d_${pkgname}.conf
-systemd_tmpfiles.d_${pkgname}.conf)
-
-sha256sums=('41980bdc3a0bb0abb820aa8ae269938946e219ae2d870f1615d5071564ccecee'
-'d44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
-'02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
-'0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  chmod 775 "${pkgdir}"/var/lib/${pkgname}/webapps
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_sysusers.d_${pkgname}.conf \
- 

[arch-commits] Commit in tt-rss/repos (4 files)

2015-09-01 Thread Anatol Pomozov
Date: Tuesday, September 1, 2015 @ 23:26:07
  Author: anatolik
Revision: 139085

archrelease: copy trunk to community-testing-any

Added:
  tt-rss/repos/community-testing-any/
  tt-rss/repos/community-testing-any/PKGBUILD
(from rev 139084, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-testing-any/service
(from rev 139084, tt-rss/trunk/service)
  tt-rss/repos/community-testing-any/tt-rss.install
(from rev 139084, tt-rss/trunk/tt-rss.install)

+
 PKGBUILD   |   54 ++
 service|   12 
 tt-rss.install |3 +++
 3 files changed, 69 insertions(+)

Copied: tt-rss/repos/community-testing-any/PKGBUILD (from rev 139084, 
tt-rss/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-09-01 21:26:07 UTC (rev 139085)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Clément Démoulins 
+# Contributor: David Rosenstrauch 
+# Contributor: Erik Mank 
+
+pkgname=tt-rss
+pkgver=r7807
+pkgrel=1
+epoch=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=('any')
+url='http://tt-rss.org/redmine/'
+license=('GPL')
+depends=('php')
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+install=tt-rss.install
+_commit=2606a4e3aec72d8d0d8e5170c9ee2dfea25b9111
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
+source=(git+https://tt-rss.org/git/tt-rss.git#commit=$_commit
+service)
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  echo r$(git rev-list --count HEAD)
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+  rm -rf "$_instdir"/debian
+
+  install -d "$pkgdir"/etc/webapps/tt-rss
+  install -gm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php-dist
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Copied: tt-rss/repos/community-testing-any/service (from rev 139084, 
tt-rss/trunk/service)
===
--- community-testing-any/service   (rev 0)
+++ community-testing-any/service   2015-09-01 21:26:07 UTC (rev 139085)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
+User=http
+StandardOutput=null
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target

Copied: tt-rss/repos/community-testing-any/tt-rss.install (from rev 139084, 
tt-rss/trunk/tt-rss.install)
===
--- community-testing-any/tt-rss.install(rev 0)
+++ community-testing-any/tt-rss.install2015-09-01 21:26:07 UTC (rev 
139085)
@@ -0,0 +1,3 @@
+post_upgrade() {
+echo "===> Update config.php with new configuration data from 
config.php-dist if necessary."
+}


[arch-commits] Commit in vim/trunk (PKGBUILD)

2015-09-01 Thread Anatol Pomozov
Date: Wednesday, September 2, 2015 @ 00:35:23
  Author: anatolik
Revision: 245185

upgpkg: vim 7.4.854-1

Change repo url to its new location at github

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 19 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 20:42:51 UTC (rev 245184)
+++ PKGBUILD2015-09-01 22:35:23 UTC (rev 245185)
@@ -5,24 +5,18 @@
 # Contributor: Daniel J Griffiths 
 
 pkgbase=vim
-pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
-# list of tags can be found at https://code.google.com/p/vim/source/list
-_topver=7.4
-_patchlevel=778
-_tag=v${_topver/./-}-${_patchlevel}
-_versiondir="vim${_topver//./}"
-pkgver=${_topver}.${_patchlevel}
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.854
+_versiondir=74
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 license=('custom:vim')
-url="http://www.vim.org;
-makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
-# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
-# unfortunately its content changes each time you download one (files 
modification date is different)
-source=("${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
-'vimrc'
-'archlinux.vim'
-'gvim.desktop')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua 
mercurial)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
 sha1sums=('SKIP'
   '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
   '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
@@ -29,14 +23,8 @@
   '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
 
 prepare() {
-  cd ${pkgbase}-repo
+  cd vim-$pkgver
 
-  _latesttag=$(hg parents --template '{latesttag}' -r default)
-  if (( $_tag != $_latesttag )); then
-printf 'You are not building the latest revision!\n'
-printf "Consider updating to tag $_latesttag.\n"
-  fi
-
   # define the place for the global (g)vimrc file (set to /etc/vimrc)
   sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
 src/feature.h
@@ -45,10 +33,10 @@
 
   (cd src && autoconf)
 
-  cd ..
+  cd "$srcdir"
   for pkg in ${pkgname[@]}
   do
-cp -a ${pkgbase}-repo ${pkg}-build
+cp -a vim-$pkgver ${pkg}-build
   done
 }
 
@@ -188,13 +176,10 @@
 
 check() {
   # disable tests because they seem to freeze
-
   cd "${srcdir}"/vim-build
-
   #make test
 
   cd "${srcdir}"/gvim-build
-
   #make test
 }
 
@@ -363,17 +348,17 @@
 
   # Don't forget logtalk.dict
   install -Dm644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/${_versiondir}/ftplugin/logtalk.dict
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
 
   # fix FS#17216
   sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
-"${pkgdir}"/usr/share/vim/${_versiondir}/filetype.vim
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
 
   # patch filetype.vim for better handling of pacman related files
   sed -i 
"s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \
-"${pkgdir}"/usr/share/vim/${_versiondir}/filetype.vim
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
   sed -i "/find the 
end/,+3{s/changelog_date_entry_search/changelog_date_end_entry_search/}" \
-"${pkgdir}"/usr/share/vim/${_versiondir}/ftplugin/changelog.vim
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/changelog.vim
 
   # rc files
   install -Dm644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
@@ -382,12 +367,10 @@
 
   # rgb.txt file
   install -Dm644 runtime/rgb.txt \
-"${pkgdir}"/usr/share/vim/${_versiondir}/rgb.txt
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/rgb.txt
 
   # license
   install -dm755 "${pkgdir}"/usr/share/licenses/vim-runtime
-  ln -s /usr/share/vim/${_versiondir}/doc/uganda.txt \
+  ln -s /usr/share/vim/vim${_versiondir}/doc/uganda.txt \
 "${pkgdir}"/usr/share/licenses/vim-runtime/license.txt
 }
-
-# vim:set sw=2 sts=2 et:


[arch-commits] Commit in tt-rss/trunk (PKGBUILD)

2015-09-01 Thread Anatol Pomozov
Date: Tuesday, September 1, 2015 @ 23:25:43
  Author: anatolik
Revision: 139084

upgpkg: tt-rss 1:r7807-1

Use new upstream repo URL

Modified:
  tt-rss/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 20:39:33 UTC (rev 139083)
+++ PKGBUILD2015-09-01 21:25:43 UTC (rev 139084)
@@ -5,8 +5,9 @@
 # Contributor: Erik Mank 
 
 pkgname=tt-rss
-pkgver=1.15.3.r257
+pkgver=r7807
 pkgrel=1
+epoch=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=('any')
 url='http://tt-rss.org/redmine/'
@@ -17,20 +18,20 @@
 'php-gd: for coloured feed badges')
 makedepends=('git')
 install=tt-rss.install
-_commit=2caeb0f875d78aee4aa55
+_commit=2606a4e3aec72d8d0d8e5170c9ee2dfea25b9111
 # periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
-source=(git://github.com/gothfox/Tiny-Tiny-RSS#commit=$_commit
+source=(git+https://tt-rss.org/git/tt-rss.git#commit=$_commit
 service)
-md5sums=('SKIP'
- 'cb9900413dd53d44a5ed1116c962dbcb')
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
 
 pkgver() {
-  cd Tiny-Tiny-RSS
-  git describe --tags | sed 's/\([^-]*\)-g.*/r\1/;s/-/./g'
+  cd tt-rss
+  echo r$(git rev-list --count HEAD)
 }
 
 package() {
-  cd Tiny-Tiny-RSS
+  cd tt-rss
   _instdir="$pkgdir"/usr/share/webapps/$pkgname
 
   install -d "$_instdir"


[arch-commits] Commit in tomcat7/trunk (PKGBUILD)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:14:59
  Author: guillaume
Revision: 245180

Upstream release 7.0.64

Modified:
  tomcat7/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 19:17:22 UTC (rev 245179)
+++ PKGBUILD2015-09-01 20:14:59 UTC (rev 245180)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat7
-pkgver=7.0.63
+pkgver=7.0.64
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer 
Pages 2.2 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
 
-sha256sums=('b5d878a17de2421a078d8907583076b507e67dbf1567c6f4346d70c88473f8ad'
+sha256sums=('76c729037f9fd6a0f44fa41c147c4c7291e68f74b79ec474c0bcef8a57661306'
 'c6d4dbbaac417418397e395944f7b6aa38ac10e2fc33c7ee3520dba4cd23'
 '4c0e12c45b406d2e8f0081de3d60dbf34c31f4da36296cedce6af5d6e03c8708'
 'bc8ce84b3b2c938f55980cbe9bc1c2a5f371e23b34cf11c1b56d2c49836761d6')


[arch-commits] Commit in tomcat8/trunk (PKGBUILD)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:18:56
  Author: guillaume
Revision: 245182

Upstream release 8.0.26

Modified:
  tomcat8/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 20:16:04 UTC (rev 245181)
+++ PKGBUILD2015-09-01 20:18:56 UTC (rev 245182)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat8
-pkgver=8.0.24
+pkgver=8.0.26
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
 
-sha256sums=('41980bdc3a0bb0abb820aa8ae269938946e219ae2d870f1615d5071564ccecee'
+sha256sums=('9f11588f0ff767adde63cd6919462c0c2742897560f4b367a0dd8b1ed382'
 'd44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
 '02e7a1edb82ed117629189806d40c2c7b70ec994ecbafc11cb7dc7eec35af216'
 '0dc1fdb537d3488756755f3fb713a9638597d4c68596f6f94f2707e8363cf5e2')


[arch-commits] Commit in tomcat7/repos/extra-any (10 files)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:16:04
  Author: guillaume
Revision: 245181

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 245180, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/systemd_sysusers.d_tomcat7.conf
(from rev 245180, tomcat7/trunk/systemd_sysusers.d_tomcat7.conf)
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
(from rev 245180, tomcat7/trunk/systemd_tmpfiles.d_tomcat7.conf)
  tomcat7/repos/extra-any/systemd_tomcat7.service
(from rev 245180, tomcat7/trunk/systemd_tomcat7.service)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 245180, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/systemd_sysusers.d_tomcat7.conf
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
  tomcat7/repos/extra-any/systemd_tomcat7.service
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  156 +++---
 systemd_sysusers.d_tomcat7.conf |2 
 systemd_tmpfiles.d_tomcat7.conf |   10 +-
 systemd_tomcat7.service |   66 
 tomcat7.install |   38 -
 5 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 20:14:59 UTC (rev 245180)
+++ PKGBUILD2015-09-01 20:16:04 UTC (rev 245181)
@@ -1,78 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat7
-pkgver=7.0.63
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer 
Pages 2.2 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=6' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_sysusers.d_${pkgname}.conf
-systemd_tmpfiles.d_${pkgname}.conf)
-
-sha256sums=('b5d878a17de2421a078d8907583076b507e67dbf1567c6f4346d70c88473f8ad'
-'c6d4dbbaac417418397e395944f7b6aa38ac10e2fc33c7ee3520dba4cd23'
-'4c0e12c45b406d2e8f0081de3d60dbf34c31f4da36296cedce6af5d6e03c8708'
-'bc8ce84b3b2c938f55980cbe9bc1c2a5f371e23b34cf11c1b56d2c49836761d6')
-
-_gid_log=19
-_gid_tomcat=71
-_uid_tomcat=71
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  chmod 775 "${pkgdir}"/var/lib/${pkgname}/webapps
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_sysusers.d_${pkgname}.conf \
- 

[arch-commits] Commit in sbt/trunk (PKGBUILD)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 22:35:33
  Author: guillaume
Revision: 139081

Upstream release 0.13.9

Modified:
  sbt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 20:33:38 UTC (rev 139080)
+++ PKGBUILD2015-09-01 20:35:33 UTC (rev 139081)
@@ -7,7 +7,7 @@
 
 pkgname=sbt
 epoch=1
-pkgver=0.13.8
+pkgver=0.13.9
 pkgrel=1
 pkgdesc="A minimally intrusive build tool for Scala projects"
 arch=('any')
@@ -20,7 +20,7 @@
 sbt.sh
 sbt.conf.sh
 sbt.conf.csh)
-sha256sums=('f481c5db5b9e5ef35d87be9cd30a917e363812d67f218b25ae0c9e66078417dd'
+sha256sums=('148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504'
 '70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed'
 '68f25719dde7e7de53e5f42eddd5d36e275a83cbb9f6a28208f245404233a6c7'
 'b90676fc30faa4ad2ec3beb7815491bb58cd6e057ec0593664344d6711482357'


[arch-commits] Commit in cups/trunk (PKGBUILD)

2015-09-01 Thread Andreas Radke
Date: Tuesday, September 1, 2015 @ 22:42:51
  Author: andyrtr
Revision: 245184

prepare next release

Modified:
  cups/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 20:19:43 UTC (rev 245183)
+++ PKGBUILD2015-09-01 20:42:51 UTC (rev 245184)
@@ -3,7 +3,7 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
 cups-1.6.0-fix-install-perms.patch
 # bugfixes
 )
-md5sums=('f5c847d9a4fac6c4c66fb0526a7afaae'
+md5sums=('c4e57a66298bfdba66bb3d5bedd317a4'
  'SKIP'
  'fc8286f185e2cc5f7e1f6843bf193e2b'
  '96f82c38f3f540b53f3e5144900acf17'
@@ -162,8 +162,8 @@
   rm -f ${pkgdir}/usr/share/man/man5/client.conf.5
   
   # remove files now part of cups-filters
-  rm -v ${pkgdir}/usr/share/cups/banners/*
-  rm -v ${pkgdir}/usr/share/cups/data/testprint
+#  rm -v ${pkgdir}/usr/share/cups/banners/*
+#  rm -v ${pkgdir}/usr/share/cups/data/testprint
   # comment out all conversion rules which use any of the removed filters
   perl -p -i -e 's:^(.*\s+bannertops\s*)$:#\1:' 
$pkgdir/usr/share/cups/mime/mime.convs
 


[arch-commits] Commit in vim/repos (12 files)

2015-09-01 Thread Anatol Pomozov
Date: Wednesday, September 2, 2015 @ 00:36:16
  Author: anatolik
Revision: 245186

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 245185, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 245185, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 245185, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 245185, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 245185, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 245185, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 245185, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 245185, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 245185, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 245185, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  376 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  376 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 990 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 245185, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-01 22:36:16 UTC (rev 245186)
@@ -0,0 +1,376 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+
+pkgbase=vim
+pkgname=(vim-minimal vim vim-python3 gvim gvim-python3 vim-runtime)
+pkgver=7.4.854
+_versiondir=74
+pkgrel=1
+arch=(i686 x86_64)
+license=('custom:vim')
+url='http://www.vim.org'
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua 
mercurial)
+source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
+vimrc
+archlinux.vim
+gvim.desktop)
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd vim-$pkgver
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
+src/feature.h
+
+  (cd src && autoconf)
+
+  cd "$srcdir"
+  for pkg in ${pkgname[@]}
+  do
+cp -a vim-$pkgver ${pkg}-build
+  done
+}
+
+build() {
+  cd "${srcdir}"/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+--disable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
+
+  cd "${srcdir}"/vim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--enable-python3interp \
+--enable-rubyinterp \
+

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:34:21
  Author: remy
Revision: 245151

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 245150, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 245150, texlive-langextra/trunk/texlive-langextra.maps)
  texlive-langextra/repos/testing-any/texlive.install
(from rev 245150, texlive-langextra/trunk/texlive.install)

+
 PKGBUILD   |   59 +++
 texlive-langextra.maps |   23 ++
 texlive.install|   52 +
 3 files changed, 134 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 245150, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:34:21 UTC (rev 245151)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2015.37297
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('1dc5031ea0b079c14d8c78e8a49bb2cc'
+ '56769e26ca168dea95e8be0f9fab3940')
+
+build() {
+   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
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+   #remove parts of ethiop that depend on Omega:
+   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
245150, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2015-09-01 10:34:21 UTC (rev 245151)
@@ -0,0 +1,23 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map dad.map
+Map grotesqvn.map
+Map nectec.map
+Map nf.map
+Map sipa.map
+Map skt.map
+Map syriac.map
+Map tlwg.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap vnrother.map
+MixedMap vnrtext.map

Copied: texlive-langextra/repos/testing-any/texlive.install (from rev 245150, 
texlive-langextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:34:21 UTC (rev 245151)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langextra"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:33:53
  Author: remy
Revision: 245149

archrelease: copy trunk to testing-any

Added:
  texlive-langgreek/repos/testing-any/
  texlive-langgreek/repos/testing-any/PKGBUILD
(from rev 245148, texlive-langgreek/trunk/PKGBUILD)
  texlive-langgreek/repos/testing-any/texlive-langgreek.maps
(from rev 245148, texlive-langgreek/trunk/texlive-langgreek.maps)
  texlive-langgreek/repos/testing-any/texlive.install
(from rev 245148, texlive-langgreek/trunk/texlive.install)

+
 PKGBUILD   |   49 
 texlive-langgreek.maps |5 
 texlive.install|   52 +++
 3 files changed, 106 insertions(+)

Copied: texlive-langgreek/repos/testing-any/PKGBUILD (from rev 245148, 
texlive-langgreek/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:33:53 UTC (rev 245149)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langgreek
+pkgver=2015.36842
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and support for typesetting Greek"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('6f6cfad2ae0c37b623a12141f9e20bf6'
+ 'a7d853454158016e29d861aabf9a3e74')
+
+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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
+}

Copied: texlive-langgreek/repos/testing-any/texlive-langgreek.maps (from rev 
245148, texlive-langgreek/trunk/texlive-langgreek.maps)
===
--- testing-any/texlive-langgreek.maps  (rev 0)
+++ testing-any/texlive-langgreek.maps  2015-09-01 10:33:53 UTC (rev 245149)
@@ -0,0 +1,5 @@
+Map gfsbaskerville.map
+Map gfsporson.map
+Map kerkis.map
+MixedMap cbgreek-full.map
+MixedMap iby.map

Copied: texlive-langgreek/repos/testing-any/texlive.install (from rev 245148, 
texlive-langgreek/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:33:53 UTC (rev 245149)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langgreek"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:34:16
  Author: remy
Revision: 245150

upgpkg: texlive-langextra 2015.37297-1

Update to TeXLive 2015

Modified:
  texlive-langextra/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:33:53 UTC (rev 245149)
+++ PKGBUILD2015-09-01 10:34:16 UTC (rev 245150)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langextra
-pkgver=2014.36511
-_revnr=${pkgver#2014.}
+pkgver=2015.37297
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Bundle of all extra language support"
 license=('GPL')
@@ -23,7 +23,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('4342c658f53294a2acaafe93250bc842'
+md5sums=('1dc5031ea0b079c14d8c78e8a49bb2cc'
  '56769e26ca168dea95e8be0f9fab3940')
 
 build() {


[arch-commits] Commit in glibc/trunk (PKGBUILD glibc-2.22-roundup.patch)

2015-09-01 Thread Allan McRae
Date: Tuesday, September 1, 2015 @ 10:22:08
  Author: allan
Revision: 245129

pull upstream patchset

Added:
  glibc/trunk/glibc-2.22-roundup.patch
Modified:
  glibc/trunk/PKGBUILD

--+
 PKGBUILD |6 
 glibc-2.22-roundup.patch |  666 +
 2 files changed, 670 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 08:15:53 UTC (rev 245128)
+++ PKGBUILD2015-09-01 08:22:08 UTC (rev 245129)
@@ -8,7 +8,7 @@
 
 pkgname=glibc
 pkgver=2.22
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libc;
@@ -22,10 +22,12 @@
 options=('!strip' 'staticlibs')
 install=glibc.install
 source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
+   glibc-2.22-roundup.patch
 locale.gen.txt
 locale-gen)
 md5sums=('e51e02bf552a0a1fbbdc948fb2f5e83c'
  'SKIP'
+ 'b6b7a0e8d6e6520e40e3164ae773631d'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
@@ -34,7 +36,7 @@
   cd ${srcdir}/glibc-${pkgver}
 
   # glibc-2.21..01b07c70
-  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
+  #patch -p1 -i $srcdir/glibc-2.22-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }

Added: glibc-2.22-roundup.patch
===
--- glibc-2.22-roundup.patch(rev 0)
+++ glibc-2.22-roundup.patch2015-09-01 08:22:08 UTC (rev 245129)
@@ -0,0 +1,666 @@
+diff --git a/ChangeLog b/ChangeLog
+index cb9124e..d0d2cbd 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,74 @@
++2015-08-31  Brett Neumeier 
++
++  [BZ #18870]
++  * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
++
++2015-08-28  Mike Frysinger  
++
++  [BZ #18887]
++  * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
++  tst-mntent-blank-passno.
++  * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
++  * misc/tst-mntent-blank-corrupt.c: New test.
++  * misc/tst-mntent-blank-passno.c: New test ripped from ...
++  * misc/tst-mntent.c (do_test): ... here.
++
++2015-08-25  Roland McGrath  
++
++  * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
++  if the weak reference is not null.
++
++2015-08-19  Andrew Senkevich  
++
++  [BZ #18796]
++  * scripts/test-installation.pl: Don't add -lmvec to build options
++  if libmvec wasn't built.
++  * NEWS: Mention this fix.
++
++2015-08-10  Maxim Ostapenko  
++
++  [BZ #18778]
++  * elf/Makefile (tests): Add Add tst-nodelete2.
++  (modules-names): Add tst-nodelete2mod.
++  (tst-nodelete2mod.so-no-z-defs): New.
++  ($(objpfx)tst-nodelete2): Likewise.
++  ($(objpfx)tst-nodelete2.out): Likewise.
++  (LDFLAGS-tst-nodelete2): Likewise.
++  * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
++  out of loop through all loaded libraries.
++  * elf/tst-nodelete2.c: New file.
++  * elf/tst-nodelete2mod.c: Likewise.
++
++2015-08-10  Andreas Schwab  
++
++  [BZ #18781]
++  * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
++  MORE_OFLAGS to oflag.
++  * io/test-lfs.c (do_test): Test openat64.
++
++2015-08-08  John David Anglin  
++
++  [BZ #18787]
++  * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
++  clobber registers.
++  (atomic_compare_and_exchange_val_acq): Use register asms to assign
++  operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
++  Cast return to __typeof (oldval).
++
++2015-08-08  Mike Frysinger  
++
++  * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
++  in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
++  and delete sys/syscall.h include.
++
++2015-08-07  Mike Frysinger  
++
++  * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
++
++2015-08-05  Zack Weinberg  
++
++  * misc/regexp.h: Update comments.
++
+ 2015-08-05  Carlos O'Donell  
+ 
+   * version.h (RELEASE): Set to "stable".
+diff --git a/NEWS b/NEWS
+index 4c31de7..ce0255a 100644
+--- a/NEWS
 b/NEWS
+@@ -5,6 +5,12 @@ See the end for copying conditions.
+ Please send GNU C library bug reports via 
+ using `glibc' in the "product" field.
+ 
++Version 2.22.1
++
++* The following bugs are resolved with this release:
++
++  18778, 18781, 18787, 18796, 18870, 18887.
++
+ Version 2.22
+ 
+ * The following bugs are resolved with 

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:31:48
  Author: remy
Revision: 245146

upgpkg: texlive-langjapanese 2015.37454-1

Update to TeXLive 2015

Modified:
  texlive-langjapanese/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:31:36 UTC (rev 245145)
+++ PKGBUILD2015-09-01 10:31:48 UTC (rev 245146)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langjapanese
-pkgver=2014.36466
-_revnr=${pkgver#2014.}
+pkgver=2015.37454
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
 license=('GPL')
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('99b18dc93c70fd75b4f8406a9d4c5906'
+md5sums=('4c59e869ba09488683d93b7a6e960130'
  '32fad480fe677ac23a9e046d881a5bd7')
 
 build() {
@@ -56,7 +56,6 @@
 for _script in ${_linked_scripts}; do
 _scriptbase=$(basename $_script)
 _scriptbase=${_scriptbase%.*}
-[[ -f ${pkgdir}/usr/share/texmf-dist/scripts/${_script} ]] &&
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
 done
 }


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:31:51
  Author: remy
Revision: 245147

archrelease: copy trunk to testing-any

Added:
  texlive-langjapanese/repos/testing-any/
  texlive-langjapanese/repos/testing-any/PKGBUILD
(from rev 245146, texlive-langjapanese/trunk/PKGBUILD)
  texlive-langjapanese/repos/testing-any/texlive-langjapanese.maps
(from rev 245146, texlive-langjapanese/trunk/texlive-langjapanese.maps)
  texlive-langjapanese/repos/testing-any/texlive.install
(from rev 245146, texlive-langjapanese/trunk/texlive.install)

---+
 PKGBUILD  |   61 
 texlive-langjapanese.maps |   12 
 texlive.install   |   52 +
 3 files changed, 125 insertions(+)

Copied: texlive-langjapanese/repos/testing-any/PKGBUILD (from rev 245146, 
texlive-langjapanese/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:31:51 UTC (rev 245147)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langjapanese
+pkgver=2015.37454
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('4c59e869ba09488683d93b7a6e960130'
+ '32fad480fe677ac23a9e046d881a5bd7')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+
+# scripts links
+_linked_scripts="
+convbkmk/convbkmk.rb
+ptex2pdf/ptex2pdf.lua
+jfontmaps/kanji-config-updmap.pl
+jfontmaps/kanji-config-updmap-sys.sh
+jfontmaps/kanji-fontmap-creator.pl
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+}

Copied: texlive-langjapanese/repos/testing-any/texlive-langjapanese.maps (from 
rev 245146, texlive-langjapanese/trunk/texlive-langjapanese.maps)
===
--- testing-any/texlive-langjapanese.maps   (rev 0)
+++ testing-any/texlive-langjapanese.maps   2015-09-01 10:31:51 UTC (rev 
245147)
@@ -0,0 +1,12 @@
+KanjiMap morisawa.map
+KanjiMap otf-@kanjiEmbed@.map
+KanjiMap otf-cktx.map
+KanjiMap otf-up-@kanjiEmbed@.map
+KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map
+KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map
+Map dgj.map
+Map dmj.map
+Map mc2j.map
+Map mcj.map
+Map mr2j.map
+Map mrj.map

Copied: texlive-langjapanese/repos/testing-any/texlive.install (from rev 
245146, texlive-langjapanese/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:31:51 UTC (rev 245147)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcjk"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> 

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:33:47
  Author: remy
Revision: 245148

upgpkg: texlive-langgreek 2015.36842-1

Update to TeXLive 2015

Modified:
  texlive-langgreek/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:31:51 UTC (rev 245147)
+++ PKGBUILD2015-09-01 10:33:47 UTC (rev 245148)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langgreek
-pkgver=2014.36294
-_revnr=${pkgver#2014.}
+pkgver=2015.36842
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and support for typesetting Greek"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('502084ca3a14854b6cdb6e5d3458a0cf'
+md5sums=('6f6cfad2ae0c37b623a12141f9e20bf6'
  'a7d853454158016e29d861aabf9a3e74')
 
 build() {


[arch-commits] Commit in texlive-core/trunk (PKGBUILD texlive.install)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:40:16
  Author: remy
Revision: 245172

upgpkg: texlive-core 2015.37554-1

Update to TeXLive 2015

Modified:
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive.install

-+
 PKGBUILD|   16 +++-
 texlive.install |   12 
 2 files changed, 19 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:39:33 UTC (rev 245171)
+++ PKGBUILD2015-09-01 10:40:16 UTC (rev 245172)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-core
-pkgver=2014.36709
-_revnr=${pkgver#2014.}
+pkgver=2015.37554
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live core distribution"
 license=('GPL')
@@ -42,7 +42,7 @@
etc/texmf/web2c/fmtutil.cnf \
etc/texmf/web2c/mktex.cnf \
etc/texmf/xdvi/XDvi)
-md5sums=('c0228a0e7a26a7e9fff1c16d2f97'
+md5sums=('0342ec0740cc11417403efde9c95883d'
  '54a34f8ddbeccec2427e4d5763349f9b'
  'df537245012f3e5f05bdc55644b7a3df'
  '16ad4dc53deb00029baef1b01ba1d984'
@@ -175,14 +175,13 @@
 checkcites/checkcites.lua
 chktex/chkweb.sh
 chktex/deweb.pl
+cjk-gs-integrate/cjk-gs-integrate.pl
 context/perl/mptopdf.pl
 context/stubs/unix/context
 context/stubs/unix/contextjit
-context/stubs/unix/ctxtools
 context/stubs/unix/luatools
 context/stubs/unix/mtxrun
 context/stubs/unix/mtxrunjit
-context/stubs/unix/pstopdf
 context/stubs/unix/texexec
 context/stubs/unix/texmfstart
 ctanify/ctanify
@@ -249,9 +248,9 @@
 texlive/allneeded.sh
 texlive/dvi2fax.sh
 texlive/dvired.sh
-texlive/e2pall.sh
+texlive/e2pall.pl
 texlive/fmtutil-sys.sh
-texlive/fmtutil.sh
+texlive/fmtutil.pl
 texlive/fontinst.sh
 texlive/kpsetool.sh
 texlive/kpsewhere.sh
@@ -275,8 +274,7 @@
 for _script in ${_linked_scripts}; do
 _scriptbase=$(basename $_script)
 _scriptbase=${_scriptbase%.*}
-[[ -f ${pkgdir}/usr/share/texmf-dist/scripts/${_script} ]] &&
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
 done
 ln -s /usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh 
${pkgdir}/usr/bin/listings-ext.sh
 

Modified: texlive.install
===
--- texlive.install 2015-09-01 10:39:33 UTC (rev 245171)
+++ texlive.install 2015-09-01 10:40:16 UTC (rev 245172)
@@ -16,6 +16,12 @@
   [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
   echo">>> texlive: updating the filename database..."
   usr/bin/mktexlsr
+  (cd etc/texmf && ../../bin/mtxrun --generate >/dev/null)
+  # We need to remove directory "." from luatex cache to avoid absurd
+  # behaviour.
+  for item in var/lib/texmf/luatex-cache/context/*/trees/*.lua; do
+grep -F '["root"]="."' "$item" >/dev/null && rm -vf "$item" 
"${item%.lua}.luc"
+  done
   echo">>> texlive: updating the fontmap files with updmap..."
   usr/bin/updmap-sys --quiet --nohash
   echo" done." 
@@ -38,6 +44,12 @@
   [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
   echo">>> texlive: updating the filename database..."
   usr/bin/mktexlsr
+ (cd usr/share/texmf-dist && ../../bin/mtxrun --generate >/dev/null)
+   # We need to remove directory "." from luatex cache to avoid absurd
+  # behaviour.
+  for item in var/lib/texmf/luatex-cache/context/*/trees/*.lua; do
+grep -F '["root"]="."' "$item" >/dev/null && rm -vf "$item" 
"${item%.lua}.luc"
+  done
   echo">>> texlive: updating the fontmap files with updmap..."
   usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
   echo" done." 


[arch-commits] Commit in texlive-core/repos (8 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:40:23
  Author: remy
Revision: 245173

archrelease: copy trunk to testing-any

Added:
  texlive-core/repos/testing-any/
  texlive-core/repos/testing-any/09-texlive-fonts.conf
(from rev 245172, texlive-core/trunk/09-texlive-fonts.conf)
  texlive-core/repos/testing-any/Changelog
(from rev 245172, texlive-core/trunk/Changelog)
  texlive-core/repos/testing-any/PKGBUILD
(from rev 245172, texlive-core/trunk/PKGBUILD)
  texlive-core/repos/testing-any/texlive-core.maps
(from rev 245172, texlive-core/trunk/texlive-core.maps)
  texlive-core/repos/testing-any/texlive.install
(from rev 245172, texlive-core/trunk/texlive.install)
  texlive-core/repos/testing-any/texmf.cnf
(from rev 245172, texlive-core/trunk/texmf.cnf)
  texlive-core/repos/testing-any/texmfcnf.lua
(from rev 245172, texlive-core/trunk/texmfcnf.lua)

---+
 Changelog |  376 +
 PKGBUILD  |  289 +++
 texlive-core.maps |   62 
 texlive.install   |   70 
 texmf.cnf |  782 
 texmfcnf.lua  |  190 
 6 files changed, 1769 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 245172:245173 to see the changes.


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:29:39
  Author: remy
Revision: 245136

upgpkg: texlive-plainextra 2015.37342-1

Update to TeXLive 2015

Modified:
  texlive-plainextra/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:29:00 UTC (rev 245135)
+++ PKGBUILD2015-09-01 10:29:39 UTC (rev 245136)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-plainextra
-pkgver=2014.36535
-_revnr=${pkgver#2014.}
+pkgver=2015.37342
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('8cef8dd3d2171ef43ee43713f902628e')
+md5sums=('62a4e5c872106506faede8b4e8ff321f')
 
 build() {
cd "$srcdir"


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:30:04
  Author: remy
Revision: 245138

upgpkg: texlive-pictures 2015.37532-1

Update to TeXLive 2015

Modified:
  texlive-pictures/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 19 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:29:42 UTC (rev 245137)
+++ PKGBUILD2015-09-01 10:30:04 UTC (rev 245138)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pictures
-pkgver=2014.36605
-_revnr=${pkgver#2014.}
+pkgver=2015.37532
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
 license=('GPL')
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('4387af8f5fd8872ea37f0bf3fe826ec5'
+md5sums=('4a4e11d649f1a942509c20efff587f1c'
  '7d08cb8ade87687bd8676f8e8ba20697')
 
 build() {
@@ -44,11 +44,20 @@
if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
  find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/cachepic/cachepic.tlu 
$pkgdir/usr/bin/cachepic
-   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl 
$pkgdir/usr/bin/epspdftk
-   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdf.tlu $pkgdir/usr/bin/epspdf
-   ln -s /usr/share/texmf-dist/scripts/fig4latex/fig4latex 
$pkgdir/usr/bin/fig4latex
-   ln -s /usr/share/texmf-dist/scripts/mathspic/mathspic.pl 
$pkgdir/usr/bin/mathspic
-   ln -s /usr/share/texmf-dist/scripts/mkpic/mkpic $pkgdir/usr/bin/mkpic
+
+_linked_scripts="
+cachepic/cachepic.tlu
+epspdf/epspdftk.tcl
+epspdf/epspdf.tlu
+fig4latex/fig4latex
+getmap/getmapdl.lua
+mathspic/mathspic.pl
+mkpic/mkpic
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
 }


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:30:20
  Author: remy
Revision: 245141

archrelease: copy trunk to testing-any

Added:
  texlive-music/repos/testing-any/
  texlive-music/repos/testing-any/PKGBUILD
(from rev 245140, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/testing-any/texlive-music.maps
(from rev 245140, texlive-music/trunk/texlive-music.maps)
  texlive-music/repos/testing-any/texlive.install
(from rev 245140, texlive-music/trunk/texlive.install)

+
 PKGBUILD   |   59 +++
 texlive-music.maps |1 
 texlive.install|   52 
 3 files changed, 112 insertions(+)

Copied: texlive-music/repos/testing-any/PKGBUILD (from rev 245140, 
texlive-music/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:30:20 UTC (rev 245141)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-music
+pkgver=2015.37078
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Music typesetting packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2: for scripts from the lilyglyphs packages')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('f18b0081ac533fbce6f94392ca8d1c6b'
+ '6af96d016e18492867d6f4ba2eff0a31')
+
+build() {
+   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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+   # fix python2 command name in scripts.
+   sed -i 's/env python/env python2/' 
$pkgdir/usr/share/texmf-dist/scripts/lilyglyphs/*.py
+   # script symlinks
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-glyph-commands.py 
$pkgdir/usr/bin/lily-glyph-commands
+   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-image-commands.py 
$pkgdir/usr/bin/lily-image-commands
+   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-rebuild-pdfs.py 
$pkgdir/usr/bin/lily-rebuild-pdfs
+   ln -s /usr/share/texmf-dist/scripts/m-tx/m-tx.lua $pkgdir/usr/bin/m-tx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
+   ln -s /usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua $pkgdir/usr/bin/pmx2pdf
+   ln -s /usr/share/texmf-dist/scripts/pmxchords/pmxchords.lua 
$pkgdir/usr/bin/pmxchords
+}

Copied: texlive-music/repos/testing-any/texlive-music.maps (from rev 245140, 
texlive-music/trunk/texlive-music.maps)
===
--- testing-any/texlive-music.maps  (rev 0)
+++ testing-any/texlive-music.maps  2015-09-01 10:30:20 UTC (rev 245141)
@@ -0,0 +1 @@
+MixedMap musix.map

Copied: texlive-music/repos/testing-any/texlive.install (from rev 245140, 
texlive-music/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:30:20 UTC (rev 245141)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-music"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat 

[arch-commits] Commit in texlive-plainextra/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:29:42
  Author: remy
Revision: 245137

archrelease: copy trunk to testing-any

Added:
  texlive-plainextra/repos/testing-any/
  texlive-plainextra/repos/testing-any/PKGBUILD
(from rev 245136, texlive-plainextra/trunk/PKGBUILD)
  texlive-plainextra/repos/testing-any/texlive.install
(from rev 245136, texlive-plainextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-plainextra/repos/testing-any/PKGBUILD (from rev 245136, 
texlive-plainextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:29:42 UTC (rev 245137)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-plainextra
+pkgver=2015.37342
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('62a4e5c872106506faede8b4e8ff321f')
+
+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-plainextra/repos/testing-any/texlive.install (from rev 245136, 
texlive-plainextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:29:42 UTC (rev 245137)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in texlive-bin/repos (8 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:39:33
  Author: remy
Revision: 245171

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 245170, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 245170, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 245170, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 245170, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 245170, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 245170, texlive-bin/trunk/texlive.install)

-+
 testing-i686/PKGBUILD   |  337 ++
 testing-i686/fix-fontforge-encoding.patch   |   12 
 testing-i686/texlive.install|   49 +++
 testing-x86_64/PKGBUILD |  337 ++
 testing-x86_64/fix-fontforge-encoding.patch |   12 
 testing-x86_64/texlive.install  |   49 +++
 6 files changed, 796 insertions(+)

Copied: texlive-bin/repos/testing-i686/PKGBUILD (from rev 245170, 
texlive-bin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-01 10:39:33 UTC (rev 245171)
@@ -0,0 +1,337 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=texlive-bin
+pkgver=2015.37497
+pkgrel=1
+_biber_ver=2.1 # for biblatex 3.0 only.
+pkgdesc="TeX Live binaries"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper')
+makedepends=('perl' 'clisp' 'ffcall')
+optdepends=('ed: for texconfig')
+provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
+conflicts=('pdfjam')
+options=('!strip')
+url='http://tug.org/texlive/'
+install="texlive.install"
+source=('fix-fontforge-encoding.patch'
+
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
+
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
+)
+noextract=(biber-linux_x86_64.tar.gz
+   biber-linux_x86_32.tar.gz)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ '20be644511704910151560a4d99f6995'
+ '498539381540347b246bb047c4303bf5'
+ '01cfa6f94549479101b46412fbbabbe8')
+
+prepare() {
+cd source
+true
+}
+
+build() {
+   cd "$srcdir"
+
+   if [ "${CARCH}" = "x86_64" ]; then
+ export CFLAGS="${CFLAGS} -fPIC"
+ export CXXFLAGS="${CXXFLAGS} -fPIC"
+ tar xf biber-linux_x86_64.tar.gz 
+   else
+ tar xf biber-linux_x86_32.tar.gz
+   fi
+
+   # this patch removes spurious error message with locale "xx_YY.utf8"
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work && mkdir Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+ 

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:39:18
  Author: remy
Revision: 245168

upgpkg: texlive-bibtexextra 2015.37536-1

Update to TeXLive 2015

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:38:25 UTC (rev 245167)
+++ PKGBUILD2015-09-01 10:39:18 UTC (rev 245168)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2014.36690
-_revnr=${pkgver#2014.}
+pkgver=2015.37536
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 install=texlive.install
-md5sums=('d082d7cbb5d295edcb3f61981bd02708')
+md5sums=('ff58f587692a19c21d28457bdb537041')
 
 build() {
cd "$srcdir"
@@ -56,7 +56,6 @@
 for _script in ${_linked_scripts}; do
 _scriptbase=$(basename $_script)
 _scriptbase=${_scriptbase%.*}
-[[ -f ${pkgdir}/usr/share/texmf-dist/scripts/${_script} ]] &&
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
 done
 }


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:39:28
  Author: remy
Revision: 245170

upgpkg: texlive-bin 2015.37497-1

Update to TeXLive 2015

Modified:
  texlive-bin/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:39:22 UTC (rev 245169)
+++ PKGBUILD2015-09-01 10:39:28 UTC (rev 245170)
@@ -3,15 +3,15 @@
 # Contributor: francois 
 
 pkgname=texlive-bin
-pkgver=2014.34260
-pkgrel=8
-_biber_ver=1.9 # for biblatex 2.9 only.
+pkgver=2015.37497
+pkgrel=1
+_biber_ver=2.1 # for biblatex 3.0 only.
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
  'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
- 'icu' 'harfbuzz' 'harfbuzz-icu')
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
@@ -27,9 +27,9 @@
 noextract=(biber-linux_x86_64.tar.gz
biber-linux_x86_32.tar.gz)
 md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
- 'b6fe9a6e6b3df0d69e804b87370039ef'
- '137839688478710ded88909088dee970'
- 'e1af258c7b7fa95d8299696aa3552eb3')
+ '20be644511704910151560a4d99f6995'
+ '498539381540347b246bb047c4303bf5'
+ '01cfa6f94549479101b46412fbbabbe8')
 
 prepare() {
 cd source
@@ -91,6 +91,10 @@
  --with-system-harfbuzz \
  --with-system-graphite \
  --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
  --with-freetype2-libdir=/usr/lib \
  --with-freetype2-include=/usr/include/freetype2 \
  --with-xdvi-x-toolkit=xaw \
@@ -162,7 +166,10 @@
# remove dangling symlinks
_bibtexextra_scripts="
 bibexport
+bibdoiadd
+bibzbladd
 listbib
+ltx2crossrefxml
 multibibliography
 urlbst
 "
@@ -180,6 +187,7 @@
 bundledoc
 checkcites
 chkweb
+cjk-gs-integrate
 context
 contextjit
 ctanify
@@ -222,7 +230,6 @@
 match_parens
 mf2pt1
 mkjobtexmf
-mkluatexfontdb
 mkt1font
 mktexfmt
 mptopdf
@@ -300,12 +307,13 @@
 ps4pdf
 splitindex
 svn-multi
-vpe"
+vpe
+yplan"
_music_scripts="lily-glyph-commands lily-image-commands lily-rebuild-pdfs
 m-tx musixtex musixflx pmx2pdf pmxchords"
-   _pictures_scripts="cachepic epspdf epspdftk fig4latex mathspic mkpic"
+   _pictures_scripts="cachepic epspdf epspdftk fig4latex getmapdl mathspic 
mkpic"
_pstricks_scripts="pedigree pst2pdf"
-   _science_scripts="ulqda"
+   _science_scripts="pygmentex ulqda"
for s in \
 ${_bibtexextra_scripts} \
 ${_core_scripts}   \


[arch-commits] Commit in kwallet/trunk (PKGBUILD)

2015-09-01 Thread Antonio Rojas
Date: Tuesday, September 1, 2015 @ 10:15:53
  Author: arojas
Revision: 245128

Add kwalletmanager optdepend (FS#46166)

Modified:
  kwallet/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 08:11:47 UTC (rev 245127)
+++ PKGBUILD2015-09-01 08:15:53 UTC (rev 245128)
@@ -11,6 +11,7 @@
 license=('LGPL')
 depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'no-migration-wizard.patch')
 md5sums=('df67412fef04c891c98facf870ec370f'


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:31
  Author: remy
Revision: 245154

upgpkg: texlive-langchinese 2015.37467-1

Update to TeXLive 2015

Modified:
  texlive-langchinese/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:35:10 UTC (rev 245153)
+++ PKGBUILD2015-09-01 10:35:31 UTC (rev 245154)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langchinese
-pkgver=2014.35921
-_revnr=${pkgver#2014.}
+pkgver=2015.37467
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
 license=('GPL')
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('01a2fb119ccf14006bf2336d2fde252d'
+md5sums=('19cc0ff12e6b6f768aadaacab766ad9f'
  '85b5573d46b8b5651c6de9e69b3434fb')
 
 build() {


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:35
  Author: remy
Revision: 245155

archrelease: copy trunk to testing-any

Added:
  texlive-langchinese/repos/testing-any/
  texlive-langchinese/repos/testing-any/PKGBUILD
(from rev 245154, texlive-langchinese/trunk/PKGBUILD)
  texlive-langchinese/repos/testing-any/texlive-langchinese.maps
(from rev 245154, texlive-langchinese/trunk/texlive-langchinese.maps)
  texlive-langchinese/repos/testing-any/texlive.install
(from rev 245154, texlive-langchinese/trunk/texlive.install)

--+
 PKGBUILD |   46 +++
 texlive-langchinese.maps |4 +++
 texlive.install  |   52 +
 3 files changed, 102 insertions(+)

Copied: texlive-langchinese/repos/testing-any/PKGBUILD (from rev 245154, 
texlive-langchinese/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:35:35 UTC (rev 245155)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langchinese
+pkgver=2015.37467
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('19cc0ff12e6b6f768aadaacab766ad9f'
+ '85b5573d46b8b5651c6de9e69b3434fb')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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-langchinese/repos/testing-any/texlive-langchinese.maps (from 
rev 245154, texlive-langchinese/trunk/texlive-langchinese.maps)
===
--- testing-any/texlive-langchinese.maps(rev 0)
+++ testing-any/texlive-langchinese.maps2015-09-01 10:35:35 UTC (rev 
245155)
@@ -0,0 +1,4 @@
+Map bkaiu.map
+Map bsmiu.map
+Map gbsnu.map
+Map gkaiu.map

Copied: texlive-langchinese/repos/testing-any/texlive.install (from rev 245154, 
texlive-langchinese/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:35:35 UTC (rev 245155)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcjk"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:10
  Author: remy
Revision: 245153

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 245152, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 245152, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 245152, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   51 +++
 texlive-langcyrillic.maps |2 +
 texlive.install   |   52 
 3 files changed, 105 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 245152, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:35:10 UTC (rev 245153)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2015.37233
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('3f8a85832e156d72426d939b2c1ab0d0'
+ 'c1e49c9da6302557dff56e8d9d584fa5')
+
+build() {
+   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
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+   mkdir -p "${pkgdir}/usr/bin"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
"${pkgdir}/usr/bin/rumakeindex"
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 245152, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2015-09-01 10:35:10 UTC (rev 
245153)
@@ -0,0 +1,2 @@
+Map cmcyr.map
+MixedMap mongolian.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
245152, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:35:10 UTC (rev 245153)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcyrillic"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp 

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:05
  Author: remy
Revision: 245152

upgpkg: texlive-langcyrillic 2015.37233-1

Update to TeXLive 2015

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:34:21 UTC (rev 245151)
+++ PKGBUILD2015-09-01 10:35:05 UTC (rev 245152)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2014.35960
-_revnr=${pkgver#2014.}
+pkgver=2015.37233
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('bca1373c78583b9aa36fddd8fc11494d'
+md5sums=('3f8a85832e156d72426d939b2c1ab0d0'
  'c1e49c9da6302557dff56e8d9d584fa5')
 
 build() {


[arch-commits] Commit in texlive-humanities/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:59
  Author: remy
Revision: 245157

archrelease: copy trunk to testing-any

Added:
  texlive-humanities/repos/testing-any/
  texlive-humanities/repos/testing-any/PKGBUILD
(from rev 245156, texlive-humanities/trunk/PKGBUILD)
  texlive-humanities/repos/testing-any/texlive.install
(from rev 245156, texlive-humanities/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-humanities/repos/testing-any/PKGBUILD (from rev 245156, 
texlive-humanities/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:35:59 UTC (rev 245157)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-humanities
+pkgver=2015.37555
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+optdepends=('texlive-pictures: for package qtree')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('a65cb6dc89e44ea3e56fa0a98cf54706')
+
+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-humanities/repos/testing-any/texlive.install (from rev 245156, 
texlive-humanities/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:35:59 UTC (rev 245157)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in easytag/repos (8 files)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 10:11:47
  Author: guillaume
Revision: 245127

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  easytag/repos/extra-i686/PKGBUILD
(from rev 245126, easytag/trunk/PKGBUILD)
  easytag/repos/extra-i686/easytag.install
(from rev 245126, easytag/trunk/easytag.install)
  easytag/repos/extra-x86_64/PKGBUILD
(from rev 245126, easytag/trunk/PKGBUILD)
  easytag/repos/extra-x86_64/easytag.install
(from rev 245126, easytag/trunk/easytag.install)
Deleted:
  easytag/repos/extra-i686/PKGBUILD
  easytag/repos/extra-i686/easytag.install
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag.install

--+
 /PKGBUILD|   70 +
 /easytag.install |   26 +++
 extra-i686/PKGBUILD  |   35 
 extra-i686/easytag.install   |   12 ---
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/easytag.install |   12 ---
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-01 08:10:42 UTC (rev 245126)
+++ extra-i686/PKGBUILD 2015-09-01 08:11:47 UTC (rev 245127)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-# Contributor: dorphell 
-
-pkgname=easytag
-pkgver=2.2.6
-pkgrel=1
-pkgdesc='Simple application for viewing and editing tags in audio files'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://easytag.sourceforge.net/'
-makedepends=('intltool' 'itstool')
-depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
- 'desktop-file-utils' 'opusfile')
-install=${pkgname}.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: easytag/repos/extra-i686/PKGBUILD (from rev 245126, 
easytag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-01 08:11:47 UTC (rev 245127)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+# Contributor: dorphell 
+
+pkgname=easytag
+pkgver=2.4.0
+pkgrel=2
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
+ 'desktop-file-utils' 'opusfile')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/easytag.install
===
--- extra-i686/easytag.install  2015-09-01 08:10:42 UTC (rev 245126)
+++ extra-i686/easytag.install  2015-09-01 08:11:47 UTC (rev 245127)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: easytag/repos/extra-i686/easytag.install (from rev 245126, 
easytag/trunk/easytag.install)
===
--- extra-i686/easytag.install  (rev 0)
+++ extra-i686/easytag.install  2015-09-01 08:11:47 UTC (rev 245127)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-01 08:10:42 UTC (rev 245126)
+++ extra-x86_64/PKGBUILD   2015-09-01 08:11:47 UTC (rev 245127)
@@ -1,35 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in easytag/trunk (PKGBUILD easytag.install)

2015-09-01 Thread Guillaume Alaux
Date: Tuesday, September 1, 2015 @ 10:10:42
  Author: guillaume
Revision: 245126

Fix FS#46158 Settings schema 'org.gnome.EasyTAG' is not installed

Modified:
  easytag/trunk/PKGBUILD
  easytag/trunk/easytag.install

-+
 PKGBUILD|2 +-
 easytag.install |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 01:17:06 UTC (rev 245125)
+++ PKGBUILD2015-09-01 08:10:42 UTC (rev 245126)
@@ -6,7 +6,7 @@
 
 pkgname=easytag
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
 license=('GPL')

Modified: easytag.install
===
--- easytag.install 2015-09-01 01:17:06 UTC (rev 245125)
+++ easytag.install 2015-09-01 08:10:42 UTC (rev 245126)
@@ -1,6 +1,7 @@
 post_install() {
   xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
   update-desktop-database -q
+  glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:30:55
  Author: remy
Revision: 245142

upgpkg: texlive-latexextra 2015.37553-1

Update to TeXLive 2015

Modified:
  texlive-latexextra/trunk/PKGBUILD

--+
 PKGBUILD |   45 -
 1 file changed, 28 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:30:20 UTC (rev 245141)
+++ PKGBUILD2015-09-01 10:30:55 UTC (rev 245142)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-latexextra
-pkgver=2014.36706
-_revnr=${pkgver#2014.}
+pkgver=2015.37553
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
 license=('GPL')
@@ -22,7 +22,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('b4c3e4311a0989df0dbdc2fcb21409f3'
+md5sums=('456518aa966d23306dfbf23d33fa940a'
  '017fc9ed83747aa8884ca9ae0767531f')
 
 build() {
@@ -31,6 +31,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
sed -i '/^#/d' CONTENTS
@@ -49,18 +50,28 @@
if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
  find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
fi
-   #add symlinks that were in texlive-bin:
-   install -m755 -d "$pkgdir"/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/authorindex/authorindex 
"$pkgdir"/usr/bin/authorindex
-   ln -s /usr/share/texmf-dist/scripts/exceltex/exceltex 
"$pkgdir"/usr/bin/exceltex
-   ln -s /usr/share/texmf-dist/scripts/glossaries/makeglossaries 
"$pkgdir"/usr/bin/makeglossaries
-   ln -s /usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl 
"$pkgdir"/usr/bin/pdfannotextractor
-   ln -s /usr/share/texmf-dist/scripts/perltex/perltex.pl 
"$pkgdir"/usr/bin/perltex
-   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf "$pkgdir"/usr/bin/ps4pdf
-   ln -s /usr/share/texmf-dist/scripts/splitindex/splitindex.pl 
"$pkgdir"/usr/bin/splitindex
-   ln -s /usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl 
"$pkgdir"/usr/bin/svn-multi
-   ln -s /usr/share/texmf-dist/scripts/vpe/vpe.pl "$pkgdir"/usr/bin/vpe
-   rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-   rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-   rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
+
+#add symlinks that were in texlive-bin:
+_linked_scripts="
+authorindex/authorindex
+exceltex/exceltex
+glossaries/makeglossaries
+pax/pdfannotextractor.pl
+perltex/perltex.pl
+pst-pdf/ps4pdf
+splitindex/splitindex.pl
+svn-multi/svn-multi.pl
+vpe/vpe.pl
+yplan/yplan
+"
+install -m755 -d "$pkgdir"/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+
+rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
+rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
 }


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:30:59
  Author: remy
Revision: 245143

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 245142, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 245142, texlive-latexextra/trunk/texlive-latexextra.maps)
  texlive-latexextra/repos/testing-any/texlive.install
(from rev 245142, texlive-latexextra/trunk/texlive.install)

-+
 PKGBUILD|   77 ++
 texlive-latexextra.maps |2 +
 texlive.install |   52 +++
 3 files changed, 131 insertions(+)

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 245142, 
texlive-latexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:30:59 UTC (rev 245143)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2015.37553
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('456518aa966d23306dfbf23d33fa940a'
+ '017fc9ed83747aa8884ca9ae0767531f')
+
+build() {
+   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 -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
+   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
+
+#add symlinks that were in texlive-bin:
+_linked_scripts="
+authorindex/authorindex
+exceltex/exceltex
+glossaries/makeglossaries
+pax/pdfannotextractor.pl
+perltex/perltex.pl
+pst-pdf/ps4pdf
+splitindex/splitindex.pl
+svn-multi/svn-multi.pl
+vpe/vpe.pl
+yplan/yplan
+"
+install -m755 -d "$pkgdir"/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+
+rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
+rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
+}

Copied: texlive-latexextra/repos/testing-any/texlive-latexextra.maps (from rev 
245142, texlive-latexextra/trunk/texlive-latexextra.maps)
===
--- testing-any/texlive-latexextra.maps (rev 0)
+++ testing-any/texlive-latexextra.maps 2015-09-01 10:30:59 UTC (rev 245143)
@@ -0,0 +1,2 @@
+Map epiolmec.map
+MixedMap esint.map

Copied: texlive-latexextra/repos/testing-any/texlive.install (from rev 245142, 
texlive-latexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:30:59 UTC (rev 245143)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-latexextra"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp 

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:31:32
  Author: remy
Revision: 245144

upgpkg: texlive-langkorean 2015.37007-1

Update to TeXLive 2015

Modified:
  texlive-langkorean/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:30:59 UTC (rev 245143)
+++ PKGBUILD2015-09-01 10:31:32 UTC (rev 245144)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langkorean
-pkgver=2014.36573
-_revnr=${pkgver#2014.}
+pkgver=2015.37007
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Korean texts"
 license=('GPL')
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('850a8cc1b974aa9cca8655236b469708'
+md5sums=('60673019e8a0de96ef83f03258f6838a'
  '2d6340a6d762914210c76ac8ad1f4fff')
 
 build() {
@@ -54,7 +54,6 @@
 for _script in ${_linked_scripts}; do
 _scriptbase=$(basename $_script)
 _scriptbase=${_scriptbase%.*}
-[[ -f ${pkgdir}/usr/share/texmf-dist/scripts/${_script} ]] &&
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
 done
 }


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:31:36
  Author: remy
Revision: 245145

archrelease: copy trunk to testing-any

Added:
  texlive-langkorean/repos/testing-any/
  texlive-langkorean/repos/testing-any/PKGBUILD
(from rev 245144, texlive-langkorean/trunk/PKGBUILD)
  texlive-langkorean/repos/testing-any/texlive-langkorean.maps
(from rev 245144, texlive-langkorean/trunk/texlive-langkorean.maps)
  texlive-langkorean/repos/testing-any/texlive.install
(from rev 245144, texlive-langkorean/trunk/texlive.install)

-+
 PKGBUILD|   59 ++
 texlive-langkorean.maps |2 +
 texlive.install |   52 
 3 files changed, 113 insertions(+)

Copied: texlive-langkorean/repos/testing-any/PKGBUILD (from rev 245144, 
texlive-langkorean/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:31:36 UTC (rev 245145)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langkorean
+pkgver=2015.37007
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Korean texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('60673019e8a0de96ef83f03258f6838a'
+ '2d6340a6d762914210c76ac8ad1f4fff')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+
+# scripts links
+_linked_scripts="
+kotex-utils/jamo-normalize.pl
+kotex-utils/komkindex.pl
+kotex-utils/ttf2kotexfont.pl
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+}

Copied: texlive-langkorean/repos/testing-any/texlive-langkorean.maps (from rev 
245144, texlive-langkorean/trunk/texlive-langkorean.maps)
===
--- testing-any/texlive-langkorean.maps (rev 0)
+++ testing-any/texlive-langkorean.maps 2015-09-01 10:31:36 UTC (rev 245145)
@@ -0,0 +1,2 @@
+Map nanumfonts.map
+Map umj.map

Copied: texlive-langkorean/repos/testing-any/texlive.install (from rev 245144, 
texlive-langkorean/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:31:36 UTC (rev 245145)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcjk"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:30:16
  Author: remy
Revision: 245140

upgpkg: texlive-music 2015.37078-1

Update to TeXLive 2015

Modified:
  texlive-music/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:30:08 UTC (rev 245139)
+++ PKGBUILD2015-09-01 10:30:16 UTC (rev 245140)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-music
-pkgver=2014.36414
-_revnr=${pkgver#2014.}
+pkgver=2015.37078
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Music typesetting packages"
 license=('GPL')
@@ -16,7 +16,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('1270d4c9afab04f9ab6ea74bd5848819'
+md5sums=('f18b0081ac533fbce6f94392ca8d1c6b'
  '6af96d016e18492867d6f4ba2eff0a31')
 
 build() {
@@ -25,6 +25,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
sed -i '/^#/d' CONTENTS


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:30:08
  Author: remy
Revision: 245139

archrelease: copy trunk to testing-any

Added:
  texlive-pictures/repos/testing-any/
  texlive-pictures/repos/testing-any/PKGBUILD
(from rev 245138, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/testing-any/texlive-pictures.maps
(from rev 245138, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/testing-any/texlive.install
(from rev 245138, texlive-pictures/trunk/texlive.install)

---+
 PKGBUILD  |   63 
 texlive-pictures.maps |2 +
 texlive.install   |   52 +++
 3 files changed, 117 insertions(+)

Copied: texlive-pictures/repos/testing-any/PKGBUILD (from rev 245138, 
texlive-pictures/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:30:08 UTC (rev 245139)
@@ -0,0 +1,63 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2015.37532
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Packages for drawings graphics"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('4a4e11d649f1a942509c20efff587f1c'
+ '7d08cb8ade87687bd8676f8e8ba20697')
+
+build() {
+   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
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+
+_linked_scripts="
+cachepic/cachepic.tlu
+epspdf/epspdftk.tcl
+epspdf/epspdf.tlu
+fig4latex/fig4latex
+getmap/getmapdl.lua
+mathspic/mathspic.pl
+mkpic/mkpic
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+}

Copied: texlive-pictures/repos/testing-any/texlive-pictures.maps (from rev 
245138, texlive-pictures/trunk/texlive-pictures.maps)
===
--- testing-any/texlive-pictures.maps   (rev 0)
+++ testing-any/texlive-pictures.maps   2015-09-01 10:30:08 UTC (rev 245139)
@@ -0,0 +1,2 @@
+Map knitfont.map
+MixedMap xypic.map

Copied: texlive-pictures/repos/testing-any/texlive.install (from rev 245138, 
texlive-pictures/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:30:08 UTC (rev 245139)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-pictures"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into 

[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:38:20
  Author: remy
Revision: 245166

upgpkg: texlive-fontsextra 2015.37556-1

Update to TeXLive 2015

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|8 
 texlive-fontsextra.maps |2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:37:42 UTC (rev 245165)
+++ PKGBUILD2015-09-01 10:38:20 UTC (rev 245166)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2014.36711
-_revnr=${pkgver#2014.}
+pkgver=2015.37556
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
 license=('GPL')
@@ -14,8 +14,8 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('389c020ccc722fef414248d7ebca202b'
- '18d5e8e0495329602b03c6734754ed71')
+md5sums=('3e6e37a5ccdd0a8bf73cf15c28cd207d'
+ 'cec0968eced04ebb441d555749b13576')
 
 build() {
cd "$srcdir"

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2015-09-01 10:37:42 UTC (rev 245165)
+++ texlive-fontsextra.maps 2015-09-01 10:38:20 UTC (rev 245166)
@@ -37,6 +37,7 @@
 Map Sanremo.map
 Map SourceCodePro.map
 Map SourceSansPro.map
+Map SourceSerifPro.map
 Map Starburst.map
 Map Typocaps.map
 Map XCharter.map
@@ -76,6 +77,7 @@
 Map dutchcal.map
 Map epigrafica.map
 Map erewhon.map
+Map esrelation.map
 Map esvect.map
 Map fbb.map
 Map fdsymbol.map


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:38:25
  Author: remy
Revision: 245167

archrelease: copy trunk to testing-any

Added:
  texlive-fontsextra/repos/testing-any/
  texlive-fontsextra/repos/testing-any/PKGBUILD
(from rev 245166, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps
(from rev 245166, texlive-fontsextra/trunk/texlive-fontsextra.maps)
  texlive-fontsextra/repos/testing-any/texlive.install
(from rev 245166, texlive-fontsextra/trunk/texlive.install)

-+
 PKGBUILD|   47 +
 texlive-fontsextra.maps |  166 ++
 texlive.install |   52 ++
 3 files changed, 265 insertions(+)

Copied: texlive-fontsextra/repos/testing-any/PKGBUILD (from rev 245166, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:38:25 UTC (rev 245167)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2015.37556
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - all sorts of extra fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('3e6e37a5ccdd0a8bf73cf15c28cd207d'
+ 'cec0968eced04ebb441d555749b13576')
+
+build() {
+   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
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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-fontsextra/repos/testing-any/texlive-fontsextra.maps (from rev 
245166, texlive-fontsextra/trunk/texlive-fontsextra.maps)
===
--- testing-any/texlive-fontsextra.maps (rev 0)
+++ testing-any/texlive-fontsextra.maps 2015-09-01 10:38:25 UTC (rev 245167)
@@ -0,0 +1,166 @@
+Map Acorn.map
+Map Alegreya.map
+Map AnnSton.map
+Map AnonymousPro.map
+Map ArrowsADF.map
+Map ArtNouv.map
+Map ArtNouvc.map
+Map BulletsADF.map
+Map Carrickc.map
+Map ClearSans.map
+Map CountriesOfEurope.map
+Map EBGaramond-Maths.map
+Map EBGaramond.map
+Map ESSTIX.map
+Map Eichenla.map
+Map Eileen.map
+Map EileenBl.map
+Map Elzevier.map
+Map GotIn.map
+Map GoudyIn.map
+Map Heuristica.map
+Map Kinigcap.map
+Map Konanur.map
+Map Kramer.map
+Map LibreBaskerville.map
+Map LibreCaslon.map
+Map LobsterTwo.map
+Map MnSymbol.map
+Map MorrisIn.map
+Map Nouveaud.map
+Map OrnementsADF.map
+Map PlayfairDisplay.map
+Map Raleway.map
+Map Romantik.map
+Map Rothdn.map
+Map RoyalIn.map
+Map Sanremo.map
+Map SourceCodePro.map
+Map SourceSansPro.map
+Map SourceSerifPro.map
+Map Starburst.map
+Map Typocaps.map
+Map XCharter.map
+Map Zallman.map
+Map accanthis.map
+Map antt.map
+Map ap.map
+Map archaicprw.map
+Map arev.map
+Map ascii.map
+Map aspectratio.map
+Map augie.map
+Map auncial.map
+Map aurical.map
+Map baskervaldx.map
+Map belleek.map
+Map bera.map
+Map bguq.map
+Map boondox.map
+Map cabin.map
+Map caladea.map
+Map calligra.map
+Map cantarell.map
+Map carlito.map
+Map ccicons.map
+Map cinzel.map
+Map clm.map
+Map cm-lgc.map
+Map cmin.map
+Map comfortaa.map
+Map cyklop.map
+Map dante.map
+Map dejavu-type1.map
+Map dictsym.map
+Map droid.map
+Map dstroke.map
+Map dutchcal.map
+Map epigrafica.map
+Map erewhon.map
+Map esrelation.map
+Map esvect.map
+Map fbb.map
+Map fdsymbol.map
+Map fetamont.map
+Map fge.map
+Map fira.map
+Map foekfont.map
+Map fonetika.map
+Map fourier-utopia-expert.map
+Map fourier.map
+Map frcursive.map
+Map gentium-type1.map
+Map gfsartemisia.map
+Map gfsbodoni.map
+Map gfscomplutum.map
+Map gfsdidot.map
+Map gfsneohellenic.map
+Map gfssolomos.map
+Map gillius.map
+Map gptimes.map
+Map hacm.map
+Map icelandic.map
+Map ipaex-type1.map
+Map iwona.map
+Map 

[arch-commits] Commit in texlive-bibtexextra/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:39:22
  Author: remy
Revision: 245169

archrelease: copy trunk to testing-any

Added:
  texlive-bibtexextra/repos/testing-any/
  texlive-bibtexextra/repos/testing-any/PKGBUILD
(from rev 245168, texlive-bibtexextra/trunk/PKGBUILD)
  texlive-bibtexextra/repos/testing-any/texlive.install
(from rev 245168, texlive-bibtexextra/trunk/texlive.install)

-+
 PKGBUILD|   61 ++
 texlive.install |   12 ++
 2 files changed, 73 insertions(+)

Copied: texlive-bibtexextra/repos/testing-any/PKGBUILD (from rev 245168, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:39:22 UTC (rev 245169)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2015.37536
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+install=texlive.install
+md5sums=('ff58f587692a19c21d28457bdb537041')
+
+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
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bibexport/bibexport.sh
+crossrefware/bibdoiadd.pl
+crossrefware/bibzbladd.pl
+crossrefware/ltx2crossrefxml.pl
+listbib/listbib
+multibibliography/multibibliography.pl
+urlbst/urlbst
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+_scriptbase=$(basename $_script)
+_scriptbase=${_scriptbase%.*}
+ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
+done
+}

Copied: texlive-bibtexextra/repos/testing-any/texlive.install (from rev 245168, 
texlive-bibtexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:39:22 UTC (rev 245169)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in texlive-pstricks/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:29:00
  Author: remy
Revision: 245135

archrelease: copy trunk to testing-any

Added:
  texlive-pstricks/repos/testing-any/
  texlive-pstricks/repos/testing-any/PKGBUILD
(from rev 245134, texlive-pstricks/trunk/PKGBUILD)
  texlive-pstricks/repos/testing-any/texlive.install
(from rev 245134, texlive-pstricks/trunk/texlive.install)

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-pstricks/repos/testing-any/PKGBUILD (from rev 245134, 
texlive-pstricks/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:29:00 UTC (rev 245135)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2015.37377
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Additional PSTricks packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('a3746d1804ec35bba33b40792dae8f3c')
+
+build() {
+   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
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
+}

Copied: texlive-pstricks/repos/testing-any/texlive.install (from rev 245134, 
texlive-pstricks/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:29:00 UTC (rev 245135)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:28:48
  Author: remy
Revision: 245132

upgpkg: texlive-publishers 2015.37550-1

Update to TeXLive 2015

Modified:
  texlive-publishers/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:28:30 UTC (rev 245131)
+++ PKGBUILD2015-09-01 10:28:48 UTC (rev 245132)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-publishers
-pkgver=2014.36698
-_revnr=${pkgver#2014.}
+pkgver=2015.37550
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('79296e783228fb607b7eb421b8dec9f8')
+md5sums=('01e8adfbc10b188c4c5b5ed133805ea1')
 
 build() {
cd "$srcdir"


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:28:30
  Author: remy
Revision: 245131

archrelease: copy trunk to testing-any

Added:
  texlive-science/repos/testing-any/
  texlive-science/repos/testing-any/PKGBUILD
(from rev 245130, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/testing-any/texlive-science.maps
(from rev 245130, texlive-science/trunk/texlive-science.maps)
  texlive-science/repos/testing-any/texlive.install
(from rev 245130, texlive-science/trunk/texlive.install)

--+
 PKGBUILD |   51 
 texlive-science.maps |1 
 texlive.install  |   52 +
 3 files changed, 104 insertions(+)

Copied: texlive-science/repos/testing-any/PKGBUILD (from rev 245130, 
texlive-science/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:28:30 UTC (rev 245131)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-science
+pkgver=2015.37382
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for natural and computer sciences"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2-pygments: for pygmentex')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('2c6f7cb7801e1dfa7baf8b10d2c319c9'
+ '72206bb981d3d491df018e0e13334be5')
+
+build() {
+   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
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pygmentex/pygmentex.py 
$pkgdir/usr/bin/pygmentex
+   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
+}

Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 
245130, texlive-science/trunk/texlive-science.maps)
===
--- testing-any/texlive-science.maps(rev 0)
+++ testing-any/texlive-science.maps2015-09-01 10:28:30 UTC (rev 245131)
@@ -0,0 +1 @@
+Map chemarrow.map

Copied: texlive-science/repos/testing-any/texlive.install (from rev 245130, 
texlive-science/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:28:30 UTC (rev 245131)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-science"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+ 

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:28:27
  Author: remy
Revision: 245130

upgpkg: texlive-science 2015.37382-1

Update to TeXLive 2015

Modified:
  texlive-science/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 08:22:08 UTC (rev 245129)
+++ PKGBUILD2015-09-01 10:28:27 UTC (rev 245130)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-science
-pkgver=2014.36659
-_revnr=${pkgver#2014.}
+pkgver=2015.37382
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Typesetting for natural and computer sciences"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('d274573d98aed04d4418b8ae98c15615'
+md5sums=('2c6f7cb7801e1dfa7baf8b10d2c319c9'
  '72206bb981d3d491df018e0e13334be5')
 
 build() {


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:28:58
  Author: remy
Revision: 245134

upgpkg: texlive-pstricks 2015.37377-1

Update to TeXLive 2015

Modified:
  texlive-pstricks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:28:51 UTC (rev 245133)
+++ PKGBUILD2015-09-01 10:28:58 UTC (rev 245134)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pstricks
-pkgver=2014.35832
-_revnr=${pkgver#2014.}
+pkgver=2015.37377
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('3d78c5779dc673697ed5093b42c7e784')
+md5sums=('a3746d1804ec35bba33b40792dae8f3c')
 
 build() {
for p in *.tar.xz; do


[arch-commits] Commit in texlive-publishers/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:28:51
  Author: remy
Revision: 245133

archrelease: copy trunk to testing-any

Added:
  texlive-publishers/repos/testing-any/
  texlive-publishers/repos/testing-any/PKGBUILD
(from rev 245132, texlive-publishers/trunk/PKGBUILD)
  texlive-publishers/repos/testing-any/texlive.install
(from rev 245132, texlive-publishers/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-publishers/repos/testing-any/PKGBUILD (from rev 245132, 
texlive-publishers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:28:51 UTC (rev 245133)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-publishers
+pkgver=2015.37550
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('01e8adfbc10b188c4c5b5ed133805ea1')
+
+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-publishers/repos/testing-any/texlive.install (from rev 245132, 
texlive-publishers/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:28:51 UTC (rev 245133)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in texlive-games/repos (5 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:25
  Author: remy
Revision: 245163

archrelease: copy trunk to testing-any

Added:
  texlive-games/repos/testing-any/
  texlive-games/repos/testing-any/Changelog
(from rev 245162, texlive-games/trunk/Changelog)
  texlive-games/repos/testing-any/PKGBUILD
(from rev 245162, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/testing-any/texlive-games.maps
(from rev 245162, texlive-games/trunk/texlive-games.maps)
  texlive-games/repos/testing-any/texlive.install
(from rev 245162, texlive-games/trunk/texlive.install)

+
 Changelog  |   11 ++
 PKGBUILD   |   50 +
 texlive-games.maps |1 
 texlive.install|   52 +++
 4 files changed, 114 insertions(+)

Copied: texlive-games/repos/testing-any/Changelog (from rev 245162, 
texlive-games/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2015-09-01 10:37:25 UTC (rev 245163)
@@ -0,0 +1,11 @@
+texlive-games 2012.28243
+
+- upgrade package chess-problem-diagrams 26206 -> 28243
+
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 -> 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Copied: texlive-games/repos/testing-any/PKGBUILD (from rev 245162, 
texlive-games/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:37:25 UTC (rev 245163)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Maintainer: Firmicus 
+
+pkgname=texlive-games
+pkgver=2015.36531
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('d1cb1792a81eb96a8f48c738a88fa5dc'
+ '387a994c27b49be1ac3cf64a8f9ab155')
+
+build() {
+   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
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/rubik/rubikrotation.pl 
$pkgdir/usr/bin/rubikrotation
+}

Copied: texlive-games/repos/testing-any/texlive-games.maps (from rev 245162, 
texlive-games/trunk/texlive-games.maps)
===
--- testing-any/texlive-games.maps  (rev 0)
+++ testing-any/texlive-games.maps  2015-09-01 10:37:25 UTC (rev 245163)
@@ -0,0 +1 @@
+Map SkakNew.map

Copied: texlive-games/repos/testing-any/texlive.install (from rev 245162, 
texlive-games/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:37:25 UTC (rev 245163)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-games"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  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..."
+  usr/bin/mktexlsr

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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:39
  Author: remy
Revision: 245164

upgpkg: texlive-formatsextra 2015.36217-1

Update to TeXLive 2015

Modified:
  texlive-formatsextra/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:37:25 UTC (rev 245163)
+++ PKGBUILD2015-09-01 10:37:39 UTC (rev 245164)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-formatsextra
-pkgver=2014.36217
-_revnr=${pkgver#2014.}
+pkgver=2015.36217
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - collection of extra TeX 'formats'"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('a72b8cac79df790a2491dd744d052ad1')
+md5sums=('f843d1f916f35c27a901ab2ee0012f76')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-htmlxml/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:36:46
  Author: remy
Revision: 245159

archrelease: copy trunk to testing-any

Added:
  texlive-htmlxml/repos/testing-any/
  texlive-htmlxml/repos/testing-any/PKGBUILD
(from rev 245158, texlive-htmlxml/trunk/PKGBUILD)
  texlive-htmlxml/repos/testing-any/texlive.install
(from rev 245158, texlive-htmlxml/trunk/texlive.install)

-+
 PKGBUILD|   55 ++
 texlive.install |   12 +++
 2 files changed, 67 insertions(+)

Copied: texlive-htmlxml/repos/testing-any/PKGBUILD (from rev 245158, 
texlive-htmlxml/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:36:46 UTC (rev 245159)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-htmlxml
+pkgver=2015.36933
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('8c05492df912dff98256492935db0cef')
+
+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
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htmex.sh $pkgdir/usr/bin/htmex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httex.sh $pkgdir/usr/bin/httex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httexi.sh $pkgdir/usr/bin/httexi
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh 
$pkgdir/usr/bin/htxelatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxetex.sh 
$pkgdir/usr/bin/htxetex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl $pkgdir/usr/bin/mk4ht
+}

Copied: texlive-htmlxml/repos/testing-any/texlive.install (from rev 245158, 
texlive-htmlxml/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:36:46 UTC (rev 245159)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:14
  Author: remy
Revision: 245161

archrelease: copy trunk to testing-any

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

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-genericextra/repos/testing-any/PKGBUILD (from rev 245160, 
texlive-genericextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:37:14 UTC (rev 245161)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-genericextra
+pkgver=2015.37262
+_revnr=${pkgver#2015.}
+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=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('be4e3f97c60c0076a6c14c45c3a54a8c')
+
+build() {
+   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
+   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 
245160, texlive-genericextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:37:14 UTC (rev 245161)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:21
  Author: remy
Revision: 245162

upgpkg: texlive-games 2015.36531-1

Update to TeXLive 2015

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:37:14 UTC (rev 245161)
+++ PKGBUILD2015-09-01 10:37:21 UTC (rev 245162)
@@ -3,8 +3,8 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2014.36531
-_revnr=${pkgver#2014.}
+pkgver=2015.36531
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('9b771b028efed7d539b219b5cb2d13b1'
+md5sums=('d1cb1792a81eb96a8f48c738a88fa5dc'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:56
  Author: remy
Revision: 245156

upgpkg: texlive-humanities 2015.37555-1

Update to TeXLive 2015

Modified:
  texlive-humanities/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:35:35 UTC (rev 245155)
+++ PKGBUILD2015-09-01 10:35:56 UTC (rev 245156)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2014.36596
-_revnr=${pkgver#2014.}
+pkgver=2015.37555
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('9693a226f404d3382d6bec08b4af0c6a')
+md5sums=('a65cb6dc89e44ea3e56fa0a98cf54706')
 
 build() {
cd "$srcdir"


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:10
  Author: remy
Revision: 245160

upgpkg: texlive-genericextra 2015.37262-1

Update to TeXLive 2015

Modified:
  texlive-genericextra/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:36:46 UTC (rev 245159)
+++ PKGBUILD2015-09-01 10:37:10 UTC (rev 245160)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-genericextra
-pkgver=2014.36662
-_revnr=${pkgver#2014.}
+pkgver=2015.37262
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('5dba92bd7137824ad5cd3c2fb67b3a84')
+md5sums=('be4e3f97c60c0076a6c14c45c3a54a8c')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:42
  Author: remy
Revision: 245165

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 245164, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 245164, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 245164, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:37:42 UTC (rev 245165)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2015.36217
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('f843d1f916f35c27a901ab2ee0012f76')
+
+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-formatsextra/repos/testing-any/texlive.install (from rev 
245164, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:37:42 UTC (rev 245165)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:36:43
  Author: remy
Revision: 245158

upgpkg: texlive-htmlxml 2015.36933-1

Update to TeXLive 2015

Modified:
  texlive-htmlxml/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:35:59 UTC (rev 245157)
+++ PKGBUILD2015-09-01 10:36:43 UTC (rev 245158)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-htmlxml
-pkgver=2014.36701
-_revnr=${pkgver#2014.}
+pkgver=2015.36933
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('219db2c5c8c2fc5c1d23f5741cc6bb01')
+md5sums=('8c05492df912dff98256492935db0cef')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in mate-power-manager/repos (8 files)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 13:12:03
  Author: flexiondotorg
Revision: 139054

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-power-manager/repos/community-i686/PKGBUILD
(from rev 139053, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-i686/mate-power-manager.install
(from rev 139053, mate-power-manager/trunk/mate-power-manager.install)
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 139053, mate-power-manager/trunk/PKGBUILD)
  mate-power-manager/repos/community-x86_64/mate-power-manager.install
(from rev 139053, mate-power-manager/trunk/mate-power-manager.install)
Deleted:
  mate-power-manager/repos/community-i686/PKGBUILD
  mate-power-manager/repos/community-i686/mate-power-manager.install
  mate-power-manager/repos/community-x86_64/PKGBUILD
  mate-power-manager/repos/community-x86_64/mate-power-manager.install

-+
 /PKGBUILD   |   94 ++
 /mate-power-manager.install |   24 ++
 community-i686/PKGBUILD |   47 -
 community-i686/mate-power-manager.install   |   12 ---
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/mate-power-manager.install |   12 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 11:11:46 UTC (rev 139053)
+++ community-i686/PKGBUILD 2015-09-01 11:12:03 UTC (rev 139054)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
- 'libnotify' 'libunique' 'mate-desktop>=1.10' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 
'yelp-tools')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel'
-'yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-sha1sums=('f94a387d2652a9447dfabb55076b215b687321cc')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-#Work around a problem where the .sgml fails to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---enable-unique \
---with-gtk=2.0 \
---disable-strict
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager/repos/community-i686/PKGBUILD (from rev 139053, 
mate-power-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 11:12:03 UTC (rev 139054)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libcanberra' 'libgnome-keyring'
+ 'libnotify' 'libunique' 'mate-desktop>=1.10' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel' 'xmlto' 
'yelp-tools')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel'
+'yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('dd609bc7ffc7cd481813371ba4b035fa2efa81bb')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+#Work around a problem where the .sgml fails to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+--with-gtk=2.0 \
+--disable-strict
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make 

[arch-commits] Commit in mate-power-manager/trunk (PKGBUILD)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 13:11:46
  Author: flexiondotorg
Revision: 139053

upgpkg: mate-power-manager 1.10.2-1 - New upstream release

Modified:
  mate-power-manager/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 06:58:12 UTC (rev 139052)
+++ PKGBUILD2015-09-01 11:11:46 UTC (rev 139053)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop (GTK2 version)"
 url="http://mate-desktop.org;
@@ -17,7 +17,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('f94a387d2652a9447dfabb55076b215b687321cc')
+sha1sums=('dd609bc7ffc7cd481813371ba4b035fa2efa81bb')
 install=${_pkgbase}.install
 
 prepare() {


[arch-commits] Commit in mate-power-manager-gtk3/trunk (PKGBUILD)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 13:16:23
  Author: flexiondotorg
Revision: 139055

upgpkg: mate-power-manager-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-power-manager-gtk3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 11:12:03 UTC (rev 139054)
+++ PKGBUILD2015-09-01 11:16:23 UTC (rev 139055)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])"
 url="http://mate-desktop.org;
@@ -17,7 +17,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
-sha1sums=('f94a387d2652a9447dfabb55076b215b687321cc')
+sha1sums=('dd609bc7ffc7cd481813371ba4b035fa2efa81bb')
 install=${_pkgbase}.install
 
 prepare() {


[arch-commits] Commit in mate-power-manager-gtk3/repos (8 files)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 13:16:35
  Author: flexiondotorg
Revision: 139056

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
(from rev 139055, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-i686/mate-power-manager.install
(from rev 139055, mate-power-manager-gtk3/trunk/mate-power-manager.install)
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD
(from rev 139055, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-x86_64/mate-power-manager.install
(from rev 139055, mate-power-manager-gtk3/trunk/mate-power-manager.install)
Deleted:
  mate-power-manager-gtk3/repos/community-i686/PKGBUILD
  mate-power-manager-gtk3/repos/community-i686/mate-power-manager.install
  mate-power-manager-gtk3/repos/community-x86_64/PKGBUILD
  mate-power-manager-gtk3/repos/community-x86_64/mate-power-manager.install

-+
 /PKGBUILD   |   94 ++
 /mate-power-manager.install |   24 ++
 community-i686/PKGBUILD |   47 -
 community-i686/mate-power-manager.install   |   12 ---
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/mate-power-manager.install |   12 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 11:16:23 UTC (rev 139055)
+++ community-i686/PKGBUILD 2015-09-01 11:16:35 UTC (rev 139056)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-power-manager
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk3' 'libcanberra' 'libgnome-keyring'
- 'libnotify' 'libunique3' 'mate-desktop-gtk3>=1.10' 'upower')
-makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel-gtk3' 'xmlto' 
'yelp-tools')
-optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel'
-'yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('f94a387d2652a9447dfabb55076b215b687321cc')
-install=${_pkgbase}.install
-
-prepare() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-#Work around a problem where the .sgml fails to parse.
-sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
-}
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---enable-unique \
---with-gtk=3.0 \
---disable-strict
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager-gtk3/repos/community-i686/PKGBUILD (from rev 139055, 
mate-power-manager-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 11:16:35 UTC (rev 139056)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK3 version 
[EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libcanberra' 'libgnome-keyring'
+ 'libnotify' 'libunique3' 'mate-desktop-gtk3>=1.10' 'upower')
+makedepends=('docbook2x' 'docbook-xml' 'mate-common' 'mate-panel-gtk3' 'xmlto' 
'yelp-tools')
+optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel'
+'yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('dd609bc7ffc7cd481813371ba4b035fa2efa81bb')
+install=${_pkgbase}.install
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+#Work around a problem where the .sgml fails to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--enable-unique \
+   

[arch-commits] Commit in glibc/repos (12 files)

2015-09-01 Thread Jan Steffens
Date: Tuesday, September 1, 2015 @ 13:58:21
  Author: heftig
Revision: 245174

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 245173, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.22-roundup.patch
(from rev 245173, glibc/trunk/glibc-2.22-roundup.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 245173, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 245173, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 245173, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 245173, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.22-roundup.patch
(from rev 245173, glibc/trunk/glibc-2.22-roundup.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 245173, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 245173, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 245173, glibc/trunk/locale.gen.txt)

-+
 testing-i686/PKGBUILD   |  155 ++
 testing-i686/glibc-2.22-roundup.patch   |  666 ++
 testing-i686/glibc.install  |   22 
 testing-i686/locale-gen |   42 +
 testing-i686/locale.gen.txt |   23 +
 testing-x86_64/PKGBUILD |  155 ++
 testing-x86_64/glibc-2.22-roundup.patch |  666 ++
 testing-x86_64/glibc.install|   22 
 testing-x86_64/locale-gen   |   42 +
 testing-x86_64/locale.gen.txt   |   23 +
 10 files changed, 1816 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 245173:245174 to see the changes.


[arch-commits] Commit in tt-rss/trunk (PKGBUILD tt-rss.install)

2015-09-01 Thread Anatol Pomozov
Date: Wednesday, September 2, 2015 @ 06:30:34
  Author: anatolik
Revision: 139088

Move config.php configuration file into backup()

Remove useless install script

Modified:
  tt-rss/trunk/PKGBUILD
Deleted:
  tt-rss/trunk/tt-rss.install

+
 PKGBUILD   |   14 ++
 tt-rss.install |3 ---
 2 files changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-02 03:41:15 UTC (rev 139087)
+++ PKGBUILD2015-09-02 04:30:34 UTC (rev 139088)
@@ -9,15 +9,15 @@
 pkgrel=1
 epoch=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
-arch=('any')
-url='http://tt-rss.org/redmine/'
-license=('GPL')
-depends=('php')
+arch=(any)
+url='http://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php)
 optdepends=('mysql'
 'postgresql'
 'php-gd: for coloured feed badges')
 makedepends=('git')
-install=tt-rss.install
 _commit=2606a4e3aec72d8d0d8e5170c9ee2dfea25b9111
 # periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
 source=(git+https://tt-rss.org/git/tt-rss.git#commit=$_commit
@@ -36,10 +36,8 @@
 
   install -d "$_instdir"
   cp -ra * "$_instdir/"
-  rm -rf "$_instdir"/debian
 
-  install -d "$pkgdir"/etc/webapps/tt-rss
-  install -gm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php-dist
+  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
   ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
 
   install -d "$pkgdir"/var/lib/tt-rss

Deleted: tt-rss.install
===
--- tt-rss.install  2015-09-02 03:41:15 UTC (rev 139087)
+++ tt-rss.install  2015-09-02 04:30:34 UTC (rev 139088)
@@ -1,3 +0,0 @@
-post_upgrade() {
-echo "===> Update config.php with new configuration data from 
config.php-dist if necessary."
-}


[arch-commits] Commit in progress/trunk (PKGBUILD)

2015-09-01 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 05:40:38
  Author: fyan
Revision: 139086

upgpkg: progress 0.9-1

Modified:
  progress/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 21:26:07 UTC (rev 139085)
+++ PKGBUILD2015-09-02 03:40:38 UTC (rev 139086)
@@ -6,7 +6,7 @@
 
 pkgname=progress
 pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.8
+pkgver=0.9
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2015-09-01 Thread Felix Yan
Date: Wednesday, September 2, 2015 @ 05:41:15
  Author: fyan
Revision: 139087

archrelease: copy trunk to community-i686, community-x86_64

Added:
  progress/repos/community-i686/PKGBUILD
(from rev 139086, progress/trunk/PKGBUILD)
  progress/repos/community-x86_64/PKGBUILD
(from rev 139086, progress/trunk/PKGBUILD)
Deleted:
  progress/repos/community-i686/PKGBUILD
  progress/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 03:40:38 UTC (rev 139086)
+++ community-i686/PKGBUILD 2015-09-02 03:41:15 UTC (rev 139087)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andy Weidenbaum 
-# Contributor: Aurélien Chabot 
-# Contributor: Étienne Deparis 
-
-pkgname=progress
-pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.8
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="https://github.com/Xfennec/progress;
-depends=('ncurses')
-makedepends=('git')
-replaces=('cv')
-source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-i686/PKGBUILD (from rev 139086, 
progress/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 03:41:15 UTC (rev 139087)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+# Contributor: Aurélien Chabot 
+# Contributor: Étienne Deparis 
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.9
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-02 03:40:38 UTC (rev 139086)
+++ community-x86_64/PKGBUILD   2015-09-02 03:41:15 UTC (rev 139087)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andy Weidenbaum 
-# Contributor: Aurélien Chabot 
-# Contributor: Étienne Deparis 
-
-pkgname=progress
-pkgdesc="Shows running coreutils basic commands and displays stats"
-pkgver=0.8
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="https://github.com/Xfennec/progress;
-depends=('ncurses')
-makedepends=('git')
-replaces=('cv')
-source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 139086, 
progress/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-02 03:41:15 UTC (rev 139087)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andy Weidenbaum 
+# Contributor: Aurélien Chabot 
+# Contributor: Étienne Deparis 
+
+pkgname=progress
+pkgdesc="Shows running coreutils basic commands and displays stats"
+pkgver=0.9
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=("git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}


[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2015-09-01 Thread Felix Yan
Date: Tuesday, September 1, 2015 @ 17:11:56
  Author: fyan
Revision: 245177

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
(from rev 245176, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
(from rev 245176, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 245176, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 245176, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   88 +
 /perl-xml-libxml.install |   32 
 extra-i686/PKGBUILD  |   43 
 extra-i686/perl-xml-libxml.install   |   16 --
 extra-x86_64/PKGBUILD|   43 
 extra-x86_64/perl-xml-libxml.install |   16 --
 6 files changed, 120 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-01 15:11:29 UTC (rev 245176)
+++ extra-i686/PKGBUILD 2015-09-01 15:11:56 UTC (rev 245177)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxml
-pkgver=2.0121
-pkgrel=2
-pkgdesc="Interface to the libxml library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=perl-xml-libxml.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('1544ab9ac110f5da296015346561ce02')
-
-build() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd "$srcdir"/XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"/
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-xml-libxml/repos/extra-i686/PKGBUILD (from rev 245176, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-01 15:11:56 UTC (rev 245177)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0122
+pkgrel=1
+pkgdesc="Interface to the libxml library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('8bf504427a44ed6b84be807b55684271')
+
+build() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"/
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-i686/perl-xml-libxml.install
===
--- extra-i686/perl-xml-libxml.install  2015-09-01 15:11:29 UTC (rev 245176)
+++ extra-i686/perl-xml-libxml.install  2015-09-01 15:11:56 UTC (rev 245177)
@@ -1,16 +0,0 @@
-post_install() {
-  echo ":: Installing SAX XML Parsers"
- 

[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:17:39
  Author: spupykin
Revision: 139063

upgpkg: phpmyadmin 4.4.14-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:17:34 UTC (rev 139062)
+++ PKGBUILD2015-09-01 15:17:39 UTC (rev 139063)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.4.13.1
+pkgver=4.4.14
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('be8ab49694ce0ea97a14143a68a5ea42')
+md5sums=('f069992869d4c901c4265b232be762dd')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:17:20
  Author: spupykin
Revision: 139061

upgpkg: phoronix-test-suite 5.8.1-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:17:07 UTC (rev 139060)
+++ PKGBUILD2015-09-01 15:17:20 UTC (rev 139061)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder 
 
 pkgname=phoronix-test-suite
-pkgver=5.8.0
+pkgver=5.8.1
 pkgrel=1
 pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
 arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('14c7e0e6797e0b4211b5436daba886c1')
+md5sums=('262de24538141bdecd1d792dc0beb1e4')
 
 package() {
   cd $srcdir/phoronix-test-suite


[arch-commits] Commit in arandr/repos/community-any (PKGBUILD PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:16:34
  Author: spupykin
Revision: 139058

archrelease: copy trunk to community-any

Added:
  arandr/repos/community-any/PKGBUILD
(from rev 139057, arandr/trunk/PKGBUILD)
Deleted:
  arandr/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 15:15:40 UTC (rev 139057)
+++ PKGBUILD2015-09-01 15:16:34 UTC (rev 139058)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Clément DEMOULINS 
-
-pkgname=arandr
-pkgver=0.1.7.1
-pkgrel=3
-pkgdesc="Provide a simple visual front end for XRandR 1.2."
-arch=('any')
-url="http://christian.amsuess.com/tools/arandr/;
-license=('GPL3')
-depends=('pygtk' 'xorg-xrandr')
-makedepends=('python2-docutils')
-source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('b99c596827558f50b25a3972455237e4')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: arandr/repos/community-any/PKGBUILD (from rev 139057, 
arandr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-01 15:16:34 UTC (rev 139058)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Clément DEMOULINS 
+
+pkgname=arandr
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="Provide a simple visual front end for XRandR 1.2."
+arch=('any')
+url="http://christian.amsuess.com/tools/arandr/;
+license=('GPL3')
+depends=('pygtk' 'xorg-xrandr')
+makedepends=('python2-docutils')
+source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
+md5sums=('9e1e1b83afcb3e22ac4f0545d80af9f8')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}


[arch-commits] Commit in arandr/trunk (PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:15:40
  Author: spupykin
Revision: 139057

upgpkg: arandr 0.1.8-1

upd

Modified:
  arandr/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 11:16:35 UTC (rev 139056)
+++ PKGBUILD2015-09-01 15:15:40 UTC (rev 139057)
@@ -3,8 +3,8 @@
 # Maintainer: Clément DEMOULINS 
 
 pkgname=arandr
-pkgver=0.1.7.1
-pkgrel=3
+pkgver=0.1.8
+pkgrel=1
 pkgdesc="Provide a simple visual front end for XRandR 1.2."
 arch=('any')
 url="http://christian.amsuess.com/tools/arandr/;
@@ -12,7 +12,7 @@
 depends=('pygtk' 'xorg-xrandr')
 makedepends=('python2-docutils')
 
source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('b99c596827558f50b25a3972455237e4')
+md5sums=('9e1e1b83afcb3e22ac4f0545d80af9f8')
 
 package() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in phpmyadmin/repos/community-any (PKGBUILD PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:17:55
  Author: spupykin
Revision: 139064

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 139063, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 15:17:39 UTC (rev 139063)
+++ PKGBUILD2015-09-01 15:17:55 UTC (rev 139064)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.4.13.1
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('be8ab49694ce0ea97a14143a68a5ea42')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 139063, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-01 15:17:55 UTC (rev 139064)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.4.14
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+md5sums=('f069992869d4c901c4265b232be762dd')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:17:34
  Author: spupykin
Revision: 139062

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 139061, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 139061, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   54 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 15:17:20 UTC (rev 139061)
+++ PKGBUILD2015-09-01 15:17:34 UTC (rev 139062)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Schönfelder 
-
-pkgname=phoronix-test-suite
-pkgver=5.8.0
-pkgrel=1
-pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
-arch=('any')
-license=('GPL3')
-url="http://www.phoronix-test-suite.com/;
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('14c7e0e6797e0b4211b5436daba886c1')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -dm755 $pkgdir/usr/share/phoronix-test-suite
-  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
-  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 139061, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-01 15:17:34 UTC (rev 139062)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Schönfelder 
+
+pkgname=phoronix-test-suite
+pkgver=5.8.1
+pkgrel=1
+pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
+arch=('any')
+license=('GPL3')
+url="http://www.phoronix-test-suite.com/;
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('262de24538141bdecd1d792dc0beb1e4')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2015-09-01 15:17:20 UTC (rev 139061)
+++ phoronix-test-suite.install 2015-09-01 15:17:34 UTC (rev 139062)
@@ -1,12 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Add / to the open_basedir list or comment this variable out."
-  echo ">>> - Enable zip.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
-  echo ">>> extension=zip.so"
-  echo ">>>"
-  echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 139061, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2015-09-01 15:17:34 UTC (rev 139062)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Add / to the open_basedir list or comment this variable out."
+  echo ">>> - Enable zip.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
+  echo ">>> extension=zip.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}


[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD)

2015-09-01 Thread Felix Yan
Date: Tuesday, September 1, 2015 @ 17:11:29
  Author: fyan
Revision: 245176

upgpkg: perl-xml-libxml 2.0122-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 14:27:42 UTC (rev 245175)
+++ PKGBUILD2015-09-01 15:11:29 UTC (rev 245176)
@@ -5,19 +5,20 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxml
-pkgver=2.0121
-pkgrel=2
+pkgver=2.0122
+pkgrel=1
 pkgdesc="Interface to the libxml library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/XML-LibXML;
 license=('GPL')
 depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace')
 provides=('perl-libxml' 'perl-xml-libxml-common')
 replaces=('perl-libxml' 'perl-xml-libxml-common')
 options=('!emptydirs')
 install=perl-xml-libxml.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('1544ab9ac110f5da296015346561ce02')
+md5sums=('8bf504427a44ed6b84be807b55684271')
 
 build() {
   cd "$srcdir"/XML-LibXML-$pkgver


[arch-commits] Commit in sdlmame/trunk (PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:18:05
  Author: spupykin
Revision: 139065

upgpkg: sdlmame 0.165-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:17:55 UTC (rev 139064)
+++ PKGBUILD2015-09-01 15:18:05 UTC (rev 139065)
@@ -4,7 +4,7 @@
 # Maintainer: JJDaNiMoTh 
 
 pkgname=sdlmame
-pkgver=0.164
+pkgver=0.165
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/;
@@ -17,7 +17,7 @@
"sdlmame.sh"
"extras.tar.gz"
${_patches})
-md5sums=('d580d14bc6abb120787817ee184f0352'
+md5sums=('54a52f3f4f9b1c433f4afb091a3e32be'
  '0cced0fe9868cc56129600fb4bd5b9ed'
  '420b61240bf5ae11615ba7c6100ee00d')
 


[arch-commits] Commit in glusterfs/trunk (PKGBUILD)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:16:38
  Author: spupykin
Revision: 139059

upgpkg: glusterfs 3.7.4-1

upd

Modified:
  glusterfs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:16:34 UTC (rev 139058)
+++ PKGBUILD2015-09-01 15:16:38 UTC (rev 139059)
@@ -5,7 +5,7 @@
 #   henning mueller 
 
 pkgname=glusterfs
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
'glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('bb7a9fa5181a4ded7704d6cc1ca959b2')
+md5sums=('3e2ab64a35a54a43413c2d88971fe32b')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in glusterfs/repos (8 files)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:17:07
  Author: spupykin
Revision: 139060

archrelease: copy trunk to community-i686, community-x86_64

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 139059, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 139059, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 139059, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 139059, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 15:16:38 UTC (rev 139059)
+++ community-i686/PKGBUILD 2015-09-01 15:17:07 UTC (rev 139060)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.3
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('bb7a9fa5181a4ded7704d6cc1ca959b2')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 139059, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 15:17:07 UTC (rev 139060)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.4
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('3e2ab64a35a54a43413c2d88971fe32b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

[arch-commits] Commit in sdlmame/repos/community-i686 (8 files)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:18:28
  Author: spupykin
Revision: 139066

archrelease: copy trunk to community-i686

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 139065, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 139065, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 139065, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 139065, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh

-+
 PKGBUILD|  172 +++---
 sdlmame.install |   16 ++---
 sdlmame.sh  |  112 +--
 3 files changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 15:18:05 UTC (rev 139065)
+++ PKGBUILD2015-09-01 15:18:28 UTC (rev 139066)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.164
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("mame${pkgver/./}s.zip::http://mamedev.org/downloader.php?file=mame${pkgver/./}/mame${pkgver/./}s.zip;
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('d580d14bc6abb120787817ee184f0352'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip
-#  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
"_arg_"
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  install -m644 $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 src/osd/sdl/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-
-  # Include the license
-  install -Dm644 docs/mamelicense.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a $srcdir/docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-i686/PKGBUILD (from rev 139065, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-01 15:18:28 UTC (rev 139066)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: robb_force 
+# 

[arch-commits] Commit in mate-polkit/repos (4 files)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 17:46:09
  Author: flexiondotorg
Revision: 139068

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-polkit/repos/community-i686/PKGBUILD
(from rev 139067, mate-polkit/trunk/PKGBUILD)
  mate-polkit/repos/community-x86_64/PKGBUILD
(from rev 139067, mate-polkit/trunk/PKGBUILD)
Deleted:
  mate-polkit/repos/community-i686/PKGBUILD
  mate-polkit/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  130 
 community-i686/PKGBUILD   |   65 --
 community-x86_64/PKGBUILD |   65 --
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 15:45:57 UTC (rev 139067)
+++ community-i686/PKGBUILD 2015-09-01 15:46:09 UTC (rev 139068)
@@ -1,65 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-pkgbase=mate-polkit
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="PolicyKit integration for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk2' 'gtk3' 'polkit')
-makedepends=('gobject-introspection' 'mate-common')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8e8e641a1e6867a5543b5cf25505db0f5c9a4663')
-
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
-build() {
-cd "${srcdir}/${pkgbase}-gtk2"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=2.0 \
---enable-introspection \
---disable-static
-make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package_mate-polkit() {
-pkgdesc+=' (GTK2 version)'
-groups=('mate')
-conflicts=("${pkgbase}-gtk3")
-depends=('gtk2' 'polkit')
-
-cd "${srcdir}/${pkgbase}-gtk2"
-make DESTDIR="${pkgdir}" install
-}
-
-package_mate-polkit-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-depends=('gtk3' 'polkit')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-polkit/repos/community-i686/PKGBUILD (from rev 139067, 
mate-polkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 15:46:09 UTC (rev 139068)
@@ -0,0 +1,65 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+pkgbase=mate-polkit
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk2' 'gtk3' 'polkit')
+makedepends=('gobject-introspection' 'mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ccdb689c4baa09aba251662b31e016aa233e7191')
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-introspection \
+--disable-static
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package_mate-polkit() {
+pkgdesc+=' (GTK2 version)'
+groups=('mate')
+conflicts=("${pkgbase}-gtk3")
+depends=('gtk2' 'polkit')
+
+cd "${srcdir}/${pkgbase}-gtk2"
+make DESTDIR="${pkgdir}" install
+}
+
+package_mate-polkit-gtk3() {
+pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
+groups=('mate-gtk3')
+conflicts=("${pkgbase}")
+depends=('gtk3' 'polkit')
+
+cd "${srcdir}/${pkgbase}-gtk3"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-01 15:45:57 UTC (rev 139067)
+++ community-x86_64/PKGBUILD   2015-09-01 15:46:09 UTC (rev 139068)
@@ -1,65 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10

[arch-commits] Commit in mate-utils/trunk (PKGBUILD)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 17:49:55
  Author: flexiondotorg
Revision: 139070

upgpkg: mate-utils 1.10.3-1 - New upstream release

Modified:
  mate-utils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:47:52 UTC (rev 139069)
+++ PKGBUILD2015-09-01 15:49:55 UTC (rev 139070)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-utils
 pkgname=(${_pkgbase})
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
 url="http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
+sha1sums=('30ce3198bfac97898129bcadc0266d2e5278dbbb')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-polkit/trunk (PKGBUILD)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 17:45:57
  Author: flexiondotorg
Revision: 139067

upgpkg: mate-polkit 1.10.1-1 - New upstream release

Modified:
  mate-polkit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:18:28 UTC (rev 139066)
+++ PKGBUILD2015-09-01 15:45:57 UTC (rev 139067)
@@ -3,7 +3,7 @@
 _ver=1.10
 pkgbase=mate-polkit
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="PolicyKit integration for the MATE desktop"
 url="http://mate-desktop.org;
@@ -12,7 +12,7 @@
 depends=('gtk2' 'gtk3' 'polkit')
 makedepends=('gobject-introspection' 'mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8e8e641a1e6867a5543b5cf25505db0f5c9a4663')
+sha1sums=('ccdb689c4baa09aba251662b31e016aa233e7191')
 
 prepare() {
 cd "${srcdir}"


[arch-commits] Commit in mate-utils/repos (8 files)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 17:50:03
  Author: flexiondotorg
Revision: 139071

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-utils/repos/community-i686/PKGBUILD
(from rev 139070, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-i686/mate-utils.install
(from rev 139070, mate-utils/trunk/mate-utils.install)
  mate-utils/repos/community-x86_64/PKGBUILD
(from rev 139070, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-x86_64/mate-utils.install
(from rev 139070, mate-utils/trunk/mate-utils.install)
Deleted:
  mate-utils/repos/community-i686/PKGBUILD
  mate-utils/repos/community-i686/mate-utils.install
  mate-utils/repos/community-x86_64/PKGBUILD
  mate-utils/repos/community-x86_64/mate-utils.install

-+
 /PKGBUILD   |   76 ++
 /mate-utils.install |   24 ++
 community-i686/PKGBUILD |   38 -
 community-i686/mate-utils.install   |   12 -
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/mate-utils.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 15:49:55 UTC (rev 139070)
+++ community-i686/PKGBUILD 2015-09-01 15:50:03 UTC (rev 139071)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
-optdepends=('mate-panel: Look up words in dictionaries from the panel'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---sysconfdir=/etc \
---enable-deprecated \
---disable-maintainer-flags \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 139070, 
mate-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 15:50:03 UTC (rev 139071)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('30ce3198bfac97898129bcadc0266d2e5278dbbb')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--sysconfdir=/etc \
+--enable-deprecated \
+--disable-maintainer-flags \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-utils.install
===
--- community-i686/mate-utils.install   2015-09-01 15:49:55 UTC (rev 139070)
+++ community-i686/mate-utils.install   2015-09-01 15:50:03 UTC (rev 139071)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-utils/repos/community-i686/mate-utils.install (from rev 139070, 
mate-utils/trunk/mate-utils.install)

[arch-commits] Commit in mate-utils-gtk3/repos (8 files)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 17:54:16
  Author: flexiondotorg
Revision: 139073

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-utils-gtk3/repos/community-i686/PKGBUILD
(from rev 139072, mate-utils-gtk3/trunk/PKGBUILD)
  mate-utils-gtk3/repos/community-i686/mate-utils.install
(from rev 139072, mate-utils-gtk3/trunk/mate-utils.install)
  mate-utils-gtk3/repos/community-x86_64/PKGBUILD
(from rev 139072, mate-utils-gtk3/trunk/PKGBUILD)
  mate-utils-gtk3/repos/community-x86_64/mate-utils.install
(from rev 139072, mate-utils-gtk3/trunk/mate-utils.install)
Deleted:
  mate-utils-gtk3/repos/community-i686/PKGBUILD
  mate-utils-gtk3/repos/community-i686/mate-utils.install
  mate-utils-gtk3/repos/community-x86_64/PKGBUILD
  mate-utils-gtk3/repos/community-x86_64/mate-utils.install

-+
 /PKGBUILD   |   76 ++
 /mate-utils.install |   24 ++
 community-i686/PKGBUILD |   38 -
 community-i686/mate-utils.install   |   12 -
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/mate-utils.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 15:54:09 UTC (rev 139072)
+++ community-i686/PKGBUILD 2015-09-01 15:54:16 UTC (rev 139073)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=mate-utils
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version 
[EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel-gtk3>=1.10' 'rarian' 'yelp-tools')
-optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---sysconfdir=/etc \
---enable-deprecated \
---disable-maintainer-flags \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils-gtk3/repos/community-i686/PKGBUILD (from rev 139072, 
mate-utils-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 15:54:16 UTC (rev 139073)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.3
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version 
[EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel-gtk3>=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('30ce3198bfac97898129bcadc0266d2e5278dbbb')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--sysconfdir=/etc \
+--enable-deprecated \
+--disable-maintainer-flags \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-utils.install
===
--- community-i686/mate-utils.install   2015-09-01 15:54:09 UTC (rev 139072)
+++ community-i686/mate-utils.install   2015-09-01 15:54:16 UTC (rev 139073)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

[arch-commits] Commit in mate-utils-gtk3/trunk (PKGBUILD)

2015-09-01 Thread Martin Wimpress
Date: Tuesday, September 1, 2015 @ 17:54:09
  Author: flexiondotorg
Revision: 139072

upgpkg: mate-utils-gtk3 1.10.3-1 - New upstream release

Modified:
  mate-utils-gtk3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 15:50:03 UTC (rev 139071)
+++ PKGBUILD2015-09-01 15:54:09 UTC (rev 139072)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-utils
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.2
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version 
[EXPERIMENTAL])"
 url="http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
+sha1sums=('30ce3198bfac97898129bcadc0266d2e5278dbbb')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in sdlmame/repos/community-x86_64 (8 files)

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:47:52
  Author: spupykin
Revision: 139069

archrelease: copy trunk to community-x86_64

Added:
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 139068, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 139068, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 139068, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 139068, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

-+
 PKGBUILD|  172 +++---
 sdlmame.install |   16 ++---
 sdlmame.sh  |  112 +--
 3 files changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-01 15:46:09 UTC (rev 139068)
+++ PKGBUILD2015-09-01 15:47:52 UTC (rev 139069)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.164
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("mame${pkgver/./}s.zip::http://mamedev.org/downloader.php?file=mame${pkgver/./}/mame${pkgver/./}s.zip;
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('d580d14bc6abb120787817ee184f0352'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip
-#  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
"_arg_"
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  install -m644 $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 src/osd/sdl/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-
-  # Include the license
-  install -Dm644 docs/mamelicense.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
-
-  # FS#28203
-  sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-  sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' $pkgdir/usr/share/sdlmame/ctrlr/*.cfg
-
-  find $pkgdir -type f -exec strip {} \;
-
-  # documentation
-  install -dm0755 $pkgdir/usr/share/doc
-  cp -a $srcdir/docs $pkgdir/usr/share/doc/$pkgname
-}

Copied: sdlmame/repos/community-x86_64/PKGBUILD (from rev 139068, 
sdlmame/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-01 15:47:52 UTC (rev 139069)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: robb_force