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

2017-11-11 Thread Jan Steffens
Date: Sunday, November 12, 2017 @ 00:11:14
  Author: heftig
Revision: 266268

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 266267, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 00:07:46 UTC (rev 266267)
+++ PKGBUILD2017-11-12 00:11:14 UTC (rev 266268)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.1.13.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-noextract=($pkgname-bin-${pkgver}.tar.gz)
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('9d156646623ac2f27174721035b52572a4b05690db7c1293295aa2c04aad3908')
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  cd "$pkgdir"
-
-  mkdir opt
-  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
-  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-
-  chmod -cR g-w opt/jruby
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 266267, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-12 00:11:14 UTC (rev 266268)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.1.14.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+noextract=($pkgname-bin-${pkgver}.tar.gz)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('074057e672350a6652d92ccaaa5d517fc7d6b980bce8b947515fb64d114d1651')
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  cd "$pkgdir"
+
+  mkdir opt
+  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
+  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+
+  chmod -cR g-w opt/jruby
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}


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

2017-11-11 Thread Jan Steffens
Date: Sunday, November 12, 2017 @ 00:10:37
  Author: heftig
Revision: 309578

archrelease: copy trunk to extra-x86_64

Added:
  flatpak-builder/repos/extra-x86_64/PKGBUILD
(from rev 309577, flatpak-builder/trunk/PKGBUILD)
Deleted:
  flatpak-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 00:10:08 UTC (rev 309577)
