[arch-commits] Commit in libzip/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 04:58:12
  Author: lcarlier
Revision: 323164

archrelease: copy trunk to testing-x86_64

Added:
  libzip/repos/testing-x86_64/
  libzip/repos/testing-x86_64/PKGBUILD
(from rev 323163, libzip/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: libzip/repos/testing-x86_64/PKGBUILD (from rev 323163, 
libzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-30 04:58:12 UTC (rev 323164)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="https://libzip.org;
+license=('BSD')
+arch=('x86_64')
+depends=('zlib' 'bzip2' 'openssl')
+makedepends=('cmake')
+source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+..
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"/build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Monday, April 30, 2018 @ 04:58:06
  Author: lcarlier
Revision: 323163

upgpkg: libzip 1.5.1-1

upstream update 1.5.1

Modified:
  libzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 03:20:05 UTC (rev 323162)
+++ PKGBUILD2018-04-30 04:58:06 UTC (rev 323163)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libzip
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="https://libzip.org;
@@ -12,7 +12,7 @@
 depends=('zlib' 'bzip2' 'openssl')
 makedepends=('cmake')
 source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('5ddb9b41d31b2f99ad4d512003c610ae2db70e222833aba6f9332d5b48a153d9')
+sha256sums=('04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in xz/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-29 Thread Pierre Schmitz via arch-commits
Date: Monday, April 30, 2018 @ 03:20:05
  Author: pierre
Revision: 323162

archrelease: copy trunk to testing-x86_64

Added:
  xz/repos/testing-x86_64/
  xz/repos/testing-x86_64/PKGBUILD
(from rev 323161, xz/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: xz/repos/testing-x86_64/PKGBUILD (from rev 323161, xz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-30 03:20:05 UTC (rev 323162)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: François Charette 
+
+pkgname=xz
+pkgver=5.2.4
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('x86_64')
+url='https://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('5ace3264bdd00c65eeec2891346f65e6'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}


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

2018-04-29 Thread Pierre Schmitz via arch-commits
Date: Monday, April 30, 2018 @ 03:19:49
  Author: pierre
Revision: 323161

upgpkg: xz 5.2.4-1

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:39:07 UTC (rev 323160)
+++ PKGBUILD2018-04-30 03:19:49 UTC (rev 323161)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=xz
-pkgver=5.2.3
+pkgver=5.2.4
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL' 'custom')
 depends=('sh')
 source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('ef68674fb47a8b8e741b34e429d86e9d'
+md5sums=('5ace3264bdd00c65eeec2891346f65e6'
  'SKIP')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
 


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

2018-04-29 Thread Christian Rebischke via arch-commits
Date: Monday, April 30, 2018 @ 00:56:24
  Author: shibumi
Revision: 318469

upgpkg: python-btchip 0.1.27-1

Modified:
  python-btchip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 20:04:01 UTC (rev 318468)
+++ PKGBUILD2018-04-30 00:56:24 UTC (rev 318469)
@@ -5,7 +5,7 @@
 
 pkgbase=python-btchip
 pkgname=('python-btchip' "python2-btchip")
-pkgver=0.1.26
+pkgver=0.1.27
 pkgrel=1
 pkgdesc="Python library to communicate with BTChip dongle"
 arch=('any')
@@ -14,7 +14,7 @@
 url="https://github.com/LedgerHQ/btchip-python;
 license=('Apache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz;)
-sha256sums=('482df6d331db3855b48873bc4e82182a25f79e79dee147f90b2b9e7c14eef12a')
+sha256sums=('1114b90f0fd56138dd320b94083ad05c5032a01d6008344479268b8f8e4e9110')
 
 prepare() {
   cp -r "btchip-python-$pkgver" "btchip-python2-$pkgver"


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

2018-04-29 Thread Christian Rebischke via arch-commits
Date: Monday, April 30, 2018 @ 00:56:31
  Author: shibumi
Revision: 318470

archrelease: copy trunk to community-any

Added:
  python-btchip/repos/community-any/PKGBUILD
(from rev 318469, python-btchip/trunk/PKGBUILD)
Deleted:
  python-btchip/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-30 00:56:24 UTC (rev 318469)
+++ PKGBUILD2018-04-30 00:56:31 UTC (rev 318470)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Christian Rebischke 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-btchip
-pkgname=('python-btchip' "python2-btchip")
-pkgver=0.1.26
-pkgrel=1
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('btchip-udev: access BTChip as non-root user')
-url="https://github.com/LedgerHQ/btchip-python;
-license=('Apache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz;)
-sha256sums=('482df6d331db3855b48873bc4e82182a25f79e79dee147f90b2b9e7c14eef12a')
-
-prepare() {
-  cp -r "btchip-python-$pkgver" "btchip-python2-$pkgver"
-}
-
-build() {
-  cd "btchip-python-$pkgver"
-  python setup.py build
-
-  cd "../btchip-python2-$pkgver"
-  python2 setup.py build
-}
-
-package_python-btchip() {
-  depends=('python-hidapi')
-
-  cd "btchip-python-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-btchip() {
-  depends=('python2-hidapi')
-
-  cd "btchip-python2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-

Copied: python-btchip/repos/community-any/PKGBUILD (from rev 318469, 
python-btchip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-30 00:56:31 UTC (rev 318470)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-btchip
+pkgname=('python-btchip' "python2-btchip")
+pkgver=0.1.27
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz;)
+sha256sums=('1114b90f0fd56138dd320b94083ad05c5032a01d6008344479268b8f8e4e9110')
+
+prepare() {
+  cp -r "btchip-python-$pkgver" "btchip-python2-$pkgver"
+}
+
+build() {
+  cd "btchip-python-$pkgver"
+  python setup.py build
+
+  cd "../btchip-python2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-btchip() {
+  depends=('python-hidapi')
+
+  cd "btchip-python-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-btchip() {
+  depends=('python2-hidapi')
+
+  cd "btchip-python2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:39:07
  Author: remy
Revision: 323160

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD |   54 +
 texlive-science.fmts |1 
 texlive-science.maps |3 ++
 3 files changed, 58 insertions(+)

Copied: texlive-science/repos/testing-any/PKGBUILD (from rev 323159, 
texlive-science/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:39:07 UTC (rev 323160)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-science
+pkgver=2018.47412
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for mathematics, 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"
+"$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('e53cd087583008a67b96b37711831a23fb1202780bf18b021bafd51169429df9'
+'1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
+'1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
+
+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 -m644 $pkgname.fmts $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.fmts (from rev 
323159, texlive-science/trunk/texlive-science.fmts)
===
--- testing-any/texlive-science.fmts(rev 0)
+++ testing-any/texlive-science.fmts2018-04-29 22:39:07 UTC (rev 323160)
@@ -0,0 +1 @@
+amstex pdftex - -translate-file=cp227.tcx *amstex.ini

Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 
323159, texlive-science/trunk/texlive-science.maps)
===
--- testing-any/texlive-science.maps(rev 0)
+++ testing-any/texlive-science.maps2018-04-29 22:39:07 UTC (rev 323160)
@@ -0,0 +1,3 @@
+Map chemarrow.map
+MixedMap stmaryrd.map
+MixedMap yhmath.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:39:01
  Author: remy
Revision: 323159

upgpkg: texlive-science 2018.47412-1

- upgrade package aligned-overset 46479 -> 47290
- upgrade package amstex 45678 -> 47198
- upgrade package axodraw2 46690 -> 47311
- new package chemsec
- new package jkmath
- upgrade package nicematrix 46747 -> 47232
- upgrade package nucleardata 42307 -> 47307
- upgrade package polexpr 46789 -> 47412
- upgrade package siunitx 45915 -> 47045
- new package statmath
- new package structmech
- upgrade package struktex 44789 -> 46873

Modified:
  texlive-science/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:38:12 UTC (rev 323158)
+++ PKGBUILD2018-04-29 22:39:01 UTC (rev 323159)
@@ -2,13 +2,14 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-science
-pkgver=2017.46789
-_revnr=${pkgver#2017.}
+pkgver=2018.47412
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Typesetting for mathematics, 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;
@@ -15,7 +16,7 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('1f7af4692b44cd23d3ab2732109ee124eef3a93ae4b8552695eb0d9040f08060'
+sha256sums=('e53cd087583008a67b96b37711831a23fb1202780bf18b021bafd51169429df9'
 '1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
 '1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
 
@@ -48,5 +49,6 @@
  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
 }


[arch-commits] Commit in texlive-pstricks/repos (testing-any testing-any/PKGBUILD)

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:37:44
  Author: remy
Revision: 323157

archrelease: copy trunk to testing-any

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

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

Copied: texlive-pstricks/repos/testing-any/PKGBUILD (from rev 323156, 
texlive-pstricks/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:37:44 UTC (rev 323157)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2018.47400
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('fbb1eab11f25b9d9471cb9370c6169657b854925222a866b47ff23acf1e318a7')
+
+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
+   rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+   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
+   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf $pkgdir/usr/bin/ps4pdf
+}


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:38:12
  Author: remy
Revision: 323158

upgpkg: texlive-publishers 2018.47473-1

- upgrade package acmart 46563 -> 47404
- upgrade package cquthesis 44476 -> 46863
- upgrade package gzt 43254 -> 47381
- upgrade package hecthese 45953 -> 47473
- upgrade package jacow 40523 -> 47287
- upgrade package novel 46301 -> 47361
- upgrade package nwejm 44131 -> 47411
- new package thucoursework

Modified:
  texlive-publishers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:37:44 UTC (rev 323157)
+++ PKGBUILD2018-04-29 22:38:12 UTC (rev 323158)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-publishers
-pkgver=2017.46790
-_revnr=${pkgver#2017.}
+pkgver=2018.47473
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('e58001f6877318bdcda28a08066a1013daaa0d8b3359142e9a94f2e1ae23c269')
+sha256sums=('3bb820de17d0351bb2d85aebd3fbe6382e5eb14bcf7f8fb6060bdddc369934a7')
 
 build() {
cd "$srcdir"


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:37:41
  Author: remy
Revision: 323156

upgpkg: texlive-pstricks 2018.47400-1

- upgrade package pst-func 45112 -> 47400
- upgrade package pst-plot 46667 -> 47163

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:36:37 UTC (rev 323155)
+++ PKGBUILD2018-04-29 22:37:41 UTC (rev 323156)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pstricks
-pkgver=2017.46667
-_revnr=${pkgver#2017.}
+pkgver=2018.47400
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('0e03525ceb204a9b281fbeb7de0cea3f5357947639892a231d6cefeb496156d1')
+sha256sums=('fbb1eab11f25b9d9471cb9370c6169657b854925222a866b47ff23acf1e318a7')
 
 build() {
for p in *.tar.xz; do


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:36:34
  Author: remy
Revision: 323154

upgpkg: texlive-pictures 2018.47373-1

- upgrade package adigraph 46659 -> 47148
- upgrade package chemfig 44513 -> 47329
- upgrade package dynkin-diagrams 46600 -> 46821
- new package graph35
- upgrade package pgfplots 44469 -> 47373
- upgrade package scratch 46171 -> 47360
- upgrade package tikz-karnaugh 46278 -> 47026
- upgrade package tikzcodeblocks 44841 -> 47265
- upgrade package tikzducks 45893 -> 47289

Modified:
  texlive-pictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:36:00 UTC (rev 323153)
+++ PKGBUILD2018-04-29 22:36:34 UTC (rev 323154)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pictures
-pkgver=2017.46740
-_revnr=${pkgver#2017.}
+pkgver=2018.47373
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
 license=('GPL')
@@ -15,7 +15,7 @@
 "$pkgname.maps"
 "xypdf-rev1.21.patch")
 options=('!emptydirs')
-sha256sums=('2dccd8d34c097dedd3dba8f8f26f141afd5bc90f86d5f6106f39e993fe8144c1'
+sha256sums=('dfb1ff80215345a534e46609f64ebd08fa5b0f277f24d17d06fdaeebd6a0bc5b'
 '847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
 '4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
 


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:36:37
  Author: remy
Revision: 323155

archrelease: copy trunk to testing-any

Added:
  texlive-pictures/repos/testing-any/
  texlive-pictures/repos/testing-any/PKGBUILD
(from rev 323154, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/testing-any/texlive-pictures.maps
(from rev 323154, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/testing-any/xypdf-rev1.21.patch
(from rev 323154, texlive-pictures/trunk/xypdf-rev1.21.patch)

---+
 PKGBUILD  |   68 ++
 texlive-pictures.maps |2 
 xypdf-rev1.21.patch   |  299 
 3 files changed, 369 insertions(+)

Copied: texlive-pictures/repos/testing-any/PKGBUILD (from rev 323154, 
texlive-pictures/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:36:37 UTC (rev 323155)
@@ -0,0 +1,68 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2018.47373
+_revnr=${pkgver#2018.}
+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"
+"xypdf-rev1.21.patch")
+options=('!emptydirs')
+sha256sums=('dfb1ff80215345a534e46609f64ebd08fa5b0f277f24d17d06fdaeebd6a0bc5b'
+'847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
+'4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+
+   patch -Np1 -i "${srcdir}/xypdf-rev1.21.patch" -d 
"${srcdir}/tex/generic/xypic"
+}
+
+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
+petri-nets/pn2pdf
+"
+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 
323154, texlive-pictures/trunk/texlive-pictures.maps)
===
--- testing-any/texlive-pictures.maps   (rev 0)
+++ testing-any/texlive-pictures.maps   2018-04-29 22:36:37 UTC (rev 323155)
@@ -0,0 +1,2 @@
+Map knitfont.map
+MixedMap xypic.map

Copied: texlive-pictures/repos/testing-any/xypdf-rev1.21.patch (from rev 
323154, texlive-pictures/trunk/xypdf-rev1.21.patch)
===
--- testing-any/xypdf-rev1.21.patch (rev 0)
+++ testing-any/xypdf-rev1.21.patch 2018-04-29 22:36:37 UTC (rev 323155)
@@ -0,0 +1,299 @@
+diff -u xypdf.orig/xypdf-co.tex xypdf/xypdf-co.tex
+--- xypdf.orig/xypdf-co.tex2016-11-19 12:24:53.457219331 +0100
 xypdf/xypdf-co.tex 2016-11-19 12:24:07.314492681 +0100
+@@ -8,7 +8,7 @@
+ %% 
+ %% The xypdf package for TeX and LaTeX
+ %% Copyright (c) 2010 by Daniel M�llner (M\"ullner)
+-%% 
++%% 
+ %% --
+ %% 
+ %% This program is free software: you can redistribute it and/or modify it
+@@ -64,28 +64,75 @@
+ \@ifdefinable\xP@colB\relax
+ \@ifdefinable\xP@colC\relax
+ \@ifdefinable\xP@colD\relax
++\@ifdefinable\xP@colE\relax
+ \xP@hook{color}{newxycolor}
+-\newcommand*\xP@newxycolor[2]{\def\xP@colorname{#1}\xP@parsecolor#2 @}

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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:36:00
  Author: remy
Revision: 323153

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   57 +++
 texlive-music.maps |1 
 2 files changed, 58 insertions(+)

Copied: texlive-music/repos/testing-any/PKGBUILD (from rev 323152, 
texlive-music/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:36:00 UTC (rev 323153)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-music
+pkgver=2018.47198
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('ab9633dd966e40566c342f737e965330bcf5690c077fce5b5bcef7ae26bf2a6a'
+'0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f')
+
+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/pmxchords/pmxchords.lua 
$pkgdir/usr/bin/pmxchords
+}

Copied: texlive-music/repos/testing-any/texlive-music.maps (from rev 323152, 
texlive-music/trunk/texlive-music.maps)
===
--- testing-any/texlive-music.maps  (rev 0)
+++ testing-any/texlive-music.maps  2018-04-29 22:36:00 UTC (rev 323153)
@@ -0,0 +1 @@
+MixedMap musix.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:35:57
  Author: remy
Revision: 323152

upgpkg: texlive-music 2018.47198-1

- upgrade package autosp 44166 -> 47198
- upgrade package gregoriotex 44502 -> 47133
- upgrade package lyluatex 46005 -> 46952
- upgrade package m-tx 44166 -> 47198
- upgrade package pmx 43869 -> 46823

Modified:
  texlive-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:35:21 UTC (rev 323151)
+++ PKGBUILD2018-04-29 22:35:57 UTC (rev 323152)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-music
-pkgver=2017.46141
-_revnr=${pkgver#2017.}
+pkgver=2018.47198
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Music typesetting packages"
 license=('GPL')
@@ -15,7 +15,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('b48dabaab5653df226bcacd6a01e5b9a4dd12add4bc5b37f5f174bddf519e97a'
+sha256sums=('ab9633dd966e40566c342f737e965330bcf5690c077fce5b5bcef7ae26bf2a6a'
 '0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:35:16
  Author: remy
Revision: 323150

upgpkg: texlive-latexextra 2018.47410-1

- upgrade package adjustbox 26555 -> 47405
- upgrade package adrconv 17683 -> 46817
- upgrade package bxtexlogo 45784 -> 47230
- upgrade package changebar 46540 -> 46919
- upgrade package cleveref 46581 -> 46847
- upgrade package crossreftools 46724 -> 47012
- upgrade package datetime2-basque 38287 -> 47064
- upgrade package datetime2-breton 36682 -> 47030
- upgrade package datetime2-bulgarian 36682 -> 47031
- upgrade package datetime2-catalan 36682 -> 47032
- upgrade package datetime2-czech 36682 -> 47033
- upgrade package datetime2-danish 36682 -> 47034
- upgrade package datetime2-dutch 36682 -> 47355
- upgrade package datetime2-esperanto 36682 -> 47356
- upgrade package datetime2-finnish 40237 -> 47047
- upgrade package dtxdescribe 42661 -> 47191
- new package duckuments
- upgrade package easyfig 26424 -> 47193
- upgrade package endfloat 24962 -> 47108
- upgrade package esami 45359 -> 46961
- new package exercisebank
- upgrade package factura 46053 -> 46949
- upgrade package fithesis 46614 -> 47409
- upgrade package glossaries 45821 -> 47357
- upgrade package glossaries-extra 46755 -> 47410
- new package handin
- new package intopdf
- upgrade package l3build 46706 -> 47135
- upgrade package mandi 46333 -> 47150
- upgrade package markdown 46265 -> 47397
- upgrade package media9 46766 -> 47333
- upgrade package modernposter 46214 -> 47269
- upgrade package morewrites 43945 -> 47306
- upgrade package mwe 46043 -> 47194
- upgrade package newunicodechar 28253 -> 47382
- new package nidanfloat
- upgrade package ocgx2 45430 -> 47334
- upgrade package pkgloader 45914 -> 47251
- upgrade package regexpatch 41204 -> 47233
- upgrade package standalone 37875 -> 47136
- upgrade package tabstackengine 42610 -> 46848
- upgrade package tcolorbox 46292 -> 47079
- upgrade package texvc 38809 -> 46844
- upgrade package unravel 38506 -> 47308
- upgrade package xint 46774 -> 46870
- upgrade package xsavebox 46335 -> 47177

Modified:
  texlive-latexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:34:44 UTC (rev 323149)
+++ PKGBUILD2018-04-29 22:35:16 UTC (rev 323150)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-latexextra
-pkgver=2017.46778
-_revnr=${pkgver#2017.}
+pkgver=2018.47410
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
 license=('GPL')
@@ -16,7 +16,6 @@
   'texlive-genericextra: to use the calctab package'
   'texlive-pictures: to use the package overpic'
   'java-environment: to use pdfannotextractor'
-  'python2-pygments: to use pygmentex'
 )
 groups=('texlive-most')
 url='http://tug.org/texlive/'
@@ -23,7 +22,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
 "$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('5059ee7d9df07f0da3ad04a818cf210554cedc80cb0fa69e5d6c88bde2f7c105'
+sha256sums=('ddb3546483ed925f965a7440377fe8cd8e82fd1b213dbda66afb1b1eb4bc77ad'
 'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
 
 build() {
@@ -58,13 +57,14 @@
 exceltex/exceltex
 glossaries/makeglossaries
 glossaries/makeglossaries-lite.lua
+l3build/l3build.lua
 makedtx/makedtx.pl
 pax/pdfannotextractor.pl
 perltex/perltex.pl
-pygmentex/pygmentex.py
 splitindex/splitindex.pl
 svn-multi/svn-multi.pl
 vpe/vpe.pl
+wordcount/wordcount.sh
 yplan/yplan
 "
 install -m755 -d "$pkgdir"/usr/bin


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:35:21
  Author: remy
Revision: 323151

archrelease: copy trunk to testing-any

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

-+
 PKGBUILD|   78 ++
 texlive-latexextra.maps |3 +
 2 files changed, 81 insertions(+)

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 323150, 
texlive-latexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:35:21 UTC (rev 323151)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2018.47410
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('ddb3546483ed925f965a7440377fe8cd8e82fd1b213dbda66afb1b1eb4bc77ad'
+'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
+
+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
+glossaries/makeglossaries-lite.lua
+l3build/l3build.lua
+makedtx/makedtx.pl
+pax/pdfannotextractor.pl
+perltex/perltex.pl
+splitindex/splitindex.pl
+svn-multi/svn-multi.pl
+vpe/vpe.pl
+wordcount/wordcount.sh
+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/shipunov/biokey2html.bat
+}

Copied: texlive-latexextra/repos/testing-any/texlive-latexextra.maps (from rev 
323150, texlive-latexextra/trunk/texlive-latexextra.maps)
===
--- testing-any/texlive-latexextra.maps (rev 0)
+++ testing-any/texlive-latexextra.maps 2018-04-29 22:35:21 UTC (rev 323151)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+Map scanpages.map
+MixedMap esint.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:34:44
  Author: remy
Revision: 323149

archrelease: copy trunk to testing-any

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

-+
 PKGBUILD|   58 ++
 texlive-langkorean.maps |2 +
 2 files changed, 60 insertions(+)

Copied: texlive-langkorean/repos/testing-any/PKGBUILD (from rev 323148, 
texlive-langkorean/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:34:44 UTC (rev 323149)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langkorean
+pkgver=2018.44467
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('0bc69dc25ae4ee07f21b2080ac5112e91915d4b937c823816d8b1abbcc631d78'
+'d948fbcd015ca101eb2ccf197f5a835e864a0c9b6be638de8355444ced378a9b')
+
+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 
323148, texlive-langkorean/trunk/texlive-langkorean.maps)
===
--- testing-any/texlive-langkorean.maps (rev 0)
+++ testing-any/texlive-langkorean.maps 2018-04-29 22:34:44 UTC (rev 323149)
@@ -0,0 +1,2 @@
+Map nanumfonts.map
+Map umj.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:33:53
  Author: remy
Revision: 323147

archrelease: copy trunk to testing-any

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

---+
 PKGBUILD  |   65 
 texlive-langjapanese.fmts |6 
 texlive-langjapanese.maps |   17 +++
 3 files changed, 88 insertions(+)

Copied: texlive-langjapanese/repos/testing-any/PKGBUILD (from rev 323146, 
texlive-langjapanese/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:33:53 UTC (rev 323147)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langjapanese
+pkgver=2018.47402
+_revnr=${pkgver#2018.}
+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"
+"$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('a6c9452bcfb1fcfdcb6b490de4cb9514b489b3530e231b54725ac2ffdc779be0'
+'0ed1679f0bfd7a2afcac173cbb15da95672a24479a8c7ba9ec20222449394601'
+'d81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
+
+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 -m644 $pkgname.fmts $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
+ptex-fontmaps/kanji-config-updmap.pl
+ptex-fontmaps/kanji-config-updmap-sys.sh
+ptex-fontmaps/kanji-config-updmap-user.sh
+ptex-fontmaps/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.fmts (from 
rev 323146, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
===
--- testing-any/texlive-langjapanese.fmts   (rev 0)
+++ testing-any/texlive-langjapanese.fmts   2018-04-29 22:33:53 UTC (rev 
323147)
@@ -0,0 +1,6 @@
+eptex eptex language.def *eptex.ini
+euptex euptex language.def *euptex.ini
+platex eptex language.dat *platex.ini
+ptex ptex - ptex.ini
+uplatex euptex language.dat *uplatex.ini
+uptex uptex - uptex.ini

Copied: texlive-langjapanese/repos/testing-any/texlive-langjapanese.maps (from 
rev 323146, texlive-langjapanese/trunk/texlive-langjapanese.maps)
===
--- testing-any/texlive-langjapanese.maps   (rev 0)
+++ testing-any/texlive-langjapanese.maps   2018-04-29 22:33:53 UTC (rev 
323147)
@@ -0,0 +1,17 @@
+KanjiMap morisawa5.map
+KanjiMap otf-@jaEmbed@.map
+KanjiMap otf-ko-@koEmbed@.map
+KanjiMap otf-sc-@scEmbed@.map
+KanjiMap otf-tc-@tcEmbed@.map
+KanjiMap otf-up-@jaEmbed@.map
+KanjiMap ptex-@jaEmbed@@jaVariant@.map
+KanjiMap uptex-@jaEmbed@@jaVariant@.map
+KanjiMap uptex-ko-@koEmbed@.map
+KanjiMap uptex-sc-@scEmbed@.map
+KanjiMap uptex-tc-@tcEmbed@.map
+Map dgj.map
+Map dmj.map
+Map mc2j.map
+Map mcj.map
+Map mr2j.map
+Map mrj.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:34:33
  Author: remy
Revision: 323148

upgpkg: texlive-langkorean 2018.44467-1

Rebuild for TL2018
No package changes.

Modified:
  texlive-langkorean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:33:53 UTC (rev 323147)
+++ PKGBUILD2018-04-29 22:34:33 UTC (rev 323148)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langkorean
-pkgver=2017.44467
-_revnr=${pkgver#2017.}
+pkgver=2018.44467
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Korean texts"
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('4779c78c1c7f1b879cf3c3a9d88fd1aaec3add30e402972c46f616294710'
+sha256sums=('0bc69dc25ae4ee07f21b2080ac5112e91915d4b937c823816d8b1abbcc631d78'
 'd948fbcd015ca101eb2ccf197f5a835e864a0c9b6be638de8355444ced378a9b')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:33:49
  Author: remy
Revision: 323146

upgpkg: texlive-langjapanese 2018.47402-1

- new package ascmac
- upgrade package bxjscls 46612 -> 47174
- new package gentombow
- upgrade package japanese-otf-uptex 46597 -> 47352
- upgrade package jsclasses 45473 -> 46918
- upgrade package luatexja 46405 -> 47178
- new package morisawa
- upgrade package platex 46463 -> 47402
- upgrade package platex-tools 46083 -> 46985
- upgrade package ptex 46461 -> 47198
- upgrade package ptex-fontmaps 44683 -> 47161
- upgrade package ptex-fonts 45138 -> 46940
- upgrade package pxchfon 45471 -> 46971
- upgrade package pxcjkcat 27780 -> 47266
- upgrade package uplatex 46464 -> 47376
- upgrade package uptex 42950 -> 46931
- upgrade package uptex-fonts 46599 -> 47162

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

---+
 PKGBUILD  |8 
 texlive-langjapanese.maps |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:32:56 UTC (rev 323145)
+++ PKGBUILD2018-04-29 22:33:49 UTC (rev 323146)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langjapanese
-pkgver=2017.46733
-_revnr=${pkgver#2017.}
+pkgver=2018.47402
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
 license=('GPL')
@@ -15,8 +15,8 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('64671d6c9a8fa12378d139ec7931f3d9d2b54a55c0972ddb09bc4160456ce204'
-'3bdd409fb6151342e5efb8c3c8d6d7109aa0a6db372c725f368af36ec0f40ddf'
+sha256sums=('a6c9452bcfb1fcfdcb6b490de4cb9514b489b3530e231b54725ac2ffdc779be0'
+'0ed1679f0bfd7a2afcac173cbb15da95672a24479a8c7ba9ec20222449394601'
 'd81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
 
 build() {

Modified: texlive-langjapanese.maps
===
--- texlive-langjapanese.maps   2018-04-29 22:32:56 UTC (rev 323145)
+++ texlive-langjapanese.maps   2018-04-29 22:33:49 UTC (rev 323146)
@@ -1,4 +1,4 @@
-KanjiMap morisawa.map
+KanjiMap morisawa5.map
 KanjiMap otf-@jaEmbed@.map
 KanjiMap otf-ko-@koEmbed@.map
 KanjiMap otf-sc-@scEmbed@.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:32:56
  Author: remy
Revision: 323145

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   48 +++
 texlive-langgreek.maps |5 
 2 files changed, 53 insertions(+)

Copied: texlive-langgreek/repos/testing-any/PKGBUILD (from rev 323144, 
texlive-langgreek/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:32:56 UTC (rev 323145)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langgreek
+pkgver=2018.46662
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('8c8964d9aa19880deb26457d8ea13f9c86b1abf2b4561d008806ca9f626c6de9'
+'1d808532a77ad46260660e87b74de23403ffdd51ca76d14a406d5719e4e02f26')
+
+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 
323144, texlive-langgreek/trunk/texlive-langgreek.maps)
===
--- testing-any/texlive-langgreek.maps  (rev 0)
+++ testing-any/texlive-langgreek.maps  2018-04-29 22:32:56 UTC (rev 323145)
@@ -0,0 +1,5 @@
+Map gfsbaskerville.map
+Map gfsporson.map
+Map kerkis.map
+MixedMap cbgreek-full.map
+MixedMap iby.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:32:53
  Author: remy
Revision: 323144

upgpkg: texlive-langgreek 2018.46662-1

Rebuild for TL2018.
No package changes.

Modified:
  texlive-langgreek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:30:23 UTC (rev 323143)
+++ PKGBUILD2018-04-29 22:32:53 UTC (rev 323144)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langgreek
-pkgver=2017.46662
-_revnr=${pkgver#2017.}
+pkgver=2018.46662
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and support for typesetting Greek"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('804e6d43011c3be132bbee38482d330d430c55eefe1281c255868a1a0fc4d4bd'
+sha256sums=('8c8964d9aa19880deb26457d8ea13f9c86b1abf2b4561d008806ca9f626c6de9'
 '1d808532a77ad46260660e87b74de23403ffdd51ca76d14a406d5719e4e02f26')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:30:20
  Author: remy
Revision: 323142

upgpkg: texlive-langextra 2018.47226-1

- upgrade package arabluatex 46615 -> 47226
- upgrade package dad 35362 -> 47027
- upgrade package thaispec 46741 -> 46923
- upgrade package velthuis 44166 -> 47198

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:29:14 UTC (rev 323141)
+++ PKGBUILD2018-04-29 22:30:20 UTC (rev 323142)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langextra
-pkgver=2017.46741
-_revnr=${pkgver#2017.}
+pkgver=2018.47226
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Bundle of all extra language support"
 license=('GPL')
@@ -22,7 +22,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('ebceca3d6485465c2640045580059a986ed86e4067235be874e9bada90b06f25'
+sha256sums=('b2a5c8d0ad6396d999e7eb71bdaae5021eb87017979a976c5f7ef27f66308ad4'
 '5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:30:23
  Author: remy
Revision: 323143

archrelease: copy trunk to testing-any

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

+
 PKGBUILD   |   58 +++
 texlive-langextra.maps |   23 ++
 2 files changed, 81 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 323142, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:30:23 UTC (rev 323143)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2018.47226
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('b2a5c8d0ad6396d999e7eb71bdaae5021eb87017979a976c5f7ef27f66308ad4'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+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 
323142, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2018-04-29 22:30:23 UTC (rev 323143)
@@ -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


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:29:14
  Author: remy
Revision: 323141

archrelease: copy trunk to testing-any

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

---+
 PKGBUILD  |   50 
 texlive-langcyrillic.maps |2 +
 2 files changed, 52 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 323140, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:29:14 UTC (rev 323141)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2018.47458
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('736c617a6bd5ef5c92ef48838c7d5d20a795f164043d1022679d056b41bb0930'
+'4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
+
+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 323140, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2018-04-29 22:29:14 UTC (rev 
323141)
@@ -0,0 +1,2 @@
+Map cmcyr.map
+MixedMap mongolian.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:29:11
  Author: remy
Revision: 323140

upgpkg: texlive-langcyrillic 2018.47458-1

- upgrade package cyrillic 42428 -> 47350
- upgrade package cyrillic-bin 45751 -> 47198
- upgrade package t2 39024 -> 47458
- upgrade package texlive-ru 4 -> 47372
- upgrade package texlive-sr 44341 -> 47370

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:26:20 UTC (rev 323139)
+++ PKGBUILD2018-04-29 22:29:11 UTC (rev 323140)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2017.45751
-_revnr=${pkgver#2017.}
+pkgver=2018.47458
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('36d31be9a0706febcd02b637f8938642966f9df8fd64b142ebe0c2326294310c'
+sha256sums=('736c617a6bd5ef5c92ef48838c7d5d20a795f164043d1022679d056b41bb0930'
 '4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:26:20
  Author: remy
Revision: 323139

archrelease: copy trunk to testing-any

Added:
  texlive-core/repos/testing-any/
  texlive-core/repos/testing-any/09-texlive-fonts.conf
(from rev 323138, texlive-core/trunk/09-texlive-fonts.conf)
  texlive-core/repos/testing-any/Changelog
(from rev 323138, texlive-core/trunk/Changelog)
  texlive-core/repos/testing-any/PKGBUILD
(from rev 323138, texlive-core/trunk/PKGBUILD)
  texlive-core/repos/testing-any/mktexlsr.hook
(from rev 323138, texlive-core/trunk/mktexlsr.hook)
  texlive-core/repos/testing-any/mktexlsr.script
(from rev 323138, texlive-core/trunk/mktexlsr.script)
  texlive-core/repos/testing-any/texlive-core.fmts
(from rev 323138, texlive-core/trunk/texlive-core.fmts)
  texlive-core/repos/testing-any/texlive-core.maps
(from rev 323138, texlive-core/trunk/texlive-core.maps)
  texlive-core/repos/testing-any/texlive-fmtutil.hook
(from rev 323138, texlive-core/trunk/texlive-fmtutil.hook)
  texlive-core/repos/testing-any/texlive-fmtutil.script
(from rev 323138, texlive-core/trunk/texlive-fmtutil.script)
  texlive-core/repos/testing-any/texlive-updmap.hook
(from rev 323138, texlive-core/trunk/texlive-updmap.hook)
  texlive-core/repos/testing-any/texlive-updmap.script
(from rev 323138, texlive-core/trunk/texlive-updmap.script)
  texlive-core/repos/testing-any/texlive.install
(from rev 323138, texlive-core/trunk/texlive.install)
  texlive-core/repos/testing-any/texmf.cnf
(from rev 323138, texlive-core/trunk/texmf.cnf)
  texlive-core/repos/testing-any/texmfcnf.lua
(from rev 323138, texlive-core/trunk/texmfcnf.lua)

+
 Changelog  |  376 +
 PKGBUILD   |  335 +++
 mktexlsr.hook  |   16 
 mktexlsr.script|   12 
 texlive-core.fmts  |   32 +
 texlive-core.maps  |   60 +++
 texlive-fmtutil.hook   |   12 
 texlive-fmtutil.script |   19 +
 texlive-updmap.hook|   13 
 texlive-updmap.script  |   15 
 texlive.install|   12 
 texmf.cnf  |  823 +++
 texmfcnf.lua   |  190 ++
 13 files changed, 1915 insertions(+)

Copied: texlive-core/repos/testing-any/09-texlive-fonts.conf (from rev 323138, 
texlive-core/trunk/09-texlive-fonts.conf)
===
(Binary files differ)

Copied: texlive-core/repos/testing-any/Changelog (from rev 323138, 
texlive-core/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2018-04-29 22:26:20 UTC (rev 323139)
@@ -0,0 +1,376 @@
+texlive-core 2012.28273
+
+- new package a2ping
+- new package adhocfilelist
+- new package basque-book
+- upgrade package beamer 26788 -> 28273
+- upgrade package bibleref-french 25516 -> 27098
+- upgrade package bidi 26822 -> 28144
+- new package bropd
+- upgrade package chickenize 26702 -> 27720
+- upgrade package context-filter 26471 -> 27157
+- upgrade package context-gantt 25712 -> 27472
+- upgrade package context-gnuplot 26852 -> 27837
+- upgrade package context-letter 26753 -> 27787
+- upgrade package context-rst 24199 -> 27236
+- upgrade package context-simplefonts 25094 -> 27171
+- upgrade package context-vim 26873 -> 27374
+- upgrade package dvips 26765 -> 28191
+- upgrade package findhyph 26313 -> 28254
+- upgrade package fontinst 26689 -> 27335
+- upgrade package fontools 25995 -> 28093
+- upgrade package genmisc 20683 -> 27208
+- upgrade package helvetic 21993 -> 28007
+- upgrade package hyperref 26331 -> 28213
+- upgrade package interpreter 24740 -> 27232
+- upgrade package isomath 21296 -> 27654
+- upgrade package koma-script 26455 -> 27255
+- upgrade package l3experimental 26109 -> 27900
+- upgrade package l3kernel 26111 -> 27898
+- upgrade package l3packages 26110 -> 27899
+- upgrade package latex 23639 -> 27907
+- upgrade package latexmk 26313 -> 28264
+- new package latexpand
+- upgrade package lm 23165 -> 28119
+- new package lm-math
+- new package lua-check-hyphen
+- new package lua2dox
+- upgrade package lualatex-math 24009 -> 28101
+- new package luaxml
+- upgrade package mf2pt1 25811 -> 27032
+- upgrade package mpgraphics 22142 -> 27230
+- new package odsfile
+- upgrade package pdfcrop 26313 -> 28175
+- upgrade package pdfpages 25883 -> 27574
+- new package pdftex
+- new package pdftools
+- new package pstools
+- new package ptext
+- upgrade package rec-thy 20909 -> 27225
+- upgrade package sty2dtx 26313 -> 28206
+- upgrade package tetex 26892 -> 28191
+- upgrade package tex-gyre-math 26838 -> 28081
+- upgrade package texdoc 26780 -> 27321
+- upgrade package texinfo 26886 -> 28224
+- upgrade package typeoutfileinfo 26313 -> 27846
+- new package ucharclasses
+- upgrade package unicode-math 26720 -> 27257
+- upgrade package xecjk 26553 -> 28115
+- 

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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:26:15
  Author: remy
Revision: 323138

upgpkg: texlive-core 2018.47471-1

- upgrade package a2ping 29725 -> 46893
- upgrade package afm2pl 45650 -> 47198
- upgrade package amsmath 45246 -> 47349
- upgrade package apalike-german 42045 -> 47002
- upgrade package asymptote 43843 -> 47385
- new package auto-pst-pdf-lua
- upgrade package babel-french 46543 -> 47332
- upgrade package babel-german 42424 -> 47192
- upgrade package bibtex 44166 -> 47198
- upgrade package chktex 44166 -> 47198
- upgrade package cjk-gs-integrate 44684 -> 46878
- upgrade package cjkutils 45666 -> 47198
- upgrade package context 45678 -> 47285
- upgrade package context-account 23167 -> 47085
- upgrade package context-algorithmic 31026 -> 47085
- upgrade package context-animation 36188 -> 47085
- upgrade package context-annotation 36188 -> 47085
- upgrade package context-bnf 23167 -> 47085
- upgrade package context-chromato 23167 -> 47085
- upgrade package context-cmscbf 42327 -> 47085
- upgrade package context-cmttbf 42328 -> 47085
- upgrade package context-construction-plan 23167 -> 47085
- upgrade package context-cyrillicnumbers 29905 -> 47085
- upgrade package context-degrade 23167 -> 47085
- upgrade package context-fancybreak 36948 -> 47085
- upgrade package context-filter 45780 -> 47085
- upgrade package context-french 24582 -> 47085
- upgrade package context-fullpage 45781 -> 47085
- upgrade package context-gantt 27472 -> 47085
- upgrade package context-gnuplot 30380 -> 47085
- upgrade package context-handlecsv 46725 -> 47403
- upgrade package context-inifile 42329 -> 47085
- upgrade package context-layout 42330 -> 47085
- upgrade package context-letter 45782 -> 47085
- upgrade package context-lettrine 23167 -> 47085
- upgrade package context-mathsets 23167 -> 47085
- upgrade package context-rst 33092 -> 47085
- upgrade package context-ruby 28434 -> 47085
- upgrade package context-simplefonts 29229 -> 47085
- upgrade package context-simpleslides 34438 -> 47085
- upgrade package context-title 45778 -> 47085
- upgrade package context-transliterator 29801 -> 47085
- upgrade package context-typearea 23167 -> 47085
- upgrade package context-typescripts 25411 -> 47085
- upgrade package context-vim 45932 -> 47085
- upgrade package context-visualcounter 36190 -> 47085
- upgrade package csplain 46746 -> 47149
- upgrade package ctan-o-mat 45907 -> 46938
- upgrade package cweb 45065 -> 47198
- upgrade package dehyph-exptl 43666 -> 47240
- upgrade package dvipdfmx 44224 -> 47198
- upgrade package dvips 44167 -> 47198
- upgrade package findhyph 38674 -> 47444
- upgrade package fixjfm 46152 -> 47113
- upgrade package fontinst 44166 -> 47198
- upgrade package fontools 46264 -> 47134
- upgrade package geometry 19716 -> 47106
- upgrade package graphics 44703 -> 47350
- upgrade package gsftopk 44166 -> 47198
- upgrade package gtl 45942 -> 47304
- new package hulipsum
- upgrade package hyph-utf8 44401 -> 47422
- upgrade package hyphen-base 45751 -> 47260
- upgrade package hyphen-bulgarian 41113 -> 47375
- upgrade package hyphen-german 44401 -> 47375
- upgrade package hyphen-latin 44401 -> 47375
- upgrade package hyphen-thai 40340 -> 47375
- upgrade package ifetex 24853 -> 47231
- upgrade package ifluatex 46447 -> 47293
- new package ketcindy
- upgrade package koma-script 45292 -> 47249
- upgrade package kpathsea 46655 -> 47198
- upgrade package l3experimental 46720 -> 46875
- upgrade package l3kernel 46720 -> 46875
- upgrade package latex 43813 -> 47377
- upgrade package latexindent 46388 -> 47471
- upgrade package listofitems 46302 -> 46962
- upgrade package luamplib 46216 -> 47336
- upgrade package luaotfload 43194 -> 47444
- upgrade package luatex 46508 -> 47235
- upgrade package luatexko 45434 -> 47337
- upgrade package lwarp 46689 -> 47250
- upgrade package make4ht 44079 -> 47398
- upgrade package makeindex 44166 -> 47198
- upgrade package memoir 41203 -> 47305
- upgrade package metafont 45678 -> 47198
- upgrade package metapost 46676 -> 47198
- upgrade package mflua 46508 -> 47075
- upgrade package mfware 44166 -> 47198
- upgrade package oberdiek 46447 -> 47293
- upgrade package pdftex 44166 -> 47199
- upgrade package pdftools 46228 -> 47340
- new package plantuml
- upgrade package polyglossia 40138 -> 47392
- upgrade package pstools 44166 -> 47198
- upgrade package psutils 44166 -> 47198
- upgrade package termcal-de 44952 -> 47111
- upgrade package tetex 46595 -> 47198
- upgrade package tex4ebook 44103 -> 47414
- upgrade package tex4ht 46728 -> 47437
- upgrade package texdef 46028 -> 47420
- upgrade package texdoc 45879 -> 47446
- upgrade package texlive-docindex 46770 -> 47467
- upgrade package texlive-scripts 46739 -> 47368
- upgrade package texlive.infra 46470 -> 47457
- upgrade package tlcockpit 46406 -> 47366
- upgrade package tools 43813 -> 47377
- upgrade package ttfutils 45845 -> 47198
- upgrade package udesoftec 44308 -> 47164
- upgrade package updmap-map 46595 -> 46957
- upgrade package xdvi 

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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:22:01
  Author: remy
Revision: 323137

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD |   45 +
 texlive-langchinese.maps |4 
 2 files changed, 49 insertions(+)

Copied: texlive-langchinese/repos/testing-any/PKGBUILD (from rev 323136, 
texlive-langchinese/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:22:01 UTC (rev 323137)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langchinese
+pkgver=2018.47408
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('c25115f69ff2dc3689c8dd82de9ac6c23d25d424670b144e1148f1145e0aa293'
+'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
+
+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 323136, texlive-langchinese/trunk/texlive-langchinese.maps)
===
--- testing-any/texlive-langchinese.maps(rev 0)
+++ testing-any/texlive-langchinese.maps2018-04-29 22:22:01 UTC (rev 
323137)
@@ -0,0 +1,4 @@
+Map bkaiu.map
+Map bsmiu.map
+Map gbsnu.map
+Map gkaiu.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:21:57
  Author: remy
Revision: 323136

upgpkg: texlive-langchinese 2018.47408-1

- new package fduthesis
- new package pgfornament-han
- upgrade package texlive-zh-cn 44333 -> 47241
- upgrade package upzhkinsoku 46542 -> 47354
- new package xtuthesis
- upgrade package zhlipsum 46244 -> 47383

Modified:
  texlive-langchinese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:18:45 UTC (rev 323135)
+++ PKGBUILD2018-04-29 22:21:57 UTC (rev 323136)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langchinese
-pkgver=2017.46542
-_revnr=${pkgver#2017.}
+pkgver=2018.47408
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('7b3991d7f49c0fe47da024cf2b1ccb6cfe04d2f713d76786713b11746d56132a'
+sha256sums=('c25115f69ff2dc3689c8dd82de9ac6c23d25d424670b144e1148f1145e0aa293'
 'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:18:42
  Author: remy
Revision: 323134

upgpkg: texlive-humanities 2018.47359-1

- upgrade package reledmac 46767 -> 47359

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:17:10 UTC (rev 323133)
+++ PKGBUILD2018-04-29 22:18:42 UTC (rev 323134)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2017.46767
-_revnr=${pkgver#2017.}
+pkgver=2018.47359
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('e1ef3570a2ba0602894d2abfc5bc29e66c2817d8dfdd176af0b7a5f55ea3db43')
+sha256sums=('b002780f355d4e2b45ea0e0bc057c5aee10a14039ce845bf8bbf6ad91ddf29ae')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-humanities/repos (testing-any testing-any/PKGBUILD)

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:18:45
  Author: remy
Revision: 323135

archrelease: copy trunk to testing-any

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

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

Copied: texlive-humanities/repos/testing-any/PKGBUILD (from rev 323134, 
texlive-humanities/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:18:45 UTC (rev 323135)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-humanities
+pkgver=2018.47359
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('b002780f355d4e2b45ea0e0bc057c5aee10a14039ce845bf8bbf6ad91ddf29ae')
+
+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/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
+}


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:17:10
  Author: remy
Revision: 323133

archrelease: copy trunk to testing-any

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

+
 Changelog  |   11 +++
 PKGBUILD   |   49 +
 texlive-games.maps |1 +
 3 files changed, 61 insertions(+)

Copied: texlive-games/repos/testing-any/Changelog (from rev 323132, 
texlive-games/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2018-04-29 22:17:10 UTC (rev 323133)
@@ -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 323132, 
texlive-games/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:17:10 UTC (rev 323133)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Maintainer: Firmicus 
+
+pkgname=texlive-games
+pkgver=2018.47472
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('7b95c75759a5f449d8596a0512b4ba8b629e84c44792585c3e61898ee9f56f48'
+'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
+
+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 323132, 
texlive-games/trunk/texlive-games.maps)
===
--- testing-any/texlive-games.maps  (rev 0)
+++ testing-any/texlive-games.maps  2018-04-29 22:17:10 UTC (rev 323133)
@@ -0,0 +1 @@
+Map SkakNew.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:17:06
  Author: remy
Revision: 323132

upgpkg: texlive-games 2018.47472-1

- new package musikui

Modified:
  texlive-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:15:56 UTC (rev 323131)
+++ PKGBUILD2018-04-29 22:17:06 UTC (rev 323132)
@@ -3,8 +3,8 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2017.46791
-_revnr=${pkgver#2017.}
+pkgver=2018.47472
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('770032ffec267cc23ba2f1ad1af69dd921103a6ca3bda4e5b1697af9865436be'
+sha256sums=('7b95c75759a5f449d8596a0512b4ba8b629e84c44792585c3e61898ee9f56f48'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:15:45
  Author: remy
Revision: 323130

upgpkg: texlive-fontsextra 2018.47288-1

- upgrade package academicons 44380 -> 47288
- upgrade package alegreya 42077 -> 46860
- upgrade package cochineal 45607 -> 47173
- new package gfsneohellenicmath
- upgrade package libertinus 44409 -> 47077
- upgrade package newtx 46748 -> 47160
- upgrade package plex 45863 -> 47147
- upgrade package plex-otf 45939 -> 47157

Modified:
  texlive-fontsextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:11:38 UTC (rev 323129)
+++ PKGBUILD2018-04-29 22:15:45 UTC (rev 323130)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2017.46787
-_revnr=${pkgver#2017.}
+pkgver=2018.47288
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('ee9b82216c10f58f55e10104f38149f088b804f1879cfa99144f9849d30a1482'
+sha256sums=('8b8a671f00b6c702377ed0937a99296c580dfa277e1754afac209c3c2afa1af9'
 '052f84118b8e21370949e114a524020ecf1289a95384d7827cae05ba17c91401')
 
 build() {


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:15:56
  Author: remy
Revision: 323131

archrelease: copy trunk to testing-any

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

-+
 PKGBUILD|   46 ++
 texlive-fontsextra.maps |  198 ++
 2 files changed, 244 insertions(+)

Copied: texlive-fontsextra/repos/testing-any/PKGBUILD (from rev 323130, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:15:56 UTC (rev 323131)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2018.47288
+_revnr=${pkgver#2018.}
+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')
+sha256sums=('8b8a671f00b6c702377ed0937a99296c580dfa277e1754afac209c3c2afa1af9'
+'052f84118b8e21370949e114a524020ecf1289a95384d7827cae05ba17c91401')
+
+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 
323130, texlive-fontsextra/trunk/texlive-fontsextra.maps)
===
--- testing-any/texlive-fontsextra.maps (rev 0)
+++ testing-any/texlive-fontsextra.maps 2018-04-29 22:15:56 UTC (rev 323131)
@@ -0,0 +1,198 @@
+Map Acorn.map
+Map Alegreya.map
+Map AnnSton.map
+Map AnonymousPro.map
+Map ArrowsADF.map
+Map ArtNouv.map
+Map ArtNouvc.map
+Map BaskervilleF.map
+Map BulletsADF.map
+Map Carrickc.map
+Map Chivo.map
+Map ClearSans.map
+Map Cochineal.map
+Map Coelacanth.map
+Map ComicNeue.map
+Map ComicNeueAngular.map
+Map CormorantGaramond.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 LibreBodoni.map
+Map LibreCaslon.map
+Map LobsterTwo.map
+Map MnSymbol.map
+Map MorrisIn.map
+Map Nouveaud.map
+Map OldStandard.map
+Map OrnementsADF.map
+Map PlayfairDisplay.map
+Map Raleway.map
+Map Romantik.map
+Map Rosario.map
+Map Rothdn.map
+Map RoyalIn.map
+Map Sanremo.map
+Map SourceCodePro.map
+Map SourceSansPro.map
+Map SourceSerifPro.map
+Map Starburst.map
+Map TXUprCal.map
+Map Typocaps.map
+Map XCharter.map
+Map Zallman.map
+Map accanthis.map
+Map algolrevived.map
+Map antt.map
+Map ap.map
+Map archaicprw.map
+Map arev.map
+Map arimo.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 beuron.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 cmexb.map
+Map cmin.map
+Map cmsrb.map
+Map comfortaa.map
+Map crimson.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 fontawesome.map
+Map fourier-utopia-expert.map
+Map fourier.map
+Map frcursive.map
+Map gentium-type1.map
+Map 

[arch-commits] Commit in gegl02/repos (6 files)

2018-04-29 Thread Jan de Groot via arch-commits
Date: Sunday, April 29, 2018 @ 22:11:38
  Author: jgc
Revision: 323129

archrelease: copy trunk to staging-x86_64

Added:
  gegl02/repos/staging-x86_64/
  gegl02/repos/staging-x86_64/PKGBUILD
(from rev 323128, gegl02/trunk/PKGBUILD)
  gegl02/repos/staging-x86_64/gegl-0.2.0-CVE-2012-4433.patch
(from rev 323128, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
  gegl02/repos/staging-x86_64/gegl-0.2.0-ffmpeg-4.patch
(from rev 323128, gegl02/trunk/gegl-0.2.0-ffmpeg-4.patch)
  gegl02/repos/staging-x86_64/gegl-0.2.0-lua-5.2.patch
(from rev 323128, gegl02/trunk/gegl-0.2.0-lua-5.2.patch)
  gegl02/repos/staging-x86_64/gegl-0.2.0-remove-src-over-op.patch
(from rev 323128, gegl02/trunk/gegl-0.2.0-remove-src-over-op.patch)

-+
 PKGBUILD|   65 +++
 gegl-0.2.0-CVE-2012-4433.patch  |  159 +++
 gegl-0.2.0-ffmpeg-4.patch   |   65 +++
 gegl-0.2.0-lua-5.2.patch|   53 +
 gegl-0.2.0-remove-src-over-op.patch |  195 ++
 5 files changed, 537 insertions(+)

Copied: gegl02/repos/staging-x86_64/PKGBUILD (from rev 323128, 
gegl02/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-29 22:11:38 UTC (rev 323129)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Isenmann 
+
+pkgname=gegl02
+pkgver=0.2.0
+pkgrel=9
+pkgdesc="Graph based image processing framework (v0.2)"
+arch=('x86_64')
+url="http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro')
+makedepends=('intltool' 'ruby' 'lua' 'libopenraw' 'openexr' 'mesa' 'glu' 
'ffmpeg' 'librsvg' 'jasper' 'exiv2' 'vala')
+optdepends=('libopenraw: openraw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin')
+options=(!makeflags)
+source=(https://download.gimp.org/pub/gegl/${pkgver%.*}/gegl-${pkgver}.tar.bz2
+gegl-0.2.0-ffmpeg-4.patch
+gegl-0.2.0-CVE-2012-4433.patch
+gegl-0.2.0-lua-5.2.patch
+gegl-0.2.0-remove-src-over-op.patch)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
+  '6016257a286fe4f8eff91b82f958e83f116715ac'
+  '44d48bd9ad008703de9f8eb683d557bac39a02c8'
+  'c78a092b880874ba7784b652bcd9c532e2b9975d'
+  'dc9ae21cc5ba0fb47ef05793f0cb169572dfab74')
+
+prepare() {
+  cd gegl-${pkgver}
+  patch -Np0 -i ../gegl-0.2.0-ffmpeg-4.patch
+  patch -Np1 -i ../gegl-0.2.0-CVE-2012-4433.patch
+  patch -Np1 -i ../gegl-0.2.0-lua-5.2.patch
+  patch -Np1 -i ../gegl-0.2.0-remove-src-over-op.patch
+  sed -i 's/avcodec_alloc_frame/av_frame_alloc/g' operations/external/ff-*.c
+
+  # Fix build with libopenraw 0.1.0
+  sed -i 's/OR_DATA_TYPE_CFA/OR_DATA_TYPE_RAW/' operations/external/openraw.c
+  sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd gegl-${pkgver}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --without-umfpack --disable-docs
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd gegl-${pkgver}
+  make -k check || :
+}
+
+package() {
+  cd gegl-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}/usr/bin"
+}

Copied: gegl02/repos/staging-x86_64/gegl-0.2.0-CVE-2012-4433.patch (from rev 
323128, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
===
--- staging-x86_64/gegl-0.2.0-CVE-2012-4433.patch   
(rev 0)
+++ staging-x86_64/gegl-0.2.0-CVE-2012-4433.patch   2018-04-29 22:11:38 UTC 
(rev 323129)
@@ -0,0 +1,159 @@
+From ffa77a246652c7e706d690682fe659f50fbe5656 Mon Sep 17 00:00:00 2001
+From: Nils Philippsen 
+Date: Mon, 1 Jul 2013 12:03:51 +0200
+Subject: [PATCH] patch: CVE-2012-4433
+
+Squashed commit of the following:
+
+commit 2a9071e2dc4cfe1aaa7a726805985281936f9874
+Author: Nils Philippsen 
+Date:   Tue Oct 16 16:57:37 2012 +0200
+
+ppm-load: bring comment in line with reality
+
+(cherry picked from commit 6975a9cfeaf0698b42ac81b1c2f00d13c8755453)
+
+commit 8bb88ebf78e54837322d3be74688f98800e9f33a
+Author: Nils Philippsen 
+Date:   Tue Oct 16 16:56:40 2012 +0200
+
+ppm-load: CVE-2012-4433: add plausibility checks for header fields
+
+Refuse values that are non-decimal, negative or overflow the target
+type.
+
+(cherry picked from commit 4757cdf73d3675478d645a3ec8250ba02168a230)
+
+commit 2b099886969bf055a8635d06a4d89f20fed1ee42
+Author: Nils Philippsen 
+Date:   Tue Oct 16 16:58:27 2012 +0200
+
+ppm-load: 

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

2018-04-29 Thread Jan de Groot via arch-commits
Date: Sunday, April 29, 2018 @ 22:11:33
  Author: jgc
Revision: 323128

upgpkg: gegl02 0.2.0-9

Build with ffmpeg 4, patch taken from FreeBSD

Added:
  gegl02/trunk/gegl-0.2.0-ffmpeg-4.patch
Modified:
  gegl02/trunk/PKGBUILD
Deleted:
  gegl02/trunk/gegl-0.2.0-ffmpeg-0.11.patch

--+
 PKGBUILD |8 ++---
 gegl-0.2.0-ffmpeg-0.11.patch |   47 -
 gegl-0.2.0-ffmpeg-4.patch|   65 +
 3 files changed, 69 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:09:04 UTC (rev 323127)
+++ PKGBUILD2018-04-29 22:11:33 UTC (rev 323128)
@@ -4,7 +4,7 @@
 
 pkgname=gegl02
 pkgver=0.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Graph based image processing framework (v0.2)"
 arch=('x86_64')
 url="http://www.gegl.org/;
@@ -18,12 +18,12 @@
 'jasper: jasper plugin')
 options=(!makeflags)
 source=(https://download.gimp.org/pub/gegl/${pkgver%.*}/gegl-${pkgver}.tar.bz2
-gegl-0.2.0-ffmpeg-0.11.patch
+gegl-0.2.0-ffmpeg-4.patch
 gegl-0.2.0-CVE-2012-4433.patch
 gegl-0.2.0-lua-5.2.patch
 gegl-0.2.0-remove-src-over-op.patch)
 sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
-  'f5e4c0edd32e088f768e303081f1ed2d80588d4c'
+  '6016257a286fe4f8eff91b82f958e83f116715ac'
   '44d48bd9ad008703de9f8eb683d557bac39a02c8'
   'c78a092b880874ba7784b652bcd9c532e2b9975d'
   'dc9ae21cc5ba0fb47ef05793f0cb169572dfab74')
@@ -30,7 +30,7 @@
 
 prepare() {
   cd gegl-${pkgver}
-  patch -Np1 -i ../gegl-0.2.0-ffmpeg-0.11.patch
+  patch -Np0 -i ../gegl-0.2.0-ffmpeg-4.patch
   patch -Np1 -i ../gegl-0.2.0-CVE-2012-4433.patch
   patch -Np1 -i ../gegl-0.2.0-lua-5.2.patch
   patch -Np1 -i ../gegl-0.2.0-remove-src-over-op.patch

Deleted: gegl-0.2.0-ffmpeg-0.11.patch
===
--- gegl-0.2.0-ffmpeg-0.11.patch2018-04-29 22:09:04 UTC (rev 323127)
+++ gegl-0.2.0-ffmpeg-0.11.patch2018-04-29 22:11:33 UTC (rev 323128)
@@ -1,47 +0,0 @@
 ./operations/external/ff-load.c2012-04-01 14:17:57.0 +0300
-+++ ./operations/external/ff-load.c.new2014-10-23 01:49:25.090139749 
+0300
-@@ -137,7 +137,7 @@
-   if (p->enc)
- avcodec_close (p->enc);
-   if (p->ic)
--av_close_input_file (p->ic);
-+avformat_close_input(>ic);
-   if (p->lavc_frame)
- av_free (p->lavc_frame);
- 
-@@ -216,9 +216,9 @@
- {
-   do
- {
--  if (av_read_packet (p->ic, >pkt) < 0)
-+  if (av_read_frame (p->ic, >pkt) < 0)
- {
--  fprintf (stderr, "av_read_packet failed for %s\n",
-+  fprintf (stderr, "av_read_frame failed for %s\n",
-o->path);
-   return -1;
- }
-@@ -271,12 +271,12 @@
-   gint err;
- 
-   ff_cleanup (o);
--  err = av_open_input_file (>ic, o->path, NULL, 0, NULL);
-+  err = avformat_open_input(>ic, o->path, NULL, 0);
-   if (err < 0)
- {
-   print_error (o->path, err);
- }
--  err = av_find_stream_info (p->ic);
-+  err = avformat_find_stream_info (p->ic, NULL);
-   if (err < 0)
- {
-   g_warning ("ff-load: error finding stream info for %s", o->path);
-@@ -312,7 +312,7 @@
-   if (p->codec->capabilities & CODEC_CAP_TRUNCATED)
- p->enc->flags |= CODEC_FLAG_TRUNCATED;
- 
--  if (avcodec_open (p->enc, p->codec) < 0)
-+  if (avcodec_open2 (p->enc, p->codec, NULL) < 0)
- {
-   g_warning ("error opening codec %s", p->enc->codec->name);
-   return;
\ No newline at end of file

Added: gegl-0.2.0-ffmpeg-4.patch
===
--- gegl-0.2.0-ffmpeg-4.patch   (rev 0)
+++ gegl-0.2.0-ffmpeg-4.patch   2018-04-29 22:11:33 UTC (rev 323128)
@@ -0,0 +1,65 @@
+https://git.gnome.org/browse/gegl/commit/?id=97067622352e
+https://git.gnome.org/browse/gegl/commit/?id=6d50c42e2c9a
+https://git.gnome.org/browse/gegl/commit/?id=67f14cbbc5d1
+
+--- operations/external/ff-load.c.orig 2012-04-01 11:17:57 UTC
 operations/external/ff-load.c
+@@ -137,7 +137,7 @@ ff_cleanup (GeglChantO *o)
+   if (p->enc)
+ avcodec_close (p->enc);
+   if (p->ic)
+-av_close_input_file (p->ic);
++avformat_close_input(>ic);
+   if (p->lavc_frame)
+ av_free (p->lavc_frame);
+ 
+@@ -216,9 +216,9 @@ decode_frame (GeglOperation *operation,
+ {
+   do
+ {
+-  if (av_read_packet (p->ic, >pkt) < 0)
++  if (av_read_frame (p->ic, >pkt) < 0)
+ {
+-  fprintf (stderr, "av_read_packet 

[arch-commits] Commit in texlive-bibtexextra/repos (testing-any testing-any/PKGBUILD)

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:09:04
  Author: remy
Revision: 323127

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD |   65 +
 1 file changed, 65 insertions(+)

Copied: texlive-bibtexextra/repos/testing-any/PKGBUILD (from rev 323126, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:09:04 UTC (rev 323127)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2018.47418
+_revnr=${pkgver#2018.}
+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;)
+sha256sums=('7d610e7609eddb267292cd0bb2ea3f25f0d43d24c16ce6ce241da8849b47846b')
+
+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="
+bib2gls/bib2gls.sh
+bib2gls/convertgls2bib.sh
+bibexport/bibexport.sh
+crossrefware/bbl2bib.pl
+crossrefware/bibdoiadd.pl
+crossrefware/bibmradd.pl
+crossrefware/biburl2doi.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
+}


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:08:52
  Author: remy
Revision: 323126

upgpkg: texlive-bibtexextra 2018.47418-1

- upgrade package archaeologie 46688 -> 47406
- upgrade package bib2gls 46742 -> 47413
- upgrade package biber 46208 -> 47196
- upgrade package biblatex 46173 -> 46851
- upgrade package biblatex-abnt 45765 -> 47291
- upgrade package biblatex-apa 45766 -> 47268
- new package biblatex-ext
- upgrade package biblatex-oxref 46580 -> 46852
- upgrade package biblatex-philosophy 45944 -> 47283
- upgrade package biblatex-publist 46775 -> 47379
- new package citeref
- new package gbt7714

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:05:58 UTC (rev 323125)
+++ PKGBUILD2018-04-29 22:08:52 UTC (rev 323126)
@@ -3,8 +3,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2017.46775
-_revnr=${pkgver#2017.}
+pkgver=2018.47418
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
 license=('GPL')
@@ -13,7 +13,7 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-sha256sums=('38096323177f904bbf17e86713bdebfe1c1c2fb83d7f4dbd5967e1dd1983abd2')
+sha256sums=('7d610e7609eddb267292cd0bb2ea3f25f0d43d24c16ce6ce241da8849b47846b')
 
 build() {
cd "$srcdir"
@@ -21,8 +21,6 @@
   bsdtar -xf $p
done
rm -rf {tlpkg,doc,source} || true
-   # Avoid letters in biblatex version (breaks tex4ht).
-   sed -i '/abx@version/s,3.8a,3.8,' tex/latex/biblatex/biblatex.sty
 }
 
 package() {
@@ -45,10 +43,13 @@
 
# link programs from /usr/share/texmf-dist/scripts
_linked_scripts="
+bib2gls/bib2gls.sh
+bib2gls/convertgls2bib.sh
 bibexport/bibexport.sh
 crossrefware/bbl2bib.pl
 crossrefware/bibdoiadd.pl
 crossrefware/bibmradd.pl
+crossrefware/biburl2doi.pl
 crossrefware/bibzbladd.pl
 crossrefware/ltx2crossrefxml.pl
 listbib/listbib


[arch-commits] Commit in gnome-photos/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-04-29 Thread Jan de Groot via arch-commits
Date: Sunday, April 29, 2018 @ 22:05:58
  Author: jgc
Revision: 323125

archrelease: copy trunk to staging-x86_64

Added:
  gnome-photos/repos/staging-x86_64/
  gnome-photos/repos/staging-x86_64/PKGBUILD
(from rev 323124, gnome-photos/trunk/PKGBUILD)

--+
 PKGBUILD |   56 
 1 file changed, 56 insertions(+)

Copied: gnome-photos/repos/staging-x86_64/PKGBUILD (from rev 323124, 
gnome-photos/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-29 22:05:58 UTC (rev 323125)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.28.0
+pkgrel=2
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
+ tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
+ gnome-online-miners dleyna-server dleyna-renderer libdazzle)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome)
+_commit=cceaa5f8543a995b186cafb5443f3dd1a9c13c9c  # tags/3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-29 Thread Jan de Groot via arch-commits
Date: Sunday, April 29, 2018 @ 22:05:55
  Author: jgc
Revision: 323124

upgpkg: gnome-photos 3.28.0-2

Build with gegl 0.4

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:04:30 UTC (rev 323123)
+++ PKGBUILD2018-04-29 22:05:55 UTC (rev 323124)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-photos
 pkgver=3.28.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Photos;
@@ -31,6 +31,8 @@
   git config --local submodule.libgd.url "$srcdir/libgd"
   git submodule update
 
+  git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:04:27
  Author: remy
Revision: 323122

upgpkg: texlive-bin 2018.47465-1

Upgrade to TL2018

Modified:
  texlive-bin/trunk/PKGBUILD
  texlive-bin/trunk/texlive-poppler-0.64.patch
Deleted:
  texlive-bin/trunk/luatex-gcc7.patch
  texlive-bin/trunk/pdftex-poppler-0.59.patch
  texlive-bin/trunk/texlive-poppler-0.59.patch

+
 PKGBUILD   |   36 +-
 luatex-gcc7.patch  |   32 --
 pdftex-poppler-0.59.patch  |  652 ---
 texlive-poppler-0.59.patch |  632 -
 texlive-poppler-0.64.patch |   12 
 5 files changed, 25 insertions(+), 1339 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:03:40 UTC (rev 323121)
+++ PKGBUILD2018-04-29 22:04:27 UTC (rev 323122)
@@ -3,8 +3,8 @@
 # Contributor: francois 
 
 pkgname=('texlive-bin' 'libsynctex')
-pkgver=2017.44590
-pkgrel=14
+pkgver=2018.47465
+pkgrel=1
 license=('GPL')
 arch=('x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -13,15 +13,9 @@
  'perl' 'clisp' 'ffcall')
 url='http://tug.org/texlive/'
 
source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
-"luatex-gcc7.patch"
-"texlive-poppler-0.59.patch"
-"pdftex-poppler-0.59.patch"
 "texlive-poppler-0.64.patch")
-sha256sums=('4645b4d55fc500ba9be7156a6a330afb44fbf7fda40dfd73fe9cb16d207f2038'
-'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec'
-'a5204f110f261de989fc21f93a4b5485876ea2d28773bcdc4817b548fd865024'
-'c7246156104f8e57e80b6fc3a9c9efec7542cd067a525fb51279a15056de4426'
-'02c75172cd25c54acf3d998bf79ef6915e611c9dbb2821638f3289dc87d7479a')
+sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
+'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310')
 
 prepare() {
 cd "$srcdir/source"
@@ -32,16 +26,13 @@
 ## prevent compiling Xdvi with libXp
 sed -i~ 's|-lXp ||' texk/xdvik/configure
 
-# Luatex crashes when compiled with GCC7.1
-patch -Np0 -i "${srcdir}/luatex-gcc7.patch"
+# Poppler 0.64 now returns const char* in getCString()
+patch -Np1 -i "${srcdir}/texlive-poppler-0.64.patch"
 
 # Poppler 0.58 introduces API changes by hiding internal object
 # management.
-patch -Np1 -i "${srcdir}/texlive-poppler-0.59.patch"
-patch -Np1 -i "${srcdir}/pdftex-poppler-0.59.patch"
-
-# Poppler 0.64 now returns const char* in getCString()
-patch -Np1 -i "${srcdir}/texlive-poppler-0.64.patch"
+cp -pv texk/web2c/pdftexdir/pdftoepdf{-newpoppler.cc,.cc}
+cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler.cc,.cc}
 }
 
 build() {
@@ -173,10 +164,13 @@
# remove dangling symlinks
_bibtexextra_scripts="
 bbl2bib
+bib2gls
 bibdoiadd
 bibexport
 bibmradd
+biburl2doi
 bibzbladd
+convertgls2bib
 listbib
 ltx2crossrefxml
 multibibliography
@@ -202,6 +196,7 @@
 contextjit
 ctanify
 ctanupload
+ctan-o-mat
 de-macro
 depythontex
 deweb
@@ -209,6 +204,7 @@
 dtxgen
 dvi2fax
 dviasm
+dviinfox
 dvired
 e2pall
 epstopdf
@@ -227,6 +223,7 @@
 htxelatex
 htxetex
 installfont-tl
+jfmutil
 kpsepath
 kpsetool
 kpsewhere
@@ -235,6 +232,7 @@
 latex-papersize
 latex2man
 latex2nemeth
+latexdef
 latexdiff
 latexdiff-vc
 latexfileversion
@@ -312,6 +310,8 @@
 texosquery-jre5
 texosquery-jre8
 thumbpdf
+tlcockpit
+tlshell
 typeoutfileinfo
 updmap
 updmap-sys
@@ -336,6 +336,7 @@
_latexextra_scripts="
 authorindex
 exceltex
+l3build
 makedtx
 makeglossaries
 makeglossaries-lite
@@ -345,6 +346,7 @@
 splitindex
 svn-multi
 vpe
+wordcount
 yplan"
_music_scripts="lily-glyph-commands lily-image-commands lily-rebuild-pdfs
 m-tx musixtex musixflx pmxchords"

Deleted: luatex-gcc7.patch
===
--- luatex-gcc7.patch   2018-04-29 22:03:40 UTC (rev 323121)
+++ luatex-gcc7.patch   2018-04-29 22:04:27 UTC (rev 323122)
@@ -1,32 +0,0 @@
-Author: Dr. Werner Fink 
-

- texk/web2c/luatexdir/luaffi/ctype.c |4 
- texk/web2c/luatexdir/luaffi/ffi.h   |2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
 texk/web2c/luatexdir/luaffi/ctype.c
-+++ texk/web2c/luatexdir/luaffi/ctype.c2017-05-31 13:08:25.421741873 
+
-@@ -245,6 +245,10 @@ void* to_cdata(lua_State* L, int idx, st
- 
- lua_pop(L, 1); /* mt */
- cd = (struct cdata*) lua_touserdata(L, idx);
-+if (!cd) {
-+lua_pushnil(L);
-+return NULL;
-+}
- *ct = cd->type;
- lua_getuservalue(L, idx);
- 
 texk/web2c/luatexdir/luaffi/ffi.h
-+++ texk/web2c/luatexdir/luaffi/ffi.h  2017-06-01 09:12:45.128442092 +
-@@ -370,7 +370,7 @@ __declspec(align(16))
- #endif
- struct cdata {
- const struct ctype type
--#ifdef __GNUC__
-+#if 0 /* def __GNUC__ */
-   

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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:04:30
  Author: remy
Revision: 323123

archrelease: copy trunk to testing-x86_64

Added:
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 323122, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/texlive-poppler-0.64.patch
(from rev 323122, texlive-bin/trunk/texlive-poppler-0.64.patch)

+
 PKGBUILD   |  391 +++
 texlive-poppler-0.64.patch |   99 ++
 2 files changed, 490 insertions(+)

Copied: texlive-bin/repos/testing-x86_64/PKGBUILD (from rev 323122, 
texlive-bin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-29 22:04:30 UTC (rev 323123)
@@ -0,0 +1,391 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2018.47465
+pkgrel=1
+license=('GPL')
+arch=('x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+"texlive-poppler-0.64.patch")
+sha256sums=('06d7a1c939cf7d6035850cefca1d01898ae51a879e20db684a202fd507a0cae5'
+'1c444526e3967f82d68a003526b332e0401db7825e22b5542e6cd04f0e688310')
+
+prepare() {
+cd "$srcdir/source"
+
+# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
+
+## prevent compiling Xdvi with libXp
+sed -i~ 's|-lXp ||' texk/xdvik/configure
+
+# Poppler 0.64 now returns const char* in getCString()
+patch -Np1 -i "${srcdir}/texlive-poppler-0.64.patch"
+
+# Poppler 0.58 introduces API changes by hiding internal object
+# management.
+cp -pv texk/web2c/pdftexdir/pdftoepdf{-newpoppler.cc,.cc}
+cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler.cc,.cc}
+}
+
+build() {
+   cd "$srcdir"
+
+   #
+   ### configure
+   cd source
+   mkdir -p Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../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 \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ --enable-luatex \
+ --with-clisp-runtime=default \
+ --enable-xindy --disable-xindy-rules --disable-xindy-docs
+   #
+   ### make
+   echo "---"
+   echo "--> Building the whole beast ..."
+   echo "---"
+   make
+}
+
+package_libsynctex() {
+pkgdesc='Library for synchronization between TeX files and resulting file'
+depends=('glibc' 'zlib')
+
+cd "${srcdir}/source/Work"
+make -C texk/web2c DESTDIR="${pkgdir}" \
+install-data-am install-libLTLIBRARIES
+}
+
+package_texlive-bin() {
+   pkgdesc="TeX Live binaries"
+   depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+'libsynctex')
+   provides=('lcdf-typetools' 'kpathsea' 'xindy')
+   optdepends=('ed: for texconfig'
+   'biber: for bibliography processing')
+   options=('!strip')
+
+   cd "$srcdir"
+
+   #
+   ### install
+   cd source
+   # fixes for xindy
+   find utils/xindy -name Makefile -exec sed -i -e 

[arch-commits] Commit in gegl/trunk (PKGBUILD ffmpeg4.patch)

2018-04-29 Thread Jan de Groot via arch-commits
Date: Sunday, April 29, 2018 @ 22:03:36
  Author: jgc
Revision: 323120

upgpkg: gegl 0.4.0-1

Fix compile with ffmpeg 4.0, patch from FreeBSD

Added:
  gegl/trunk/ffmpeg4.patch
Modified:
  gegl/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +++-
 ffmpeg4.patch |   46 ++
 2 files changed, 53 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 17:57:05 UTC (rev 323119)
+++ PKGBUILD2018-04-29 22:03:36 UTC (rev 323120)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=gegl
-pkgver=0.3.34
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
@@ -21,11 +21,12 @@
 'libtiff: tiff plugin'
 'lua: lua plugin'
 'lensfun: lens-correct plugin')
-_commit=29254dcd875d271043aba57d0e6ebc48ec63c013  # tags/GEGL_0_3_34^0
-source=("git+https://git.gnome.org/browse/gegl#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=f6caafacf3d8c176049de5c6680f8065bcfe9af9  # tags/GEGL_0_4_0^0
+source=("git+https://git.gnome.org/browse/gegl#commit=$_commit;
+ffmpeg4.patch)
+sha256sums=('SKIP'
+'0bd90ad266ac11acb11ec6adf538c6d52e28c9f1355450763528b86959a79156')
 
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
@@ -36,6 +37,7 @@
   ln -s /usr/bin/python2 path/python
 
   cd ${pkgname}
+  patch -Np0 -i ../ffmpeg4.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 

Added: ffmpeg4.patch
===
--- ffmpeg4.patch   (rev 0)
+++ ffmpeg4.patch   2018-04-29 22:03:36 UTC (rev 323120)
@@ -0,0 +1,46 @@
+--- operations/external/ff-save.c.orig 2017-07-01 17:19:54 UTC
 operations/external/ff-save.c
+@@ -290,7 +290,7 @@ add_audio_stream (GeglProperties *o, AVFormatContext *
+   c->codec_type = AVMEDIA_TYPE_AUDIO;
+ 
+   if (oc->oformat->flags & AVFMT_GLOBALHEADER)
+-c->flags |= CODEC_FLAG_GLOBAL_HEADER;
++c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
+ 
+   return st;
+ }
+@@ -631,7 +631,7 @@ add_video_stream (GeglProperties *o, AVFormatContext *
+ #endif
+ 
+if (oc->oformat->flags & AVFMT_GLOBALHEADER)
+- c->flags |= CODEC_FLAG_GLOBAL_HEADER;
++ c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
+ 
+   return st;
+ }
+@@ -699,7 +699,9 @@ open_video (GeglProperties *o, AVFormatContext * oc, A
+ }
+ 
+   p->video_outbuf = NULL;
++#ifdef AVFMT_RAWPICTURE
+   if (!(oc->oformat->flags & AVFMT_RAWPICTURE))
++#endif
+ {
+   /* allocate output buffer, 1 mb / frame, might fail for some codecs on 
UHD - but works for now */
+   p->video_outbuf_size = 1024 * 1024;
+@@ -803,6 +805,7 @@ write_video_frame (GeglProperties *o,
+   picture_ptr  = p->picture;
+   picture_ptr->pts = p->frame_count;
+ 
++#ifdef AVFMT_RAWPICTURE
+   if (oc->oformat->flags & AVFMT_RAWPICTURE)
+ {
+   /* raw video case. The API will change slightly in the near
+@@ -821,6 +824,7 @@ write_video_frame (GeglProperties *o,
+   ret = av_write_frame (oc, );
+ }
+   else
++#endif
+ {
+   /* encode the image */
+   AVPacket pkt2;


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

2018-04-29 Thread Jan de Groot via arch-commits
Date: Sunday, April 29, 2018 @ 22:03:40
  Author: jgc
Revision: 323121

archrelease: copy trunk to staging-x86_64

Added:
  gegl/repos/staging-x86_64/
  gegl/repos/staging-x86_64/PKGBUILD
(from rev 323120, gegl/trunk/PKGBUILD)
  gegl/repos/staging-x86_64/ffmpeg4.patch
(from rev 323120, gegl/trunk/ffmpeg4.patch)

---+
 PKGBUILD  |   67 
 ffmpeg4.patch |   46 ++
 2 files changed, 113 insertions(+)

Copied: gegl/repos/staging-x86_64/PKGBUILD (from rev 323120, 
gegl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-29 22:03:40 UTC (rev 323121)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('x86_64')
+url="http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
+ 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
+ 'git')
+optdepends=('libraw: raw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'suitesparse: matting-levin plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin'
+'libtiff: tiff plugin'
+'lua: lua plugin'
+'lensfun: lens-correct plugin')
+_commit=f6caafacf3d8c176049de5c6680f8065bcfe9af9  # tags/GEGL_0_4_0^0
+source=("git+https://git.gnome.org/browse/gegl#commit=$_commit;
+ffmpeg4.patch)
+sha256sums=('SKIP'
+'0bd90ad266ac11acb11ec6adf538c6d52e28c9f1355450763528b86959a79156')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  patch -Np0 -i ../ffmpeg4.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gegl/repos/staging-x86_64/ffmpeg4.patch (from rev 323120, 
gegl/trunk/ffmpeg4.patch)
===
--- staging-x86_64/ffmpeg4.patch(rev 0)
+++ staging-x86_64/ffmpeg4.patch2018-04-29 22:03:40 UTC (rev 323121)
@@ -0,0 +1,46 @@
+--- operations/external/ff-save.c.orig 2017-07-01 17:19:54 UTC
 operations/external/ff-save.c
+@@ -290,7 +290,7 @@ add_audio_stream (GeglProperties *o, AVFormatContext *
+   c->codec_type = AVMEDIA_TYPE_AUDIO;
+ 
+   if (oc->oformat->flags & AVFMT_GLOBALHEADER)
+-c->flags |= CODEC_FLAG_GLOBAL_HEADER;
++c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
+ 
+   return st;
+ }
+@@ -631,7 +631,7 @@ add_video_stream (GeglProperties *o, AVFormatContext *
+ #endif
+ 
+if (oc->oformat->flags & AVFMT_GLOBALHEADER)
+- c->flags |= CODEC_FLAG_GLOBAL_HEADER;
++ c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
+ 
+   return st;
+ }
+@@ -699,7 +699,9 @@ open_video (GeglProperties *o, AVFormatContext * oc, A
+ }
+ 
+   p->video_outbuf = NULL;
++#ifdef AVFMT_RAWPICTURE
+   if (!(oc->oformat->flags & AVFMT_RAWPICTURE))
++#endif
+ {
+   /* allocate output buffer, 1 mb / frame, might fail for some codecs on 
UHD - but works for now */
+   p->video_outbuf_size = 1024 * 1024;
+@@ -803,6 +805,7 @@ write_video_frame (GeglProperties *o,
+   picture_ptr  = p->picture;
+   picture_ptr->pts = p->frame_count;
+ 
++#ifdef AVFMT_RAWPICTURE
+   if (oc->oformat->flags & AVFMT_RAWPICTURE)
+ {
+   /* raw video case. The API will change slightly in the near
+@@ -821,6 +824,7 @@ write_video_frame (GeglProperties *o,
+   ret = av_write_frame (oc, );
+ }
+   else
++#endif
+ {
+   /* encode the image */
+   AVPacket pkt2;


[arch-commits] Commit in (5 files)

2018-04-29 Thread Robin Broda via arch-commits
Date: Sunday, April 29, 2018 @ 20:03:40
  Author: coderobe
Revision: 318467

import from AUR

Added:
  psensor/
  psensor/repos/
  psensor/trunk/
  psensor/trunk/PKGBUILD
  psensor/trunk/is_error.patch

+
 PKGBUILD   |   38 ++
 is_error.patch |   26 ++
 2 files changed, 64 insertions(+)

Added: psensor/trunk/PKGBUILD
===
--- psensor/trunk/PKGBUILD  (rev 0)
+++ psensor/trunk/PKGBUILD  2018-04-29 20:03:40 UTC (rev 318467)
@@ -0,0 +1,38 @@
+# Maintainer: Robin Broda 
+# Contributor: X0rg
+# Contributor: marlock 
+# Contributor: Diogo Leal 
+
+pkgname=psensor
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='A graphical hardware temperature monitor for Linux'
+arch=('x86_64')
+url='https://wpitchoune.net/psensor'
+license=('GPL2')
+depends=('lm_sensors' 'dconf' 'gtk3' 'udisks2' 'curl' 'libgtop' 'libnotify'
+ 'libappindicator3' 'libxnvctrl' 'json-c' 'libmicrohttpd')
+makedepends=('help2man')
+source=("https://wpitchoune.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
+'is_error.patch')
+md5sums=('0d8ac0a1312e96f2101ecc7c684e2863'
+ '04c45b3527e6cc4012fe60491751a0ac')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/is_error.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}


Property changes on: psensor/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: psensor/trunk/is_error.patch
===
--- psensor/trunk/is_error.patch(rev 0)
+++ psensor/trunk/is_error.patch2018-04-29 20:03:40 UTC (rev 318467)
@@ -0,0 +1,26 @@
+--- a/src/rsensor.c2016-12-20 00:39:54.0 +0100
 b/src/rsensor.c2018-01-05 19:30:09.089759050 +0100
+@@ -133,7 +133,7 @@
+ 
+   obj = get_json_object(url);
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   n = json_object_array_length(obj);
+   sensors = malloc((n + 1) * sizeof(struct psensor *));
+ 
+@@ -168,12 +168,12 @@
+ 
+   obj = get_json_object(get_url(s));
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   json_object *om;
+ 
+   json_object_object_get_ex(obj, "last_measure", );
+ 
+-  if (!is_error(obj)) {
++  if (obj != NULL) {
+   json_object *ov, *ot;
+   struct timeval tv;
+ 


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

2018-04-29 Thread Robin Broda via arch-commits
Date: Sunday, April 29, 2018 @ 20:04:01
  Author: coderobe
Revision: 318468

archrelease: copy trunk to community-x86_64

Added:
  psensor/repos/community-x86_64/
  psensor/repos/community-x86_64/PKGBUILD
(from rev 318467, psensor/trunk/PKGBUILD)
  psensor/repos/community-x86_64/is_error.patch
(from rev 318467, psensor/trunk/is_error.patch)

+
 PKGBUILD   |   38 ++
 is_error.patch |   26 ++
 2 files changed, 64 insertions(+)

Copied: psensor/repos/community-x86_64/PKGBUILD (from rev 318467, 
psensor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-29 20:04:01 UTC (rev 318468)
@@ -0,0 +1,38 @@
+# Maintainer: Robin Broda 
+# Contributor: X0rg
+# Contributor: marlock 
+# Contributor: Diogo Leal 
+
+pkgname=psensor
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='A graphical hardware temperature monitor for Linux'
+arch=('x86_64')
+url='https://wpitchoune.net/psensor'
+license=('GPL2')
+depends=('lm_sensors' 'dconf' 'gtk3' 'udisks2' 'curl' 'libgtop' 'libnotify'
+ 'libappindicator3' 'libxnvctrl' 'json-c' 'libmicrohttpd')
+makedepends=('help2man')
+source=("https://wpitchoune.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
+'is_error.patch')
+md5sums=('0d8ac0a1312e96f2101ecc7c684e2863'
+ '04c45b3527e6cc4012fe60491751a0ac')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/is_error.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: psensor/repos/community-x86_64/is_error.patch (from rev 318467, 
psensor/trunk/is_error.patch)
===
--- community-x86_64/is_error.patch (rev 0)
+++ community-x86_64/is_error.patch 2018-04-29 20:04:01 UTC (rev 318468)
@@ -0,0 +1,26 @@
+--- a/src/rsensor.c2016-12-20 00:39:54.0 +0100
 b/src/rsensor.c2018-01-05 19:30:09.089759050 +0100
+@@ -133,7 +133,7 @@
+ 
+   obj = get_json_object(url);
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   n = json_object_array_length(obj);
+   sensors = malloc((n + 1) * sizeof(struct psensor *));
+ 
+@@ -168,12 +168,12 @@
+ 
+   obj = get_json_object(get_url(s));
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   json_object *om;
+ 
+   json_object_object_get_ex(obj, "last_measure", );
+ 
+-  if (!is_error(obj)) {
++  if (obj != NULL) {
+   json_object *ov, *ot;
+   struct timeval tv;
+ 


[arch-commits] Commit in wine-staging-nine/trunk (PKGBUILD)

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 18:49:56
  Author: lcarlier
Revision: 318465

upgpkg: wine-staging-nine 3.7-1

upstream update 3.7

Modified:
  wine-staging-nine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 17:38:26 UTC (rev 318464)
+++ PKGBUILD2018-04-29 18:49:56 UTC (rev 318465)
@@ -7,7 +7,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging-nine
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -21,10 +21,10 @@
 wine-binfmt.conf
 harmony-fix.diff
 steam.patch)
-sha512sums=('31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22'
+sha512sums=('a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694'
 'SKIP'
-
'839731fa3dba91cefd9e0f036b4d688c4786fe8cb19143819457fb9e45a6c14ef3a70630b585abdd424a00036312114034a2529700012ea1863527e45fbfac2a'
-
'67ce67e99c0e1c53f9a81074520465e4c59b6c4bb9a9921ce477d65f4e25b62ae85aa32314cf14a1d10a647da9efc72944e5b1ef9bab344e0aac500589f24106'
+
'4a00b7c61121798b6c4e918aadeb71865e359f6471035b9ed33ae242f3fe70f1977b1c0b3628fb244b5ba4942d771d2ee797bcc087d38192fcd9325e1886ed14'
+
'9a02e40bda9c26001857355ddfb1ba68afb518158260b0904c5aaef3991e19587dcc107cc34b01b9fbda7e710be488384b020bbf8d56632cce787ffb299bc3f3'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'


[arch-commits] Commit in wine-staging-nine/repos/multilib-x86_64 (12 files)

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 18:50:04
  Author: lcarlier
Revision: 318466

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 318465, wine-staging-nine/trunk/30-win32-aliases.conf)
  wine-staging-nine/repos/multilib-x86_64/PKGBUILD
(from rev 318465, wine-staging-nine/trunk/PKGBUILD)
  wine-staging-nine/repos/multilib-x86_64/harmony-fix.diff
(from rev 318465, wine-staging-nine/trunk/harmony-fix.diff)
  wine-staging-nine/repos/multilib-x86_64/steam.patch
(from rev 318465, wine-staging-nine/trunk/steam.patch)
  wine-staging-nine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 318465, wine-staging-nine/trunk/wine-binfmt.conf)
  wine-staging-nine/repos/multilib-x86_64/wine.install
(from rev 318465, wine-staging-nine/trunk/wine.install)
Deleted:
  wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging-nine/repos/multilib-x86_64/PKGBUILD
  wine-staging-nine/repos/multilib-x86_64/harmony-fix.diff
  wine-staging-nine/repos/multilib-x86_64/steam.patch
  wine-staging-nine/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging-nine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++--
 PKGBUILD  |  412 
 harmony-fix.diff  |  126 +++---
 steam.patch   |   78 -
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 6 files changed, 337 insertions(+), 337 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2018-04-29 18:49:56 UTC (rev 318465)
+++ 30-win32-aliases.conf   2018-04-29 18:50:04 UTC (rev 318466)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
318465, wine-staging-nine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2018-04-29 18:50:04 UTC (rev 318466)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 18:49:56 UTC (rev 318465)
+++ PKGBUILD2018-04-29 18:50:04 UTC (rev 318466)
@@ -1,206 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging-nine
-pkgver=3.6
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-_ninepatchver=${pkgver}
-#_ninepatchver=3.3
-
-source=(https://dl.winehq.org/wine/source/3.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_ninepatchver.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf
-harmony-fix.diff
-steam.patch)
-sha512sums=('31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22'
-'SKIP'
-
'839731fa3dba91cefd9e0f036b4d688c4786fe8cb19143819457fb9e45a6c14ef3a70630b585abdd424a00036312114034a2529700012ea1863527e45fbfac2a'
-
'67ce67e99c0e1c53f9a81074520465e4c59b6c4bb9a9921ce477d65f4e25b62ae85aa32314cf14a1d10a647da9efc72944e5b1ef9bab344e0aac500589f24106'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'f3e42a0720777256ca583f96044f6482aae8f4c707189104216f86f6c7a1b68a186c5124c72866229d46eb66c20c555ba9f32a230ec50f968faa8a12b8372b0a')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch 
with the gallium-nine patches"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-

[arch-commits] Commit in dolphin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-29 Thread Antonio Rojas via arch-commits
Date: Sunday, April 29, 2018 @ 17:57:05
  Author: arojas
Revision: 323119

archrelease: copy trunk to extra-x86_64

Added:
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 323118, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   87 -
 1 file changed, 46 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 17:49:44 UTC (rev 323118)
+++ PKGBUILD2018-04-29 17:57:05 UTC (rev 323119)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=18.04.0
-pkgrel=1
-pkgdesc="KDE File Manager"
-arch=(x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b5068a26b34e2edac25f3528799ce48c7d211ee70113751275b01a5c87ba6d53'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-x86_64/PKGBUILD (from rev 323118, 
dolphin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 17:57:05 UTC (rev 323119)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=18.04.0
+pkgrel=2
+pkgdesc="KDE File Manager"
+arch=(x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-393528.patch::"https://cgit.kde.org/dolphin.git/patch/?id=0c05b992;)
+sha256sums=('b5068a26b34e2edac25f3528799ce48c7d211ee70113751275b01a5c87ba6d53'
+'SKIP'
+'5b05a6658ebc633e36fd86b8e8f90751a200bb1aa15a11cc5500fa87e017bf89')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-393528.patch # Fix crash with duplicated entries in 
user-places.xbel
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-29 Thread Antonio Rojas via arch-commits
Date: Sunday, April 29, 2018 @ 17:49:44
  Author: arojas
Revision: 323118

Fix crash at startup when user-places.xbel contains duplicated entries 
(FS#58300)

Modified:
  dolphin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 17:09:16 UTC (rev 323117)
+++ PKGBUILD2018-04-29 17:49:44 UTC (rev 323118)
@@ -6,7 +6,7 @@
 
 pkgname=dolphin
 pkgver=18.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE File Manager"
 arch=(x86_64)
 url="https://kde.org/applications/system/dolphin/;
@@ -16,14 +16,19 @@
 optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
 'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
 groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-393528.patch::"https://cgit.kde.org/dolphin.git/patch/?id=0c05b992;)
 sha256sums=('b5068a26b34e2edac25f3528799ce48c7d211ee70113751275b01a5c87ba6d53'
-'SKIP')
+'SKIP'
+'5b05a6658ebc633e36fd86b8e8f90751a200bb1aa15a11cc5500fa87e017bf89')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-393528.patch # Fix crash with duplicated entries in 
user-places.xbel
 }
 
 build() {


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (10 files)

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 17:38:26
  Author: lcarlier
Revision: 318464

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 318463, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 318463, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
(from rev 318463, wine-staging/trunk/harmony-fix.diff)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 318463, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 318463, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  370 ++---
 harmony-fix.diff |  126 +-
 wine-binfmt.conf |4 
 wine.install |   14 +-
 4 files changed, 257 insertions(+), 257 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
318463, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 17:38:19 UTC (rev 318463)
+++ PKGBUILD2018-04-29 17:38:26 UTC (rev 318464)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=3.6
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-harmony-fix.diff
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22'
-'SKIP'
-
'839731fa3dba91cefd9e0f036b4d688c4786fe8cb19143819457fb9e45a6c14ef3a70630b585abdd424a00036312114034a2529700012ea1863527e45fbfac2a'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  samba
-  

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

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 17:38:19
  Author: lcarlier
Revision: 318463

upgpkg: wine-staging 3.7-1

upstream update 3.7

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 16:23:28 UTC (rev 318462)
+++ PKGBUILD2018-04-29 17:38:19 UTC (rev 318463)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -16,9 +16,9 @@
 harmony-fix.diff
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('31d24cc78734bdb743afcec7df05b641ab0625568361401eaf8cd5e217719c8c51a0ef7ed737a560fe42cb9ecd88f10d35e62a98d9df69b966502a5b0dab5a22'
+sha512sums=('a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694'
 'SKIP'
-
'839731fa3dba91cefd9e0f036b4d688c4786fe8cb19143819457fb9e45a6c14ef3a70630b585abdd424a00036312114034a2529700012ea1863527e45fbfac2a'
+
'4a00b7c61121798b6c4e918aadeb71865e359f6471035b9ed33ae242f3fe70f1977b1c0b3628fb244b5ba4942d771d2ee797bcc087d38192fcd9325e1886ed14'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2018-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 29, 2018 @ 16:23:15
  Author: svenstaro
Revision: 318461

upgpkg: python-neovim 0.2.5-1

Modified:
  python-neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 12:48:42 UTC (rev 318460)
+++ PKGBUILD2018-04-29 16:23:15 UTC (rev 318461)
@@ -3,7 +3,7 @@
 pkgbase=python-neovim
 pkgname=('python-neovim' 'python2-neovim')
 _realname=python-client
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc='Python client for Neovim'
 url='https://github.com/neovim/python-client'
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('01a0aaa8bef3e051e295bcf881d8e35e099a4c996fb44cf6aa5354fa3dededbd')
+sha256sums=('2ab77beb7cf591f64e038ba0c6eee8cd56843a595827ffc78ee010b93ac16d87')
 
 prepare() {
   sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py


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

2018-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 29, 2018 @ 16:23:28
  Author: svenstaro
Revision: 318462

archrelease: copy trunk to community-any

Added:
  python-neovim/repos/community-any/PKGBUILD
(from rev 318461, python-neovim/trunk/PKGBUILD)
Deleted:
  python-neovim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 16:23:15 UTC (rev 318461)
+++ PKGBUILD2018-04-29 16:23:28 UTC (rev 318462)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgbase=python-neovim
-pkgname=('python-neovim' 'python2-neovim')
-_realname=python-client
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Python client for Neovim'
-url='https://github.com/neovim/python-client'
-arch=('any')
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('01a0aaa8bef3e051e295bcf881d8e35e099a4c996fb44cf6aa5354fa3dededbd')
-
-prepare() {
-  sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
-  cp -a ${_realname}-${pkgver}{,-python2}
-}
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python-neovim() {
-  pkgdesc='Python 3 client for neovim'
-  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
-
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-package_python2-neovim() {
-  pkgdesc='Python 2 client for neovim'
-  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-trollius')
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-# vim:set sw=2 sts=2 et:

Copied: python-neovim/repos/community-any/PKGBUILD (from rev 318461, 
python-neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 16:23:28 UTC (rev 318462)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgbase=python-neovim
+pkgname=('python-neovim' 'python2-neovim')
+_realname=python-client
+pkgver=0.2.5
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
+sha256sums=('2ab77beb7cf591f64e038ba0c6eee8cd56843a595827ffc78ee010b93ac16d87')
+
+prepare() {
+  sed -i "s/msgpack-python/msgpack/g" ${_realname}-${pkgver}/setup.py
+  cp -a ${_realname}-${pkgver}{,-python2}
+}
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-trollius')
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+# vim:set sw=2 sts=2 et:


[arch-commits] Commit in ruby-async-io/repos/community-any (PKGBUILD PKGBUILD)

2018-04-29 Thread Levente Polyak via arch-commits
Date: Sunday, April 29, 2018 @ 12:48:42
  Author: anthraxx
Revision: 318460

archrelease: copy trunk to community-any

Added:
  ruby-async-io/repos/community-any/PKGBUILD
(from rev 318459, ruby-async-io/trunk/PKGBUILD)
Deleted:
  ruby-async-io/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 12:48:29 UTC (rev 318459)
+++ PKGBUILD2018-04-29 12:48:42 UTC (rev 318460)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-io
-pkgname=ruby-${_gemname}
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
-url='https://github.com/socketry/async-io'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('ebd839ff442926fa5ed2a7d2ddaa72c67473b6339b4f0ec2c92b04b86c6421f4')
-sha512sums=('42d92601bdb892d471c0ce9634c8f9452e509825e76caa3401285d92b9624750fd815432936297b90608b727e3832897036618a17610a75dfdd6d98c5919ef2e')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-io/repos/community-any/PKGBUILD (from rev 318459, 
ruby-async-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 12:48:42 UTC (rev 318460)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-io
+pkgname=ruby-${_gemname}
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
+url='https://github.com/socketry/async-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
+sha256sums=('05a1995b480aa98646084f1e319f260b61bdb0ca7f779c2a65a75e91d15a5ce5')
+sha512sums=('44ad51077e70b0e767b4500b00f8ea2649360e980d7c3a2bafd6acaf2e4f47efa24eae442230ea4ecb896a41a8db40e64f2bb026f4db8d7d571c59ddb33f0cc8')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-async-io/trunk (PKGBUILD)

2018-04-29 Thread Levente Polyak via arch-commits
Date: Sunday, April 29, 2018 @ 12:48:29
  Author: anthraxx
Revision: 318459

upgpkg: ruby-async-io 1.8.4-1

Modified:
  ruby-async-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 12:46:40 UTC (rev 318458)
+++ PKGBUILD2018-04-29 12:48:29 UTC (rev 318459)
@@ -2,7 +2,7 @@
 
 _gemname=async-io
 pkgname=ruby-${_gemname}
-pkgver=1.8.2
+pkgver=1.8.4
 pkgrel=1
 pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
 url='https://github.com/socketry/async-io'
@@ -12,8 +12,8 @@
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('ebd839ff442926fa5ed2a7d2ddaa72c67473b6339b4f0ec2c92b04b86c6421f4')
-sha512sums=('42d92601bdb892d471c0ce9634c8f9452e509825e76caa3401285d92b9624750fd815432936297b90608b727e3832897036618a17610a75dfdd6d98c5919ef2e')
+sha256sums=('05a1995b480aa98646084f1e319f260b61bdb0ca7f779c2a65a75e91d15a5ce5')
+sha512sums=('44ad51077e70b0e767b4500b00f8ea2649360e980d7c3a2bafd6acaf2e4f47efa24eae442230ea4ecb896a41a8db40e64f2bb026f4db8d7d571c59ddb33f0cc8')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-04-29 Thread Levente Polyak via arch-commits
Date: Sunday, April 29, 2018 @ 12:46:40
  Author: anthraxx
Revision: 318458

archrelease: copy trunk to community-any

Added:
  ruby-async/repos/community-any/PKGBUILD
(from rev 318457, ruby-async/trunk/PKGBUILD)
Deleted:
  ruby-async/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 12:46:30 UTC (rev 318457)
+++ PKGBUILD2018-04-29 12:46:40 UTC (rev 318458)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async
-pkgname=ruby-${_gemname}
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Composable asynchronous I/O'
-url='https://github.com/socketry/async'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
-sha256sums=('b938ebb7f81eafa7104bd0222653147e14155291472634421cdcdc08f0ae1b55')
-sha512sums=('5860fd63c847e75577a744d403bfec2c02ac196add4edaf6c3a68ec54386e71c8b7cd28c3a90d0708971178e8487c946b95895128ed06f0b1f54f45d066cdde3')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async/repos/community-any/PKGBUILD (from rev 318457, 
ruby-async/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 12:46:40 UTC (rev 318458)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async
+pkgname=ruby-${_gemname}
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Composable asynchronous I/O'
+url='https://github.com/socketry/async'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
+sha256sums=('9a86357a8a46dd1b9dedf70465a8722c71e8a1734d0a83fc73a4f268ca1efd5d')
+sha512sums=('71dbfd760fe667d9bcbe580fcc95f38bd37af57605b5f455083ed0ddc772e10cb2fd46805d22d2b66e838b0b1bb9987b28927794e1db40f14a1cf10a92cbc31e')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-29 Thread Levente Polyak via arch-commits
Date: Sunday, April 29, 2018 @ 12:46:30
  Author: anthraxx
Revision: 318457

upgpkg: ruby-async 1.8.0-1

Modified:
  ruby-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 11:14:48 UTC (rev 318456)
+++ PKGBUILD2018-04-29 12:46:30 UTC (rev 318457)
@@ -2,7 +2,7 @@
 
 _gemname=async
 pkgname=ruby-${_gemname}
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Composable asynchronous I/O'
 url='https://github.com/socketry/async'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
-sha256sums=('b938ebb7f81eafa7104bd0222653147e14155291472634421cdcdc08f0ae1b55')
-sha512sums=('5860fd63c847e75577a744d403bfec2c02ac196add4edaf6c3a68ec54386e71c8b7cd28c3a90d0708971178e8487c946b95895128ed06f0b1f54f45d066cdde3')
+sha256sums=('9a86357a8a46dd1b9dedf70465a8722c71e8a1734d0a83fc73a4f268ca1efd5d')
+sha512sums=('71dbfd760fe667d9bcbe580fcc95f38bd37af57605b5f455083ed0ddc772e10cb2fd46805d22d2b66e838b0b1bb9987b28927794e1db40f14a1cf10a92cbc31e')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-04-29 Thread Bruno Pagani via arch-commits
Date: Sunday, April 29, 2018 @ 11:14:48
  Author: archange
Revision: 318456

archrelease: copy trunk to community-staging-x86_64

Added:
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 318455, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 318455, vtk/trunk/PKGBUILD)

--+
 .contrib |6 ++
 PKGBUILD |  131 +
 2 files changed, 137 insertions(+)

Copied: vtk/repos/community-staging-x86_64/.contrib (from rev 318455, 
vtk/trunk/.contrib)
===
--- community-staging-x86_64/.contrib   (rev 0)
+++ community-staging-x86_64/.contrib   2018-04-29 11:14:48 UTC (rev 318456)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-x86_64/PKGBUILD (from rev 318455, 
vtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-29 11:14:48 UTC (rev 318456)
@@ -0,0 +1,131 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic 
+
+pkgname=vtk
+pkgver=8.1.0
+_majorver=8.1
+pkgrel=4
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
+arch=('x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('gcc-libs')
+# Build fails with jdk10-openjdk because of missing javah executable (fixed in 
CMake 3.11)
+makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
+ 'hdf5' 'java-environment=9' 'jsoncpp' 'lz4'
+ 'mariadb' 'netcdf' 'openmpi' 'proj' 'python2-autobahn' 
'python2-constantly'
+ 'python2-incremental' 'python2-matplotlib'
+ 'python2-mpi4py' 'python2-twisted' 'qt5-base' 'qt5-tools'
+ 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools'
+'python2-constantly'
+'python2-incremental'
+'python2-matplotlib: for Matplotlib rendering'
+'python2-twisted: for vtkWeb'
+'python2-autobahn: for vtkWeb'
+'python2-mpi4py: OpenMPI python support'
+'openmpi: OpenMPI support'
+'qt5-x11extras'
+'qt5-webkit: WebKit support'
+'ffmpeg'
+'gdal'
+'glew'
+'hdf5'
+'jsoncpp'
+'lz4'
+'mariadb'
+'netcdf'
+'proj'
+'unixodbc')
+source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
+
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;)
+options=(staticlibs)
+sha512sums=('3d5efd1a18939e21045278a387817421a98919cbaaa6ed65167c16999e1bb882b849b698d201a294da9920dbc96d1fbc987013462b1c7cbb12920bfff9b6f2a3'
+
'0a63f87896320aa38970932bf47c9e3f65a8bdd5413e51f95c53e321348b5b4e1eca2405d755eabb785c03939e1936245cc9f1b0f7ad0988c41362ac6f1e3047'
+
'9dfd64b5125205ba7d8cba5665da40874d0a9781f3bd2595058d939207d96980c9a68009ce9ed1476931e1b929199c4888ccf6d590f23d2412873ca6907abc31')
+
+prepare() {
+  rm -rf "build"
+  mkdir "build"
+}
+
+build() {
+  cd "build"
+
+  # to help cmake find java
+  export JAVA_HOME=/usr/lib/jvm/default
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
+  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
+  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
+  # libharu needs to be patched, see 
https://github.com/libharu/libharu/pull/157
+  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
+  # system gl2ps is not used because of 
http://www.vtk.org/Bug/view.php?id=16083
+  for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE 
SIX AUTOBAHN MPI4PY JSONCPP GLEW HDF HDF5 LIBPROJ4 TXAIO HYPERLINK CONSTANTLY 
INCREMENTAL LZ4 NETCDF; do
+cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
+  done
+
+  local _tkver=$(echo 'puts $tcl_version' | tclsh)
+
+  cmake \
+-Wno-dev \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_SHARED_LIBS:BOOL=ON \
+-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
+-DBUILD_DOCUMENTATION:BOOL=OFF \
+

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

2018-04-29 Thread Bruno Pagani via arch-commits
Date: Sunday, April 29, 2018 @ 11:14:35
  Author: archange
Revision: 318455

ffmpeg 4.0 rebuild

Java 9 enforced (instead of 10) because of an issue with CMake.

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 11:01:55 UTC (rev 318454)
+++ PKGBUILD2018-04-29 11:14:35 UTC (rev 318455)
@@ -7,14 +7,15 @@
 pkgname=vtk
 pkgver=8.1.0
 _majorver=8.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
 arch=('x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('gcc-libs')
+# Build fails with jdk10-openjdk because of missing javah executable (fixed in 
CMake 3.11)
 makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment' 'jsoncpp' 'lz4'
+ 'hdf5' 'java-environment=9' 'jsoncpp' 'lz4'
  'mariadb' 'netcdf' 'openmpi' 'proj' 'python2-autobahn' 
'python2-constantly'
  'python2-incremental' 'python2-matplotlib'
  'python2-mpi4py' 'python2-twisted' 'qt5-base' 'qt5-tools'
@@ -64,7 +65,7 @@
 
   # flags to enable using system libs
   local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, NETCDF, GL2PS
+  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
   # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
   # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
   # libharu needs to be patched, see 
https://github.com/libharu/libharu/pull/157


[arch-commits] Commit in caprine/repos/community-any (6 files)

2018-04-29 Thread Nicola Squartini via arch-commits
Date: Sunday, April 29, 2018 @ 11:01:55
  Author: tensor5
Revision: 318454

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 318453, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 318453, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 318453, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  118 +++---
 caprine.desktop |   18 
 caprine.js  |   58 +-
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 11:01:35 UTC (rev 318453)
+++ PKGBUILD2018-04-29 11:01:55 UTC (rev 318454)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.11.0
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('b675b0b54c16d1f33492c5fe7571df2e5a3894ef2a54409ede4e8ffbc42a3b35'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/build
-rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 318453, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 11:01:55 UTC (rev 318454)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.12.0
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('868795f0b324d0dc59f4a3d75754f4919351335cc163cd1e37290238a3f013d1'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/build
+rm "${pkgdir}"${appdir}/{media/Icon.ai,static/Icon.{icns,ico}}
+find "${pkgdir}"${appdir} \
+ 

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

2018-04-29 Thread Nicola Squartini via arch-commits
Date: Sunday, April 29, 2018 @ 11:01:35
  Author: tensor5
Revision: 318453

upgpkg: caprine 2.12.0-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 10:50:28 UTC (rev 318452)
+++ PKGBUILD2018-04-29 11:01:35 UTC (rev 318453)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.11.0
+pkgver=2.12.0
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -13,7 +13,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('b675b0b54c16d1f33492c5fe7571df2e5a3894ef2a54409ede4e8ffbc42a3b35'
+sha256sums=('868795f0b324d0dc59f4a3d75754f4919351335cc163cd1e37290238a3f013d1'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 


[arch-commits] Commit in duktape/repos/community-x86_64 (4 files)

2018-04-29 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 29, 2018 @ 10:50:28
  Author: arodseth
Revision: 318452

archrelease: copy trunk to community-x86_64

Added:
  duktape/repos/community-x86_64/PKGBUILD
(from rev 318451, duktape/trunk/PKGBUILD)
  duktape/repos/community-x86_64/duktape.pc
(from rev 318451, duktape/trunk/duktape.pc)
Deleted:
  duktape/repos/community-x86_64/PKGBUILD
  duktape/repos/community-x86_64/duktape.pc

+
 PKGBUILD   |   81 +--
 duktape.pc |   20 +++---
 2 files changed, 50 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 10:50:15 UTC (rev 318451)
+++ PKGBUILD2018-04-29 10:50:28 UTC (rev 318452)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 162811 2016-02-20 15:24:54Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=duktape
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Embeddable Javascript engine'
-arch=('x86_64' 'i686')
-url='http://duktape.org/'
-makedepends=('setconf')
-depends=('glibc')
-license=('MIT')
-source=("http://duktape.org/duktape-$pkgver.tar.xz; # no https available
-'duktape.pc')
-sha256sums=('62f72206427633077cb02e7ccd2599ace4d254db409334593b86d262c0d50c14'
-'7d06661869537a34f3aaf30146f8fbf76b29ef1fc43b6d1371dbb621f1a375b6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  mv Makefile.sharedlibrary Makefile
-  sed 's/-Wall -Wextra/$(CFLAGS)/g' -i Makefile
-  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
-  setconf "$srcdir/duktape.pc" Version="$pkgver"
-}
-
-build() {
-  CFLAGS="$CFLAGS -D DUK_USE_FASTINT -w" make -C "$pkgname-$pkgver"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
-  make install
-  install -Dm644 "$srcdir/duktape.pc" "$pkgdir/usr/lib/pkgconfig/duktape.pc"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/svaarala/duktape
-# vim: ts=2 sw=2 et:

Copied: duktape/repos/community-x86_64/PKGBUILD (from rev 318451, 
duktape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 10:50:28 UTC (rev 318452)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 162811 2016-02-20 15:24:54Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=duktape
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Embeddable Javascript engine'
+arch=('x86_64')
+url='http://duktape.org/'
+makedepends=('setconf')
+license=('MIT')
+source=("http://duktape.org/duktape-$pkgver.tar.xz; # no https available
+'duktape.pc')
+sha256sums=('3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2'
+'ae6dc7b36bf2c84ea6e7ef2ec247b6a6af048f495643d38531bb81a72c6fa340')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  mv Makefile.sharedlibrary Makefile
+  sed 's/-Wall -Wextra/$(CFLAGS)/g' -i Makefile
+  setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
+  setconf "$srcdir/duktape.pc" Version="$pkgver"
+}
+
+build() {
+  CFLAGS="$CFLAGS -D DUK_USE_FASTINT -w" make -C "$pkgname-$pkgver"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/lib" "$pkgdir/usr/include"
+  make install
+  install -Dm644 "$srcdir/duktape.pc" "$pkgdir/usr/lib/pkgconfig/duktape.pc"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/svaarala/duktape
+# vim: ts=2 sw=2 et:

Deleted: duktape.pc
===
--- duktape.pc  2018-04-29 10:50:15 UTC (rev 318451)
+++ duktape.pc  2018-04-29 10:50:28 UTC (rev 318452)
@@ -1,10 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: duktape
-Description: Embeddable Javascript engine
-Version: 2.2.0
-Libs: -L${libdir} -lduktape
-Cflags: -I${includedir}

Copied: duktape/repos/community-x86_64/duktape.pc (from rev 318451, 
duktape/trunk/duktape.pc)
===
--- duktape.pc  (rev 0)
+++ duktape.pc  2018-04-29 10:50:28 UTC (rev 318452)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: duktape
+Description: Embeddable Javascript engine
+Version: 2.2.1
+Libs: -L${libdir} -lduktape
+Cflags: -I${includedir}


[arch-commits] Commit in duktape/trunk (PKGBUILD duktape.pc)

2018-04-29 Thread Alexander Rødseth via arch-commits
Date: Sunday, April 29, 2018 @ 10:50:15
  Author: arodseth
Revision: 318451

upgpkg: duktape 2.2.1-1

Modified:
  duktape/trunk/PKGBUILD
  duktape/trunk/duktape.pc

+
 PKGBUILD   |7 +++
 duktape.pc |2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 09:44:50 UTC (rev 318450)
+++ PKGBUILD2018-04-29 10:50:15 UTC (rev 318451)
@@ -2,18 +2,17 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=duktape
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Embeddable Javascript engine'
 arch=('x86_64')
 url='http://duktape.org/'
 makedepends=('setconf')
-depends=('glibc')
 license=('MIT')
 source=("http://duktape.org/duktape-$pkgver.tar.xz; # no https available
 'duktape.pc')
-sha256sums=('62f72206427633077cb02e7ccd2599ace4d254db409334593b86d262c0d50c14'
-'7d06661869537a34f3aaf30146f8fbf76b29ef1fc43b6d1371dbb621f1a375b6')
+sha256sums=('3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2'
+'ae6dc7b36bf2c84ea6e7ef2ec247b6a6af048f495643d38531bb81a72c6fa340')
 
 prepare() {
   cd "$pkgname-$pkgver"

Modified: duktape.pc
===
--- duktape.pc  2018-04-29 09:44:50 UTC (rev 318450)
+++ duktape.pc  2018-04-29 10:50:15 UTC (rev 318451)
@@ -5,6 +5,6 @@
 
 Name: duktape
 Description: Embeddable Javascript engine
-Version: 2.2.0
+Version: 2.2.1
 Libs: -L${libdir} -lduktape
 Cflags: -I${includedir}


[arch-commits] Commit in fractal/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-29 Thread Bruno Pagani via arch-commits
Date: Sunday, April 29, 2018 @ 09:44:50
  Author: archange
Revision: 318450

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
(from rev 318449, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 09:44:17 UTC (rev 318449)
+++ PKGBUILD2018-04-29 09:44:50 UTC (rev 318450)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=fractal
-pkgver=0.1.26
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Fractal;
-license=('GPL2')
-depends=('gtk3')
-makedepends=('meson' 'rust')
-_md5=374d38de24835aab0936900845f52c09
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('74c4c24ced91fdda7f140608d6e67e46a372a02217f4d20e5ad57b016df1428f')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 318449, 
fractal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 09:44:50 UTC (rev 318450)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=fractal
+pkgver=0.1.27
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal;
+license=('GPL3')
+depends=('gtk3')
+makedepends=('meson' 'rust')
+_md5=1b3839e0d911ba6a85e61700750cdd3c
+source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('295ad148e696019bff2c2beb65e18b870d362228ffb5175f6a0ab7f15f98aa2a')
+
+build() {
+cd ${pkgname}-${pkgver}
+meson . _build --prefix=/usr
+ninja -C _build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+DESTDIR="${pkgdir}" ninja -C _build install
+}


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

2018-04-29 Thread Bruno Pagani via arch-commits
Date: Sunday, April 29, 2018 @ 09:44:17
  Author: archange
Revision: 318449

upgpkg: fractal 0.1.27-1

Upstream update + fix license + switch to ninja

Modified:
  fractal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 08:25:44 UTC (rev 318448)
+++ PKGBUILD2018-04-29 09:44:17 UTC (rev 318449)
@@ -1,25 +1,25 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=fractal
-pkgver=0.1.26
+pkgver=0.1.27
 pkgrel=1
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/Fractal;
-license=('GPL2')
+license=('GPL3')
 depends=('gtk3')
 makedepends=('meson' 'rust')
-_md5=374d38de24835aab0936900845f52c09
+_md5=1b3839e0d911ba6a85e61700750cdd3c
 
source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('74c4c24ced91fdda7f140608d6e67e46a372a02217f4d20e5ad57b016df1428f')
+sha256sums=('295ad148e696019bff2c2beb65e18b870d362228ffb5175f6a0ab7f15f98aa2a')
 
 build() {
 cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
+meson . _build --prefix=/usr
+ninja -C _build
 }
 
 package() {
 cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+DESTDIR="${pkgdir}" ninja -C _build install
 }


[arch-commits] Commit in libfm/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:25:44
  Author: bgyorgy
Revision: 318448

archrelease: copy trunk to community-x86_64

Added:
  libfm/repos/community-x86_64/PKGBUILD
(from rev 318447, libfm/trunk/PKGBUILD)
Deleted:
  libfm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  266 ++---
 1 file changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 08:25:38 UTC (rev 318447)
+++ PKGBUILD2018-04-29 08:25:44 UTC (rev 318448)
@@ -1,133 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgbase=libfm
-pkgname=(libfm libfm-extra libfm-gtk2 libfm-gtk3)
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Library for file management'
-url='https://lxde.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('gtk2' 'gtk3' 'libexif' 'menu-cache')
-makedepends=('intltool' 'gtk-doc')
-source=(https://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
-sha256sums=('cbd65c74aaff8519a4fa461eda7fd84ee12488263ab5970482e2d61b91f73294')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  # Update xarchiver option
-  # https://github.com/lxde/libfm/issues/35
-  sed -i 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' 
data/archivers.list
-
-  autoreconf -fi
-}
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-gnu-ld \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-gnu-ld \
---with-gtk=3
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_libfm() {
-  depends=('libexif' "libfm-extra=$pkgver" 'menu-cache')
-  
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-
-  # Temporary fix to FS#32361
-  rm -rf "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
-
-  # Split libfm-extra
-  [[ -d $srcdir/libfm-extra ]] && rm -r "$srcdir/libfm-extra/"
-  mkdir "$srcdir"/libfm-extra
-  mv "$pkgdir"/usr/include/libfm/fm-{extra,version,xml-file}.h \
- "$pkgdir"/usr/lib/libfm-extra.* \
- "$pkgdir"/usr/lib/pkgconfig/libfm-extra.pc \
- "$srcdir/libfm-extra/"
-
-  # Split libfm-gtk2
-  [[ -d $srcdir/libfm-gtk2 ]] && rm -r "$srcdir/libfm-gtk2/"
-  mkdir "$srcdir"/libfm-gtk2
-  mv "$pkgdir/usr/bin" \
- "$pkgdir"/usr/lib/libfm-gtk.* \
- "$pkgdir"/usr/lib/libfm/modules/gtk-* \
- "$pkgdir/usr/lib/pkgconfig/libfm-gtk.pc" \
- "$pkgdir/usr/share/applications" \
- "$pkgdir/usr/share/man" \
- "$srcdir/libfm-gtk2/"
-}
-
-package_libfm-extra() {
-  pkgdesc="Extra library for file management" 
-  depends=('glib2')
-
-  cd "$srcdir"/libfm-extra
-  mkdir -p "$pkgdir"/usr/{include/libfm,lib/pkgconfig}
-  mv *.h "$pkgdir/usr/include/libfm"
-  mv libfm-extra.so* "$pkgdir/usr/lib"
-  mv libfm-extra.pc "$pkgdir/usr/lib/pkgconfig"
-}
-
-package_libfm-gtk2() {
-  pkgdesc='GTK+ 2 library for file management'
-  depends=('gtk2' "libfm=$pkgver")
-  replaces=('lxshortcut')
-  provides=('lxshortcut')
-  conflicts=('lxshortcut')
-
-  cd "$srcdir"/libfm-gtk2
-  mkdir -p "$pkgdir"/usr/{lib/{libfm/modules,pkgconfig},share}
-  mv bin "$pkgdir/usr"
-  mv libfm-gtk.so* "$pkgdir"/usr/lib
-  mv gtk-* "$pkgdir"/usr/lib/libfm/modules
-  mv libfm-gtk.pc "$pkgdir/usr/lib/pkgconfig"
-  mv applications "$pkgdir/usr/share"
-  mv man "$pkgdir/usr/share"
-}
-
-package_libfm-gtk3() {
-  pkgdesc='GTK+ 3 library for file management'
-  depends=('gtk3' "libfm=$pkgver")
-  conflicts=('libfm-gtk2' 'lxshortcut')
-
-  cd gtk3
-  make DESTDIR="$srcdir"/libfm-gtk3 install
-
-  cd "$srcdir"/libfm-gtk3
-  mkdir -p "$pkgdir"/usr/{lib/{libfm/modules,pkgconfig},share}
-  mv usr/bin "$pkgdir/usr"
-  mv usr/lib/libfm-gtk3.so* "$pkgdir"/usr/lib
-  mv usr/lib/libfm/modules/gtk-* "$pkgdir"/usr/lib/libfm/modules
-  mv usr/lib/pkgconfig/libfm-gtk3.pc "$pkgdir/usr/lib/pkgconfig"
-  mv usr/share/applications "$pkgdir/usr/share"
-  mv usr/share/man "$pkgdir/usr/share"
-}

Copied: libfm/repos/community-x86_64/PKGBUILD (from rev 318447, 
libfm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 08:25:44 UTC (rev 318448)
@@ -0,0 +1,133 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# 

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

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:25:38
  Author: bgyorgy
Revision: 318447

upgpkg: libfm 1.3.0.2-1

Update to new version

Modified:
  libfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 08:16:39 UTC (rev 318446)
+++ PKGBUILD2018-04-29 08:25:38 UTC (rev 318447)
@@ -7,7 +7,7 @@
 
 pkgbase=libfm
 pkgname=(libfm libfm-extra libfm-gtk2 libfm-gtk3)
-pkgver=1.3.0
+pkgver=1.3.0.2
 pkgrel=1
 pkgdesc='Library for file management'
 url='https://lxde.org/'
@@ -16,7 +16,7 @@
 depends=('gtk2' 'gtk3' 'libexif' 'menu-cache')
 makedepends=('intltool' 'gtk-doc')
 source=(https://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz)
-sha256sums=('cbd65c74aaff8519a4fa461eda7fd84ee12488263ab5970482e2d61b91f73294')
+sha256sums=('18d06f7996ce1cf8947df6e106bc0338c6ae0c4138c316f2501f6f6f435c7c72')
 
 prepare() {
   cd $pkgbase-$pkgver


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

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:16:39
  Author: bgyorgy
Revision: 318446

archrelease: copy trunk to community-any

Added:
  openbve/repos/community-any/PKGBUILD
(from rev 318445, openbve/trunk/PKGBUILD)
  openbve/repos/community-any/force-close.patch
(from rev 318445, openbve/trunk/force-close.patch)
  openbve/repos/community-any/openbve.desktop
(from rev 318445, openbve/trunk/openbve.desktop)
  openbve/repos/community-any/openbve.sh
(from rev 318445, openbve/trunk/openbve.sh)
Deleted:
  openbve/repos/community-any/PKGBUILD
  openbve/repos/community-any/force-close.patch
  openbve/repos/community-any/openbve.desktop
  openbve/repos/community-any/openbve.sh

---+
 PKGBUILD  |  114 -
 force-close.patch |  594 +---
 openbve.desktop   |   18 -
 openbve.sh|4 
 4 files changed, 361 insertions(+), 369 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 08:16:33 UTC (rev 318445)
+++ PKGBUILD2018-04-29 08:16:39 UTC (rev 318446)
@@ -1,57 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=openbve
-_pkgname=OpenBVE
-pkgver=1.5.3.2
-pkgrel=1
-pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
-arch=('any')
-url="http://openbve-project.net/;
-license=('MIT' 'custom:public domain')
-depends=('libxi' 'mono' 'openal')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
-$pkgname.sh
-$pkgname.desktop
-force-close.patch)
-sha256sums=('5e32bafa742c0e4938a5bfb6fc7ad147c3f6f2f4aae7ab88e5dc3cc5ab63f1e4'
-'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
-'7513ae58fc532f0589903df9b77e631972bf708f608f9a93ac6a8581d7520e88')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # Attempt to force close the window
-  # https://github.com/leezer3/OpenBVE/pull/214
-  patch -Np1 -i ../force-close.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  xbuild /p:Configuration=Release OpenBVE.sln
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # Binaries
-  install -dm755 "$pkgdir/usr/lib/$pkgname/"
-  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
-
-  # Data
-  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
-  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
-  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
-
-  # Executable
-  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop file and icon
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  ln -s ../games/$pkgname/Data/Menu/logo.png 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # License
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  install -m644 licenses/* Readme.md \
-"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: openbve/repos/community-any/PKGBUILD (from rev 318445, 
openbve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 08:16:39 UTC (rev 318446)
@@ -0,0 +1,57 @@
+# Maintainer: Balló György 
+
+pkgname=openbve
+_pkgname=OpenBVE
+pkgver=1.5.3.3
+pkgrel=1
+pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
+arch=('any')
+url="http://openbve-project.net/;
+license=('MIT' 'custom:public domain')
+depends=('libxi' 'mono' 'openal')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
+$pkgname.sh
+$pkgname.desktop
+force-close.patch)
+sha256sums=('83e0d87afacfc93efeeaae304e508afa0fd236d74e6f2d07bc1c99ba30547298'
+'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
+'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
+'b24f828f63fd0017afc49b266ea198725fd6fe3e68d1c86d40257047b6f7edfa')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  # Attempt to force close the window
+  # https://github.com/leezer3/OpenBVE/pull/214
+  patch -Np1 -i ../force-close.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  xbuild /p:Configuration=Release OpenBVE.sln
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  # Binaries
+  install -dm755 "$pkgdir/usr/lib/$pkgname/"
+  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
+
+  # Data
+  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
+  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
+  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
+
+  # Executable
+  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
+
+  # Desktop file and icon
+  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  mkdir -p 

[arch-commits] Commit in openbve/trunk (PKGBUILD force-close.patch)

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:16:33
  Author: bgyorgy
Revision: 318445

upgpkg: openbve 1.5.3.3-1

Update to new version

Modified:
  openbve/trunk/PKGBUILD
  openbve/trunk/force-close.patch

---+
 PKGBUILD  |6 +++---
 force-close.patch |8 
 2 files changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 08:12:01 UTC (rev 318444)
+++ PKGBUILD2018-04-29 08:16:33 UTC (rev 318445)
@@ -2,7 +2,7 @@
 
 pkgname=openbve
 _pkgname=OpenBVE
-pkgver=1.5.3.2
+pkgver=1.5.3.3
 pkgrel=1
 pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
 arch=('any')
@@ -13,10 +13,10 @@
 $pkgname.sh
 $pkgname.desktop
 force-close.patch)
-sha256sums=('5e32bafa742c0e4938a5bfb6fc7ad147c3f6f2f4aae7ab88e5dc3cc5ab63f1e4'
+sha256sums=('83e0d87afacfc93efeeaae304e508afa0fd236d74e6f2d07bc1c99ba30547298'
 'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
 '8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
-'7513ae58fc532f0589903df9b77e631972bf708f608f9a93ac6a8581d7520e88')
+'b24f828f63fd0017afc49b266ea198725fd6fe3e68d1c86d40257047b6f7edfa')
 
 prepare() {
   cd $_pkgname-$pkgver

Modified: force-close.patch
===
--- force-close.patch   2018-04-29 08:12:01 UTC (rev 318444)
+++ force-close.patch   2018-04-29 08:16:33 UTC (rev 318445)
@@ -65,14 +65,6 @@
  
  
// ==
-@@ -1715,4 +1727,4 @@ private void buttonRailDriverCalibration_Click(object 
sender, EventArgs e)
-   }
-   }
-   }
--}
-\ No newline at end of file
-+}
-
 From 0c37c8c2cbb59b765aff0fa6f0ef3e198fceda87 Mon Sep 17 00:00:00 2001
 From: Christopher Lees 
 Date: Sat, 13 Jan 2018 12:20:01 +


[arch-commits] Commit in notepadqq/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:12:01
  Author: bgyorgy
Revision: 318444

archrelease: copy trunk to community-x86_64

Added:
  notepadqq/repos/community-x86_64/PKGBUILD
(from rev 318443, notepadqq/trunk/PKGBUILD)
Deleted:
  notepadqq/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 +++--
 1 file changed, 41 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 08:11:56 UTC (rev 318443)
+++ PKGBUILD2018-04-29 08:12:01 UTC (rev 318444)
@@ -1,39 +0,0 @@
-#$Id$
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-
-pkgname=notepadqq
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='Notepad++-like text editor for Linux'
-arch=('x86_64')
-url='https://notepadqq.altervista.org/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
-makedepends=('git' 'qt5-tools')
-options=('!emptydirs')
-_commit=ab074d30e02d49e0fe6957c1523e7fed239aff7d  # tags/v1.2.0
-source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit;
-"git+https://github.com/notepadqq/CodeMirror.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
-  git submodule update --init
-
-  # Fix Qt5 version detection
-  git cherry-pick -n c340237e3f795c1bbf53259ed812b97f6dfee737
-}
-
-build() {
-  cd $pkgname
-  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: notepadqq/repos/community-x86_64/PKGBUILD (from rev 318443, 
notepadqq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 08:12:01 UTC (rev 318444)
@@ -0,0 +1,41 @@
+#$Id$
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+
+pkgname=notepadqq
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Notepad++-like text editor for Linux'
+arch=('x86_64')
+url='https://notepadqq.altervista.org/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
+makedepends=('git' 'qt5-tools')
+options=('!emptydirs')
+_commit=a211c25701e2ac8f64f6603a1b13a306ab63a4a0  # tags/v1.4.0^0
+source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit;
+"git+https://github.com/notepadqq/CodeMirror.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
+  git submodule update --init
+}
+
+build() {
+  cd $pkgname
+  qmake-qt5 PREFIX=/usr LRELEASE=/usr/bin/lrelease notepadqq.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:11:56
  Author: bgyorgy
Revision: 318443

upgpkg: notepadqq 1.4.0-1

Update to new version

Modified:
  notepadqq/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 08:03:25 UTC (rev 318442)
+++ PKGBUILD2018-04-29 08:11:56 UTC (rev 318443)
@@ -3,7 +3,7 @@
 # Contributor: Doug Newgard 
 
 pkgname=notepadqq
-pkgver=1.3.6
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Notepad++-like text editor for Linux'
 arch=('x86_64')
@@ -12,19 +12,21 @@
 depends=('hicolor-icon-theme' 'qt5-svg' 'qt5-webkit')
 makedepends=('git' 'qt5-tools')
 options=('!emptydirs')
-_commit=ab074d30e02d49e0fe6957c1523e7fed239aff7d  # tags/v1.2.0
+_commit=a211c25701e2ac8f64f6603a1b13a306ab63a4a0  # tags/v1.4.0^0
 source=("git+https://github.com/notepadqq/notepadqq.git#commit=$_commit;
 "git+https://github.com/notepadqq/CodeMirror.git;)
 sha256sums=('SKIP'
 'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
   cd $pkgname
   git config submodule.src/editor/libs/codemirror.url "$srcdir/CodeMirror"
   git submodule update --init
-
-  # Fix Qt5 version detection
-  git cherry-pick -n c340237e3f795c1bbf53259ed812b97f6dfee737
 }
 
 build() {


[arch-commits] Commit in eolie/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:03:25
  Author: bgyorgy
Revision: 318442

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 318441, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 08:03:11 UTC (rev 318441)
+++ PKGBUILD2018-04-29 08:03:25 UTC (rev 318442)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.29
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-makedepends=('git' 'gobject-introspection' 'meson')
-optdepends=('python-beautifulsoup4: Import html bookmarks'
-'python-crypto: Firefox Sync support' 
-'python-fxa: Firefox Sync support'
-'python-pyopenssl: Show SSL certificates'
-'python-requests-hawk: Firefox Sync support')
-_commit=cd08688b3636dc4954a95987297b85deec7e47a5  # tags/0.9.29
-source=("git+https://gitlab.gnome.org/gnumdk/eolie.git#commit=$_commit;
-"git+https://gitlab.gnome.org/gnumdk/eolie-po.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-   cd $pkgname
-   git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   arch-meson $pkgname build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 318441, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 08:03:25 UTC (rev 318442)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.31
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+makedepends=('git' 'gobject-introspection' 'meson')
+optdepends=('python-beautifulsoup4: Import html bookmarks'
+'python-crypto: Firefox Sync support' 
+'python-fxa: Firefox Sync support'
+'python-pyopenssl: Show SSL certificates'
+'python-requests-hawk: Firefox Sync support')
+_commit=ad6f4abfdf9d3732446ad987be5885aaf687587c  # tags/0.9.31
+source=("git+https://gitlab.gnome.org/gnumdk/eolie.git#commit=$_commit;
+"git+https://gitlab.gnome.org/gnumdk/eolie-po.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+   cd $pkgname
+   git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+   cd $pkgname
+   git config submodule.subprojects/po.url "$srcdir/eolie-po"
+   git submodule update --init
+}
+
+build() {
+   arch-meson $pkgname build
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:03:11
  Author: bgyorgy
Revision: 318441

upgpkg: eolie 0.9.31-1

Update to new version

Modified:
  eolie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 07:59:12 UTC (rev 318440)
+++ PKGBUILD2018-04-29 08:03:11 UTC (rev 318441)
@@ -3,7 +3,7 @@
 # Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
 
 pkgname=eolie
-pkgver=0.9.29
+pkgver=0.9.31
 pkgrel=1
 pkgdesc="Simple web browser for GNOME"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'python-fxa: Firefox Sync support'
 'python-pyopenssl: Show SSL certificates'
 'python-requests-hawk: Firefox Sync support')
-_commit=cd08688b3636dc4954a95987297b85deec7e47a5  # tags/0.9.29
+_commit=ad6f4abfdf9d3732446ad987be5885aaf687587c  # tags/0.9.31
 source=("git+https://gitlab.gnome.org/gnumdk/eolie.git#commit=$_commit;
 "git+https://gitlab.gnome.org/gnumdk/eolie-po.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in tiled/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 29, 2018 @ 07:59:12
  Author: svenstaro
Revision: 318440

archrelease: copy trunk to community-x86_64

Added:
  tiled/repos/community-x86_64/PKGBUILD
(from rev 318439, tiled/trunk/PKGBUILD)
Deleted:
  tiled/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 07:58:45 UTC (rev 318439)
+++ PKGBUILD2018-04-29 07:59:12 UTC (rev 318440)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
-makedepends=('mesa' 'qt5-tools' 'python2')
-optdepends=('python2: Python plugin')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('2a4dd492334b42df881b197894c70afa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install INSTALL_ROOT=$pkgdir
-}

Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 318439, 
tiled/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 07:59:12 UTC (rev 318440)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.1.5
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('x86_64')
+url='http://mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
+makedepends=('mesa' 'qt5-tools' 'python2')
+optdepends=('python2: Python plugin')
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('4c1d03825c76ba14b0469af564fe5eb78fa51790b41ddc51f3f72a8247b0aba1118142144453f4cbdaeedb54ac23812086eeac91bf61457887f1d9635508dbe7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}


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

2018-04-29 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 29, 2018 @ 07:58:45
  Author: svenstaro
Revision: 318439

upgpkg: tiled 1.1.5-1

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 07:55:59 UTC (rev 318438)
+++ PKGBUILD2018-04-29 07:58:45 UTC (rev 318439)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'qt5-tools' 'python2')
 optdepends=('python2: Python plugin')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-md5sums=('2a4dd492334b42df881b197894c70afa')
+sha512sums=('4c1d03825c76ba14b0469af564fe5eb78fa51790b41ddc51f3f72a8247b0aba1118142144453f4cbdaeedb54ac23812086eeac91bf61457887f1d9635508dbe7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 07:55:53
  Author: lcarlier
Revision: 318437

upgpkg: lib32-mesa 18.0.2-1

upstream update 18.0.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 05:49:55 UTC (rev 318436)
+++ PKGBUILD2018-04-29 07:55:53 UTC (rev 318437)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=18.0.1
+pkgver=18.0.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,14 +14,12 @@
 url="http://mesa3d.sourceforge.net;
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
-
"meson_get_version.py::https://cgit.freedesktop.org/mesa/mesa/plain/bin/meson_get_version.py?h=mesa-18.0.0;
 LICENSE
 0001-glvnd-fix-gl-dot-pc.patch
 0004-meson-Add-library-versions-to-swr-drivers.patch
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
-sha512sums=('b0d610904b6f179a27b42aee5f479339e341926915cdc6adb08ac999a4a12539abc3776577e86af83e10381d9703ef1bca70bab81b43daf2c000622c9c3612d2'
+sha512sums=('77d24d01c4c22596d28421aeb74932ff232730a4f556ae1a2e8777ece2876e4e352679575385c065505df4a2a83d2c1cf30db92dcf88038417e36a2768332d7e'
 'SKIP'
-
'cdc608d7b7de9e6eb6f1b2b4faef4864ac213d379b9dedc7c06e71726c2a1b88a0035d6ec50812a14ba4639e100158c6dff3a1d9456ab36c0a52988287c0d4bd'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'75849eca72ca9d01c648d5ea4f6371f1b8737ca35b14be179e14c73cc51dca0739c43cdc228a6d464135f4791bcdc21734e2debecd29d57023c8c088b028'
 
'0f5da6e48885713c7ddef9e5715e178e0a499bcb622d7f19e15b9e4b4647331d7bf14829218b6ab80f17bae90fd95b8df6a0a81203d8081686805ca5329531ff'


[arch-commits] Commit in lib32-mesa/repos (6 files)

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 07:55:59
  Author: lcarlier
Revision: 318438

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch
(from rev 318437, lib32-mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
(from rev 318437, 
lib32-mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch
(from rev 318437, 
lib32-mesa/trunk/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 318437, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 318437, lib32-mesa/trunk/PKGBUILD)

+
 0001-glvnd-fix-gl-dot-pc.patch |   12 
 0004-meson-Add-library-versions-to-swr-drivers.patch   |   71 
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch |   43 ++
 LICENSE|   83 +
 PKGBUILD   |  181 +++
 5 files changed, 390 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch 
(from rev 318437, lib32-mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
===
--- multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch  2018-04-29 
07:55:59 UTC (rev 318438)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
 (from rev 318437, 
lib32-mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
===
--- 
multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
(rev 0)
+++ 
multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
2018-04-29 07:55:59 UTC (rev 318438)
@@ -0,0 +1,71 @@
+From cd56731b2c63532d6ed97f7b39afa5977936b3bc Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 

+References: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 14 Apr 2018 18:43:23 +0200
+Subject: [PATCH 4/5] meson: Add library versions to swr drivers
+
+This is for parity with autotools.
+
+Signed-off-by: Jan Alexander Steffens (heftig) 
+---
+ src/gallium/drivers/swr/meson.build | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/gallium/drivers/swr/meson.build 
b/src/gallium/drivers/swr/meson.build
+index 43e1c5cc50..a6dbd7a3f6 100644
+--- a/src/gallium/drivers/swr/meson.build
 b/src/gallium/drivers/swr/meson.build
+@@ -198,6 +198,7 @@ if with_swr_arches.contains('avx')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ install : true,
+   )
+ endif
+@@ -230,6 +231,7 @@ if with_swr_arches.contains('avx2')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ install : true,
+   )
+ endif
+@@ -257,30 +259,32 @@ if with_swr_arches.contains('knl')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ install : true,
+   )
+ endif
+ 
+ if with_swr_arches.contains('skx')
+   swr_skx_args = cpp.first_supported_argument(
+ '-target-cpu=x86-skylake', '-march=skylake-avx512', '-xCORE-AVX512',
+ prefix : '''
+   #if !defined(__AVX512F__) || !defined(__AVX512BW__)
+   # error
+   #endif ''',
+   )
+   if swr_skx_args == []
+ error('Cannot find SKX support for swr.')
+   endif
+ 
+   swr_arch_defines += '-DHAVE_SWR_SKX'
+   swr_arch_libs += shared_library(
+ 'swrSKX',
+ 

[arch-commits] Commit in mesa/repos (6 files)

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 07:26:50
  Author: lcarlier
Revision: 323116

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch
(from rev 323115, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
(from rev 323115, 
mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
  
mesa/repos/testing-x86_64/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch
(from rev 323115, 
mesa/trunk/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 323115, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 323115, mesa/trunk/PKGBUILD)

+
 0001-glvnd-fix-gl-dot-pc.patch |   12 
 0004-meson-Add-library-versions-to-swr-drivers.patch   |   71 
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch |   43 ++
 LICENSE|   83 
 PKGBUILD   |  195 +++
 5 files changed, 404 insertions(+)

Copied: mesa/repos/testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch (from rev 
323115, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
===
--- testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch   
(rev 0)
+++ testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch   2018-04-29 07:26:50 UTC 
(rev 323116)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: 
mesa/repos/testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch 
(from rev 323115, 
mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
===
--- testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch 
(rev 0)
+++ testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch 
2018-04-29 07:26:50 UTC (rev 323116)
@@ -0,0 +1,71 @@
+From cd56731b2c63532d6ed97f7b39afa5977936b3bc Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 

+References: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 14 Apr 2018 18:43:23 +0200
+Subject: [PATCH 4/5] meson: Add library versions to swr drivers
+
+This is for parity with autotools.
+
+Signed-off-by: Jan Alexander Steffens (heftig) 
+---
+ src/gallium/drivers/swr/meson.build | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/gallium/drivers/swr/meson.build 
b/src/gallium/drivers/swr/meson.build
+index 43e1c5cc50..a6dbd7a3f6 100644
+--- a/src/gallium/drivers/swr/meson.build
 b/src/gallium/drivers/swr/meson.build
+@@ -198,6 +198,7 @@ if with_swr_arches.contains('avx')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ install : true,
+   )
+ endif
+@@ -230,6 +231,7 @@ if with_swr_arches.contains('avx2')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ install : true,
+   )
+ endif
+@@ -257,30 +259,32 @@ if with_swr_arches.contains('knl')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ install : true,
+   )
+ endif
+ 
+ if with_swr_arches.contains('skx')
+   swr_skx_args = cpp.first_supported_argument(
+ '-target-cpu=x86-skylake', '-march=skylake-avx512', '-xCORE-AVX512',
+ prefix : '''
+   #if !defined(__AVX512F__) || !defined(__AVX512BW__)
+   # error
+   #endif ''',
+   )
+   if swr_skx_args == []
+ error('Cannot find SKX support for swr.')
+   endif
+ 
+   swr_arch_defines += '-DHAVE_SWR_SKX'
+   swr_arch_libs += shared_library(
+ 'swrSKX',
+ [files_swr_common, files_swr_arch],
+ cpp_args : [swr_cpp_args, swr_skx_args, '-DKNOB_ARCH=KNOB_ARCH_AVX512'],
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : 

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

2018-04-29 Thread Laurent Carlier via arch-commits
Date: Sunday, April 29, 2018 @ 07:26:43
  Author: lcarlier
Revision: 323115

upgpkg: mesa 18.0.2-1

upstream update 18.0.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 23:46:29 UTC (rev 323114)
+++ PKGBUILD2018-04-29 07:26:43 UTC (rev 323115)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=18.0.1
+pkgver=18.0.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,14 +15,12 @@
 url="https://www.mesa3d.org/;
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
-
"meson_get_version.py::https://cgit.freedesktop.org/mesa/mesa/plain/bin/meson_get_version.py?h=mesa-18.0.0;
 LICENSE
 0001-glvnd-fix-gl-dot-pc.patch
 0004-meson-Add-library-versions-to-swr-drivers.patch
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
-sha512sums=('b0d610904b6f179a27b42aee5f479339e341926915cdc6adb08ac999a4a12539abc3776577e86af83e10381d9703ef1bca70bab81b43daf2c000622c9c3612d2'
+sha512sums=('77d24d01c4c22596d28421aeb74932ff232730a4f556ae1a2e8777ece2876e4e352679575385c065505df4a2a83d2c1cf30db92dcf88038417e36a2768332d7e'
 'SKIP'
-
'cdc608d7b7de9e6eb6f1b2b4faef4864ac213d379b9dedc7c06e71726c2a1b88a0035d6ec50812a14ba4639e100158c6dff3a1d9456ab36c0a52988287c0d4bd'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'75849eca72ca9d01c648d5ea4f6371f1b8737ca35b14be179e14c73cc51dca0739c43cdc228a6d464135f4791bcdc21734e2debecd29d57023c8c088b028'
 
'0f5da6e48885713c7ddef9e5715e178e0a499bcb622d7f19e15b9e4b4647331d7bf14829218b6ab80f17bae90fd95b8df6a0a81203d8081686805ca5329531ff'
@@ -41,9 +39,6 @@
   # Upstreamed meson fixes
   patch -Np1 -i ../0004-meson-Add-library-versions-to-swr-drivers.patch
   patch -Np1 -i ../0005-meson-Version-libMesaOpenCL-like-autotools-does.patch
-
-  # file missing from tarball
-  cp ../meson_get_version.py bin/
 }
 
 build() {