+++ PKGBUILD2017-11-12 00:10:37 UTC (rev 309578)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak-builder
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="Tool to build flatpaks from source"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
-makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
-checkdepends=(python2 valgrind)
-replaces=('flatpak<0.9.10')
-_commit=fb2612ea02cb0b45ed1f4d5073d012dcdede5013  # tags/0.10.1^0
-source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---with-dwarf-header=/usr/include/libdwarf
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: flatpak-builder/repos/extra-x86_64/PKGBUILD (from rev 309577, 
flatpak-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-12 00:10:37 UTC (rev 309578)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak-builder
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="Tool to build flatpaks from source"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(python2 valgrind)
+replaces=('flatpak<0.9.10')
+_commit=dbc60333da1422ce33de785a0b2b841d2e8b552c  # tags/0.10.4^0
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--with-dwarf-header=/usr/include/libdwarf
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Xattr tests fail on tmpfs
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-11-11 Thread Jan Steffens
Date: Sunday, November 12, 2017 @ 00:10:08
  Author: heftig
Revision: 309577

archrelease: copy trunk to extra-x86_64

Added:
  check/repos/extra-x86_64/PKGBUILD
(from rev 309576, check/trunk/PKGBUILD)
Deleted:
  check/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 00:05:57 UTC (rev 309576)
+++ PKGBUILD2017-11-12 00:10:08 UTC (rev 309577)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeremy Cowgar 
-
-pkgname=check
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="A unit testing framework for C"
-url="https://libcheck.github.io/check/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(awk)
-makedepends=(git)
-_commit=cbc78bab899858f3ece1f218168da54aac757bb0  # tags/0.11.0
-source=("git+https://github.com/libcheck/check#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname
-  # Extremely long
-  #make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  # get rid of the package's info directory
-  rm "$pkgdir/usr/share/info/dir"
-
-  # svn log file is too big
-  rm "$pkgdir"/usr/share/doc/check/*ChangeLog*
-}

Copied: check/repos/extra-x86_64/PKGBUILD (from rev 309576, 
check/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-12 00:10:08 UTC (rev 309577)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jeremy Cowgar 
+
+pkgname=check
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A unit testing framework for C"
+url="https://libcheck.github.io/check/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(awk)
+makedepends=(git)
+_commit=673dce1d61781c32b449bef0ee8711dc7e689170  # tags/0.12.0
+source=("git+https://github.com/libcheck/check#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname
+  # Extremely long
+  #make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  # get rid of the package's info directory
+  rm "$pkgdir/usr/share/info/dir"
+
+  # svn log file is too big
+  rm "$pkgdir"/usr/share/doc/check/*ChangeLog*
+}


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

2017-11-11 Thread Jan Steffens
Date: Sunday, November 12, 2017 @ 00:07:46
  Author: heftig
Revision: 266267

9.1.14.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 22:55:21 UTC (rev 266266)
+++ PKGBUILD2017-11-12 00:07:46 UTC (rev 266267)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.1.13.0
+pkgver=9.1.14.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -12,7 +12,7 @@
 options=(!strip)
 noextract=($pkgname-bin-${pkgver}.tar.gz)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('9d156646623ac2f27174721035b52572a4b05690db7c1293295aa2c04aad3908')
+sha256sums=('074057e672350a6652d92ccaaa5d517fc7d6b980bce8b947515fb64d114d1651')
 
 package() {
   depends=(java-runtime-headless bash)


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

2017-11-11 Thread Jan Steffens
Date: Sunday, November 12, 2017 @ 00:05:57
  Author: heftig
Revision: 309576

0.10.4-1

Modified:
  flatpak-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-12 00:05:20 UTC (rev 309575)
+++ PKGBUILD2017-11-12 00:05:57 UTC (rev 309576)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak-builder
-pkgver=0.10.1
+pkgver=0.10.4
 pkgrel=1
 pkgdesc="Tool to build flatpaks from source"
 url="http://flatpak.org;
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
 checkdepends=(python2 valgrind)
 replaces=('flatpak<0.9.10')
-_commit=fb2612ea02cb0b45ed1f4d5073d012dcdede5013  # tags/0.10.1^0
+_commit=dbc60333da1422ce33de785a0b2b841d2e8b552c  # tags/0.10.4^0
 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
 "git+https://git.gnome.org/browse/libglnx;)
 sha256sums=('SKIP'


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

2017-11-11 Thread Jan Steffens
Date: Sunday, November 12, 2017 @ 00:05:20
  Author: heftig
Revision: 309575

0.12.0-1

Modified:
  check/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 22:57:35 UTC (rev 309574)
+++ PKGBUILD2017-11-12 00:05:20 UTC (rev 309575)
@@ -4,7 +4,7 @@
 # Contributor: Jeremy Cowgar 
 
 pkgname=check
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="A unit testing framework for C"
 url="https://libcheck.github.io/check/;
@@ -12,7 +12,7 @@
 license=(LGPL)
 depends=(awk)
 makedepends=(git)
-_commit=cbc78bab899858f3ece1f218168da54aac757bb0  # tags/0.11.0
+_commit=673dce1d61781c32b449bef0ee8711dc7e689170  # tags/0.12.0
 source=("git+https://github.com/libcheck/check#commit=$_commit;)
 md5sums=('SKIP')
 


[arch-commits] Commit in xfce4-pulseaudio-plugin/repos/extra-x86_64 (2 files)

2017-11-11 Thread Jan de Groot
Date: Saturday, November 11, 2017 @ 22:57:35
  Author: jgc
Revision: 309574

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 309573, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 22:57:00 UTC (rev 309573)
+++ PKGBUILD2017-11-11 22:57:35 UTC (rev 309574)
@@ -1,50 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: NicoHood 
-# Contributor: 
-# Contributor: twa022 
-
-pkgname=xfce4-pulseaudio-plugin
-pkgver=0.2.5+30+g1c7b487
-pkgrel=1
-pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
-makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
-optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=1c7b4876778989e697346942a23aa42b123ef4ed  # master
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---enable-keybinder \
---enable-libnotify \
---enable-maintainer-mode
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 309573, 
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 22:57:35 UTC (rev 309574)
@@ -0,0 +1,50 @@
+# Maintainer: Jan de Groot 
+# Contributor: NicoHood 
+# Contributor: 
+# Contributor: twa022 
+
+pkgname=xfce4-pulseaudio-plugin
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Pulseaudio plugin for Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
+makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
+optdepends=('pavucontrol: default pulseaudio mixer')
+_commit=9a17c12d2b4bd52dc0a694947dd7e6a3688ec974  # 
tags/xfce4-pulseaudio-plugin-0.3.2^0
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^xfce4-pulseaudio-plugin-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--enable-keybinder \
+--enable-libnotify \
+--enable-maintainer-mode
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in xfce4-pulseaudio-plugin/trunk (PKGBUILD)

2017-11-11 Thread Jan de Groot
Date: Saturday, November 11, 2017 @ 22:57:00
  Author: jgc
Revision: 309573

upgpkg: xfce4-pulseaudio-plugin 0.3.2-1

Modified:
  xfce4-pulseaudio-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 22:54:40 UTC (rev 309572)
+++ PKGBUILD2017-11-11 22:57:00 UTC (rev 309573)
@@ -4,7 +4,7 @@
 # Contributor: twa022 
 
 pkgname=xfce4-pulseaudio-plugin
-pkgver=0.2.5+30+g1c7b487
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="Pulseaudio plugin for Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'gtk-update-icon-cache' 
'libnotify')
 makedepends=('intltool' 'dbus-glib' git xfce4-dev-tools)
 optdepends=('pavucontrol: default pulseaudio mixer')
-_commit=1c7b4876778989e697346942a23aa42b123ef4ed  # master
+_commit=9a17c12d2b4bd52dc0a694947dd7e6a3688ec974  # 
tags/xfce4-pulseaudio-plugin-0.3.2^0
 
source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-11-11 Thread Jan de Groot
Date: Saturday, November 11, 2017 @ 22:50:39
  Author: jgc
Revision: 309571

archrelease: copy trunk to extra-x86_64

Added:
  libvdpau/repos/extra-x86_64/PKGBUILD
(from rev 309570, libvdpau/trunk/PKGBUILD)
Deleted:
  libvdpau/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 22:50:31 UTC (rev 309570)
+++ PKGBUILD2017-11-11 22:50:39 UTC (rev 309571)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libvdpau
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="Nvidia VDPAU library"
-arch=(i686 x86_64)
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs' 'libxext')
-license=('custom')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.bz2{,.sig})
-makedepends=('dri2proto')
-sha256sums=('857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736'
-'SKIP')
-validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libvdpau/repos/extra-x86_64/PKGBUILD (from rev 309570, 
libvdpau/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 22:50:39 UTC (rev 309571)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libvdpau
+pkgver=1.1.1+3+ga21bf7a
+pkgrel=1
+pkgdesc="Nvidia VDPAU library"
+arch=(i686 x86_64)
+url='https://www.freedesktop.org/wiki/Software/VDPAU/'
+depends=('libxext')
+license=('custom')
+_commit=a21bf7aa438f5dd40d0a300a3167aa3d6f26dccc  # master
+source=("git+https://anongit.freedesktop.org/git/vdpau/libvdpau#commit=$_commit;)
+makedepends=('dri2proto' git)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libvdpau-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2017-11-11 Thread Jan de Groot
Date: Saturday, November 11, 2017 @ 22:50:31
  Author: jgc
Revision: 309570

upgpkg: libvdpau 1.1.1+3+ga21bf7a-1

Update to git snapshot, fixes FS#56175

Modified:
  libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 19:58:30 UTC (rev 309569)
+++ PKGBUILD2017-11-11 22:50:31 UTC (rev 309570)
@@ -2,27 +2,42 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libvdpau
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.1+3+ga21bf7a
+pkgrel=1
 pkgdesc="Nvidia VDPAU library"
 arch=(i686 x86_64)
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs' 'libxext')
+url='https://www.freedesktop.org/wiki/Software/VDPAU/'
+depends=('libxext')
 license=('custom')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.bz2{,.sig})
-makedepends=('dri2proto')
-sha256sums=('857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736'
-'SKIP')
-validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner
+_commit=a21bf7aa438f5dd40d0a300a3167aa3d6f26dccc  # master
+source=("git+https://anongit.freedesktop.org/git/vdpau/libvdpau#commit=$_commit;)
+makedepends=('dri2proto' git)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libvdpau-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
   ./configure --prefix=/usr --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
   make DESTDIR="${pkgdir}" install
 
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 22:49:04
  Author: arojas
Revision: 266263

Update to 0.15.1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 21:51:53 UTC (rev 266262)
+++ PKGBUILD2017-11-11 22:49:04 UTC (rev 266263)
@@ -5,15 +5,14 @@
 #_dbver=4.8.30
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.15.0.1
-pkgrel=4
+pkgver=0.15.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
-sha256sums=('a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e')
-
+sha256sums=('e429d4f257f2b5b6d0caaf36ed1a5f5203e5918c57837efac00b0c322a1fef79')
 validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
 
  _parse_gpg_statusfile() {


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 22:49:39
  Author: arojas
Revision: 266264

archrelease: copy trunk to community-x86_64

Added:
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 266263, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  415 ++---
 1 file changed, 207 insertions(+), 208 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 22:49:04 UTC (rev 266263)
+++ PKGBUILD2017-11-11 22:49:39 UTC (rev 266264)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.15.0.1
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
-sha256sums=('a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
- _parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature verification")" >&2
-;;
-esac
-errors=1
-  else
-if (( ${#validpgpkeys[@]} == 0 && !trusted )); then
-  printf "%s ($(gettext "the public key %s is not trusted"))" $(gettext 
"FAILED") "$fingerprint" >&2
-  errors=1
-elif (( ${#validpgpkeys[@]} > 0 )) && ! in_array "$fingerprint" 
"${validpgpkeys[@]}"; then
-  printf "%s (%s %s)" 

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

2017-11-11 Thread Bruno Pagani
Date: Saturday, November 11, 2017 @ 21:50:54
  Author: archange
Revision: 266259

upgpkg: getdns 1.2.1-1

Modified:
  getdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 20:37:22 UTC (rev 266258)
+++ PKGBUILD2017-11-11 21:50:54 UTC (rev 266259)
@@ -2,15 +2,15 @@
 # Contributor: Remi Gacogne 
 
 pkgname=getdns
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A modern asynchronous DNS API"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://getdnsapi.net;
 license=('BSD')
 depends=('libbsd' 'libev' 'libevent' 'libidn' 'libuv' 'libyaml' 'unbound')
 source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('06e6494b5d8b9404f439d5a98a3ab8f1f4b3557fb7aa3db005b021a6289b4229' 
'SKIP')
+sha256sums=('3ed37135b4aa447160fa68205b8552477b6829da48eb63943994c6193e1d891d' 
'SKIP')
 validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop 

 
 build() {
@@ -22,7 +22,8 @@
 --enable-static=no \
 --with-libev \
 --with-libevent \
---with-libuv
+--with-libuv \
+--with-trust-anchor=/etc/trusted-key.key
 make
 }
 
@@ -31,7 +32,4 @@
 make DESTDIR="${pkgdir}" install
 
 install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-install -d "${pkgdir}"/etc/unbound/
-ln -sf /etc/trusted-key.key "${pkgdir}"/etc/unbound/getdns-root.key
 }


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

2017-11-11 Thread Bruno Pagani
Date: Saturday, November 11, 2017 @ 21:51:09
  Author: archange
Revision: 266260

archrelease: copy trunk to community-x86_64

Added:
  getdns/repos/community-x86_64/PKGBUILD
(from rev 266259, getdns/trunk/PKGBUILD)
Deleted:
  getdns/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 21:50:54 UTC (rev 266259)
+++ PKGBUILD2017-11-11 21:51:09 UTC (rev 266260)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Remi Gacogne 
-
-pkgname=getdns
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A modern asynchronous DNS API"
-arch=('i686' 'x86_64')
-url="http://getdnsapi.net;
-license=('BSD')
-depends=('libbsd' 'libev' 'libevent' 'libidn' 'libuv' 'libyaml' 'unbound')
-source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('06e6494b5d8b9404f439d5a98a3ab8f1f4b3557fb7aa3db005b021a6289b4229' 
'SKIP')
-validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop 

-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-rpath \
---enable-static=no \
---with-libev \
---with-libevent \
---with-libuv
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-install -d "${pkgdir}"/etc/unbound/
-ln -sf /etc/trusted-key.key "${pkgdir}"/etc/unbound/getdns-root.key
-}

Copied: getdns/repos/community-x86_64/PKGBUILD (from rev 266259, 
getdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 21:51:09 UTC (rev 266260)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Remi Gacogne 
+
+pkgname=getdns
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A modern asynchronous DNS API"
+arch=('x86_64')
+url="http://getdnsapi.net;
+license=('BSD')
+depends=('libbsd' 'libev' 'libevent' 'libidn' 'libuv' 'libyaml' 'unbound')
+source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('3ed37135b4aa447160fa68205b8552477b6829da48eb63943994c6193e1d891d' 
'SKIP')
+validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop 

+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-rpath \
+--enable-static=no \
+--with-libev \
+--with-libevent \
+--with-libuv \
+--with-trust-anchor=/etc/trusted-key.key
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2017-11-11 Thread Christian Hesse
Date: Saturday, November 11, 2017 @ 20:37:22
  Author: eworm
Revision: 266258

archrelease: copy trunk to community-x86_64

Added:
  wireguard/repos/community-x86_64/PKGBUILD
(from rev 266257, wireguard/trunk/PKGBUILD)
Deleted:
  wireguard/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 20:37:11 UTC (rev 266257)
+++ PKGBUILD2017-11-11 20:37:22 UTC (rev 266258)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171101
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('096b6482a65e566c7bf8c059f5ee6aadb2de565b04b6d810c685f1c377540325')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-x86_64/PKGBUILD (from rev 266257, 
wireguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 20:37:22 UTC (rev 266258)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.2017
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('d9347786a9406ac276d86321ca64aadb1f0639cb0582c6e0519c634cf6e81157')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+


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

2017-11-11 Thread Christian Hesse
Date: Saturday, November 11, 2017 @ 20:37:11
  Author: eworm
Revision: 266257

upgpkg: wireguard 0.0.2017-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 19:41:30 UTC (rev 266256)
+++ PKGBUILD2017-11-11 20:37:11 UTC (rev 266257)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171101
+pkgver=0.0.2017
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('096b6482a65e566c7bf8c059f5ee6aadb2de565b04b6d810c685f1c377540325')
+sha256sums=('d9347786a9406ac276d86321ca64aadb1f0639cb0582c6e0519c634cf6e81157')
 
 prepare() {
cd WireGuard-${pkgver}/


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

2017-11-11 Thread Andreas Radke
Date: Saturday, November 11, 2017 @ 19:58:13
  Author: andyrtr
Revision: 309568

upgpkg: mesa 17.2.5-1

upstream update 17.2.5

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 15:24:58 UTC (rev 309567)
+++ PKGBUILD2017-11-11 19:58:13 UTC (rev 309568)
@@ -4,9 +4,9 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
-pkgver=17.2.4
+pkgver=17.2.5
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
  'elfutils' 'llvm' 'libomxil-bellagio' 'libclc' 'clang' 'libglvnd' 
'libunwind' 'lm_sensors')
@@ -15,7 +15,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('5ba408fecd6e1132e5490eec1a2f04466214e4c65c8b89b331be844768c2e550'
+sha256sums=('7f7f914b7b9ea0b15f2d9d01a4375e311b0e90e55683b8e8a67ce8691eb1070f'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966')


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

2017-11-11 Thread Andreas Radke
Date: Saturday, November 11, 2017 @ 19:58:30
  Author: andyrtr
Revision: 309569

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 309568, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 309568, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 309568, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

+
 0002-glvnd-fix-gl-dot-pc.patch |   24 +-
 LICENSE|  164 
 PKGBUILD   |  384 +++
 3 files changed, 286 insertions(+), 286 deletions(-)

Deleted: 0002-glvnd-fix-gl-dot-pc.patch
===
--- 0002-glvnd-fix-gl-dot-pc.patch  2017-11-11 19:58:13 UTC (rev 309568)
+++ 0002-glvnd-fix-gl-dot-pc.patch  2017-11-11 19:58:30 UTC (rev 309569)
@@ -1,12 +0,0 @@
-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/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch (from rev 
309568, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
===
--- 0002-glvnd-fix-gl-dot-pc.patch  (rev 0)
+++ 0002-glvnd-fix-gl-dot-pc.patch  2017-11-11 19:58:30 UTC (rev 309569)
@@ -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@

Deleted: LICENSE
===
--- LICENSE 2017-11-11 19:58:13 UTC (rev 309568)
+++ LICENSE 2017-11-11 19:58:30 UTC (rev 309569)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 

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

2017-11-11 Thread Lukas Fleischer
Date: Saturday, November 11, 2017 @ 19:41:30
  Author: lfleischer
Revision: 266256

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 266255, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 266255, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 266255, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 266255, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

---+
 Makefile.patch|   24 +--
 PKGBUILD  |  104 
 stunnel.install   |   40 +-
 stunnel.tmpfiles.conf |2 
 4 files changed, 85 insertions(+), 85 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2017-11-11 19:41:16 UTC (rev 266255)
+++ Makefile.patch  2017-11-11 19:41:30 UTC (rev 266256)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 266255, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2017-11-11 19:41:30 UTC (rev 266256)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 19:41:16 UTC (rev 266255)
+++ PKGBUILD2017-11-11 19:41:30 UTC (rev 266256)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.42
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-makedepends=('systemd')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('ad0a6c63b30ec40afc7a2326e9ce04e0'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # MichaƂ Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-  -e "s:no\(body\|group\):stunnel:g" \
-  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 266255, 
stunnel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 19:41:30 UTC (rev 266256)
@@ -0,0 +1,52 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Daniel J Griffiths 
+# Contributor: Kevin Piche 
+
+pkgname=stunnel
+pkgver=5.43
+pkgrel=1
+pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
+arch=('i686' 'x86_64')
+url="https://www.stunnel.org/;
+license=('GPL')
+depends=('openssl')
+makedepends=('systemd')
+install=$pkgname.install
+source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
+'Makefile.patch'
+'stunnel.tmpfiles.conf')

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

2017-11-11 Thread Lukas Fleischer
Date: Saturday, November 11, 2017 @ 19:41:16
  Author: lfleischer
Revision: 266255

upgpkg: stunnel 5.43-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 17:51:06 UTC (rev 266254)
+++ PKGBUILD2017-11-11 19:41:16 UTC (rev 266255)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.42
+pkgver=5.43
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('ad0a6c63b30ec40afc7a2326e9ce04e0'
+md5sums=('e8efcb8a28ffb7c0de30755e0ea228c1'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')


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

2017-11-11 Thread Levente Polyak
Date: Saturday, November 11, 2017 @ 17:50:52
  Author: anthraxx
Revision: 266253

upgpkg: rabbitmqadmin 3.6.14-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 16:14:46 UTC (rev 266252)
+++ PKGBUILD2017-11-11 17:50:52 UTC (rev 266253)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.6.13
+pkgver=3.6.14
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
-sha256sums=('5155c459bd6b4a91ed028ecb5eb90f0a80a7283f81bc2ec8727d17c86181294e')
-sha512sums=('c06d86810a249c8bf7a9afc3fd32f26c899c61a7fee9e8702e783994152ff12b0bda19b8870c05eda3743b41749e02837ece94e0ab294a7e379b136ed7c5cc32')
+sha256sums=('6a2c930cdb29286d01449d8ba8ac7eda87cd70b1ce886460a43f278fec149d86')
+sha512sums=('544dc7eeab6d1f66e31206e6d4fe9f18f1282338fdb05a0f1586138c39e0c2500daee7367f8939b44747a2c840837ccc175062ebcc98d8f25f9438f8e927c8e0')
 
 prepare() {
   cd rabbitmq-management-rabbitmq_v${pkgver//./_}


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

2017-11-11 Thread Levente Polyak
Date: Saturday, November 11, 2017 @ 17:51:06
  Author: anthraxx
Revision: 266254

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 266253, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 17:50:52 UTC (rev 266253)
+++ PKGBUILD2017-11-11 17:51:06 UTC (rev 266254)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.6.13
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
-sha256sums=('5155c459bd6b4a91ed028ecb5eb90f0a80a7283f81bc2ec8727d17c86181294e')
-sha512sums=('c06d86810a249c8bf7a9afc3fd32f26c899c61a7fee9e8702e783994152ff12b0bda19b8870c05eda3743b41749e02837ece94e0ab294a7e379b136ed7c5cc32')
-
-prepare() {
-  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 266253, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 17:51:06 UTC (rev 266254)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.6.14
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
+sha256sums=('6a2c930cdb29286d01449d8ba8ac7eda87cd70b1ce886460a43f278fec149d86')
+sha512sums=('544dc7eeab6d1f66e31206e6d4fe9f18f1282338fdb05a0f1586138c39e0c2500daee7367f8939b44747a2c840837ccc175062ebcc98d8f25f9438f8e927c8e0')
+
+prepare() {
+  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-11 Thread Jelle van der Waa
Date: Saturday, November 11, 2017 @ 16:14:46
  Author: jelle
Revision: 266252

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-11 16:14:31 UTC (rev 266251)
+++ community-i686/PKGBUILD 2017-11-11 16:14:46 UTC (rev 266252)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=3.11.1
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('34573497741a7986ad1933d45fdfc5a0f9284c4ad3956f0ec1d079efe3519f4f'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 266251, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-11 16:14:46 UTC (rev 266252)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2017-11-11 Thread Jelle van der Waa
Date: Saturday, November 11, 2017 @ 16:14:31
  Author: jelle
Revision: 266251

upgpkg: calibre 3.12.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 15:54:28 UTC (rev 266250)
+++ PKGBUILD2017-11-11 16:14:31 UTC (rev 266251)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=3.11.1
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('34573497741a7986ad1933d45fdfc5a0f9284c4ad3956f0ec1d079efe3519f4f'
+sha256sums=('78a736974ec45c5f847fa2d30c87bab807c88d56e37fec8478de0c95bc2df950'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


[arch-commits] Commit in ruby-native-package-installer/repos/community-any (2 files)

2017-11-11 Thread Anatol Pomozov
Date: Saturday, November 11, 2017 @ 15:54:28
  Author: anatolik
Revision: 266250

archrelease: copy trunk to community-any

Added:
  ruby-native-package-installer/repos/community-any/PKGBUILD
(from rev 266249, ruby-native-package-installer/trunk/PKGBUILD)
Deleted:
  ruby-native-package-installer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 15:53:55 UTC (rev 266249)
+++ PKGBUILD2017-11-11 15:54:28 UTC (rev 266250)
@@ -1,21 +0,0 @@
-# Maintainer: Ruby quarry (https://github.com/anatol/quarry)
-
-_gemname=native-package-installer
-pkgname=ruby-$_gemname
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=native-package-installer\ helps\ to\ install\ native\ packages\ on\ 
\"gem\ install\"
-arch=(any)
-url=https://github.com/ruby-gnome2/native-package-installer
-license=(LGPL3)
-depends=(ruby)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('839132a2edca945a904f87f926297089ffafc9bc')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-native-package-installer/repos/community-any/PKGBUILD (from rev 
266249, ruby-native-package-installer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 15:54:28 UTC (rev 266250)
@@ -0,0 +1,21 @@
+# Maintainer: Ruby quarry (https://github.com/anatol/quarry)
+
+_gemname=native-package-installer
+pkgname=ruby-$_gemname
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=native-package-installer\ helps\ to\ install\ native\ packages\ on\ 
\"gem\ install\"
+arch=(any)
+url=https://github.com/ruby-gnome2/native-package-installer
+license=(LGPL3)
+depends=(ruby)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('c1b43ca497f6b1b38dae3448e27cce485f6a188e')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-native-package-installer/trunk (PKGBUILD)

2017-11-11 Thread Anatol Pomozov
Date: Saturday, November 11, 2017 @ 15:53:55
  Author: anatolik
Revision: 266249

upgpkg: ruby-native-package-installer 1.0.5-1

Modified:
  ruby-native-package-installer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 15:48:08 UTC (rev 266248)
+++ PKGBUILD2017-11-11 15:53:55 UTC (rev 266249)
@@ -2,7 +2,7 @@
 
 _gemname=native-package-installer
 pkgname=ruby-$_gemname
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=native-package-installer\ helps\ to\ install\ native\ packages\ on\ 
\"gem\ install\"
 arch=(any)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('839132a2edca945a904f87f926297089ffafc9bc')
+sha1sums=('c1b43ca497f6b1b38dae3448e27cce485f6a188e')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-11-11 Thread Anatol Pomozov
Date: Saturday, November 11, 2017 @ 15:48:08
  Author: anatolik
Revision: 266248

archrelease: copy trunk to community-testing-x86_64

Added:
  shairport-sync/repos/community-testing-x86_64/
  shairport-sync/repos/community-testing-x86_64/PKGBUILD
(from rev 266247, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-testing-x86_64/shairport-sync.install
(from rev 266247, shairport-sync/trunk/shairport-sync.install)

+
 PKGBUILD   |   41 +
 shairport-sync.install |   11 +++
 2 files changed, 52 insertions(+)

Copied: shairport-sync/repos/community-testing-x86_64/PKGBUILD (from rev 
266247, shairport-sync/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-11-11 15:48:08 UTC (rev 266248)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+makedepends=(xmltoman)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
+sha1sums=('cbd22003eba8b590247d2bf597ed9eb1330b319e'
+  '0d216ac98a7c390476c79732e7361c4e66651340')
+
+prepare() {
+  cd shairport-sync-$pkgver
+  # Revert adding users with 'make install'. We have a separate *.install 
script for it.
+  patch -R < ../useradd.patch
+}
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Copied: shairport-sync/repos/community-testing-x86_64/shairport-sync.install 
(from rev 266247, shairport-sync/trunk/shairport-sync.install)
===
--- community-testing-x86_64/shairport-sync.install 
(rev 0)
+++ community-testing-x86_64/shairport-sync.install 2017-11-11 15:48:08 UTC 
(rev 266248)
@@ -0,0 +1,11 @@
+post_install() {
+  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
+  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
+
+  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
+  true
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-11-11 Thread Anatol Pomozov
Date: Saturday, November 11, 2017 @ 15:47:41
  Author: anatolik
Revision: 266247

upgpkg: shairport-sync 3.1.3-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 15:45:57 UTC (rev 266246)
+++ PKGBUILD2017-11-11 15:47:41 UTC (rev 266247)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.1
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -14,7 +14,7 @@
 makedepends=(xmltoman)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
 
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
-sha1sums=('8c9fe456edd1418452b58e6ff5a09ea79a36476f'
+sha1sums=('cbd22003eba8b590247d2bf597ed9eb1330b319e'
   '0d216ac98a7c390476c79732e7361c4e66651340')
 
 prepare() {


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

2017-11-11 Thread Jelle van der Waa
Date: Saturday, November 11, 2017 @ 15:45:57
  Author: jelle
Revision: 266246

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

Added:
  python-regex/repos/community-i686/PKGBUILD
(from rev 266245, python-regex/trunk/PKGBUILD)
  python-regex/repos/community-x86_64/PKGBUILD
(from rev 266245, python-regex/trunk/PKGBUILD)
Deleted:
  python-regex/repos/community-i686/PKGBUILD
  python-regex/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-11 15:45:38 UTC (rev 266245)
+++ community-i686/PKGBUILD 2017-11-11 15:45:57 UTC (rev 266246)
@@ -1,46 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-_pkgbase=regex
-pkgbase=python-regex
-pkgname=('python-regex' 'python2-regex')
-pkgname=python-regex
-pkgver=2017.09.23
-pkgrel=1
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64' 'i686')
-url="https://bitbucket.org/mrabarnett/mrab-regex;
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('80166c9e21c0171c7b502035f3ba25f43b5122def387ca6ba9706b6892fed7aa')
-
-package_python2-regex() {
-  depends=('python2')
-  conflicts=('python2-regex-hg')
-  pkgdesc="Alternative python regular expression module. (python2 version)"
-
-  cd "regex-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
-  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
-}
-
-package_python-regex() {
-  depends=('python')
-  conflicts=('python-regex-hg')
-  pkgdesc="Alternative python regular expression module. (python3 version)"
-
-  cd "regex-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
-  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
-}

Copied: python-regex/repos/community-i686/PKGBUILD (from rev 266245, 
python-regex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-11 15:45:57 UTC (rev 266246)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgname=python-regex
+pkgver=2017.11.09
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64' 'i686')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('d440fbbf5a3e6dcc6c5ecb8e2dba1e01978a25a6540cbea6a583f654007bb7d5')
+
+package_python2-regex() {
+  depends=('python2')
+  conflicts=('python2-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+}
+
+package_python-regex() {
+  depends=('python')
+  conflicts=('python-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python3 version)"
+
+  cd "regex-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
+  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
+}

Deleted: community-x86_64/PKGBUILD

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

2017-11-11 Thread Jelle van der Waa
Date: Saturday, November 11, 2017 @ 15:45:38
  Author: jelle
Revision: 266245

upgpkg: python-regex 2017.11.09-1

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 14:25:51 UTC (rev 266244)
+++ PKGBUILD2017-11-11 15:45:38 UTC (rev 266245)
@@ -6,7 +6,7 @@
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
 pkgname=python-regex
-pkgver=2017.09.23
+pkgver=2017.11.09
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
-sha256sums=('80166c9e21c0171c7b502035f3ba25f43b5122def387ca6ba9706b6892fed7aa')
+sha256sums=('d440fbbf5a3e6dcc6c5ecb8e2dba1e01978a25a6540cbea6a583f654007bb7d5')
 
 package_python2-regex() {
   depends=('python2')


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

2017-11-11 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 15:24:49
  Author: foutrelis
Revision: 309566

upgpkg: mousepad 0.4.0-3

Build with GTK3.

Modified:
  mousepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:50:53 UTC (rev 309565)
+++ PKGBUILD2017-11-11 15:24:49 UTC (rev 309566)
@@ -4,13 +4,13 @@
 
 pkgname=mousepad
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple text editor for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
+depends=('gtksourceview3' 'dbus-glib' 'desktop-file-utils')
 makedepends=('intltool' 'perl')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
@@ -24,13 +24,13 @@
 --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var \
 --disable-static \
---disable-debug
+--disable-debug \
+--enable-gtk3
   make
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
 }
 


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

2017-11-11 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 15:24:58
  Author: foutrelis
Revision: 309567

archrelease: copy trunk to extra-x86_64

Added:
  mousepad/repos/extra-x86_64/PKGBUILD
(from rev 309566, mousepad/trunk/PKGBUILD)
Deleted:
  mousepad/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 15:24:49 UTC (rev 309566)
+++ PKGBUILD2017-11-11 15:24:58 UTC (rev 309567)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias [tobias at archlinux.org]
-
-pkgname=mousepad
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Simple text editor for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
-makedepends=('intltool' 'perl')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 309566, 
mousepad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 15:24:58 UTC (rev 309567)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Simple text editor for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('gtksourceview3' 'dbus-glib' 'desktop-file-utils')
+makedepends=('intltool' 'perl')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--enable-gtk3
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2017-11-11 Thread Felix Yan
Date: Saturday, November 11, 2017 @ 14:25:51
  Author: felixonmars
Revision: 266244

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 266243, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 266243, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 14:25:26 UTC (rev 266243)
+++ PKGBUILD2017-11-11 14:25:51 UTC (rev 266244)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.1.8
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d659d392b256c3a2c9ee7e376726155f1d1e3763d08747372276f49d8fef8f97cd7f0ca45d01627f692f3609bf05fd0294b03c47a48a68c1c5ce8f62a3843ebe')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 266243, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 14:25:51 UTC (rev 266244)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('6ab8b613cf5b0fb7fe7cc535ef7360175d8905c3a1828c5ecae0acf7b8792b9f0804436b9c6f5e563da515a76b38f76a7f42a27ecc5599441fcc0d9c1cdc4265')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-11-11 14:25:26 UTC (rev 266243)
+++ uglify-js.install   2017-11-11 14:25:51 UTC (rev 266244)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 266243, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-11-11 14:25:51 UTC (rev 266244)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-11-11 Thread Felix Yan
Date: Saturday, November 11, 2017 @ 14:25:26
  Author: felixonmars
Revision: 266243

upgpkg: uglify-js 3.1.9-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 14:09:02 UTC (rev 266242)
+++ PKGBUILD2017-11-11 14:25:26 UTC (rev 266243)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.1.8
+pkgver=3.1.9
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d659d392b256c3a2c9ee7e376726155f1d1e3763d08747372276f49d8fef8f97cd7f0ca45d01627f692f3609bf05fd0294b03c47a48a68c1c5ce8f62a3843ebe')
+sha512sums=('6ab8b613cf5b0fb7fe7cc535ef7360175d8905c3a1828c5ecae0acf7b8792b9f0804436b9c6f5e563da515a76b38f76a7f42a27ecc5599441fcc0d9c1cdc4265')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-11-11 Thread Felix Yan
Date: Saturday, November 11, 2017 @ 14:09:02
  Author: felixonmars
Revision: 266242

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  159 +++--
 1 file changed, 81 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 14:08:40 UTC (rev 266241)
+++ PKGBUILD2017-11-11 14:09:02 UTC (rev 266242)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('0ee865369da7915faf691f5b421062fbd653f64ff15aa3cae447703bc4016f6db559e2b272352af74bf64f06520c9ad23775f11a18c2d29cab18f7bd6371b8cf')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 266241, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 14:09:02 UTC (rev 266242)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

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

2017-11-11 Thread Felix Yan
Date: Saturday, November 11, 2017 @ 14:08:40
  Author: felixonmars
Revision: 266241

upgpkg: python-hypothesis 3.36.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 13:56:25 UTC (rev 266240)
+++ PKGBUILD2017-11-11 14:08:40 UTC (rev 266241)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,12 +17,15 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('0ee865369da7915faf691f5b421062fbd653f64ff15aa3cae447703bc4016f6db559e2b272352af74bf64f06520c9ad23775f11a18c2d29cab18f7bd6371b8cf')
+sha512sums=('4d9bf58ebee2c64f185db8daed2596e4cf3dbffb66555765e01e098e2d6291530535e17b106faa5cf026aefa8d5119981849365dd443d4fe71e7d9f98a1898b6')
 
 prepare() {
   # Make tests faster
   sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
 
+  # https://github.com/HypothesisWorks/hypothesis-python/issues/969
+  sed -i 's/deprecations_as_errors=True/deprecations_as_errors=False/' 
hypothesis-python-$pkgver/tests/common/setup.py
+
   cp -a hypothesis-python-$pkgver{,-py2}
 
   rm -r hypothesis-python-$pkgver/tests/py2


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

2017-11-11 Thread Sven-Hendrik Haase
Date: Saturday, November 11, 2017 @ 13:56:10
  Author: svenstaro
Revision: 266239

upgpkg: wine 2.21-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:47:22 UTC (rev 266238)
+++ PKGBUILD2017-11-11 13:56:10 UTC (rev 266239)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.20
+pkgver=2.21
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 harmony-fix.diff
 30-win32-aliases.conf)
-sha512sums=('d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23'
+sha512sums=('4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43'
 'SKIP'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')


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

2017-11-11 Thread Sven-Hendrik Haase
Date: Saturday, November 11, 2017 @ 13:56:25
  Author: svenstaro
Revision: 266240

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  372 
 harmony-fix.diff  |  126 
 3 files changed, 269 insertions(+), 269 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-11-11 13:56:10 UTC (rev 266239)
+++ 30-win32-aliases.conf   2017-11-11 13:56:25 UTC (rev 266240)
@@ -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/repos/multilib-x86_64/30-win32-aliases.conf (from rev 266239, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-11-11 13:56:25 UTC (rev 266240)
@@ -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
===
--- PKGBUILD2017-11-11 13:56:10 UTC (rev 266239)
+++ PKGBUILD2017-11-11 13:56:25 UTC (rev 266240)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.20
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-harmony-fix.diff
-30-win32-aliases.conf)
-sha512sums=('d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23'
-'SKIP'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=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
-  libpulse  lib32-libpulse
-  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
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2017-11-11 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 12:40:58
  Author: foutrelis
Revision: 309557

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 309556, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/breakpad-use-ucontext_t.patch
(from rev 309556, chromium/trunk/breakpad-use-ucontext_t.patch)
  chromium/repos/extra-x86_64/chromium-gn-bootstrap-r17.patch
(from rev 309556, chromium/trunk/chromium-gn-bootstrap-r17.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 309556, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 309556, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 309556, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/crc32c-string-view-check.patch
(from rev 309556, chromium/trunk/crc32c-string-view-check.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/breakpad-use-ucontext_t.patch
  chromium/repos/extra-x86_64/chromium-gn-bootstrap-r17.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/crc32c-string-view-check.patch

-+
 PKGBUILD|  419 +--
 breakpad-use-ucontext_t.patch   |  450 +++---
 chromium-gn-bootstrap-r17.patch |  136 +--
 chromium-widevine.patch |   20 -
 chromium.desktop|  224 +-
 chromium.install|   32 +-
 crc32c-string-view-check.patch  |  148 ++--
 7 files changed, 716 insertions(+), 713 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:40:30 UTC (rev 309556)
+++ PKGBUILD2017-11-11 12:40:58 UTC (rev 309557)
@@ -1,208 +0,0 @@
-# $Id: PKGBUILD 277477 2016-10-01 03:36:40Z foutrelis $
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=62.0.3202.89
-pkgrel=1
-_launcher_ver=5
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('i686' 'x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-chromium.desktop
-breakpad-use-ucontext_t.patch
-crc32c-string-view-check.patch
-chromium-gn-bootstrap-r17.patch
-chromium-widevine.patch)
-sha256sums=('9f79760dc22f7183602a07af3d37d2226bd63ab0ca7163d88ac0d81982de9469'
-'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
-'6e9a345f810d36068ee74ebba4708c70ab30421dad3571b6be5e9db635078ea8'
-'35435e8dae76737baafecdc76d74a1c97281c4179e416556e033a06a31468e6d'
-'d81319f168dad0e411c8e810f73daa2f56ff579578771bd9c9bb1aa2d7c09a8b'
-'d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -rgA _system_libs=(
-  #[ffmpeg]=ffmpeg   # https://crbug.com/731766
-  [flac]=flac
-  #[freetype]=freetype2  # https://crbug.com/pdfium/733
-  [harfbuzz-ng]=harfbuzz-icu
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng   # https://crbug.com/752403#c10
-  #[libvpx]=libvpx   # https://bugs.gentoo.org/611394
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM

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

2017-11-11 Thread Evangelos Foutras
Date: Saturday, November 11, 2017 @ 12:40:30
  Author: foutrelis
Revision: 309556

upgpkg: chromium 62.0.3202.89-2

Switch to bundled ICU due to crashes on non-UTF-8 locales (FS#56224).

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:27:19 UTC (rev 309555)
+++ PKGBUILD2017-11-11 12:40:30 UTC (rev 309556)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=62.0.3202.89
-pkgrel=1
+pkgrel=2
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('i686' 'x86_64')
@@ -43,7 +43,7 @@
   [flac]=flac
   #[freetype]=freetype2  # https://crbug.com/pdfium/733
   [harfbuzz-ng]=harfbuzz-icu
-  [icu]=icu
+  #[icu]=icu # https://crbug.com/772655
   [libdrm]=
   [libjpeg]=libjpeg
   #[libpng]=libpng   # https://crbug.com/752403#c10


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:27:05
  Author: remy
Revision: 309554

upgpkg: texlive-fontsextra 2017.45696-1

Upgrading package texlive-fontsextra from 44818 to 45696
- upgrade package baskervillef 43484 -> 45651
- upgrade package ccicons 30020 -> 45646
- upgrade package cmexb 40785 -> 45677
- upgrade package cochineal 43462 -> 45607
- new package coelacanth
- new package dejavu-otf
- upgrade package euxm 20202 -> 45696
- upgrade package fbb 44694 -> 45277
- upgrade package feyn 15878 -> 45679
- upgrade package inconsolata 42871 -> 45505
- upgrade package lato 24986 -> 45576
- upgrade package libertinust1math 44606 -> 45439
- upgrade package newpx 44457 -> 45075
- upgrade package newtx 44520 -> 45597
- upgrade package xcharter 44818 -> 45672

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:25:35 UTC (rev 309553)
+++ PKGBUILD2017-11-11 12:27:05 UTC (rev 309554)
@@ -2,7 +2,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2017.44818
+pkgver=2017.45696
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
@@ -13,8 +13,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('e6fc784cdb144f65a787d050b0f3ea7f109f3ec92cd76fc6acb180e190d715ec'
-'819f8db02567480fc15717b7aded00c3fe3d61bb6dbddacf99adcdcf967d8ee3')
+sha256sums=('e46dc08ed3419fea74cae9dae420a0e97b27f994e49c0a7624c0f0afd45c8e9a'
+'d4870db9808946b653a0d187fe94a16ff313dee185f7acb40b48d9f49a8c8a8b')
 
 build() {
cd "$srcdir"

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2017-11-11 12:25:35 UTC (rev 309553)
+++ texlive-fontsextra.maps 2017-11-11 12:27:05 UTC (rev 309554)
@@ -5,11 +5,13 @@
 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
@@ -64,7 +66,6 @@
 Map auncial.map
 Map aurical.map
 Map baskervaldx.map
-Map baskervillef.map
 Map belleek.map
 Map bera.map
 Map beuron.map


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:27:19
  Author: remy
Revision: 309555

archrelease: copy trunk to extra-any

Added:
  texlive-fontsextra/repos/extra-any/PKGBUILD
(from rev 309554, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
(from rev 309554, texlive-fontsextra/trunk/texlive-fontsextra.maps)
Deleted:
  texlive-fontsextra/repos/extra-any/PKGBUILD
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps

-+
 PKGBUILD|   92 +-
 texlive-fontsextra.maps |  391 +++---
 2 files changed, 242 insertions(+), 241 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:27:05 UTC (rev 309554)
+++ PKGBUILD2017-11-11 12:27:19 UTC (rev 309555)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-fontsextra
-pkgver=2017.44818
-_revnr=${pkgver#2017.}
-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=('e6fc784cdb144f65a787d050b0f3ea7f109f3ec92cd76fc6acb180e190d715ec'
-'819f8db02567480fc15717b7aded00c3fe3d61bb6dbddacf99adcdcf967d8ee3')
-
-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/extra-any/PKGBUILD (from rev 309554, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:27:19 UTC (rev 309555)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2017.45696
+_revnr=${pkgver#2017.}
+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=('e46dc08ed3419fea74cae9dae420a0e97b27f994e49c0a7624c0f0afd45c8e9a'
+'d4870db9808946b653a0d187fe94a16ff313dee185f7acb40b48d9f49a8c8a8b')
+
+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
+}

Deleted: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2017-11-11 12:27:05 UTC (rev 309554)
+++ texlive-fontsextra.maps 2017-11-11 12:27:19 UTC (rev 309555)
@@ -1,195 +0,0 @@
-Map Acorn.map
-Map Alegreya.map
-Map AnnSton.map
-Map AnonymousPro.map
-Map ArrowsADF.map
-Map ArtNouv.map
-Map ArtNouvc.map
-Map BulletsADF.map
-Map Carrickc.map
-Map Chivo.map
-Map ClearSans.map

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:24:51
  Author: remy
Revision: 309551

upgpkg: texlive-science 2017.45707-1

Upgrading package texlive-science from 44906 to 45707
- new package algobox
- upgrade package amstex 44166 -> 45678
- upgrade package bpchem 15878 -> 45120
- upgrade package bytefield 38736 -> 45339
- upgrade package chemmacros 44596 -> 45164
- upgrade package complexity 15878 -> 45322
- new package dijkstra
- new package eqnnumwarn
- upgrade package fnspe 43380 -> 45360
- upgrade package hepthesis 35720 -> 45371
- upgrade package oplotsymbl 43091 -> 44951
- upgrade package rec-thy 27225 -> 45488
- upgrade package siunitx 44876 -> 44946
- new package witharrows

Modified:
  texlive-science/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:24:25 UTC (rev 309550)
+++ PKGBUILD2017-11-11 12:24:51 UTC (rev 309551)
@@ -2,7 +2,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-science
-pkgver=2017.44906
+pkgver=2017.45707
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
@@ -16,7 +16,7 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('698e2f3e2bf16b275e9b5be6b0114b68d704b58b1e911e9594c96ab3f7b75892'
+sha256sums=('4c5640e58c815d120b99b1a80cbe97952c36e346643c9221d41b01df8ff2d637'
 '1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
 '1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
 


[arch-commits] Commit in texlive-publishers/repos/extra-any (PKGBUILD PKGBUILD)

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:25:35
  Author: remy
Revision: 309553

archrelease: copy trunk to extra-any

Added:
  texlive-publishers/repos/extra-any/PKGBUILD
(from rev 309552, texlive-publishers/trunk/PKGBUILD)
Deleted:
  texlive-publishers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:25:08 UTC (rev 309552)
+++ PKGBUILD2017-11-11 12:25:35 UTC (rev 309553)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-publishers
-pkgver=2017.44916
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-sha256sums=('f085c98c7655e8bbf465868450fc1460ff15a935c7a1855306af8b7ac76be96a')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-publishers/repos/extra-any/PKGBUILD (from rev 309552, 
texlive-publishers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:25:35 UTC (rev 309553)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-publishers
+pkgver=2017.45734
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+sha256sums=('908c1ccaa296c0331eee32366d76337ab82f83cd6b7f1cd3c67399919f1c60b1')
+
+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
+}


[arch-commits] Commit in texlive-science/repos/extra-any (6 files)

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:25:08
  Author: remy
Revision: 309552

archrelease: copy trunk to extra-any

Added:
  texlive-science/repos/extra-any/PKGBUILD
(from rev 309551, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/extra-any/texlive-science.fmts
(from rev 309551, texlive-science/trunk/texlive-science.fmts)
  texlive-science/repos/extra-any/texlive-science.maps
(from rev 309551, texlive-science/trunk/texlive-science.maps)
Deleted:
  texlive-science/repos/extra-any/PKGBUILD
  texlive-science/repos/extra-any/texlive-science.fmts
  texlive-science/repos/extra-any/texlive-science.maps

--+
 PKGBUILD |  108 -
 texlive-science.fmts |2 
 texlive-science.maps |6 +-
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:24:51 UTC (rev 309551)
+++ PKGBUILD2017-11-11 12:25:08 UTC (rev 309552)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-science
-pkgver=2017.44906
-_revnr=${pkgver#2017.}
-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=('698e2f3e2bf16b275e9b5be6b0114b68d704b58b1e911e9594c96ab3f7b75892'
-'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/extra-any/PKGBUILD (from rev 309551, 
texlive-science/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:25:08 UTC (rev 309552)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD$
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-science
+pkgver=2017.45707
+_revnr=${pkgver#2017.}
+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=('4c5640e58c815d120b99b1a80cbe97952c36e346643c9221d41b01df8ff2d637'
+'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 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:24:25
  Author: remy
Revision: 309550

upgpkg: texlive-publishers 2017.45734-1

Upgrading package texlive-publishers from 44916 to 45734
- new package abnt
- upgrade package acmart 44745 -> 45200
- upgrade package arsclassica 43509 -> 45656
- upgrade package bangorcsthesis 41919 -> 45059
- upgrade package bangorexam 44749 -> 45507
- new package beilstein
- upgrade package br-lex 44842 -> 44939
- new package cesenaexam
- upgrade package classicthesis 38304 -> 45578
- upgrade package dccpaper 41804 -> 45638
- upgrade package fei 44916 -> 45410
- new package hagenberg-thesis
- new package hecthese
- new package hithesis
- upgrade package jmlr 43458 -> 44935
- new package ku-template
- upgrade package langsci 44096 -> 45403
- new package limecv
- upgrade package nddiss 29349 -> 45107
- upgrade package novel 44894 -> 45558
- upgrade package revtex4 16488 -> 45734
- upgrade package toptesi 42586 -> 45577
- upgrade package tugboat 42465 -> 45713
- new package unitn-bimrep
- upgrade package uowthesistitlepage 44845 -> 45022

Modified:
  texlive-publishers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:24:11 UTC (rev 309549)
+++ PKGBUILD2017-11-11 12:24:25 UTC (rev 309550)
@@ -3,7 +3,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-publishers
-pkgver=2017.44916
+pkgver=2017.45734
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('f085c98c7655e8bbf465868450fc1460ff15a935c7a1855306af8b7ac76be96a')
+sha256sums=('908c1ccaa296c0331eee32366d76337ab82f83cd6b7f1cd3c67399919f1c60b1')
 
 build() {
cd "$srcdir"


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:24:11
  Author: remy
Revision: 309549

archrelease: copy trunk to extra-any

Added:
  texlive-pstricks/repos/extra-any/PKGBUILD
(from rev 309548, texlive-pstricks/trunk/PKGBUILD)
Deleted:
  texlive-pstricks/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:23:23 UTC (rev 309548)
+++ PKGBUILD2017-11-11 12:24:11 UTC (rev 309549)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-pstricks
-pkgver=2017.44742
-_revnr=${pkgver#2017.}
-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=('72c322bd91bb8dd25003c20cc6d7b836b704ba42a41c39ce3c1258543bea5247')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
-   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
-}

Copied: texlive-pstricks/repos/extra-any/PKGBUILD (from rev 309548, 
texlive-pstricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:24:11 UTC (rev 309549)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2017.45644
+_revnr=${pkgver#2017.}
+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=('cad444c655c63879e399d615b35b1dae0854cc5c174eb63a4f3b12504aac5305')
+
+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-pstricks/trunk (PKGBUILD)

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:23:23
  Author: remy
Revision: 309548

upgpkg: texlive-pstricks 2017.45644-1

Upgrading package texlive-pstricks from 44742 to 45644
- upgrade package pst-barcode 43996 -> 45096
- upgrade package pst-cie 41223 -> 45111
- upgrade package pst-exa 35248 -> 45289
- upgrade package pst-fit 28155 -> 45109
- upgrade package pst-func 44666 -> 45112
- upgrade package pst-geometrictools 44742 -> 45319
- upgrade package pst-ode 44618 -> 45057
- upgrade package pst-ovl 40873 -> 45506
- new package pst-pdf (moved from latexextra)
- upgrade package pst-plot 44511 -> 45199
- new package pst-poker
- upgrade package pst-pulley 25142 -> 45316
- upgrade package pst-solarsystem 24995 -> 45097
- upgrade package pst-solides3d 43401 -> 45113
- upgrade package pst-tools 44320 -> 45475
- upgrade package pst-vehicle 44677 -> 45320
- upgrade package pst2pdf 35247 -> 45476
- upgrade package pstricks 44617 -> 45464
- upgrade package pstricks-add 44281 -> 45346

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:22:15 UTC (rev 309547)
+++ PKGBUILD2017-11-11 12:23:23 UTC (rev 309548)
@@ -3,7 +3,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-pstricks
-pkgver=2017.44742
+pkgver=2017.45644
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('72c322bd91bb8dd25003c20cc6d7b836b704ba42a41c39ce3c1258543bea5247')
+sha256sums=('cad444c655c63879e399d615b35b1dae0854cc5c174eb63a4f3b12504aac5305')
 
 build() {
for p in *.tar.xz; do
@@ -39,7 +39,9 @@
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-pictures/repos/extra-any (6 files)

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:22:15
  Author: remy
Revision: 309547

archrelease: copy trunk to extra-any

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

---+
 PKGBUILD  |  136 +-
 texlive-pictures.maps |4 
 xypdf-rev1.21.patch   |  598 
 3 files changed, 369 insertions(+), 369 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:22:09 UTC (rev 309546)
+++ PKGBUILD2017-11-11 12:22:15 UTC (rev 309547)
@@ -1,68 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-pictures
-pkgver=2017.44899
-_revnr=${pkgver#2017.}
-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=('6b68abb11b96f3278fa9f5335a3797cfdf38684c291b9b91b3c8146d8512c018'
-'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/extra-any/PKGBUILD (from rev 309546, 
texlive-pictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:22:15 UTC (rev 309547)
@@ -0,0 +1,68 @@
+# $Id: PKGBUILD$
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2017.45569
+_revnr=${pkgver#2017.}
+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=('37f85042c33364e1cf12e02f9767ef33df396d7e45b5481f0d1181dad9c40be3'
+'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
+ 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:22:09
  Author: remy
Revision: 309546

upgpkg: texlive-pictures 2017.45569-1

Upgrading package texlive-pictures from 44899 to 45569
- upgrade package curves 15878 -> 45255
- new package dynkin-diagrams
- new package endofproofwd
- upgrade package genealogytree 44843 -> 45311
- upgrade package hvfloat 43732 -> 45347
- new package istgame
- new package luasseq (moved from texlive-core)
- upgrade package scratch 44490 -> 45362
- upgrade package scsnowman 43017 -> 44984
- upgrade package spectralsequences 44639 -> 45318
- new package tikzducks
- upgrade package tikzsymbols 44350 -> 45222

Modified:
  texlive-pictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:20:15 UTC (rev 309545)
+++ PKGBUILD2017-11-11 12:22:09 UTC (rev 309546)
@@ -2,7 +2,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-pictures
-pkgver=2017.44899
+pkgver=2017.45569
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
@@ -15,7 +15,7 @@
 "$pkgname.maps"
 "xypdf-rev1.21.patch")
 options=('!emptydirs')
-sha256sums=('6b68abb11b96f3278fa9f5335a3797cfdf38684c291b9b91b3c8146d8512c018'
+sha256sums=('37f85042c33364e1cf12e02f9767ef33df396d7e45b5481f0d1181dad9c40be3'
 '847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
 '4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
 


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:20:06
  Author: remy
Revision: 309544

upgpkg: texlive-music 2017.45674-1

Upgrading package texlive-music from 44885 to 45674
- upgrade package leadsheets 43034 -> 45405
- new package musicography
- new package octave

Modified:
  texlive-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:19:08 UTC (rev 309543)
+++ PKGBUILD2017-11-11 12:20:06 UTC (rev 309544)
@@ -3,7 +3,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-music
-pkgver=2017.44885
+pkgver=2017.45674
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Music typesetting packages"
@@ -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=('99b631f5d8b3bee474a27ee21eb7a10a7d56f8514ca48bb94665ec1953e2c804'
+sha256sums=('e62d604f174c0c800c436afdc237f9aad4cd7c0ffa6d672d9b4d49bce62c244d'
 '0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f')
 
 build() {


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:20:15
  Author: remy
Revision: 309545

archrelease: copy trunk to extra-any

Added:
  texlive-music/repos/extra-any/PKGBUILD
(from rev 309544, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/extra-any/texlive-music.maps
(from rev 309544, texlive-music/trunk/texlive-music.maps)
Deleted:
  texlive-music/repos/extra-any/PKGBUILD
  texlive-music/repos/extra-any/texlive-music.maps

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:20:06 UTC (rev 309544)
+++ PKGBUILD2017-11-11 12:20:15 UTC (rev 309545)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-music
-pkgver=2017.44885
-_revnr=${pkgver#2017.}
-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=('99b631f5d8b3bee474a27ee21eb7a10a7d56f8514ca48bb94665ec1953e2c804'
-'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/extra-any/PKGBUILD (from rev 309544, 
texlive-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:20:15 UTC (rev 309545)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-music
+pkgver=2017.45674
+_revnr=${pkgver#2017.}
+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=('e62d604f174c0c800c436afdc237f9aad4cd7c0ffa6d672d9b4d49bce62c244d'
+'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 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:19:08
  Author: remy
Revision: 309543

archrelease: copy trunk to extra-any

Added:
  texlive-latexextra/repos/extra-any/PKGBUILD
(from rev 309542, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
(from rev 309542, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/extra-any/PKGBUILD
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps

-+
 PKGBUILD|  155 ++
 texlive-latexextra.maps |6 -
 2 files changed, 79 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:18:46 UTC (rev 309542)
+++ PKGBUILD2017-11-11 12:19:08 UTC (rev 309543)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2017.44907
-_revnr=${pkgver#2017.}
-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=('fc170af03ed0c4065d19fa12d517db2cd672dcb917763061a86cdb0bb1df9fbd'
-'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
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pst-pdf/ps4pdf
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/extra-any/PKGBUILD (from rev 309542, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:19:08 UTC (rev 309543)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2017.45733
+_revnr=${pkgver#2017.}
+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=('20360e1a799c237653caa1d66e4a3811b58520421633611c96ff812be93f6c36'
+'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:18:46
  Author: remy
Revision: 309542

upgpkg: texlive-latexextra 2017.45733-1

Upgrading package texlive-latexextra from 44907 to 45733
- upgrade package acro 44667 -> 45154
- upgrade package animate 44410 -> 45431
- upgrade package bibletext 39785 -> 45196
- upgrade package bxpapersize 44174 -> 45501
- upgrade package cellspace 15878 -> 45034
- new package cheatsheet
- upgrade package chet 38161 -> 45081
- upgrade package contracard 31745 -> 45643
- upgrade package cooking-units 42507 -> 45585
- new package crossreftools
- upgrade package datetime2-german 43452 -> 45472
- upgrade package doclicense 40723 -> 45495
- new package ducksay
- upgrade package eqparbox 29419 -> 45215
- upgrade package esami 44758 -> 45359
- upgrade package etoc 42182 -> 45586
- new package fetchcls
- upgrade package fithesis 44786 -> 45257
- upgrade package fmtcount 44862 -> 45344
- new package forms16be
- upgrade package glossaries 44564 -> 45691
- upgrade package glossaries-extra 44608 -> 45733
- new package glossaries-finnish
- new package hackthefootline
- upgrade package ifplatform 21156 -> 45533
- upgrade package invoice2 44821 -> 45060
- new package isopt
- upgrade package knowledge 44904 -> 45560
- new package komacv-rg
- upgrade package l3build 44741 -> 45283
- upgrade package lettre 35145 -> 44950
- upgrade package markdown 44237 -> 45278
- upgrade package media9 44905 -> 45432
- new package mensa-tex
- new package multilang
- new package notestex
- upgrade package numspell 43189 -> 45441
- upgrade package ocgx2 44528 -> 45430
- new package outlining
- upgrade package overpic 19712 -> 45500
- new package pdfreview
- upgrade package phfqit 41860 -> 45084
- upgrade package phonenumbers 43482 -> 45579
- upgrade package pstool 34015 -> 45534
- upgrade package robustindex 15878 -> 45452
- new package simpleinvoice
- upgrade package skrapport 42903 -> 45304
- new package spark-otf
- upgrade package tcolorbox 44759 -> 45313
- upgrade package testidx 42294 -> 45021
- upgrade package tocloft 30209 -> 45188
- upgrade package translations 44381 -> 45189
- upgrade package upmethodology 44610 -> 45000
- new package wallcalendar
- upgrade package widetable 16082 -> 45258
- upgrade package xint 44900 -> 45177
- new package xltabular
- upgrade package xsim 44430 -> 45355
- upgrade package ycbook 43171 -> 45660

Moved from texlive-core:
- cloze
- lua-check-hyphen
- luatodonotes
- showhyphens

Moved to texlive-core: etoolbox
Moved to texlive-pstricks: pst-pdf

Modified:
  texlive-latexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:16:22 UTC (rev 309541)
+++ PKGBUILD2017-11-11 12:18:46 UTC (rev 309542)
@@ -3,7 +3,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-latexextra
-pkgver=2017.44907
+pkgver=2017.45733
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
@@ -22,7 +22,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
 "$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('fc170af03ed0c4065d19fa12d517db2cd672dcb917763061a86cdb0bb1df9fbd'
+sha256sums=('20360e1a799c237653caa1d66e4a3811b58520421633611c96ff812be93f6c36'
 'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
 
 build() {
@@ -60,7 +60,6 @@
 makedtx/makedtx.pl
 pax/pdfannotextractor.pl
 perltex/perltex.pl
-pst-pdf/ps4pdf
 splitindex/splitindex.pl
 svn-multi/svn-multi.pl
 vpe/vpe.pl
@@ -73,7 +72,5 @@
 ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
 done
 
-rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
 rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
 }


[arch-commits] Commit in texlive-langjapanese/repos/extra-any (6 files)

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:16:22
  Author: remy
Revision: 309541

archrelease: copy trunk to extra-any

Added:
  texlive-langjapanese/repos/extra-any/PKGBUILD
(from rev 309540, texlive-langjapanese/trunk/PKGBUILD)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
(from rev 309540, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps
(from rev 309540, texlive-langjapanese/trunk/texlive-langjapanese.maps)
Deleted:
  texlive-langjapanese/repos/extra-any/PKGBUILD
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps

---+
 PKGBUILD  |  130 ++--
 texlive-langjapanese.fmts |   12 ++--
 texlive-langjapanese.maps |   34 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:15:31 UTC (rev 309540)
+++ PKGBUILD2017-11-11 12:16:22 UTC (rev 309541)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-langjapanese
-pkgver=2017.44914
-_revnr=${pkgver#2017.}
-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=('088bb180fd71243bd746527ba5fa0b4aab4b59a37694b7482db2b09874100fdd'
-'3bdd409fb6151342e5efb8c3c8d6d7109aa0a6db372c725f368af36ec0f40ddf'
-'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/extra-any/PKGBUILD (from rev 309540, 
texlive-langjapanese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:16:22 UTC (rev 309541)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-langjapanese
+pkgver=2017.45699
+_revnr=${pkgver#2017.}
+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=('1cfc188549714aee9df6bab01daa69f6f2444791f56eb61b2d0bbfe57a5df384'
+'3bdd409fb6151342e5efb8c3c8d6d7109aa0a6db372c725f368af36ec0f40ddf'
+'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 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:15:31
  Author: remy
Revision: 309540

upgpkg: texlive-langjapanese 2017.45699-1

Upgrading package texlive-langjapanese from 44914 to 45699
- upgrade package bxjaprnind 44554 -> 45291
- upgrade package bxjscls 44790 -> 45566
- upgrade package ifptex 44194 -> 45485
- new package ifxptex
- upgrade package jlreq 44563 -> 45162
- upgrade package jsclasses 43403 -> 45473
- upgrade package luatexja 44217 -> 45216
- upgrade package platex 44913 -> 45698
- upgrade package ptex-base 43899 -> 45140
- upgrade package ptex-fonts 42950 -> 45138
- upgrade package pxchfon 44729 -> 45471
- upgrade package pxjahyper 40612 -> 45554
- upgrade package uplatex 44914 -> 45699
- upgrade package zxjatype 28541 -> 44949

Modified:
  texlive-langjapanese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:14:08 UTC (rev 309539)
+++ PKGBUILD2017-11-11 12:15:31 UTC (rev 309540)
@@ -2,7 +2,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-langjapanese
-pkgver=2017.44914
+pkgver=2017.45699
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
@@ -15,7 +15,7 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('088bb180fd71243bd746527ba5fa0b4aab4b59a37694b7482db2b09874100fdd'
+sha256sums=('1cfc188549714aee9df6bab01daa69f6f2444791f56eb61b2d0bbfe57a5df384'
 '3bdd409fb6151342e5efb8c3c8d6d7109aa0a6db372c725f368af36ec0f40ddf'
 'd81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
 


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:14:00
  Author: remy
Revision: 309538

upgpkg: texlive-langextra 2017.45591-1

Upgrading package texlive-langextra from 44908 to 45591
- upgrade package arabluatex 44908 -> 45591
- upgrade package fonts-tlwg 41366 -> 45469
- new package luabidi
- new package na-box
- upgrade package xepersian 44630 -> 45233

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:13:43 UTC (rev 309537)
+++ PKGBUILD2017-11-11 12:14:00 UTC (rev 309538)
@@ -3,7 +3,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-langextra
-pkgver=2017.44908
+pkgver=2017.45591
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Bundle of all extra language support"
@@ -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=('3bef03b984db3d2a4b4ef9254fc587de392a94020ff48b4e9a3df6b1b73cb5cb'
+sha256sums=('b4fc0386bcff42e40c03544f6ddd19f7e24e4eaea3e1c7bc30bd6b42edd0aaf7'
 '5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
 
 build() {


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:13:43
  Author: remy
Revision: 309537

archrelease: copy trunk to extra-any

Added:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
(from rev 309536, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps
(from rev 309536, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
Deleted:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:13:33 UTC (rev 309536)
+++ PKGBUILD2017-11-11 12:13:43 UTC (rev 309537)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-langcyrillic
-pkgver=2017.44895
-_revnr=${pkgver#2017.}
-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=('136c3f06b9f5a342dcdff53ccfc6263b328a1d45517cb5148d5bdfab49f7e9e5'
-'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/extra-any/PKGBUILD (from rev 309536, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:13:43 UTC (rev 309537)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2017.45692
+_revnr=${pkgver#2017.}
+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=('d3bee0cb5b571a30db340bc5e0d56fbceba8488a3f7a8e913939659a503afe83'
+'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 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:14:08
  Author: remy
Revision: 309539

archrelease: copy trunk to extra-any

Added:
  texlive-langextra/repos/extra-any/PKGBUILD
(from rev 309538, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/extra-any/texlive-langextra.maps
(from rev 309538, texlive-langextra/trunk/texlive-langextra.maps)
Deleted:
  texlive-langextra/repos/extra-any/PKGBUILD
  texlive-langextra/repos/extra-any/texlive-langextra.maps

+
 PKGBUILD   |  116 +++
 texlive-langextra.maps |   46 +-
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:14:00 UTC (rev 309538)
+++ PKGBUILD2017-11-11 12:14:08 UTC (rev 309539)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-langextra
-pkgver=2017.44908
-_revnr=${pkgver#2017.}
-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=('3bef03b984db3d2a4b4ef9254fc587de392a94020ff48b4e9a3df6b1b73cb5cb'
-'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/extra-any/PKGBUILD (from rev 309538, 
texlive-langextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:14:08 UTC (rev 309539)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2017.45591
+_revnr=${pkgver#2017.}
+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=('b4fc0386bcff42e40c03544f6ddd19f7e24e4eaea3e1c7bc30bd6b42edd0aaf7'
+'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 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:13:33
  Author: remy
Revision: 309536

upgpkg: texlive-langcyrillic 2017.45692-1

Upgrading package texlive-langcyrillic from 44895 to 45692
- upgrade package babel-russian 42885 -> 45007
- upgrade package babel-ukrainian 44595 -> 45036
- upgrade package cyrplain 29349 -> 45692

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:12:47 UTC (rev 309535)
+++ PKGBUILD2017-11-11 12:13:33 UTC (rev 309536)
@@ -3,7 +3,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2017.44895
+pkgver=2017.45692
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
@@ -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=('136c3f06b9f5a342dcdff53ccfc6263b328a1d45517cb5148d5bdfab49f7e9e5'
+sha256sums=('d3bee0cb5b571a30db340bc5e0d56fbceba8488a3f7a8e913939659a503afe83'
 '4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
 
 build() {


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:12:47
  Author: remy
Revision: 309535

archrelease: copy trunk to extra-any

Added:
  texlive-langchinese/repos/extra-any/PKGBUILD
(from rev 309534, texlive-langchinese/trunk/PKGBUILD)
  texlive-langchinese/repos/extra-any/texlive-langchinese.maps
(from rev 309534, texlive-langchinese/trunk/texlive-langchinese.maps)
Deleted:
  texlive-langchinese/repos/extra-any/PKGBUILD
  texlive-langchinese/repos/extra-any/texlive-langchinese.maps

--+
 PKGBUILD |   90 ++---
 texlive-langchinese.maps |8 ++--
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:12:38 UTC (rev 309534)
+++ PKGBUILD2017-11-11 12:12:47 UTC (rev 309535)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-langchinese
-pkgver=2017.44333
-_revnr=${pkgver#2017.}
-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=('57acfcca98d1dfb300bff92be808d487a167957d3c59c2ba1cebb5afd1b6e18f'
-'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/extra-any/PKGBUILD (from rev 309534, 
texlive-langchinese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:12:47 UTC (rev 309535)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-langchinese
+pkgver=2017.45677
+_revnr=${pkgver#2017.}
+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=('1311a8ad1ea1ba82a263f8f4845941cae4923787ced9c33bed6c197629bff4c5'
+'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
+}

Deleted: texlive-langchinese.maps
===
--- texlive-langchinese.maps2017-11-11 12:12:38 UTC (rev 309534)
+++ texlive-langchinese.maps2017-11-11 12:12:47 UTC (rev 309535)
@@ -1,4 +0,0 @@
-Map bkaiu.map
-Map bsmiu.map
-Map gbsnu.map
-Map gkaiu.map

Copied: texlive-langchinese/repos/extra-any/texlive-langchinese.maps (from rev 
309534, 

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:12:38
  Author: remy
Revision: 309534

upgpkg: texlive-langchinese 2017.45677-1

Upgrading package texlive-langchinese from 44333 to 45677
- upgrade package cns 15878 -> 45677
- upgrade package ctex 43669 -> 44974
- new package upzhkinsoku
- upgrade package xpinyin 41940 -> 44976
- new package zhlipsum
- upgrade package zhnumber 41123 -> 44977

Modified:
  texlive-langchinese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:12:11 UTC (rev 309533)
+++ PKGBUILD2017-11-11 12:12:38 UTC (rev 309534)
@@ -2,7 +2,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-langchinese
-pkgver=2017.44333
+pkgver=2017.45677
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Chinese texts"
@@ -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=('57acfcca98d1dfb300bff92be808d487a167957d3c59c2ba1cebb5afd1b6e18f'
+sha256sums=('1311a8ad1ea1ba82a263f8f4845941cae4923787ced9c33bed6c197629bff4c5'
 'c8cc529153bc1db3b13ef5973a6f36161f89cf05bac695fa2d2eab1a75345195')
 
 build() {


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:12:02
  Author: remy
Revision: 309532

upgpkg: texlive-humanities 2017.45709-1

Upgrading package texlive-humanities from 44833 to 45709
- upgrade package eledmac 38639 -> 45418
- upgrade package poemscol 40613 -> 45599
- upgrade package reledmac 44833 -> 45709
- upgrade package screenplay-pkg 37893 -> 44965
- new package theatre

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:11:47 UTC (rev 309531)
+++ PKGBUILD2017-11-11 12:12:02 UTC (rev 309532)
@@ -2,7 +2,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2017.44833
+pkgver=2017.45709
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('0599e0e043c29f43f5f1faef9231e77dafa7d88a7d8c679d797a8af5e56256b0')
+sha256sums=('c161a585524418ab2e4853273f32472c7a6d06290e5e89d6e96190501b028a77')
 
 build() {
cd "$srcdir"


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:12:11
  Author: remy
Revision: 309533

archrelease: copy trunk to extra-any

Added:
  texlive-humanities/repos/extra-any/PKGBUILD
(from rev 309532, texlive-humanities/trunk/PKGBUILD)
Deleted:
  texlive-humanities/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:12:02 UTC (rev 309532)
+++ PKGBUILD2017-11-11 12:12:11 UTC (rev 309533)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-humanities
-pkgver=2017.44833
-_revnr=${pkgver#2017.}
-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=('0599e0e043c29f43f5f1faef9231e77dafa7d88a7d8c679d797a8af5e56256b0')
-
-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
-}

Copied: texlive-humanities/repos/extra-any/PKGBUILD (from rev 309532, 
texlive-humanities/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:12:11 UTC (rev 309533)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-humanities
+pkgver=2017.45709
+_revnr=${pkgver#2017.}
+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=('c161a585524418ab2e4853273f32472c7a6d06290e5e89d6e96190501b028a77')
+
+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-formatsextra/repos/extra-any (4 files)

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:11:47
  Author: remy
Revision: 309531

archrelease: copy trunk to extra-any

Added:
  texlive-formatsextra/repos/extra-any/PKGBUILD
(from rev 309530, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/extra-any/texlive-formatsextra.fmts
(from rev 309530, texlive-formatsextra/trunk/texlive-formatsextra.fmts)
Deleted:
  texlive-formatsextra/repos/extra-any/PKGBUILD
  texlive-formatsextra/repos/extra-any/texlive-formatsextra.fmts

---+
 PKGBUILD  |  114 ++--
 texlive-formatsextra.fmts |   18 +++---
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:11:33 UTC (rev 309530)
+++ PKGBUILD2017-11-11 12:11:47 UTC (rev 309531)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-formatsextra
-pkgver=2017.44177
-_revnr=${pkgver#2017.}
-pkgrel=2
-pkgdesc="TeX Live - collection of extra TeX 'formats'"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"${pkgname}.fmts")
-options=('!emptydirs')
-provides=('texlive-htmlxml')
-conflicts=('texlive-htmlxml')
-replaces=('texlive-htmlxml')
-sha256sums=('449d4448be130f27cf8c84b43b70cfa0bf3d7636bf0153e20899fca7de298480'
-'edee1d8b46005847381dbf20afacad6d14f3d59406facdc609c92d9e20ed6df2')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-   case $p in
-   aleph.*|lambda.*|omega.*)
-   ;;
-   *)
-   bsdtar -xf $p
-   ;;
-   esac
-   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}.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
-}

Copied: texlive-formatsextra/repos/extra-any/PKGBUILD (from rev 309530, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:11:47 UTC (rev 309531)
@@ -0,0 +1,57 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2017.45678
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"${pkgname}.fmts")
+options=('!emptydirs')
+provides=('texlive-htmlxml')
+conflicts=('texlive-htmlxml')
+replaces=('texlive-htmlxml')
+sha256sums=('f4f33f6a151bef49d79a5ee41686bd356d01de85f011df0fe08d6de64b71f0d8'
+'edee1d8b46005847381dbf20afacad6d14f3d59406facdc609c92d9e20ed6df2')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+   case $p in
+   aleph.*|lambda.*|omega.*)
+   ;;
+   *)
+   bsdtar -xf $p
+   ;;
+   esac
+   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}.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
+   

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:11:33
  Author: remy
Revision: 309530

upgpkg: texlive-formatsextra 2017.45678-1

Upgrading package texlive-formatsextra from 44177 to 45678
- upgrade package eplain 41154 -> 45678
- upgrade package jadetex 41718 -> 45678
- upgrade package lollipop 41438 -> 45678
- upgrade package mltex 39057 -> 45678
- upgrade package texsis 39057 -> 45678
- upgrade package xmltex 40855 -> 45678

Modified:
  texlive-formatsextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:11:31 UTC (rev 309529)
+++ PKGBUILD2017-11-11 12:11:33 UTC (rev 309530)
@@ -3,9 +3,9 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-formatsextra
-pkgver=2017.44177
+pkgver=2017.45678
 _revnr=${pkgver#2017.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live - collection of extra TeX 'formats'"
 license=('GPL')
 arch=(any)
@@ -18,7 +18,7 @@
 provides=('texlive-htmlxml')
 conflicts=('texlive-htmlxml')
 replaces=('texlive-htmlxml')
-sha256sums=('449d4448be130f27cf8c84b43b70cfa0bf3d7636bf0153e20899fca7de298480'
+sha256sums=('f4f33f6a151bef49d79a5ee41686bd356d01de85f011df0fe08d6de64b71f0d8'
 'edee1d8b46005847381dbf20afacad6d14f3d59406facdc609c92d9e20ed6df2')
 
 build() {


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 12:11:31
  Author: arojas
Revision: 309529

archrelease: copy trunk to testing-any

Added:
  keychain/repos/testing-any/
  keychain/repos/testing-any/PKGBUILD
(from rev 309528, keychain/trunk/PKGBUILD)

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

Copied: keychain/repos/testing-any/PKGBUILD (from rev 309528, 
keychain/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-11-11 12:11:31 UTC (rev 309529)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Eric BĂ©langer 
+
+pkgname=keychain
+pkgver=2.8.4
+pkgrel=1
+pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
+arch=('any')
+url="http://www.funtoo.org/Keychain;
+license=('GPL2')
+depends=('sh')
+source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1746dac19f565a1489b5a8ee660af2d7097f44cb5bede3e9103782056592ae6b')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 keychain "${pkgdir}/usr/bin/keychain"
+  install -Dm644 keychain.1 "${pkgdir}/usr/share/man/man1/keychain.1"
+}


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 12:11:04
  Author: arojas
Revision: 309528

Update to 2.8.4

Modified:
  keychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:10:45 UTC (rev 309527)
+++ PKGBUILD2017-11-11 12:11:04 UTC (rev 309528)
@@ -2,7 +2,7 @@
 # Maintainer: Eric BĂ©langer 
 
 pkgname=keychain
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc="A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('sh')
 source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d05eb924efcaef78eddff8e3190154a39778f0eee4f90362528c81ad8dadde56')
+sha256sums=('1746dac19f565a1489b5a8ee660af2d7097f44cb5bede3e9103782056592ae6b')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:10:30
  Author: remy
Revision: 309526

upgpkg: texlive-core 2017.45732-1

Upgrading package texlive-core from 44918 to 45732
- upgrade package adobemapping 44861 -> 45645
- upgrade package afm2pl 44166 -> 45650
- upgrade package amsmath 43813 -> 45246
- upgrade package arara 29762 -> 45517
- upgrade package babel 44722 -> 45683
- upgrade package babel-french 44782 -> 45567
- upgrade package babel-hungarian 41435 -> 45186
- upgrade package beamer 44798 -> 45142
- upgrade package bidi 44629 -> 45523
- upgrade package c90 42428 -> 45666
- upgrade package checkcites 28572 -> 45131
- upgrade package chickenize 42341 -> 45083
- upgrade package cjkutils 44166 -> 45666
- upgrade package context 44436 -> 45678
- upgrade package cslatex 40855 -> 45678
- upgrade package csplain 44635 -> 45678
- upgrade package cweb 44166 -> 45065
- upgrade package dnp 15878 -> 45701
- upgrade package e-french 38742 -> 45091
- upgrade package epstopdf 42905 -> 45323
- new package fixjfm
- new package fontloader-luaotfload
- upgrade package fontspec 44867 -> 45732
- upgrade package glyphlist 41545 -> 45696
- upgrade package gustlib 15878 -> 45712
- upgrade package hlist 44158 -> 44983
- upgrade package jfmutil 44853 -> 45357
- upgrade package koma-script 44226 -> 45292
- upgrade package kpathsea 44223 -> 45715
- upgrade package l3experimental 44864 -> 45340
- upgrade package l3kernel 44864 -> 45340
- upgrade package l3packages 44864 -> 45340
- upgrade package latex2man 43855 -> 45484
- upgrade package latexbug 44890 -> 45559
- upgrade package latexindent 44726 -> 45098
- upgrade package listofitems 42530 -> 45590
- upgrade package luatex 44166 -> 45678
- upgrade package luatexko 44141 -> 45434
- upgrade package lwarp 44781 -> 45722
- upgrade package mathtools 44504 -> 45649
- upgrade package mcf2graph 44875 -> 45635
- upgrade package metafont 44166 -> 45678
- upgrade package mex 40855 -> 45678
- upgrade package mptopdf 44856 -> 45678
- new package na-position
- upgrade package pdfpages 44812 -> 45659
- upgrade package philokalia 18651 -> 45356
- upgrade package placeat 33526 -> 45145
- upgrade package powerdot 44868 -> 45165
- upgrade package quran 43360 -> 45636
- upgrade package randomlist 41727 -> 45281
- upgrade package repere 44298 -> 45708
- new package simplekv
- new package termcal-de
- upgrade package tetex 44794 -> 45632
- upgrade package tex4ht 44379 -> 45610
- upgrade package texcount 31323 -> 45338
- upgrade package texdef 26420 -> 45132
- upgrade package texdoc 44432 -> 45703
- upgrade package texfot 39660 -> 44991
- upgrade package texinfo 44706 -> 45305
- upgrade package texlive-docindex 44910 -> 45718
- upgrade package texlive-scripts 44918 -> 45695
- upgrade package texlive.infra 44836 -> 45305
- new package tlcockpit
- new package tlshell
- upgrade package ucharclasses 40854 -> 45024
- upgrade package unicode-math 43068 -> 45510
- upgrade package updmap-map 44794 -> 45632
- new package xechangebar
- upgrade package xecjk 44370 -> 44978
- upgrade package xetexconfig 41133 -> 45650
- upgrade package xetexko 43173 -> 45435

Moved packages
- new package etoolbox (from latexextra)
- deleted package cloze (to latexextra)
- deleted package lua-check-hyphen (to latexextra)
- deleted package luabibentry (to bibtexextra)
- deleted package luabidi (to langextra)
- deleted package luasseq (to pictures)
- deleted package luatodonotes (to latexextra)
- deleted package showhyphens (to latexextra)

Modified:
  texlive-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:06:38 UTC (rev 309525)
+++ PKGBUILD2017-11-11 12:10:30 UTC (rev 309526)
@@ -2,7 +2,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-core
-pkgver=2017.44918
+pkgver=2017.45732
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live core distribution"
@@ -55,7 +55,7 @@
etc/texmf/web2c/fmtutil.cnf \
etc/texmf/web2c/mktex.cnf \
etc/texmf/xdvi/XDvi)
-sha256sums=('2bc3d2afff271b7c28650aa6e398977597e85cb4850f97a41925e8f61f36d2e9'
+sha256sums=('04f2cf7ad3c1632a14d0f294bb2bd05f2072f3a8065d22403d66ae711c3d868f'
 '275253728d884b2b75e01840b0824c1fe5afbdda91fafeacd33deb6cd92341a3'
 '009ab6be9e4fa18709fc74d26a3777372f4b5af9313421ff0546ba94a9d5ff13'
 '1d62d46d4d3a538ccad48d31192fccdfc8d6c0a60b331575a10a007d46812d46'


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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:06:38
  Author: remy
Revision: 309525

archrelease: copy trunk to extra-any

Added:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
(from rev 309524, texlive-bibtexextra/trunk/PKGBUILD)
Deleted:
  texlive-bibtexextra/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:06:17 UTC (rev 309524)
+++ PKGBUILD2017-11-11 12:06:38 UTC (rev 309525)
@@ -1,62 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: RĂ©my Oudompheng 
-
-pkgname=texlive-bibtexextra
-pkgver=2017.44915
-_revnr=${pkgver#2017.}
-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=('34d42e27ebb4c35522d1751af6c8b7c7faa7d25b6c1c7e4d114c461cd7d97e39')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-   # link programs from /usr/share/texmf-dist/scripts
-   _linked_scripts="
-bibexport/bibexport.sh
-crossrefware/bbl2bib.pl
-crossrefware/bibdoiadd.pl
-crossrefware/bibmradd.pl
-crossrefware/bibzbladd.pl
-crossrefware/ltx2crossrefxml.pl
-listbib/listbib
-multibibliography/multibibliography.pl
-urlbst/urlbst
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 309524, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:06:38 UTC (rev 309525)
@@ -0,0 +1,62 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: RĂ©my Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2017.45718
+_revnr=${pkgver#2017.}
+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=('5c84d80509b00ca746536ed8f1be3b8ef7cf3d16fd87666f7d39e7f940763ba0')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bibexport/bibexport.sh
+crossrefware/bbl2bib.pl
+crossrefware/bibdoiadd.pl
+crossrefware/bibmradd.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
+

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

2017-11-11 Thread RĂ©my Oudompheng
Date: Saturday, November 11, 2017 @ 12:06:17
  Author: remy
Revision: 309524

upgpkg: texlive-bibtexextra 2017.45718-1

- upgrade package archaeologie 44852 -> 45020
- upgrade package beebe 44873 -> 45689
- upgrade package besjournals 35428 -> 45662
- new package bib2gls
- upgrade package biblatex 42680 -> 45702
- upgrade package biblatex-chem 43116 -> 45008
- upgrade package biblatex-gost 44712 -> 45119
- upgrade package biblatex-philosophy 43860 -> 45486
- upgrade package biblatex-source-division 41675 -> 45379
- upgrade package crossrefware 43993 -> 45718
- new package luabibentry
- upgrade package turabian-formatting 43537 -> 45700

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:06:11 UTC (rev 309523)
+++ PKGBUILD2017-11-11 12:06:17 UTC (rev 309524)
@@ -3,7 +3,7 @@
 # Maintainer: RĂ©my Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2017.44915
+pkgver=2017.45718
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
@@ -13,7 +13,7 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-sha256sums=('34d42e27ebb4c35522d1751af6c8b7c7faa7d25b6c1c7e4d114c461cd7d97e39')
+sha256sums=('5c84d80509b00ca746536ed8f1be3b8ef7cf3d16fd87666f7d39e7f940763ba0')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in mercurial/repos/extra-x86_64 (4 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 12:06:11
  Author: arojas
Revision: 309523

archrelease: copy trunk to extra-x86_64

Added:
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 309522, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 309522, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

---+
 PKGBUILD  |  124 ++--
 mercurial.profile |2 
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 12:05:15 UTC (rev 309522)
+++ PKGBUILD2017-11-11 12:06:11 UTC (rev 309523)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=4.3.3
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="https://www.mercurial-scm.org/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'mercurial.profile')
-sha256sums=('47a63c78698bc735667984bbc5b76619ff29a38d742f20cdf9f44cce59752374'
-'SKIP'
-'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/contrib/chg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-
-  cd contrib/chg
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 309522, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 12:06:11 UTC (rev 309523)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer:
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=4.4.1
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'mercurial.profile')
+sha256sums=('8f2a5512d6cc2ffb08988aef639330a2f0378e4ac3ee0e1fbbdb64d9fff56246'
+'SKIP'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  

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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 12:05:15
  Author: arojas
Revision: 309522

Update to 4.4.1

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 11:54:05 UTC (rev 309521)
+++ PKGBUILD2017-11-11 12:05:15 UTC (rev 309522)
@@ -4,7 +4,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=4.3.3
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

 
source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'mercurial.profile')
-sha256sums=('47a63c78698bc735667984bbc5b76619ff29a38d742f20cdf9f44cce59752374'
+sha256sums=('8f2a5512d6cc2ffb08988aef639330a2f0378e4ac3ee0e1fbbdb64d9fff56246'
 'SKIP'
 '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:54:05
  Author: arojas
Revision: 309521

archrelease: copy trunk to testing-x86_64

Added:
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 309520, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 309520, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:54:05 UTC (rev 309521)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('17a570e2e742e06dc6b28e8610fc1795312be960938ce25acf480005f5d409f9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:53:46
  Author: arojas
Revision: 309520

archrelease: copy trunk to testing-x86_64

Added:
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 309519, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 309519, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:53:46 UTC (rev 309520)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f44e170996411fcde7a63fd847631a4b8ed45d7098a56a26b866b3fd0d9bfe8e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:53:29
  Author: arojas
Revision: 309519

archrelease: copy trunk to testing-x86_64

Added:
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 309518, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 309518, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:53:29 UTC (rev 309519)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2dda7d9c5c19fa7450adf66ee8bd74365441d9e519ceca21a50557aa48218339'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:53:11
  Author: arojas
Revision: 309517

archrelease: copy trunk to testing-x86_64

Added:
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 309516, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 309516, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:53:11 UTC (rev 309517)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python' 'gperf')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e01faffd13cb1da876e9021609d5db0a8f7b3c23855e3ae069a5dfd7888ae36c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kdelibs4support/repos (2 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:52:50
  Author: arojas
Revision: 309516

archrelease: copy trunk to testing-x86_64

Added:
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 309515, kdelibs4support/trunk/PKGBUILD)

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

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 309515, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:52:50 UTC (rev 309516)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kunitconversion' 'kitemmodels' 'kemoticons' 'kded' 'kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'networkmanager' 
'perl-uri' 'python' 'kdesignerplugin')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f9d7508aa6a72a186ba7d922e82ca49a5ac5d76e1fa02af995d17208128995df'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:52:31
  Author: arojas
Revision: 309514

Remove unneeded patch

Modified:
  lensfun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 11:52:13 UTC (rev 309513)
+++ PKGBUILD2017-11-11 11:52:31 UTC (rev 309514)
@@ -3,7 +3,7 @@
 
 pkgname=lensfun
 pkgver=0.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
 arch=(i686 x86_64)
 url="https://lensfun.sourceforge.net;
@@ -12,17 +12,14 @@
 makedepends=('python' 'libpng' 'doxygen' 'cmake')
 optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
 
source=("https://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-lensfun-fix-python-install-dir.patch lensfun-crash-destructor.patch)
+lensfun-fix-python-install-dir.patch)
 sha256sums=('ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331'
-'11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654'
-'ee09a0f781f7ba502c5b904ad54fb10bb655b85a1ac49274f1dd7bfee1e4aabf')
+'11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654')
 
 prepare() {
 cd $pkgname-$pkgver
   # Fix python module install path
 patch -p1 -i ../lensfun-fix-python-install-dir.patch
-  # Fix crash on lfModifier destructor 
https://sourceforge.net/p/lensfun/mailman/message/35956131/
-patch -p1 -i ../lensfun-crash-destructor.patch
 }
 
 build() {


[arch-commits] Commit in lensfun/repos/extra-x86_64 (4 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:53:13
  Author: arojas
Revision: 309518

archrelease: copy trunk to extra-x86_64

Added:
  lensfun/repos/extra-x86_64/PKGBUILD
(from rev 309516, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-x86_64/lensfun-fix-python-install-dir.patch
(from rev 309516, lensfun/trunk/lensfun-fix-python-install-dir.patch)
Deleted:
  lensfun/repos/extra-x86_64/PKGBUILD
  lensfun/repos/extra-x86_64/lensfun-fix-python-install-dir.patch

--+
 PKGBUILD |   79 +++--
 lensfun-fix-python-install-dir.patch |   54 +++---
 2 files changed, 65 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 11:53:11 UTC (rev 309517)
+++ PKGBUILD2017-11-11 11:53:13 UTC (rev 309518)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=lensfun
-pkgver=0.3.2
-pkgrel=5
-pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
-arch=(i686 x86_64)
-url="https://lensfun.sourceforge.net;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('python' 'libpng' 'doxygen' 'cmake')
-optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
-source=("https://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-lensfun-fix-python-install-dir.patch lensfun-crash-destructor.patch)
-sha256sums=('ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331'
-'11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654'
-'ee09a0f781f7ba502c5b904ad54fb10bb655b85a1ac49274f1dd7bfee1e4aabf')
-
-prepare() {
-cd $pkgname-$pkgver
-  # Fix python module install path
-patch -p1 -i ../lensfun-fix-python-install-dir.patch
-  # Fix crash on lfModifier destructor 
https://sourceforge.net/p/lensfun/mailman/message/35956131/
-patch -p1 -i ../lensfun-crash-destructor.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks"
-make all
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="$pkgdir" install
-}

Copied: lensfun/repos/extra-x86_64/PKGBUILD (from rev 309516, 
lensfun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 11:53:13 UTC (rev 309518)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=lensfun
+pkgver=0.3.2
+pkgrel=6
+pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
+arch=(i686 x86_64)
+url="https://lensfun.sourceforge.net;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('python' 'libpng' 'doxygen' 'cmake')
+optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
+source=("https://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+lensfun-fix-python-install-dir.patch)
+sha256sums=('ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331'
+'11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654')
+
+prepare() {
+cd $pkgname-$pkgver
+  # Fix python module install path
+patch -p1 -i ../lensfun-fix-python-install-dir.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks"
+make all
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="$pkgdir" install
+}

Deleted: lensfun-fix-python-install-dir.patch
===
--- lensfun-fix-python-install-dir.patch2017-11-11 11:53:11 UTC (rev 
309517)
+++ lensfun-fix-python-install-dir.patch2017-11-11 11:53:13 UTC (rev 
309518)
@@ -1,27 +0,0 @@
-From 3b46bb2a4eada7f29e016d586229782f6d1c35bb Mon Sep 17 00:00:00 2001
-From: Pino Toscano 
-Date: Sat, 9 Jan 2016 11:47:37 +0100
-Subject: [PATCH] cmake: fix DESTDIR installation for python
-
-When running `setup.py install`, respect the value of the DESTDIR
-environment variable so staged installs (used by distros, for example)
-work.

- apps/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
-index 70c77fd..2f6f8f1 100644
 a/apps/CMakeLists.txt
-+++ b/apps/CMakeLists.txt
-@@ -42,5 +42,5 @@ IF(PYTHON)
- IF(NOT DEFINED SETUP_PY_INSTALL_PREFIX)
-   SET(SETUP_PY_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
- ENDIF()
--INSTALL(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install 

[arch-commits] Commit in qqc2-desktop-style/repos (2 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:52:34
  Author: arojas
Revision: 309515

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 309513, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 309513, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:52:34 UTC (rev 309515)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('89ec1b98a3b9491f37cd3c13ff6ec047d773efb0fb697c14b9a8388fb0b6ed4a'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:52:13
  Author: arojas
Revision: 309513

archrelease: copy trunk to testing-x86_64

Added:
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 309512, prison/trunk/PKGBUILD)

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

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 309512, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:52:13 UTC (rev 309513)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.40.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7c133030e2781b5b777197a3611036b8c3306b1f3753488430a7b7208dc6b9a1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in oxygen-icons/repos (testing-any testing-any/PKGBUILD)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:48:09
  Author: arojas
Revision: 309512

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 309511, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 309511, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-11-11 11:48:09 UTC (rev 309512)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.40.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c3255d712ceb848eddeaa83e4d968b4feb242a9823ad8a25163cef3c7232fb14'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


[arch-commits] Commit in networkmanager-qt/repos (2 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:47:46
  Author: arojas
Revision: 309511

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 309510, networkmanager-qt/trunk/PKGBUILD)

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

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 309510, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:47:46 UTC (rev 309511)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('774b8014f62d41392d98f6da3abfdd73a2287f72db2d19a0b08e803118a9199d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in modemmanager-qt/repos (2 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:47:27
  Author: arojas
Revision: 309510

archrelease: copy trunk to testing-x86_64

Added:
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 309509, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 309509, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:47:27 UTC (rev 309510)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d2d97f7efa6a2728892111b72336ab686e742ab9eccbb2779aea23463cbb1244'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:47:06
  Author: arojas
Revision: 309508

archrelease: copy trunk to testing-x86_64

Added:
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 309507, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 309507, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:47:06 UTC (rev 309508)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.40.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('14d8bd7109d013964ba952402fe439e749bcef97d4588b7a7dd269e1b07deb07'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:46:36
  Author: arojas
Revision: 309506

archrelease: copy trunk to testing-x86_64

Added:
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 309505, ktexteditor/trunk/PKGBUILD)

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

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 309505, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:46:36 UTC (rev 309506)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2' 'editorconfig-core-c')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b6d48e3a1fb7dc6c8c6a2bc11743e928dca02d6b1e342261eedbb320f5eb9076'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in lensfun/repos/extra-x86_64 (4 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:47:07
  Author: arojas
Revision: 309509

archrelease: copy trunk to extra-x86_64

Added:
  lensfun/repos/extra-x86_64/PKGBUILD
(from rev 309507, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-x86_64/lensfun-fix-python-install-dir.patch
(from rev 309507, lensfun/trunk/lensfun-fix-python-install-dir.patch)
Deleted:
  lensfun/repos/extra-x86_64/PKGBUILD
  lensfun/repos/extra-x86_64/lensfun-fix-python-install-dir.patch

--+
 PKGBUILD |   77 +
 lensfun-fix-python-install-dir.patch |   54 +++
 2 files changed, 68 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-11 11:47:06 UTC (rev 309508)
+++ PKGBUILD2017-11-11 11:47:07 UTC (rev 309509)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=lensfun
-pkgver=0.3.2
-pkgrel=3
-pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
-arch=(i686 x86_64)
-url="http://lensfun.sourceforge.net;
-license=('LGPL3')
-depends=('glibc' 'glib2')
-makedepends=('python' 'libpng' 'doxygen' 'cmake')
-source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-lensfun-fix-python-install-dir.patch)
-sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16'
-  '7bf2b17d0fb85800857eaf990541ea9eccca2f77')
-
-prepare() {
-cd $pkgname-$pkgver
-  # Fix python module install path
-patch -p1 -i ../lensfun-fix-python-install-dir.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_LIBDIR=lib
-make all
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="$pkgdir" install
-}

Copied: lensfun/repos/extra-x86_64/PKGBUILD (from rev 309507, 
lensfun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-11 11:47:07 UTC (rev 309509)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=lensfun
+pkgver=0.3.2
+pkgrel=5
+pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
+arch=(i686 x86_64)
+url="https://lensfun.sourceforge.net;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('python' 'libpng' 'doxygen' 'cmake')
+optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
+source=("https://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+lensfun-fix-python-install-dir.patch lensfun-crash-destructor.patch)
+sha256sums=('ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331'
+'11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654'
+'ee09a0f781f7ba502c5b904ad54fb10bb655b85a1ac49274f1dd7bfee1e4aabf')
+
+prepare() {
+cd $pkgname-$pkgver
+  # Fix python module install path
+patch -p1 -i ../lensfun-fix-python-install-dir.patch
+  # Fix crash on lfModifier destructor 
https://sourceforge.net/p/lensfun/mailman/message/35956131/
+patch -p1 -i ../lensfun-crash-destructor.patch
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+cmake . \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks"
+make all
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="$pkgdir" install
+}

Deleted: lensfun-fix-python-install-dir.patch
===
--- lensfun-fix-python-install-dir.patch2017-11-11 11:47:06 UTC (rev 
309508)
+++ lensfun-fix-python-install-dir.patch2017-11-11 11:47:07 UTC (rev 
309509)
@@ -1,27 +0,0 @@
-From 3b46bb2a4eada7f29e016d586229782f6d1c35bb Mon Sep 17 00:00:00 2001
-From: Pino Toscano 
-Date: Sat, 9 Jan 2016 11:47:37 +0100
-Subject: [PATCH] cmake: fix DESTDIR installation for python
-
-When running `setup.py install`, respect the value of the DESTDIR
-environment variable so staged installs (used by distros, for example)
-work.

- apps/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
-index 70c77fd..2f6f8f1 100644
 a/apps/CMakeLists.txt
-+++ b/apps/CMakeLists.txt
-@@ -42,5 +42,5 @@ IF(PYTHON)
- IF(NOT DEFINED SETUP_PY_INSTALL_PREFIX)
-   SET(SETUP_PY_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
- ENDIF()
--INSTALL(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install 
--prefix=${SETUP_PY_INSTALL_PREFIX})")
-+INSTALL(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install 
--prefix=\$ENV{DESTDIR}${SETUP_PY_INSTALL_PREFIX})")
- ENDIF(PYTHON)
--- 
-2.6.4
-

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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:46:47
  Author: arojas
Revision: 309507

Workaroung GCC6 null pointer check optimizations (FS#56180)

Modified:
  lensfun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 11:46:36 UTC (rev 309506)
+++ PKGBUILD2017-11-11 11:46:47 UTC (rev 309507)
@@ -3,23 +3,26 @@
 
 pkgname=lensfun
 pkgver=0.3.2
-pkgrel=3
+pkgrel=5
 pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
 arch=(i686 x86_64)
 url="https://lensfun.sourceforge.net;
 license=('LGPL3')
-depends=('glibc' 'glib2')
+depends=('glib2')
 makedepends=('python' 'libpng' 'doxygen' 'cmake')
 optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
 
source=("https://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-lensfun-fix-python-install-dir.patch)
-sha1sums=('1d978b15aa7304d66a4931fa37ca9f8f89396c16'
-  '7bf2b17d0fb85800857eaf990541ea9eccca2f77')
+lensfun-fix-python-install-dir.patch lensfun-crash-destructor.patch)
+sha256sums=('ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331'
+'11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654'
+'ee09a0f781f7ba502c5b904ad54fb10bb655b85a1ac49274f1dd7bfee1e4aabf')
 
 prepare() {
 cd $pkgname-$pkgver
   # Fix python module install path
 patch -p1 -i ../lensfun-fix-python-install-dir.patch
+  # Fix crash on lfModifier destructor 
https://sourceforge.net/p/lensfun/mailman/message/35956131/
+patch -p1 -i ../lensfun-crash-destructor.patch
 }
 
 build() {
@@ -27,7 +30,8 @@
 cmake . \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_LIBDIR=lib
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks"
 make all
 }
 


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:45:47
  Author: arojas
Revision: 309505

archrelease: copy trunk to testing-x86_64

Added:
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 309504, krunner/trunk/PKGBUILD)

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

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 309504, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:45:47 UTC (rev 309505)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4c389cc9e7338b72b986bfd247448290f21758c65eeb87cc762245f1ce14e0a5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:45:22
  Author: arojas
Revision: 309504

archrelease: copy trunk to testing-x86_64

Added:
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 309503, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 309503, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:45:22 UTC (rev 309504)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('79d550a16d6f68f0ceafbce1c34e39eb95256b95c8940e9cfff3317ec704daf9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:45:08
  Author: arojas
Revision: 309503

archrelease: copy trunk to testing-x86_64

Added:
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 309502, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 309502, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:45:08 UTC (rev 309503)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('73cc72e2f258e57f5c821a04ebdd36f6605688498d31dd523bd8e365719809b1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:44:40
  Author: arojas
Revision: 309501

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 309500, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 309500, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:44:40 UTC (rev 309501)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a1d8546f628bca5eebcd255447e256c3f14cae090ad765f2e6ff19b1263ea4d1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:44:54
  Author: arojas
Revision: 309502

archrelease: copy trunk to testing-x86_64

Added:
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 309501, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 309501, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:44:54 UTC (rev 309502)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang' 
'doxygen' 'qt5-tools')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a9bb04bde2b445fb23435619703aa38dd5ccb0f9fa2caaed1fe960061ec04546'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:44:25
  Author: arojas
Revision: 309500

archrelease: copy trunk to testing-x86_64

Added:
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 309499, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 309499, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:44:25 UTC (rev 309500)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4c104050697b82418b303b004a635652793d6fc6b2c8745c948110b9f07611cb'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:44:10
  Author: arojas
Revision: 309499

archrelease: copy trunk to testing-x86_64

Added:
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 309498, kdnssd/trunk/PKGBUILD)

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

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 309498, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:44:10 UTC (rev 309499)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d2b5194317e9db8ffa0180ac3af8da2bb6ed62411c147d7c255665a8394a8a82'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kactivities-stats/repos (2 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:43:26
  Author: arojas
Revision: 309496

archrelease: copy trunk to testing-x86_64

Added:
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 309495, kactivities-stats/trunk/PKGBUILD)

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 309495, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:43:26 UTC (rev 309496)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.40.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules' 'boost' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7d95a4b70c4176a0d35ae7347d5d8bb5e65a5ad4c181a75857ebdc01adc0b631'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:43:55
  Author: arojas
Revision: 309498

archrelease: copy trunk to testing-x86_64

Added:
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 309497, kdesu/trunk/PKGBUILD)

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

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 309497, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:43:55 UTC (rev 309498)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('87a94cdb687d0460737e0adb8105cf2323a09ac539ab63d917ca70961829bb8d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}


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

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:43:40
  Author: arojas
Revision: 309497

archrelease: copy trunk to testing-x86_64

Added:
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 309496, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 309496, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:43:40 UTC (rev 309497)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0439d68e2b08a0084b6d15e92679692090271a873ee90dca8ed0a0afa1eac449'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in frameworkintegration/repos (2 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:43:11
  Author: arojas
Revision: 309495

archrelease: copy trunk to testing-x86_64

Added:
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 309494, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 309494, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-11 11:43:11 UTC (rev 309495)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kpackage' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b277f644d9b33fcf7026d1310664631cdcd37df5f5bc623e47143a0488e4'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


  1   2   >