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

2017-04-28 Thread Jan Steffens
Date: Friday, April 28, 2017 @ 22:55:53
  Author: heftig
Revision: 295029

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

Added:
  epiphany/repos/testing-i686/
  epiphany/repos/testing-i686/PKGBUILD
(from rev 295028, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-i686/pluginsdir.diff
(from rev 295028, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/testing-x86_64/
  epiphany/repos/testing-x86_64/PKGBUILD
(from rev 295028, epiphany/trunk/PKGBUILD)
  epiphany/repos/testing-x86_64/pluginsdir.diff
(from rev 295028, epiphany/trunk/pluginsdir.diff)

+
 testing-i686/PKGBUILD  |   56 +++
 testing-i686/pluginsdir.diff   |   20 +
 testing-x86_64/PKGBUILD|   56 +++
 testing-x86_64/pluginsdir.diff |   20 +
 4 files changed, 152 insertions(+)

Copied: epiphany/repos/testing-i686/PKGBUILD (from rev 295028, 
epiphany/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-28 22:55:53 UTC (rev 295029)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.1+2+g0a837ea5c
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop icu)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=0a837ea5c1a20b67653a1c52d7fa86f648cc0050  # gnome-3-24
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;
+"git+https://git.gnome.org/browse/gvdb;
+pluginsdir.diff)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'3bbd4b36e697a3a9165e0b71d5af566fe96a8f1237d854b9dee9a7e0b9fef8e3')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git config --local submodule.gvdb.url "$srcdir/gvdb"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname 
--enable-compile-warnings=yes
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/testing-i686/pluginsdir.diff (from rev 295028, 
epiphany/trunk/pluginsdir.diff)
===
--- testing-i686/pluginsdir.diff(rev 0)
+++ testing-i686/pluginsdir.diff2017-04-28 22:55:53 UTC (rev 295029)
@@ -0,0 +1,20 @@
+--- a/embed/ephy-embed-shell.c
 b/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 
+--- a/embed/Makefile.am.orig   2017-04-08 12:22:50.192861523 +
 b/embed/Makefile.am2017-04-08 12:23:13.926290709 +
+@@ -61,6 +61,7 @@
+   -I$(top_srcdir)/lib/widgets \
+   -I$(top_srcdir)/libgd   \
+   -DPKGDATADIR=\"$(pkgdatadir)\"  \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   -DEPHY_WEB_EXTENSIONS_DIR=\"$(pkglibdir)/web-extensions\"   \
+   $(GDK_CFLAGS)   \
+   $(GIO_CFLAGS)   \

Copied: epiphany/repos/testing-x86_64/PKGBUILD (from rev 295028, 
epiphany/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-28 22:55:53 UTC (rev 295029)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.1+2+g0a837ea5c
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop icu)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=0a837ea5c1a20b67653a1c52d7fa86f648cc0050  # gnome-3-24
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+   

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

2017-04-28 Thread Jan Steffens
Date: Friday, April 28, 2017 @ 22:55:05
  Author: heftig
Revision: 295028

3.24.1+2+g0a837ea5c-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 20:48:58 UTC (rev 295027)
+++ PKGBUILD2017-04-28 22:55:05 UTC (rev 295028)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.24.1+1+g8e82c479c
+pkgver=3.24.1+2+g0a837ea5c
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(i686 x86_64)
 license=(GPL)
-depends=(webkit2gtk gcr gnome-desktop)
+depends=(webkit2gtk gcr gnome-desktop icu)
 makedepends=(intltool itstool docbook-xml startup-notification lsb-release
  gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
 groups=(gnome)
-_commit=8e82c479cc1fbe570f7d2b68fb2eb862c645263a  # gnome-3-24
+_commit=0a837ea5c1a20b67653a1c52d7fa86f648cc0050  # gnome-3-24
 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;
 "git+https://git.gnome.org/browse/gvdb;


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

2017-04-28 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 21:13:57
  Author: svenstaro
Revision: 226207

archrelease: copy trunk to community-any

Added:
  python-ntlm-auth/repos/community-any/PKGBUILD
(from rev 226206, python-ntlm-auth/trunk/PKGBUILD)
Deleted:
  python-ntlm-auth/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 21:13:47 UTC (rev 226206)
+++ PKGBUILD2017-04-28 21:13:57 UTC (rev 226207)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgbase=('python-ntlm-auth')
-pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
-_module='ntlm-auth'
-pkgver='1.0.2'
-pkgrel=2
-pkgdesc="Creates NTLM authentication structures"
-url="https://github.com/jborean93/ntlm-auth;
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('LGPL-3.0')
-arch=('any')
-source=("https://pypi.python.org/packages/ac/99/5183cbb714537e0bd31dd266f2bad894f17112f862bb5c65fd6a5367dd2b/ntlm-auth-${pkgver}.zip;)
-sha512sums=('62e1f5c6a8936c3c79cf3827bdd33c2a0d3cdc0b1e617d7fb4d8e4a1d5ce36e02809200a1a1e1cc41303e99a5ea5fb1cf601f345b88d19f679afb4c4517ba8fe')
-
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-ntlm-auth() {
-depends+=('python' 'python-six' 'python-ordereddict')
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-ntlm-auth() {
-depends+=('python2' 'python2-six' 'python2-ordereddict')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ntlm-auth/repos/community-any/PKGBUILD (from rev 226206, 
python-ntlm-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 21:13:57 UTC (rev 226207)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-ntlm-auth')
+pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
+_module='ntlm-auth'
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('LGPL-3.0')
+arch=('any')
+source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz;)
+sha512sums=('3700eef8cad111f4997aa8864d0d50aecb830627199d01d89760b3708610e6bd842f8f22a563109aba16e2a8f200dd266f8e30de2b1b9b028f1be23f20f437b5')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-ntlm-auth() {
+depends+=('python' 'python-six' 'python-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-ntlm-auth() {
+depends+=('python2' 'python2-six' 'python2-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2017-04-28 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 21:13:47
  Author: svenstaro
Revision: 226206

upgpkg: python-ntlm-auth 1.0.3-1

Modified:
  python-ntlm-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 20:41:05 UTC (rev 226205)
+++ PKGBUILD2017-04-28 21:13:47 UTC (rev 226206)
@@ -4,15 +4,15 @@
 pkgbase=('python-ntlm-auth')
 pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
 _module='ntlm-auth'
-pkgver='1.0.2'
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth;
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('LGPL-3.0')
 arch=('any')
-source=("https://pypi.python.org/packages/ac/99/5183cbb714537e0bd31dd266f2bad894f17112f862bb5c65fd6a5367dd2b/ntlm-auth-${pkgver}.zip;)
-sha512sums=('62e1f5c6a8936c3c79cf3827bdd33c2a0d3cdc0b1e617d7fb4d8e4a1d5ce36e02809200a1a1e1cc41303e99a5ea5fb1cf601f345b88d19f679afb4c4517ba8fe')
+source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz;)
+sha512sums=('3700eef8cad111f4997aa8864d0d50aecb830627199d01d89760b3708610e6bd842f8f22a563109aba16e2a8f200dd266f8e30de2b1b9b028f1be23f20f437b5')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 20:40:15
  Author: arojas
Revision: 226204

Rebuild (FS#53867)

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 19:21:28 UTC (rev 226203)
+++ PKGBUILD2017-04-28 20:40:15 UTC (rev 226204)
@@ -7,7 +7,7 @@
 pkgname=(boinc boinc-nox)
 pkgver=7.6.33
 _tag="client_release/7.6/$pkgver"
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://boinc.berkeley.edu/;
 license=('LGPL')


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

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:33:11
  Author: alucryd
Revision: 295025

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

Added:
  ffmpeg/repos/testing-i686/
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 295024, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/testing-x86_64/
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 295024, ffmpeg/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   92 ++
 testing-x86_64/PKGBUILD |   92 ++
 2 files changed, 184 insertions(+)

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 295024, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-28 19:33:11 UTC (rev 295025)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.3
+pkgrel=5
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libxvidcore.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so')
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
+sha256sums=('599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d'
+'SKIP')
+
+build() {
+  cd ffmpeg-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libiec61883 \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libschroedinger \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxcb \
+--enable-libxvid \
+--enable-netcdf \
+--enable-shared \
+--enable-version3
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd ffmpeg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install install-man
+  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/testing-x86_64/PKGBUILD (from rev 295024, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-28 19:33:11 UTC (rev 295025)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.3
+pkgrel=5
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 

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

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:33:00
  Author: alucryd
Revision: 295024

upgpkg: ffmpeg 1:3.3-5

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 19:29:15 UTC (rev 295023)
+++ PKGBUILD2017-04-28 19:33:00 UTC (rev 295024)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:29:15
  Author: alucryd
Revision: 295023

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

Added:
  gst-plugins-bad/repos/testing-i686/
  gst-plugins-bad/repos/testing-i686/PKGBUILD
(from rev 295022, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/testing-x86_64/
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD
(from rev 295022, gst-plugins-bad/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-x86_64/PKGBUILD |   65 ++
 2 files changed, 130 insertions(+)

Copied: gst-plugins-bad/repos/testing-i686/PKGBUILD (from rev 295022, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-28 19:29:15 UTC (rev 295023)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.10.4
+pkgrel=7
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
+ libgudev graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
+ autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
+options=(!emptydirs)
+_commit=2e40502e73d744a26abaa9fd22453e625ca6a146  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--with-gtk=3.0 \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gst-plugins-bad/repos/testing-x86_64/PKGBUILD (from rev 295022, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-28 19:29:15 UTC (rev 295023)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.10.4
+pkgrel=7
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
+ libgudev graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
+ autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
+options=(!emptydirs)
+_commit=2e40502e73d744a26abaa9fd22453e625ca6a146  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Bad Plugins 

[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:28:57
  Author: alucryd
Revision: 295022

upgpkg: gst-plugins-bad 1.10.4-7

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 19:16:56 UTC (rev 295021)
+++ PKGBUILD2017-04-28 19:28:57 UTC (rev 295022)
@@ -4,7 +4,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.10.4
-pkgrel=6
+pkgrel=7
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(i686 x86_64)


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

2017-04-28 Thread Jaroslav Lichtblau
Date: Friday, April 28, 2017 @ 19:21:28
  Author: jlichtblau
Revision: 226203

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 226202, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 19:21:10 UTC (rev 226202)
+++ PKGBUILD2017-04-28 19:21:28 UTC (rev 226203)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.04.26
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('c320c8301a63ad97c099359c8b205d14c130b4f816dd92f0f5e68481628cfc47'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 226202, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 19:21:28 UTC (rev 226203)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.04.28
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('72c0a91d551460e1cd85faca0ff0218e5006bbba371d27d75907ac8e917b7534'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-04-28 Thread Jaroslav Lichtblau
Date: Friday, April 28, 2017 @ 19:21:10
  Author: jlichtblau
Revision: 226202

upgpkg: youtube-dl 2017.04.28-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 17:53:58 UTC (rev 226201)
+++ PKGBUILD2017-04-28 19:21:10 UTC (rev 226202)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.04.26
+pkgver=2017.04.28
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('c320c8301a63ad97c099359c8b205d14c130b4f816dd92f0f5e68481628cfc47'
+sha256sums=('72c0a91d551460e1cd85faca0ff0218e5006bbba371d27d75907ac8e917b7534'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


[arch-commits] Commit in ffmpeg2.8/repos (4 files)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:16:56
  Author: alucryd
Revision: 295021

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

Added:
  ffmpeg2.8/repos/testing-i686/
  ffmpeg2.8/repos/testing-i686/PKGBUILD
(from rev 295020, ffmpeg2.8/trunk/PKGBUILD)
  ffmpeg2.8/repos/testing-x86_64/
  ffmpeg2.8/repos/testing-x86_64/PKGBUILD
(from rev 295020, ffmpeg2.8/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   93 ++
 testing-x86_64/PKGBUILD |   93 ++
 2 files changed, 186 insertions(+)

Copied: ffmpeg2.8/repos/testing-i686/PKGBUILD (from rev 295020, 
ffmpeg2.8/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-28 19:16:56 UTC (rev 295021)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg2.8
+pkgver=2.8.11
+pkgrel=6
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='https://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so')
+source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+sha256sums=('38aa3aec93c480b34d33f3648aff9278581d151488b521995c084258613e1fe6'
+'SKIP')
+
+build() {
+  cd ffmpeg-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--incdir='/usr/include/ffmpeg2.8' \
+--libdir='/usr/lib/ffmpeg2.8' \
+--shlibdir='/usr/lib/ffmpeg2.8' \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libass \
+--enable-libbluray \
+--enable-libdcadec \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libschroedinger \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxvid \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab
+  make
+}
+
+package() {
+  cd ffmpeg-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share
+
+  find "${pkgdir}"/usr/bin -type f -exec mv {} {}2.8 \;
+
+  install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
+  echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > 
"${pkgdir}"/etc/ld.so.conf.d/ffmpeg2.8.conf
+}
+
+# vim: ts=2 sw=2 et:
+

Copied: ffmpeg2.8/repos/testing-x86_64/PKGBUILD (from rev 295020, 
ffmpeg2.8/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-28 19:16:56 UTC (rev 295021)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg2.8
+pkgver=2.8.11
+pkgrel=6
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='https://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 

[arch-commits] Commit in ffmpeg2.8/trunk (PKGBUILD)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:16:40
  Author: alucryd
Revision: 295020

upgpkg: ffmpeg2.8 2.8.11-6

Modified:
  ffmpeg2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 19:03:31 UTC (rev 295019)
+++ PKGBUILD2017-04-28 19:16:40 UTC (rev 295020)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg2.8
 pkgver=2.8.11
-pkgrel=5
+pkgrel=6
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='https://ffmpeg.org/'


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

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:03:31
  Author: alucryd
Revision: 295019

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

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 295018, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 295018, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 19:03:15 UTC (rev 295018)
+++ extra-i686/PKGBUILD 2017-04-28 19:03:31 UTC (rev 295019)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=3.3
-pkgrel=3
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
- 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
- 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxvid \
---enable-netcdf \
---enable-shared \
---enable-version3
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 295018, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 19:03:31 UTC (rev 295019)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.3
+pkgrel=4
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 

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

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:03:15
  Author: alucryd
Revision: 295018

upgpkg: ffmpeg 1:3.3-4

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 19:01:11 UTC (rev 295017)
+++ PKGBUILD2017-04-28 19:03:15 UTC (rev 295018)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:01:11
  Author: alucryd
Revision: 295017

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 295016, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 295016, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 19:00:38 UTC (rev 295016)
+++ extra-i686/PKGBUILD 2017-04-28 19:01:11 UTC (rev 295017)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.10.4
-pkgrel=5
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
- libgudev graphene)
-makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
- gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
- qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
- autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
-options=(!emptydirs)
-_commit=2e40502e73d744a26abaa9fd22453e625ca6a146  # tags/1.10.4^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---with-gtk=3.0 \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 295016, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 19:01:11 UTC (rev 295017)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.10.4
+pkgrel=6
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
+ libgudev graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader zbar
+ autoconf-archive git libfdk-aac faac soundtouch spandsp 
fluidsynth neon)
+options=(!emptydirs)
+_commit=2e40502e73d744a26abaa9fd22453e625ca6a146  # tags/1.10.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+

[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:00:38
  Author: alucryd
Revision: 295016

upgpkg: gst-plugins-bad 1.10.4-6

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 18:47:51 UTC (rev 295015)
+++ PKGBUILD2017-04-28 19:00:38 UTC (rev 295016)
@@ -4,7 +4,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.10.4
-pkgrel=5
+pkgrel=6
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(i686 x86_64)


[arch-commits] Commit in ffmpeg2.8/repos (4 files)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 18:47:51
  Author: alucryd
Revision: 295015

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

Added:
  ffmpeg2.8/repos/extra-i686/PKGBUILD
(from rev 295014, ffmpeg2.8/trunk/PKGBUILD)
  ffmpeg2.8/repos/extra-x86_64/PKGBUILD
(from rev 295014, ffmpeg2.8/trunk/PKGBUILD)
Deleted:
  ffmpeg2.8/repos/extra-i686/PKGBUILD
  ffmpeg2.8/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  186 
 extra-i686/PKGBUILD   |   93 
 extra-x86_64/PKGBUILD |   93 
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 18:47:33 UTC (rev 295014)
+++ extra-i686/PKGBUILD 2017-04-28 18:47:51 UTC (rev 295015)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg2.8
-pkgver=2.8.11
-pkgrel=4
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('i686' 'x86_64')
-url='https://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
- 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
- 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
- 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
- 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvpx.so' 'libx264.so' 'libx265.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-sha256sums=('38aa3aec93c480b34d33f3648aff9278581d151488b521995c084258613e1fe6'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---incdir='/usr/include/ffmpeg2.8' \
---libdir='/usr/lib/ffmpeg2.8' \
---shlibdir='/usr/lib/ffmpeg2.8' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libdcadec \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab
-  make
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share
-
-  find "${pkgdir}"/usr/bin -type f -exec mv {} {}2.8 \;
-
-  install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
-  echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > 
"${pkgdir}"/etc/ld.so.conf.d/ffmpeg2.8.conf
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: ffmpeg2.8/repos/extra-i686/PKGBUILD (from rev 295014, 
ffmpeg2.8/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 18:47:51 UTC (rev 295015)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg2.8
+pkgver=2.8.11
+pkgrel=5
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='https://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh'
+ 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg'
+ 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 

[arch-commits] Commit in ffmpeg2.8/trunk (PKGBUILD)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 18:47:33
  Author: alucryd
Revision: 295014

upgpkg: ffmpeg2.8 2.8.11-5

Modified:
  ffmpeg2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 18:35:29 UTC (rev 295013)
+++ PKGBUILD2017-04-28 18:47:33 UTC (rev 295014)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg2.8
 pkgver=2.8.11
-pkgrel=4
+pkgrel=5
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='https://ffmpeg.org/'


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

2017-04-28 Thread Florian Pritz
Date: Friday, April 28, 2017 @ 17:53:58
  Author: bluewind
Revision: 226201

archrelease: copy trunk to community-any

Added:
  zim/repos/community-any/PKGBUILD
(from rev 226200, zim/trunk/PKGBUILD)
Deleted:
  zim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:53:53 UTC (rev 226200)
+++ PKGBUILD2017-04-28 17:53:58 UTC (rev 226201)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.65
-pkgrel=4
-pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://zim-wiki.org/;
-depends=('pygtk' 'ttf-dejavu')
-optdepends=('bzr: Version Control plugin'
-'git: Version Control plugin'
-'mercurial: Version Control plugin'
-'gnuplot: Insert Gnuplot plugin'
-'ditaa: Insert Ditaa plugin'
-'graphviz: Insert Diagram & Link Map plugins'
-'python2-gtkspell: Spell Checker plugin'
-'r: Insert GNU R Plot plugin'
-'scrot: Insert Screenshot plugin'
-'zeitgeist: Log events with Zeitgeist plugin'
-'lilypond: Insert Score plugin'
-'pygtksourceview2: Source View plugin'
-'texlive-bin: Insert Equation plugin')
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('63ab7a2070e6d1d3fb32700a851d7b8b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-# python2 fixes
-for file in zim/inc/xdot.py zim/_version.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-   sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 226200, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:53:58 UTC (rev 226201)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.66
+pkgrel=1
+pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://zim-wiki.org/;
+depends=('pygtk' 'ttf-dejavu')
+optdepends=('bzr: Version Control plugin'
+'git: Version Control plugin'
+'mercurial: Version Control plugin'
+'gnuplot: Insert Gnuplot plugin'
+'ditaa: Insert Ditaa plugin'
+'graphviz: Insert Diagram & Link Map plugins'
+'python2-gtkspell: Spell Checker plugin'
+'r: Insert GNU R Plot plugin'
+'scrot: Insert Screenshot plugin'
+'zeitgeist: Log events with Zeitgeist plugin'
+'lilypond: Insert Score plugin'
+'pygtksourceview2: Source View plugin'
+'texlive-bin: Insert Equation plugin')
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('16d2e0c1690062d5fbeef3089db2d53f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+# python2 fixes
+for file in zim/inc/xdot.py zim/_version.py; do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+done
+
+   sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python2 setup.py install --root=${pkgdir} --optimize=1
+}


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

2017-04-28 Thread Florian Pritz
Date: Friday, April 28, 2017 @ 17:53:53
  Author: bluewind
Revision: 226200

upgpkg: zim 0.66-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 17:34:58 UTC (rev 226199)
+++ PKGBUILD2017-04-28 17:53:53 UTC (rev 226200)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=zim
-pkgver=0.65
-pkgrel=4
+pkgver=0.66
+pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
 arch=(any)
 license=('GPL' 'PerlArtistic')
@@ -25,7 +25,7 @@
 'pygtksourceview2: Source View plugin'
 'texlive-bin: Insert Equation plugin')
 source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('63ab7a2070e6d1d3fb32700a851d7b8b')
+md5sums=('16d2e0c1690062d5fbeef3089db2d53f')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:47:00
  Author: andyrtr
Revision: 295009

archrelease: copy trunk to extra-x86_64

Added:
  libisofs/repos/extra-x86_64/PKGBUILD
(from rev 295008, libisofs/trunk/PKGBUILD)
Deleted:
  libisofs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:46:38 UTC (rev 295008)
+++ PKGBUILD2017-04-28 17:47:00 UTC (rev 295009)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Hugo Doria 
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('6ec515d9265fb75c48e8e73b3ea3f6c5'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 295008, 
libisofs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:47:00 UTC (rev 295009)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Hugo Doria 
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="https://dev.lovelyhq.com/libburnia;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6ec515d9265fb75c48e8e73b3ea3f6c5'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+


[arch-commits] Commit in libisofs/repos/extra-i686 (PKGBUILD PKGBUILD)

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:47:08
  Author: andyrtr
Revision: 295010

archrelease: copy trunk to extra-i686

Added:
  libisofs/repos/extra-i686/PKGBUILD
(from rev 295009, libisofs/trunk/PKGBUILD)
Deleted:
  libisofs/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:47:00 UTC (rev 295009)
+++ PKGBUILD2017-04-28 17:47:08 UTC (rev 295010)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Hugo Doria 
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('6ec515d9265fb75c48e8e73b3ea3f6c5'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 295009, 
libisofs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:47:08 UTC (rev 295010)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Hugo Doria 
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="https://dev.lovelyhq.com/libburnia;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6ec515d9265fb75c48e8e73b3ea3f6c5'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+


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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:46:38
  Author: andyrtr
Revision: 295008

update project url

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 17:45:55 UTC (rev 295007)
+++ PKGBUILD2017-04-28 17:46:38 UTC (rev 295008)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
 arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
+url="https://dev.lovelyhq.com/libburnia;
 license=('GPL')
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})


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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:45:55
  Author: andyrtr
Revision: 295007

archrelease: copy trunk to extra-x86_64

Added:
  libisoburn/repos/extra-x86_64/PKGBUILD
(from rev 295006, libisoburn/trunk/PKGBUILD)
Deleted:
  libisoburn/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:45:37 UTC (rev 295006)
+++ PKGBUILD2017-04-28 17:45:55 UTC (rev 295007)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Gour 
-
-pkgname=libisoburn
-pkgver=1.4.6 #.pl01
-pkgrel=2
-pkgdesc="frontend for libraries libburn and libisofs"
-url="http://libburnia-project.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn' 'libisofs' 'readline')
-optdepends=('tk:  for xorriso-tcltk frontend'
-'bwidget: for xorriso-tcltk frontend')
-provides=('xorriso' 'xorriso-tcltk')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('15d763fd698b9bc8d6fc643a3257505b'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-x86_64/PKGBUILD (from rev 295006, 
libisoburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:45:55 UTC (rev 295007)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Gour 
+
+pkgname=libisoburn
+pkgver=1.4.6 #.pl01
+pkgrel=2
+pkgdesc="frontend for libraries libburn and libisofs"
+url="https://dev.lovelyhq.com/libburnia;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn' 'libisofs' 'readline')
+optdepends=('tk:  for xorriso-tcltk frontend'
+'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('15d763fd698b9bc8d6fc643a3257505b'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in libisoburn/repos/extra-i686 (PKGBUILD PKGBUILD)

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:45:37
  Author: andyrtr
Revision: 295006

archrelease: copy trunk to extra-i686

Added:
  libisoburn/repos/extra-i686/PKGBUILD
(from rev 295005, libisoburn/trunk/PKGBUILD)
Deleted:
  libisoburn/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:45:26 UTC (rev 295005)
+++ PKGBUILD2017-04-28 17:45:37 UTC (rev 295006)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Gour 
-
-pkgname=libisoburn
-pkgver=1.4.6 #.pl01
-pkgrel=2
-pkgdesc="frontend for libraries libburn and libisofs"
-url="http://libburnia-project.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn' 'libisofs' 'readline')
-optdepends=('tk:  for xorriso-tcltk frontend'
-'bwidget: for xorriso-tcltk frontend')
-provides=('xorriso' 'xorriso-tcltk')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('15d763fd698b9bc8d6fc643a3257505b'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 295005, 
libisoburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:45:37 UTC (rev 295006)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Gour 
+
+pkgname=libisoburn
+pkgver=1.4.6 #.pl01
+pkgrel=2
+pkgdesc="frontend for libraries libburn and libisofs"
+url="https://dev.lovelyhq.com/libburnia;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn' 'libisofs' 'readline')
+optdepends=('tk:  for xorriso-tcltk frontend'
+'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('15d763fd698b9bc8d6fc643a3257505b'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}


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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:45:26
  Author: andyrtr
Revision: 295005

update project url

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 17:44:53 UTC (rev 295004)
+++ PKGBUILD2017-04-28 17:45:26 UTC (rev 295005)
@@ -6,7 +6,7 @@
 pkgver=1.4.6 #.pl01
 pkgrel=2
 pkgdesc="frontend for libraries libburn and libisofs"
-url="http://libburnia-project.org;
+url="https://dev.lovelyhq.com/libburnia;
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('libburn' 'libisofs' 'readline')


[arch-commits] Commit in libburn/repos/extra-i686 (PKGBUILD PKGBUILD)

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:44:53
  Author: andyrtr
Revision: 295004

archrelease: copy trunk to extra-i686

Added:
  libburn/repos/extra-i686/PKGBUILD
(from rev 295003, libburn/trunk/PKGBUILD)
Deleted:
  libburn/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:44:41 UTC (rev 295003)
+++ PKGBUILD2017-04-28 17:44:53 UTC (rev 295004)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: William Rea 
-
-pkgname=libburn
-pkgver=1.4.6 # .pl01
-pkgrel=1
-pkgdesc="Library for reading, mastering and writing optical discs"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('eeab90dfd8b6ae95748a64009b02e4ec'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 295003, 
libburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:44:53 UTC (rev 295004)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: William Rea 
+
+pkgname=libburn
+pkgver=1.4.6 # .pl01
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('i686' 'x86_64')
+url="https://dev.lovelyhq.com/libburnia;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('eeab90dfd8b6ae95748a64009b02e4ec'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+


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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:44:41
  Author: andyrtr
Revision: 295003

archrelease: copy trunk to extra-x86_64

Added:
  libburn/repos/extra-x86_64/PKGBUILD
(from rev 295002, libburn/trunk/PKGBUILD)
Deleted:
  libburn/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:44:18 UTC (rev 295002)
+++ PKGBUILD2017-04-28 17:44:41 UTC (rev 295003)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: William Rea 
-
-pkgname=libburn
-pkgver=1.4.6 # .pl01
-pkgrel=1
-pkgdesc="Library for reading, mastering and writing optical discs"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('eeab90dfd8b6ae95748a64009b02e4ec'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 295002, 
libburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:44:41 UTC (rev 295003)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: William Rea 
+
+pkgname=libburn
+pkgver=1.4.6 # .pl01
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('i686' 'x86_64')
+url="https://dev.lovelyhq.com/libburnia;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('eeab90dfd8b6ae95748a64009b02e4ec'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+


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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:44:18
  Author: andyrtr
Revision: 295002

update project url

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 17:39:24 UTC (rev 295001)
+++ PKGBUILD2017-04-28 17:44:18 UTC (rev 295002)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Library for reading, mastering and writing optical discs"
 arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
+url="https://dev.lovelyhq.com/libburnia;
 license=('GPL')
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})


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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:39:24
  Author: andyrtr
Revision: 295001

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

Added:
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 295000, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 295000, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/testing-i686/PKGBUILD
  cups-filters/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  118 ++
 testing-i686/PKGBUILD   |   59 ---
 testing-x86_64/PKGBUILD |   59 ---
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-28 17:39:04 UTC (rev 295000)
+++ testing-i686/PKGBUILD   2017-04-28 17:39:24 UTC (rev 295001)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.13.4
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-sha256sums=('94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 295000, 
cups-filters/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-28 17:39:24 UTC (rev 295001)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.13.5
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+sha256sums=('35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \

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

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:39:04
  Author: andyrtr
Revision: 295000

upgpkg: cups-filters 1.13.5-1

upstream update 1.13.5

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 16:05:03 UTC (rev 294999)
+++ PKGBUILD2017-04-28 17:39:04 UTC (rev 295000)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.13.4
-pkgrel=2
+pkgver=1.13.5
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd')
+sha256sums=('35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d')
 
 build() {
   cd $pkgname-$pkgver


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

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 17:34:58
  Author: arojas
Revision: 226199

Use github sources

Modified:
  cypari2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 16:04:27 UTC (rev 226198)
+++ PKGBUILD2017-04-28 17:34:58 UTC (rev 226199)
@@ -9,8 +9,7 @@
 url="https://www.sagemath.org;
 license=(LGPL)
 makedepends=(cython2 cython python2-cysignals python-cysignals)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/cypari/cypari2-1.0.0.tar.bz2;)
-#source=("https://github.com/defeo/cypari2/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/defeo/cypari2/archive/$pkgver.tar.gz;)
 sha256sums=('606b7a49667d4f3f29734f40f3ec80ab442cce033cae69fedda74c5cc224f539')
 
 prepare() {


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

2017-04-28 Thread Felix Yan
Date: Friday, April 28, 2017 @ 15:38:46
  Author: felixonmars
Revision: 226197

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 15:38:25 UTC (rev 226196)
+++ PKGBUILD2017-04-28 15:38:46 UTC (rev 226197)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.27.1
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'python-jinja'
- 'python2-jinja')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('0be06caf83561f3ae3a3dde273747d1b62d782e3736a08aa9f5c425f1618fbae640be762028460ca1e75ae2b4a1ec0b97de9644b88ca6ac748faddb59cb80999')
-
-prepare() {
-  cp -a pifpaf-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr' 'python-jinja')
-
-  cd pifpaf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr' 'python2-jinja')
-
-  cd pifpaf-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 226196, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 15:38:46 UTC (rev 226197)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'python-jinja'
+ 'python2-jinja')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
+sha512sums=('f7d3321eddf5188760f42fb1a2018a242dd035b9b0642752dafa8a3bc52c2258937477f7ededd5f6f44b6eb538fb39cad954cb36068ac8f642e75d60e1c9ea70')
+
+prepare() {
+  cp -a pifpaf-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pifpaf-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-$pkgver-py2
+  python2 setup.py 

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

2017-04-28 Thread Felix Yan
Date: Friday, April 28, 2017 @ 15:38:25
  Author: felixonmars
Revision: 226196

upgpkg: python-pifpaf 1.1.0-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 12:58:30 UTC (rev 226195)
+++ PKGBUILD2017-04-28 15:38:25 UTC (rev 226196)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.27.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -20,7 +20,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('0be06caf83561f3ae3a3dde273747d1b62d782e3736a08aa9f5c425f1618fbae640be762028460ca1e75ae2b4a1ec0b97de9644b88ca6ac748faddb59cb80999')
+sha512sums=('f7d3321eddf5188760f42fb1a2018a242dd035b9b0642752dafa8a3bc52c2258937477f7ededd5f6f44b6eb538fb39cad954cb36068ac8f642e75d60e1c9ea70')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}


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

2017-04-28 Thread Sergej Pupykin
Date: Friday, April 28, 2017 @ 12:58:30
  Author: spupykin
Revision: 226195

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

Added:
  couchdb/repos/community-testing-i686/PKGBUILD
(from rev 226194, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-testing-i686/couchdb.install
(from rev 226194, couchdb/trunk/couchdb.install)
  couchdb/repos/community-testing-i686/couchdb.service
(from rev 226194, couchdb/trunk/couchdb.service)
  couchdb/repos/community-testing-i686/couchdb.tmpfiles
(from rev 226194, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-testing-i686/datadirs.ini
(from rev 226194, couchdb/trunk/datadirs.ini)
  couchdb/repos/community-testing-x86_64/PKGBUILD
(from rev 226194, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-testing-x86_64/couchdb.install
(from rev 226194, couchdb/trunk/couchdb.install)
  couchdb/repos/community-testing-x86_64/couchdb.service
(from rev 226194, couchdb/trunk/couchdb.service)
  couchdb/repos/community-testing-x86_64/couchdb.tmpfiles
(from rev 226194, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-testing-x86_64/datadirs.ini
(from rev 226194, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-testing-i686/PKGBUILD
  couchdb/repos/community-testing-i686/couchdb.install
  couchdb/repos/community-testing-i686/couchdb.service
  couchdb/repos/community-testing-i686/couchdb.tmpfiles
  couchdb/repos/community-testing-i686/datadirs.ini
  couchdb/repos/community-testing-x86_64/PKGBUILD
  couchdb/repos/community-testing-x86_64/couchdb.install
  couchdb/repos/community-testing-x86_64/couchdb.service
  couchdb/repos/community-testing-x86_64/couchdb.tmpfiles
  couchdb/repos/community-testing-x86_64/datadirs.ini

---+
 /PKGBUILD |  116 
 /couchdb.install  |   32 +++
 /couchdb.service  |   30 +++
 /couchdb.tmpfiles |2 
 /datadirs.ini |6 +
 community-testing-i686/PKGBUILD   |   58 --
 community-testing-i686/couchdb.install|   16 ---
 community-testing-i686/couchdb.service|   15 ---
 community-testing-i686/couchdb.tmpfiles   |1 
 community-testing-i686/datadirs.ini   |3 
 community-testing-x86_64/PKGBUILD |   58 --
 community-testing-x86_64/couchdb.install  |   16 ---
 community-testing-x86_64/couchdb.service  |   15 ---
 community-testing-x86_64/couchdb.tmpfiles |1 
 community-testing-x86_64/datadirs.ini |3 
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-28 12:57:52 UTC (rev 226194)
+++ community-testing-i686/PKGBUILD 2017-04-28 12:58:30 UTC (rev 226195)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.0.0
-pkgrel=10
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
-url="http://couchdb.apache.org;
-license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl-1.0' 'curl' 'util-linux')
-makedepends=('autoconf-archive' 'git')
-install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/couchdb/vm.args')
-validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
- 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
-source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
-   "couchdb.service"
-   "couchdb.tmpfiles"
-   "datadirs.ini")
-md5sums=('402fc02df28a5297a56cedebbae42524'
- 'SKIP'
- '38cea6d9b533a22dadc22538a921c282'
- '1e254ebe32eeb061be64193bafa35dbf'
- 'cd649a705805e6193ae72aea33a2e4bd')
-
-prepare() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
-}
-
-build() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  ./configure
-  make release
-}
-
-package() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  install -dm0755 "$pkgdir"/usr/lib/
-  install -dm0755 "$pkgdir"/etc/couchdb/
-  install -dm0755 "$pkgdir"/var/lib/couchdb/
-
-  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
-  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
-  mv "$pkgdir"/usr/lib/couchdb/etc/vm.args "$pkgdir"/etc/couchdb/vm.args
-
-  # use system erts
-#  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
-#  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
-#  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${_erts}
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install 

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

2017-04-28 Thread Sergej Pupykin
Date: Friday, April 28, 2017 @ 12:57:52
  Author: spupykin
Revision: 226194

upgpkg: couchdb 2.0.0-12

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 12:31:36 UTC (rev 226193)
+++ PKGBUILD2017-04-28 12:57:52 UTC (rev 226194)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=2.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=('i686' 'x86_64')
 url="http://couchdb.apache.org;


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

2017-04-28 Thread Sergej Pupykin
Date: Friday, April 28, 2017 @ 12:31:36
  Author: spupykin
Revision: 226193

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

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 226192, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/couchdb.install
(from rev 226192, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.service
(from rev 226192, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 226192, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-i686/datadirs.ini
(from rev 226192, couchdb/trunk/datadirs.ini)
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 226192, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 226192, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 226192, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 226192, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 226192, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-i686/PKGBUILD
  couchdb/repos/community-i686/couchdb.install
  couchdb/repos/community-i686/couchdb.service
  couchdb/repos/community-i686/couchdb.tmpfiles
  couchdb/repos/community-i686/datadirs.ini
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

---+
 /PKGBUILD |  116 
 /couchdb.install  |   32 +
 /couchdb.service  |   30 +
 /couchdb.tmpfiles |2 
 /datadirs.ini |6 +
 community-i686/PKGBUILD   |   58 --
 community-i686/couchdb.install|   16 
 community-i686/couchdb.service|   15 
 community-i686/couchdb.tmpfiles   |1 
 community-i686/datadirs.ini   |3 
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/couchdb.install  |   16 
 community-x86_64/couchdb.service  |   15 
 community-x86_64/couchdb.tmpfiles |1 
 community-x86_64/datadirs.ini |3 
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 12:31:08 UTC (rev 226192)
+++ community-i686/PKGBUILD 2017-04-28 12:31:36 UTC (rev 226193)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.0.0
-pkgrel=10
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
-url="http://couchdb.apache.org;
-license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
-makedepends=('autoconf-archive' 'git')
-install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/couchdb/vm.args')
-validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
- 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
-source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
-   "couchdb.service"
-   "couchdb.tmpfiles"
-   "datadirs.ini")
-md5sums=('402fc02df28a5297a56cedebbae42524'
- 'SKIP'
- '38cea6d9b533a22dadc22538a921c282'
- '1e254ebe32eeb061be64193bafa35dbf'
- 'cd649a705805e6193ae72aea33a2e4bd')
-
-prepare() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
-}
-
-build() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  ./configure
-  make release
-}
-
-package() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  install -dm0755 "$pkgdir"/usr/lib/
-  install -dm0755 "$pkgdir"/etc/couchdb/
-  install -dm0755 "$pkgdir"/var/lib/couchdb/
-
-  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
-  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
-  mv "$pkgdir"/usr/lib/couchdb/etc/vm.args "$pkgdir"/etc/couchdb/vm.args
-
-  # use system erts
-#  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
-#  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
-#  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${_erts}
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 "$srcdir"/datadirs.ini 
"$pkgdir"/usr/lib/couchdb/etc/datadirs.ini
-}

Copied: couchdb/repos/community-i686/PKGBUILD (from rev 226192, 
couchdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2017-04-28 Thread Sergej Pupykin
Date: Friday, April 28, 2017 @ 12:31:08
  Author: spupykin
Revision: 226192

upgpkg: couchdb 2.0.0-11

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 12:15:40 UTC (rev 226191)
+++ PKGBUILD2017-04-28 12:31:08 UTC (rev 226192)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=2.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=('i686' 'x86_64')
 url="http://couchdb.apache.org;


[arch-commits] Commit in erlang-nox/repos (30 files)

2017-04-28 Thread Jan de Groot
Date: Friday, April 28, 2017 @ 12:15:40
  Author: jgc
Revision: 226191

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 226190, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/disable-deprecated.patch
(from rev 226190, erlang-nox/trunk/disable-deprecated.patch)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 226190, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 226190, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 226190, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-i686/openssl-1.1.0-fixup.patch
(from rev 226190, erlang-nox/trunk/openssl-1.1.0-fixup.patch)
  erlang-nox/repos/community-i686/openssl-1.1.0.patch
(from rev 226190, erlang-nox/trunk/openssl-1.1.0.patch)
  erlang-nox/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
(from rev 226190, erlang-nox/trunk/otp-0007-Fix-CVE-2016-10253.patch)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 226190, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/disable-deprecated.patch
(from rev 226190, erlang-nox/trunk/disable-deprecated.patch)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 226190, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 226190, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 226190, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/openssl-1.1.0-fixup.patch
(from rev 226190, erlang-nox/trunk/openssl-1.1.0-fixup.patch)
  erlang-nox/repos/community-x86_64/openssl-1.1.0.patch
(from rev 226190, erlang-nox/trunk/openssl-1.1.0.patch)
  erlang-nox/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch
(from rev 226190, erlang-nox/trunk/otp-0007-Fix-CVE-2016-10253.patch)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/disable-deprecated.patch
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-i686/openssl-1.1.0.patch
  erlang-nox/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/disable-deprecated.patch
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket
  erlang-nox/repos/community-x86_64/openssl-1.1.0.patch
  erlang-nox/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch

+
 /PKGBUILD  |  178 
 /disable-deprecated.patch  | 6754 +++
 /epmd.conf |6 
 /epmd.service  |   22 
 /epmd.socket   |   18 
 /openssl-1.1.0.patch   | 2124 +
 /otp-0007-Fix-CVE-2016-10253.patch |  636 +
 community-i686/PKGBUILD|   89 
 community-i686/disable-deprecated.patch| 3377 -
 community-i686/epmd.conf   |3 
 community-i686/epmd.service|   11 
 community-i686/epmd.socket |9 
 community-i686/openssl-1.1.0-fixup.patch   |   32 
 community-i686/openssl-1.1.0.patch | 1062 --
 community-i686/otp-0007-Fix-CVE-2016-10253.patch   |  318 
 community-x86_64/PKGBUILD  |   89 
 community-x86_64/disable-deprecated.patch  | 3377 -
 community-x86_64/epmd.conf |3 
 community-x86_64/epmd.service  |   11 
 community-x86_64/epmd.socket   |9 
 community-x86_64/openssl-1.1.0-fixup.patch |   32 
 community-x86_64/openssl-1.1.0.patch   | 1062 --
 community-x86_64/otp-0007-Fix-CVE-2016-10253.patch |  318 
 23 files changed, 9802 insertions(+), 9738 deletions(-)

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


[arch-commits] Commit in erlang-nox/trunk (PKGBUILD openssl-1.1.0-fixup.patch)

2017-04-28 Thread Jan de Groot
Date: Friday, April 28, 2017 @ 12:15:25
  Author: jgc
Revision: 226190

upgpkg: erlang-nox 19.3-3

Revert disable-deprecated.patch, fix one remaining OpenSSL 1.1 issue instead

Added:
  erlang-nox/trunk/openssl-1.1.0-fixup.patch
(from rev 226182, erlang/trunk/openssl-1.1.0-fixup.patch)
Modified:
  erlang-nox/trunk/PKGBUILD

---+
 PKGBUILD  |   12 ++--
 openssl-1.1.0-fixup.patch |   32 
 2 files changed, 38 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 11:39:55 UTC (rev 226189)
+++ PKGBUILD2017-04-28 12:15:25 UTC (rev 226190)
@@ -8,7 +8,7 @@
 
 pkgname=erlang-nox
 pkgver=19.3
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
@@ -27,8 +27,8 @@
 'epmd.socket'
 'epmd.conf'
 otp-0007-Fix-CVE-2016-10253.patch
-disable-deprecated.patch
-openssl-1.1.0.patch)
+openssl-1.1.0.patch
+openssl-1.1.0-fixup.patch)
 sha256sums=('SKIP'
 'f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
@@ -35,8 +35,8 @@
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'a1361b0fd7b32d8de061f1a985df31f5b37f433b42d46a6a03e2f19c9372b46e'
-'6bb4501c1ed30df95db97ee2f6ff5cf52d166a6245b4fa67abe3a9402ab51b0d'
-'dd315047f3ccdad8609a5eb881eb2f31316e5fcc34ebec2a0b6328d5a7a5')
+'dd315047f3ccdad8609a5eb881eb2f31316e5fcc34ebec2a0b6328d5a7a5'
+'3ca0a3b8426f1ad08b7bb2fb45a243cf17efa7d5db0ed20a934cd8cbf6178b53')
 
 prepare() {
   cd otp
@@ -44,8 +44,8 @@
   git cherry-pick -n e30294f44d02200c20a80f1a3a2bb075afc3747d
   git cherry-pick -n 78a5de9611c25a4e7b5248aa9828f949f3a5c131
   git cherry-pick -n 1cdaf0a6fd8dbbf08fe88dd148424df4da683f48
-  patch -Np1 -i ../disable-deprecated.patch
   patch -Np1 -i ../openssl-1.1.0.patch
+  patch -Np1 -i ../openssl-1.1.0-fixup.patch
 
   patch -Np1 -i ../otp-0007-Fix-CVE-2016-10253.patch
   ./otp_build autoconf

Copied: erlang-nox/trunk/openssl-1.1.0-fixup.patch (from rev 226182, 
erlang/trunk/openssl-1.1.0-fixup.patch)
===
--- openssl-1.1.0-fixup.patch   (rev 0)
+++ openssl-1.1.0-fixup.patch   2017-04-28 12:15:25 UTC (rev 226190)
@@ -0,0 +1,32 @@
+--- otp/lib/crypto/c_src/crypto.c  2017-04-28 09:39:16.685119582 +
 otp/lib/crypto/c_src/crypto.c  2017-04-28 09:41:19.371604045 +
+@@ -1720,7 +1720,7 @@
+ ErlNifBinary key, ivec, text;
+ #ifdef HAVE_EVP_AES_CTR
+ const EVP_CIPHER *cipher;
+-EVP_CIPHER_CTX   ctx;
++EVP_CIPHER_CTX   *ctx;
+ unsigned char*out;
+ int  outl = 0;
+ #else
+@@ -1749,15 +1749,15 @@
+ }
+ 
+ out = enif_make_new_binary(env,text.size,);
+-EVP_CIPHER_CTX_init();
+-EVP_CipherInit_ex(, cipher, NULL,
++ctx = EVP_CIPHER_CTX_new();
++EVP_CipherInit_ex(ctx, cipher, NULL,
+   key.data, ivec.data, (argv[3] == atom_true));
+ EVP_CIPHER_CTX_set_padding(, 0);
+-EVP_CipherUpdate(, out, , text.data, text.size);
++EVP_CipherUpdate(ctx, out, , text.data, text.size);
+ ASSERT(outl == text.size);
+-EVP_CipherFinal_ex(, out + outl, );
++EVP_CipherFinal_ex(ctx, out + outl, );
+ ASSERT(outl == 0);
+-EVP_CIPHER_CTX_cleanup();
++EVP_CIPHER_CTX_free(ctx);
+ #else
+ memcpy(ivec_clone, ivec.data, 16);
+ memset(ecount_buf, 0, sizeof(ecount_buf));


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

2017-04-28 Thread Sergej Pupykin
Date: Friday, April 28, 2017 @ 11:39:55
  Author: spupykin
Revision: 226189

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

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 226188, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/couchdb.install
(from rev 226188, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.service
(from rev 226188, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 226188, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-i686/datadirs.ini
(from rev 226188, couchdb/trunk/datadirs.ini)
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 226188, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 226188, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 226188, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 226188, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-x86_64/datadirs.ini
(from rev 226188, couchdb/trunk/datadirs.ini)
Deleted:
  couchdb/repos/community-i686/PKGBUILD
  couchdb/repos/community-i686/couchdb.install
  couchdb/repos/community-i686/couchdb.service
  couchdb/repos/community-i686/couchdb.tmpfiles
  couchdb/repos/community-i686/datadirs.ini
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

---+
 /PKGBUILD |  116 
 /couchdb.install  |   32 +
 /couchdb.service  |   30 +
 /couchdb.tmpfiles |2 
 /datadirs.ini |6 +
 community-i686/PKGBUILD   |   58 --
 community-i686/couchdb.install|   16 
 community-i686/couchdb.service|   15 
 community-i686/couchdb.tmpfiles   |1 
 community-i686/datadirs.ini   |3 
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/couchdb.install  |   16 
 community-x86_64/couchdb.service  |   15 
 community-x86_64/couchdb.tmpfiles |1 
 community-x86_64/datadirs.ini |3 
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 11:39:26 UTC (rev 226188)
+++ community-i686/PKGBUILD 2017-04-28 11:39:55 UTC (rev 226189)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=2.0.0
-pkgrel=9
-pkgdesc="A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=('i686' 'x86_64')
-url="http://couchdb.apache.org;
-license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl-1.0' 'curl' 'util-linux')
-makedepends=('autoconf-archive' 'git')
-install=couchdb.install
-backup=('etc/couchdb/local.ini'
-   'etc/couchdb/vm.args')
-validpgpkeys=('E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B'
- 'D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4')
-source=("http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz"{,.asc}
-   "couchdb.service"
-   "couchdb.tmpfiles"
-   "datadirs.ini")
-md5sums=('402fc02df28a5297a56cedebbae42524'
- 'SKIP'
- '38cea6d9b533a22dadc22538a921c282'
- '1e254ebe32eeb061be64193bafa35dbf'
- 'cd649a705805e6193ae72aea33a2e4bd')
-
-prepare() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/overlay/bin/couchdb
-}
-
-build() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  ./configure
-  make release
-}
-
-package() {
-  cd "$srcdir/apache-couchdb-$pkgver"
-  install -dm0755 "$pkgdir"/usr/lib/
-  install -dm0755 "$pkgdir"/etc/couchdb/
-  install -dm0755 "$pkgdir"/var/lib/couchdb/
-
-  cp -r rel/couchdb "$pkgdir"/usr/lib/couchdb
-  mv "$pkgdir"/usr/lib/couchdb/etc/local.ini "$pkgdir"/etc/couchdb/local.ini
-  mv "$pkgdir"/usr/lib/couchdb/etc/vm.args "$pkgdir"/etc/couchdb/vm.args
-
-  # use system erts
-#  rm -rf "$pkgdir"/usr/lib/couchdb/erts-*
-#  _erts=$(cd /usr/lib/erlang/ && ls -1d erts-*)
-#  ln -s /usr/lib/erlang/${_erts} "$pkgdir"/usr/lib/couchdb/${_erts}
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 "$srcdir"/datadirs.ini 
"$pkgdir"/usr/lib/couchdb/etc/datadirs.ini
-}

Copied: couchdb/repos/community-i686/PKGBUILD (from rev 226188, 
couchdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2017-04-28 Thread Sergej Pupykin
Date: Friday, April 28, 2017 @ 11:39:26
  Author: spupykin
Revision: 226188

upgpkg: couchdb 2.0.0-10
switch back to openssl-1.1

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 11:06:56 UTC (rev 226187)
+++ PKGBUILD2017-04-28 11:39:26 UTC (rev 226188)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url="http://couchdb.apache.org;
 license=('APACHE')
-depends=('icu' 'erlang-nox' 'js185' 'openssl-1.0' 'curl' 'util-linux')
+depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl' 'util-linux')
 makedepends=('autoconf-archive' 'git')
 install=couchdb.install
 backup=('etc/couchdb/local.ini'


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

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 11:20:57
  Author: arojas
Revision: 294995

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

Added:
  krita/repos/extra-i686/PKGBUILD
(from rev 294994, krita/trunk/PKGBUILD)
  krita/repos/extra-x86_64/PKGBUILD
(from rev 294994, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-i686/PKGBUILD
  krita/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 11:20:20 UTC (rev 294994)
+++ extra-i686/PKGBUILD 2017-04-28 11:20:57 UTC (rev 294995)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.1.2.1
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org;
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("http://download.kde.org/stable/krita/${pkgver%.*}/krita-$pkgver.tar.gz"{,.sig})
-md5sums=('340c7199409daa94e4f66b479abcb726'
- 'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-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 \
--DPACKAGERS_BUILD=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-i686/PKGBUILD (from rev 294994, krita/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 11:20:57 UTC (rev 294995)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org;
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("http://download.kde.org/stable/krita/$pkgver/krita-$pkgver.tar.gz"{,.sig})
+sha256sums=('816b9fa9717b78d8dc3a9c4efd49f7a5e3b7f2a0965f2434c48b708598d1b288'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+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 \
+-DPACKAGERS_BUILD=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-28 11:20:20 UTC (rev 294994)
+++ extra-x86_64/PKGBUILD   2017-04-28 11:20:57 UTC (rev 294995)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.1.2.1
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org;
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("http://download.kde.org/stable/krita/${pkgver%.*}/krita-$pkgver.tar.gz"{,.sig})
-md5sums=('340c7199409daa94e4f66b479abcb726'
- 'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-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 \
--DPACKAGERS_BUILD=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 294994, 

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

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 11:20:20
  Author: arojas
Revision: 294994

Update to 3.1.3

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 10:39:28 UTC (rev 294993)
+++ PKGBUILD2017-04-28 11:20:20 UTC (rev 294994)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=3.1.2.1
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
@@ -13,9 +13,9 @@
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("http://download.kde.org/stable/krita/${pkgver%.*}/krita-$pkgver.tar.gz"{,.sig})
-md5sums=('340c7199409daa94e4f66b479abcb726'
- 'SKIP')
+source=("http://download.kde.org/stable/krita/$pkgver/krita-$pkgver.tar.gz"{,.sig})
+sha256sums=('816b9fa9717b78d8dc3a9c4efd49f7a5e3b7f2a0965f2434c48b708598d1b288'
+'SKIP')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {


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

2017-04-28 Thread Johannes Löthberg
Date: Friday, April 28, 2017 @ 11:06:35
  Author: demize
Revision: 226186

upgpkg: cargo 0.18.0-1

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 10:32:46 UTC (rev 226185)
+++ PKGBUILD2017-04-28 11:06:35 UTC (rev 226186)
@@ -4,8 +4,8 @@
 # Contributor: Christopher Reimer 
 
 pkgname=cargo
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 
 pkgdesc='Rust package manager'
 url='http://crates.io/'


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

2017-04-28 Thread Johannes Löthberg
Date: Friday, April 28, 2017 @ 11:06:56
  Author: demize
Revision: 226187

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 11:06:35 UTC (rev 226186)
+++ community-i686/PKGBUILD 2017-04-28 11:06:56 UTC (rev 226187)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.17.0
-pkgrel=2
-
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('APACHE' 'MIT' 'custom')
-
-depends=('curl' 'rust')
-makedepends=('git' 'python' 'cmake' 'cargo')
-optdepends=('gcc: for compiling C source code with gcc'
-'clang: for compiling C source code with clang')
-
-options=('!emptydirs')
-
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;
-"git+https://github.com/rust-lang/rust-installer.git;)
-
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  cd cargo
-
-  git submodule init
-  git config submodule.src/rust-installer.url "$srcdir"/rust-installer
-  git submodule update
-
-  sed 's^share/doc^share/licenses^g' -i Makefile.in
-}
-
-build() {
-  cd cargo
-
-  ./configure \
---prefix=/usr \
---release-channel=stable \
---enable-optimize
-  make
-}
-
-package() {
-  cd cargo
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove files that contains references to $srcdir or $pkgdir,
-  # or that conflicts with the rust package.
-  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
-install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 226186, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-28 11:06:56 UTC (rev 226187)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.18.0
+pkgrel=1
+
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+
+depends=('curl' 'rust')
+makedepends=('git' 'python' 'cmake' 'cargo')
+optdepends=('gcc: for compiling C source code with gcc'
+'clang: for compiling C source code with clang')
+
+options=('!emptydirs')
+
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;
+"git+https://github.com/rust-lang/rust-installer.git;)
+
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd cargo
+
+  git submodule init
+  git config submodule.src/rust-installer.url "$srcdir"/rust-installer
+  git submodule update
+
+  sed 's^share/doc^share/licenses^g' -i Makefile.in
+}
+
+build() {
+  cd cargo
+
+  ./configure \
+--prefix=/usr \
+--release-channel=stable \
+--enable-optimize
+  make
+}
+
+package() {
+  cd cargo
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove files that contains references to $srcdir or $pkgdir,
+  # or that conflicts with the rust package.
+  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
+install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-28 11:06:35 UTC (rev 226186)
+++ community-x86_64/PKGBUILD   2017-04-28 11:06:56 UTC (rev 226187)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Christopher Reimer 

[arch-commits] Commit in gnucash-docs/repos/extra-any (PKGBUILD PKGBUILD)

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 10:39:28
  Author: juergen
Revision: 294993

archrelease: copy trunk to extra-any

Added:
  gnucash-docs/repos/extra-any/PKGBUILD
(from rev 294992, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 10:39:18 UTC (rev 294992)
+++ PKGBUILD2017-04-28 10:39:28 UTC (rev 294993)
@@ -1,33 +0,0 @@
-# Maintainer: Juergen Hoetzel 
-pkgname=gnucash-docs
-pkgver=2.6.14
-pkgrel=1
-pkgdesc="GnuCash documentation package"
-arch=('any')
-url="http://www.gnucash.org/docs.phtml;
-license=('GPL')
-depends=('yelp')
-makedepends=('rarian' 'libxslt')
-source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download;)
-sha1sums=('0da281bf6307a39b7089dc4e20c9bb828744b590')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnucash-docs/repos/extra-any/PKGBUILD (from rev 294992, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 10:39:28 UTC (rev 294993)
@@ -0,0 +1,33 @@
+# Maintainer: Juergen Hoetzel 
+pkgname=gnucash-docs
+pkgver=2.6.16
+pkgrel=1
+pkgdesc="GnuCash documentation package"
+arch=('any')
+url="http://www.gnucash.org/docs.phtml;
+license=('GPL')
+depends=('yelp')
+makedepends=('rarian' 'libxslt')
+source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download;)
+sha1sums=('ea7dc41476b28f2b67897e183ebd77f04d55be98')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 10:39:18
  Author: juergen
Revision: 294992

upgpkg: gnucash-docs 2.6.16-1

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:50:18 UTC (rev 294991)
+++ PKGBUILD2017-04-28 10:39:18 UTC (rev 294992)
@@ -1,6 +1,6 @@
 # Maintainer: Juergen Hoetzel 
 pkgname=gnucash-docs
-pkgver=2.6.14
+pkgver=2.6.16
 pkgrel=1
 pkgdesc="GnuCash documentation package"
 arch=('any')
@@ -9,7 +9,7 @@
 depends=('yelp')
 makedepends=('rarian' 'libxslt')
 
source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download;)
-sha1sums=('0da281bf6307a39b7089dc4e20c9bb828744b590')
+sha1sums=('ea7dc41476b28f2b67897e183ebd77f04d55be98')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in erlang/repos (30 files)

2017-04-28 Thread Jan de Groot
Date: Friday, April 28, 2017 @ 10:32:46
  Author: jgc
Revision: 226185

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 226184, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/disable-deprecated.patch
(from rev 226184, erlang/trunk/disable-deprecated.patch)
  erlang/repos/community-i686/epmd.conf
(from rev 226184, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 226184, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 226184, erlang/trunk/epmd.socket)
  erlang/repos/community-i686/openssl-1.1.0-fixup.patch
(from rev 226184, erlang/trunk/openssl-1.1.0-fixup.patch)
  erlang/repos/community-i686/openssl-1.1.0.patch
(from rev 226184, erlang/trunk/openssl-1.1.0.patch)
  erlang/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
(from rev 226184, erlang/trunk/otp-0007-Fix-CVE-2016-10253.patch)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 226184, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/disable-deprecated.patch
(from rev 226184, erlang/trunk/disable-deprecated.patch)
  erlang/repos/community-x86_64/epmd.conf
(from rev 226184, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 226184, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 226184, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/openssl-1.1.0-fixup.patch
(from rev 226184, erlang/trunk/openssl-1.1.0-fixup.patch)
  erlang/repos/community-x86_64/openssl-1.1.0.patch
(from rev 226184, erlang/trunk/openssl-1.1.0.patch)
  erlang/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch
(from rev 226184, erlang/trunk/otp-0007-Fix-CVE-2016-10253.patch)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/disable-deprecated.patch
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-i686/openssl-1.1.0.patch
  erlang/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/disable-deprecated.patch
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket
  erlang/repos/community-x86_64/openssl-1.1.0.patch
  erlang/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch

+
 /PKGBUILD  |  214 
 /disable-deprecated.patch  | 6754 +++
 /epmd.conf |6 
 /epmd.service  |   22 
 /epmd.socket   |   18 
 /openssl-1.1.0.patch   | 2124 +
 /otp-0007-Fix-CVE-2016-10253.patch |  636 +
 community-i686/PKGBUILD|  107 
 community-i686/disable-deprecated.patch| 3377 -
 community-i686/epmd.conf   |3 
 community-i686/epmd.service|   11 
 community-i686/epmd.socket |9 
 community-i686/openssl-1.1.0-fixup.patch   |   32 
 community-i686/openssl-1.1.0.patch | 1062 --
 community-i686/otp-0007-Fix-CVE-2016-10253.patch   |  318 
 community-x86_64/PKGBUILD  |  107 
 community-x86_64/disable-deprecated.patch  | 3377 -
 community-x86_64/epmd.conf |3 
 community-x86_64/epmd.service  |   11 
 community-x86_64/epmd.socket   |9 
 community-x86_64/openssl-1.1.0-fixup.patch |   32 
 community-x86_64/openssl-1.1.0.patch   | 1062 --
 community-x86_64/otp-0007-Fix-CVE-2016-10253.patch |  318 
 23 files changed, 9838 insertions(+), 9774 deletions(-)

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


[arch-commits] Commit in erlang/repos (18 files)

2017-04-28 Thread Jan de Groot
Date: Friday, April 28, 2017 @ 10:31:57
  Author: jgc
Revision: 226183

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

Added:
  erlang/repos/extra-i686/
  erlang/repos/extra-i686/PKGBUILD
(from rev 226182, erlang/trunk/PKGBUILD)
  erlang/repos/extra-i686/disable-deprecated.patch
(from rev 226182, erlang/trunk/disable-deprecated.patch)
  erlang/repos/extra-i686/epmd.conf
(from rev 226182, erlang/trunk/epmd.conf)
  erlang/repos/extra-i686/epmd.service
(from rev 226182, erlang/trunk/epmd.service)
  erlang/repos/extra-i686/epmd.socket
(from rev 226182, erlang/trunk/epmd.socket)
  erlang/repos/extra-i686/openssl-1.1.0-fixup.patch
(from rev 226182, erlang/trunk/openssl-1.1.0-fixup.patch)
  erlang/repos/extra-i686/openssl-1.1.0.patch
(from rev 226182, erlang/trunk/openssl-1.1.0.patch)
  erlang/repos/extra-i686/otp-0007-Fix-CVE-2016-10253.patch
(from rev 226182, erlang/trunk/otp-0007-Fix-CVE-2016-10253.patch)
  erlang/repos/extra-x86_64/
  erlang/repos/extra-x86_64/PKGBUILD
(from rev 226182, erlang/trunk/PKGBUILD)
  erlang/repos/extra-x86_64/disable-deprecated.patch
(from rev 226182, erlang/trunk/disable-deprecated.patch)
  erlang/repos/extra-x86_64/epmd.conf
(from rev 226182, erlang/trunk/epmd.conf)
  erlang/repos/extra-x86_64/epmd.service
(from rev 226182, erlang/trunk/epmd.service)
  erlang/repos/extra-x86_64/epmd.socket
(from rev 226182, erlang/trunk/epmd.socket)
  erlang/repos/extra-x86_64/openssl-1.1.0-fixup.patch
(from rev 226182, erlang/trunk/openssl-1.1.0-fixup.patch)
  erlang/repos/extra-x86_64/openssl-1.1.0.patch
(from rev 226182, erlang/trunk/openssl-1.1.0.patch)
  erlang/repos/extra-x86_64/otp-0007-Fix-CVE-2016-10253.patch
(from rev 226182, erlang/trunk/otp-0007-Fix-CVE-2016-10253.patch)

+
 extra-i686/PKGBUILD|  107 
 extra-i686/disable-deprecated.patch| 3377 +++
 extra-i686/epmd.conf   |3 
 extra-i686/epmd.service|   11 
 extra-i686/epmd.socket |9 
 extra-i686/openssl-1.1.0-fixup.patch   |   32 
 extra-i686/openssl-1.1.0.patch | 1062 +++
 extra-i686/otp-0007-Fix-CVE-2016-10253.patch   |  318 ++
 extra-x86_64/PKGBUILD  |  107 
 extra-x86_64/disable-deprecated.patch  | 3377 +++
 extra-x86_64/epmd.conf |3 
 extra-x86_64/epmd.service  |   11 
 extra-x86_64/epmd.socket   |9 
 extra-x86_64/openssl-1.1.0-fixup.patch |   32 
 extra-x86_64/openssl-1.1.0.patch   | 1062 +++
 extra-x86_64/otp-0007-Fix-CVE-2016-10253.patch |  318 ++
 16 files changed, 9838 insertions(+)

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


[arch-commits] Commit in erlang/repos (extra-i686 extra-x86_64)

2017-04-28 Thread Jan de Groot
Date: Friday, April 28, 2017 @ 10:32:27
  Author: jgc
Revision: 226184

This is community, not extra

Deleted:
  erlang/repos/extra-i686/
  erlang/repos/extra-x86_64/


[arch-commits] Commit in erlang/trunk (PKGBUILD openssl-1.1.0-fixup.patch)

2017-04-28 Thread Jan de Groot
Date: Friday, April 28, 2017 @ 10:31:43
  Author: jgc
Revision: 226182

upgpkg: erlang 19.3-3

Revert disable-deprecated.patch, fix one remaining OpenSSL 1.1 issue instead

Added:
  erlang/trunk/openssl-1.1.0-fixup.patch
Modified:
  erlang/trunk/PKGBUILD

---+
 PKGBUILD  |   12 ++--
 openssl-1.1.0-fixup.patch |   32 
 2 files changed, 38 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:38:03 UTC (rev 226181)
+++ PKGBUILD2017-04-28 10:31:43 UTC (rev 226182)
@@ -9,7 +9,7 @@
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=19.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('Apache')
@@ -22,8 +22,8 @@
 'epmd.socket'
 'epmd.conf'
 otp-0007-Fix-CVE-2016-10253.patch
-disable-deprecated.patch
-openssl-1.1.0.patch)
+openssl-1.1.0.patch
+openssl-1.1.0-fixup.patch)
 sha256sums=('SKIP'
 'f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
@@ -30,8 +30,8 @@
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
 'a1361b0fd7b32d8de061f1a985df31f5b37f433b42d46a6a03e2f19c9372b46e'
-'6bb4501c1ed30df95db97ee2f6ff5cf52d166a6245b4fa67abe3a9402ab51b0d'
-'dd315047f3ccdad8609a5eb881eb2f31316e5fcc34ebec2a0b6328d5a7a5')
+'dd315047f3ccdad8609a5eb881eb2f31316e5fcc34ebec2a0b6328d5a7a5'
+'3ca0a3b8426f1ad08b7bb2fb45a243cf17efa7d5db0ed20a934cd8cbf6178b53')
 
 prepare() {
   cd otp
@@ -39,8 +39,8 @@
   git cherry-pick -n e30294f44d02200c20a80f1a3a2bb075afc3747d
   git cherry-pick -n 78a5de9611c25a4e7b5248aa9828f949f3a5c131
   git cherry-pick -n 1cdaf0a6fd8dbbf08fe88dd148424df4da683f48
-  patch -Np1 -i ../disable-deprecated.patch
   patch -Np1 -i ../openssl-1.1.0.patch
+  patch -Np1 -i ../openssl-1.1.0-fixup.patch
 
   patch -Np1 -i ../otp-0007-Fix-CVE-2016-10253.patch
   ./otp_build autoconf

Added: openssl-1.1.0-fixup.patch
===
--- openssl-1.1.0-fixup.patch   (rev 0)
+++ openssl-1.1.0-fixup.patch   2017-04-28 10:31:43 UTC (rev 226182)
@@ -0,0 +1,32 @@
+--- otp/lib/crypto/c_src/crypto.c  2017-04-28 09:39:16.685119582 +
 otp/lib/crypto/c_src/crypto.c  2017-04-28 09:41:19.371604045 +
+@@ -1720,7 +1720,7 @@
+ ErlNifBinary key, ivec, text;
+ #ifdef HAVE_EVP_AES_CTR
+ const EVP_CIPHER *cipher;
+-EVP_CIPHER_CTX   ctx;
++EVP_CIPHER_CTX   *ctx;
+ unsigned char*out;
+ int  outl = 0;
+ #else
+@@ -1749,15 +1749,15 @@
+ }
+ 
+ out = enif_make_new_binary(env,text.size,);
+-EVP_CIPHER_CTX_init();
+-EVP_CipherInit_ex(, cipher, NULL,
++ctx = EVP_CIPHER_CTX_new();
++EVP_CipherInit_ex(ctx, cipher, NULL,
+   key.data, ivec.data, (argv[3] == atom_true));
+ EVP_CIPHER_CTX_set_padding(, 0);
+-EVP_CipherUpdate(, out, , text.data, text.size);
++EVP_CipherUpdate(ctx, out, , text.data, text.size);
+ ASSERT(outl == text.size);
+-EVP_CipherFinal_ex(, out + outl, );
++EVP_CipherFinal_ex(ctx, out + outl, );
+ ASSERT(outl == 0);
+-EVP_CIPHER_CTX_cleanup();
++EVP_CIPHER_CTX_free(ctx);
+ #else
+ memcpy(ivec_clone, ivec.data, 16);
+ memset(ecount_buf, 0, sizeof(ecount_buf));


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

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 09:50:18
  Author: arojas
Revision: 294991

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 294990, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 294990, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 294990, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 294990, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  192 
 /kde.pam  |   18 
 extra-i686/PKGBUILD   |   96 
 extra-i686/kde.pam|9 --
 extra-x86_64/PKGBUILD |   96 
 extra-x86_64/kde.pam  |9 --
 6 files changed, 210 insertions(+), 210 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:49:51 UTC (rev 294990)
+++ extra-i686/PKGBUILD 2017-04-28 09:50:18 UTC (rev 294991)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.9.5
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'ktexteditor' 
'libqalculate'
- 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 
'kactivitymanagerd' 'kholidays'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'prison' 'kwin' 
'plasma-integration' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
-sha256sums=('abe34e01d455b8367a58ea135be63af91122338d3129f14bc51d52887e6b6b55'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  depends+=('kuiserver')
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
-  'kdepim-addons: displaying PIM events in the calendar'
-  'appmenu-qt4: global menu support for Qt4 applications')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "$pkgdir"/usr/lib/drkonqi
-  rm -r "$pkgdir"/usr/share/drkonqi
-
-  # Remove conflicts with kuiserver
-  rm "$pkgdir"/usr/bin/kuiserver5
-  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
-  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
-  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'kidletime' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="$pkgdir" install
-}
-
-package_kuiserver() {
-  pkgdesc='KDE Progress Info UI server'
-  depends=('kxmlgui')
-
-  cd build/kuiserver
-  make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 294990, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:50:18 UTC (rev 

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

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 09:49:51
  Author: arojas
Revision: 294990

Update to 5.9.5.1

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:20:36 UTC (rev 294989)
+++ PKGBUILD2017-04-28 09:49:51 UTC (rev 294990)
@@ -6,7 +6,7 @@
 
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.9.5
+pkgver=5.9.5.1
 pkgrel=1
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
  'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
 groups=('plasma')
 
source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
-sha256sums=('abe34e01d455b8367a58ea135be63af91122338d3129f14bc51d52887e6b6b55'
+sha256sums=('857770a27d3cd4af027078050d36cefc843e47f4bd92b93a712b0238d6c08b1e'
 'SKIP'
 '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell


[arch-commits] Commit in pfff/repos (extra-i686 extra-x86_64)

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:37:33
  Author: juergen
Revision: 226180

fix move to wrong repo

Deleted:
  pfff/repos/extra-i686/
  pfff/repos/extra-x86_64/


[arch-commits] Commit in pfff/repos (28 files)

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:38:03
  Author: juergen
Revision: 226181

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

Added:
  
pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 226180, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 226180, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  
pfff/repos/community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 226180, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/community-i686/PKGBUILD
(from rev 226180, pfff/trunk/PKGBUILD)
  
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 226180, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch
(from rev 226180, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
  pfff/repos/community-i686/unused-module.patch
(from rev 226180, pfff/trunk/unused-module.patch)
  
pfff/repos/community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 226180, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 226180, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  
pfff/repos/community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 226180, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/community-x86_64/PKGBUILD
(from rev 226180, pfff/trunk/PKGBUILD)
  
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 226180, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch
(from rev 226180, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
  pfff/repos/community-x86_64/unused-module.patch
(from rev 226180, pfff/trunk/unused-module.patch)
Deleted:
  
pfff/repos/community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
  
pfff/repos/community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
  
pfff/repos/community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch
  pfff/repos/community-i686/PKGBUILD
  
pfff/repos/community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
  pfff/repos/community-i686/lang_js-analyze-utils_js.mli.patch
  pfff/repos/community-i686/unused-module.patch
  
pfff/repos/community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
  
pfff/repos/community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
  
pfff/repos/community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
  pfff/repos/community-x86_64/PKGBUILD
  
pfff/repos/community-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
  pfff/repos/community-x86_64/lang_js-analyze-utils_js.mli.patch
  pfff/repos/community-x86_64/unused-module.patch

-+
 /0001-Replace-use-of-uint32-by-standard-complient-way.patch
 |   78 
 /0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
 |   54 +++
 /0001-lang_php-matcher-Makefile-remove-warn-error.patch
 |   52 +++
 /PKGBUILD  
 |  110 ++
 /lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
 |  160 ++
 /lang_js-analyze-utils_js.mli.patch
 |   60 +++
 /unused-module.patch   
 |   24 +
 community-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch  
 |   39 --
 community-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch  
 |   27 -
 community-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch  
 |   26 -
 community-i686/PKGBUILD
 |   55 ---
 community-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch  
 |   80 -
 community-i686/lang_js-analyze-utils_js.mli.patch  
 |   30 -
 community-i686/unused-module.patch 
 |   12 
 community-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
 |   39 --
 
community-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch 
|   27 -
 community-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
 |   26 -
 community-x86_64/PKGBUILD  

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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:36:22
  Author: juergen
Revision: 226179

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

Added:
  ocaml-findlib/repos/community-i686/PKGBUILD
(from rev 226178, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-i686/makefile.patch
(from rev 226178, ocaml-findlib/trunk/makefile.patch)
  ocaml-findlib/repos/community-x86_64/PKGBUILD
(from rev 226178, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/community-x86_64/makefile.patch
(from rev 226178, ocaml-findlib/trunk/makefile.patch)
Deleted:
  ocaml-findlib/repos/community-i686/PKGBUILD
  ocaml-findlib/repos/community-i686/makefile.patch
  ocaml-findlib/repos/community-x86_64/PKGBUILD
  ocaml-findlib/repos/community-x86_64/makefile.patch

-+
 /PKGBUILD   |   92 ++
 /makefile.patch |   26 ++
 community-i686/PKGBUILD |   46 ---
 community-i686/makefile.patch   |   13 -
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/makefile.patch |   13 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 09:35:41 UTC (rev 226178)
+++ community-i686/PKGBUILD 2017-04-28 09:36:22 UTC (rev 226179)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Thomas S Hatch 
-# Contributor: Sebastian Wiesner 
-# Contributor: Benjamin Andresen 
-# Contributor: scj 
-# Contributor: Alif 
-
-pkgname=ocaml-findlib
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='OCaml package manager'
-arch=('x86_64' 'i686')
-url='http://projects.camlcity.org/projects/findlib.html'
-license=('MIT')
-depends=('ocaml')
-makedepends=('setconf')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
-sha256sums=('5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef')
-options=('staticlibs' '!strip' 'zipman' '!makeflags')
-
-build() {
-  cd "findlib-$pkgver"
-
-  ./configure \
--sitelib /usr/lib/ocaml \
--config /etc/findlib.conf \
--mandir /usr/share/man
-
-  make all opt
-}
-
-package () {
-  cd "findlib-$pkgver"
-
-  make prefix="$pkgdir" install
-
-  # Add a directory to the path for compatibility with old-style packages
-  #setconf "$pkgdir/etc/findlib.conf" 
path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
-
-  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-findlib/repos/community-i686/PKGBUILD (from rev 226178, 
ocaml-findlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-28 09:36:22 UTC (rev 226179)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+# Contributor: Alif 
+
+pkgname=ocaml-findlib
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
+sha256sums=('5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+-sitelib /usr/lib/ocaml \
+-config /etc/findlib.conf \
+-mandir /usr/share/man
+
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  # Add a directory to the path for compatibility with old-style packages
+  #setconf "$pkgdir/etc/findlib.conf" 
path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
+
+  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/makefile.patch
===
--- community-i686/makefile.patch   2017-04-28 09:35:41 UTC (rev 226178)
+++ community-i686/makefile.patch   2017-04-28 09:36:22 UTC (rev 226179)
@@ -1,13 +0,0 @@
-Index: b/Makefile
-===
 a/Makefile
-+++ b/Makefile
-@@ -71,7 +71,7 @@ findlib.conf: 

[arch-commits] Commit in ocaml-findlib/repos (extra-i686 extra-x86_64)

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:35:41
  Author: juergen
Revision: 226178

fix move to wrong repo

Deleted:
  ocaml-findlib/repos/extra-i686/
  ocaml-findlib/repos/extra-x86_64/


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:32:41
  Author: juergen
Revision: 226177

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 09:31:51 UTC (rev 226176)
+++ community-i686/PKGBUILD 2017-04-28 09:32:41 UTC (rev 226177)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.04
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.04.0')
-makedepends=('git' 'ocamlbuild')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-i686/PKGBUILD (from rev 226176, 
camlp4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-28 09:32:41 UTC (rev 226177)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.04
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.04.1')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-28 09:31:51 UTC (rev 226176)
+++ community-x86_64/PKGBUILD   2017-04-28 09:32:41 UTC (rev 226177)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.04
-pkgrel=1
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.04.0')
-makedepends=('git' 'ocamlbuild')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 226176, 
camlp4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-28 09:32:41 UTC (rev 226177)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.04
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.04.1')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in camlp4/repos (extra-i686 extra-x86_64)

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:31:51
  Author: juergen
Revision: 226176

fix move to wrong repo

Deleted:
  camlp4/repos/extra-i686/
  camlp4/repos/extra-x86_64/


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:22:24
  Author: juergen
Revision: 226175

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

Added:
  camlp4/repos/extra-i686/PKGBUILD
(from rev 226174, camlp4/trunk/PKGBUILD)
  camlp4/repos/extra-x86_64/PKGBUILD
(from rev 226174, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/extra-i686/PKGBUILD
  camlp4/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:13:36 UTC (rev 226174)
+++ extra-i686/PKGBUILD 2017-04-28 09:22:24 UTC (rev 226175)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.04
-pkgrel=2
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.04.1')
-makedepends=('git' 'ocamlbuild')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/extra-i686/PKGBUILD (from rev 226174, 
camlp4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:22:24 UTC (rev 226175)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.04
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.04.1')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-28 09:13:36 UTC (rev 226174)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:22:24 UTC (rev 226175)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Tobias Powalowski 
-
-pkgname=camlp4
-pkgver=4.04
-pkgrel=2
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.04.1')
-makedepends=('git' 'ocamlbuild')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#branch=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-BINDIR="$pkgdir/usr/bin" \
-LIBDIR="$pkgdir/usr/lib/ocaml" \
-PKGDIR="$pkgdir/usr/lib/ocaml" \
-install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/extra-x86_64/PKGBUILD (from rev 226174, 
camlp4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:22:24 UTC (rev 226175)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.04
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.04.1')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:20:21
  Author: juergen
Revision: 294988

OCaml 4.04.1 rebuild

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:15:03 UTC (rev 294987)
+++ PKGBUILD2017-04-28 09:20:21 UTC (rev 294988)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.40.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:20:36
  Author: juergen
Revision: 294989

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 294988, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/ghostscript918.patch
(from rev 294988, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-i686/install
(from rev 294988, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 294988, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 294988, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 294988, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/ghostscript918.patch
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  128 
 /ghostscript918.patch |   36 ++
 /install  |   24 ++
 extra-i686/PKGBUILD   |   64 --
 extra-i686/ghostscript918.patch   |   18 -
 extra-i686/install|   12 ---
 extra-x86_64/PKGBUILD |   64 --
 extra-x86_64/ghostscript918.patch |   18 -
 extra-x86_64/install  |   12 ---
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:20:21 UTC (rev 294988)
+++ extra-i686/PKGBUILD 2017-04-28 09:20:36 UTC (rev 294989)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.40.1
-pkgrel=2
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-
-# http://www.graphviz.org/Download_source.php
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'ghostscript918.patch')
-sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr/lib"
-   install -d lua/5.1
-   mv lua/gv.so lua/5.1
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r tcl8.6/graphviz
-   ln -s ../graphviz/tcl tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 294988, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:20:36 UTC (rev 294989)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=3
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# 

[arch-commits] Commit in qt5-webengine/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 09:15:03
  Author: arojas
Revision: 294987

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 294986, qt5-webengine/kde-unstable/PKGBUILD)
Deleted:
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 09:14:38 UTC (rev 294986)
+++ PKGBUILD2017-04-28 09:15:03 UTC (rev 294987)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.9.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('LGPL3' 'LGPL2.1' 'BSD')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx' 
- 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
- # namcap note: libxdamage is needed for nvidia users
-makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('a98709230ed0015e9fa3d82d93cdc757934e5bf577563caf9e5f56217c46ae85')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg" ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
-}

Copied: qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD (from rev 294986, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 09:15:03 UTC (rev 294987)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.9.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx' 
+ 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
+ # namcap note: libxdamage is needed for nvidia users
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('a98709230ed0015e9fa3d82d93cdc757934e5bf577563caf9e5f56217c46ae85')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg" ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}


[arch-commits] Commit in qt5-webengine/kde-unstable (PKGBUILD)

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 09:14:38
  Author: arojas
Revision: 294986

libwebp 0.6 rebuild

Modified:
  qt5-webengine/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:11:59 UTC (rev 294985)
+++ PKGBUILD2017-04-28 09:14:38 UTC (rev 294986)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.9.0-beta2
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')


[arch-commits] Commit in pfff/repos (16 files)

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:13:36
  Author: juergen
Revision: 226174

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

Added:
  pfff/repos/extra-i686/
  
pfff/repos/extra-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 226173, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/extra-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 226173, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  pfff/repos/extra-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 226173, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/extra-i686/PKGBUILD
(from rev 226173, pfff/trunk/PKGBUILD)
  
pfff/repos/extra-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 226173, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/extra-i686/lang_js-analyze-utils_js.mli.patch
(from rev 226173, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
  pfff/repos/extra-i686/unused-module.patch
(from rev 226173, pfff/trunk/unused-module.patch)
  pfff/repos/extra-x86_64/
  
pfff/repos/extra-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch
(from rev 226173, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
  
pfff/repos/extra-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch
(from rev 226173, 
pfff/trunk/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch)
  pfff/repos/extra-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch
(from rev 226173, 
pfff/trunk/0001-lang_php-matcher-Makefile-remove-warn-error.patch)
  pfff/repos/extra-x86_64/PKGBUILD
(from rev 226173, pfff/trunk/PKGBUILD)
  
pfff/repos/extra-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch
(from rev 226173, 
pfff/trunk/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch)
  pfff/repos/extra-x86_64/lang_js-analyze-utils_js.mli.patch
(from rev 226173, pfff/trunk/lang_js-analyze-utils_js.mli.patch)
  pfff/repos/extra-x86_64/unused-module.patch
(from rev 226173, pfff/trunk/unused-module.patch)

-+
 extra-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch   |  
 39 
 extra-i686/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch   |  
 27 +++
 extra-i686/0001-lang_php-matcher-Makefile-remove-warn-error.patch   |  
 26 +++
 extra-i686/PKGBUILD |  
 55 ++
 extra-i686/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch   |  
 80 ++
 extra-i686/lang_js-analyze-utils_js.mli.patch   |  
 30 +++
 extra-i686/unused-module.patch  |  
 12 +
 extra-x86_64/0001-Replace-use-of-uint32-by-standard-complient-way.patch |  
 39 
 extra-x86_64/0001-external-ocamlzip-zip.ml-remove-duplicate-exception.patch |  
 27 +++
 extra-x86_64/0001-lang_php-matcher-Makefile-remove-warn-error.patch |  
 26 +++
 extra-x86_64/PKGBUILD   |  
 55 ++
 extra-x86_64/lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch |  
 80 ++
 extra-x86_64/lang_js-analyze-utils_js.mli.patch |  
 30 +++
 extra-x86_64/unused-module.patch|  
 12 +
 14 files changed, 538 insertions(+)

Copied: 
pfff/repos/extra-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch
 (from rev 226173, 
pfff/trunk/0001-Replace-use-of-uint32-by-standard-complient-way.patch)
===
--- extra-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch   
(rev 0)
+++ extra-i686/0001-Replace-use-of-uint32-by-standard-complient-way.patch   
2017-04-28 09:13:36 UTC (rev 226174)
@@ -0,0 +1,39 @@
+From 2c3dfc748e84fbfd99cf64bdedfa150a1b30286f Mon Sep 17 00:00:00 2001
+From: tychota 
+Date: Sun, 17 Jul 2016 10:52:08 +0200
+Subject: [PATCH] Replace use of uint32 by standard/ complient way
+
+This closes #142.
+
+Uint32 semms to be platform specific :
+- 
http://stackoverflow.com/questions/13362084/difference-between-uint32-and-uint32-t
+
+This I'm importing stdint and using the standard uint32_t type.
+---
+ external/ocamlzip/zlibstubs.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/external/ocamlzip/zlibstubs.c b/external/ocamlzip/zlibstubs.c
+index a627df9..62e5ed7 100644
+--- a/external/ocamlzip/zlibstubs.c
 b/external/ocamlzip/zlibstubs.c
+@@ -16,6 +16,7 @@
+ /* Stub code to interface with Zlib */
+ 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -168,7 +169,7 @@ value camlzip_inflateEnd(value 

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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:13:14
  Author: juergen
Revision: 226173

OCaml 4.04.1 rebuild

Modified:
  pfff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:12:51 UTC (rev 226172)
+++ PKGBUILD2017-04-28 09:13:14 UTC (rev 226173)
@@ -5,7 +5,7 @@
 
 pkgname='pfff'
 pkgver=0.29
-pkgrel=6
+pkgrel=7
 
 pkgdesc='Tools and APIs for code analysis, visualization and transformation'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('gtk2: required by codegraph and codemap')
 makedepends=('ocaml' 'ocaml-findlib' 'camlp4')
 options=(!makeflags staticlibs !strip) # parallel build fails, need *.a files
-source=("$pkgname-$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;
+source=("$pkgver.tar.gz::https://github.com/facebook/pfff/archive/v$pkgver.tar.gz;
 "lang_js-analyze-module_js.ml-Fix-invalid-documentati.patch"
 "lang_js-analyze-utils_js.mli.patch"
 "0001-Replace-use-of-uint32-by-standard-complient-way.patch"


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:11:59
  Author: juergen
Revision: 294985

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

Added:
  lablgtk2/repos/extra-i686/PKGBUILD
(from rev 294984, lablgtk2/trunk/PKGBUILD)
  lablgtk2/repos/extra-x86_64/PKGBUILD
(from rev 294984, lablgtk2/trunk/PKGBUILD)
Deleted:
  lablgtk2/repos/extra-i686/PKGBUILD
  lablgtk2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:11:44 UTC (rev 294984)
+++ extra-i686/PKGBUILD 2017-04-28 09:11:59 UTC (rev 294985)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Juergen Hoetzel 
-
-pkgname=lablgtk2
-pkgver=2.18.5
-pkgrel=4
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'librsvg' 'gtksourceview2')
-makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
-md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr \
---without-glade \
---without-gnomeui \
---without-gnomecanvas \
---without-panel \
---without-gtkspell \
---without-gtksourceview
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}

Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 294984, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:11:59 UTC (rev 294985)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer: Juergen Hoetzel 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=5
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk2' 'librsvg' 'gtksourceview2')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
+md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
+options=(!makeflags staticlibs)
+
+build() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  ./configure --prefix=/usr \
+--without-glade \
+--without-gnomeui \
+--without-gnomecanvas \
+--without-panel \
+--without-gtkspell \
+--without-gtksourceview
+  make world
+  make opt
+}
+
+package() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-28 09:11:44 UTC (rev 294984)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:11:59 UTC (rev 294985)
@@ -1,36 +0,0 @@
-# $Id$
-#Maintainer: Juergen Hoetzel 
-
-pkgname=lablgtk2
-pkgver=2.18.5
-pkgrel=4
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'librsvg' 'gtksourceview2')
-makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
-md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr \
---without-glade \
---without-gnomeui \
---without-gnomecanvas \
---without-panel \
---without-gtkspell \
---without-gtksourceview
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 294984, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:11:59 UTC (rev 294985)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer: Juergen Hoetzel 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=5
+pkgdesc="An Objective Caml 

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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:12:39
  Author: juergen
Revision: 226171

OCaml 4.04.1 rebuild

Modified:
  ocaml-findlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:10:05 UTC (rev 226170)
+++ PKGBUILD2017-04-28 09:12:39 UTC (rev 226171)
@@ -9,7 +9,7 @@
 
 pkgname=ocaml-findlib
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
 url='http://projects.camlcity.org/projects/findlib.html'


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:12:51
  Author: juergen
Revision: 226172

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

Added:
  ocaml-findlib/repos/extra-i686/
  ocaml-findlib/repos/extra-i686/PKGBUILD
(from rev 226171, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/extra-i686/makefile.patch
(from rev 226171, ocaml-findlib/trunk/makefile.patch)
  ocaml-findlib/repos/extra-x86_64/
  ocaml-findlib/repos/extra-x86_64/PKGBUILD
(from rev 226171, ocaml-findlib/trunk/PKGBUILD)
  ocaml-findlib/repos/extra-x86_64/makefile.patch
(from rev 226171, ocaml-findlib/trunk/makefile.patch)

-+
 extra-i686/PKGBUILD |   46 ++
 extra-i686/makefile.patch   |   13 +++
 extra-x86_64/PKGBUILD   |   46 ++
 extra-x86_64/makefile.patch |   13 +++
 4 files changed, 118 insertions(+)

Copied: ocaml-findlib/repos/extra-i686/PKGBUILD (from rev 226171, 
ocaml-findlib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:12:51 UTC (rev 226172)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+# Contributor: Alif 
+
+pkgname=ocaml-findlib
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
+sha256sums=('5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+-sitelib /usr/lib/ocaml \
+-config /etc/findlib.conf \
+-mandir /usr/share/man
+
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  # Add a directory to the path for compatibility with old-style packages
+  #setconf "$pkgdir/etc/findlib.conf" 
path='"/usr/lib/ocaml:/usr/lib/ocaml-site-lib"'
+
+  install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ocaml-findlib/repos/extra-i686/makefile.patch (from rev 226171, 
ocaml-findlib/trunk/makefile.patch)
===
--- extra-i686/makefile.patch   (rev 0)
+++ extra-i686/makefile.patch   2017-04-28 09:12:51 UTC (rev 226172)
@@ -0,0 +1,13 @@
+Index: b/Makefile
+===
+--- a/Makefile
 b/Makefile
+@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
+ 
+ .PHONY: install-doc
+ install-doc:
+-  mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" 
"$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
++  mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" 
"$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
+   -cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
+   -cp doc/ref-man/META.5 doc/ref-man/site-lib.5 
doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
+ 

Copied: ocaml-findlib/repos/extra-x86_64/PKGBUILD (from rev 226171, 
ocaml-findlib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:12:51 UTC (rev 226172)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Thomas S Hatch 
+# Contributor: Sebastian Wiesner 
+# Contributor: Benjamin Andresen 
+# Contributor: scj 
+# Contributor: Alif 
+
+pkgname=ocaml-findlib
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://projects.camlcity.org/projects/findlib.html'
+license=('MIT')
+depends=('ocaml')
+makedepends=('setconf')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz;)
+sha256sums=('5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef')
+options=('staticlibs' '!strip' 'zipman' '!makeflags')
+
+build() {
+  cd "findlib-$pkgver"
+
+  ./configure \
+-sitelib /usr/lib/ocaml \
+-config /etc/findlib.conf \
+-mandir /usr/share/man
+
+  make all opt
+}
+
+package () {
+  cd "findlib-$pkgver"
+
+  make prefix="$pkgdir" install
+
+  # Add a directory to the path for 

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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:11:44
  Author: juergen
Revision: 294984

OCaml 4.04.1 rebuild

Modified:
  lablgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:09:01 UTC (rev 294983)
+++ PKGBUILD2017-04-28 09:11:44 UTC (rev 294984)
@@ -3,7 +3,7 @@
 
 pkgname=lablgtk2
 pkgver=2.18.5
-pkgrel=4
+pkgrel=5
 pkgdesc="An Objective Caml interface to gtk2"
 arch=(i686 x86_64)
 license=('LGPL')


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:10:05
  Author: juergen
Revision: 226170

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

Added:
  camlp4/repos/extra-i686/
  camlp4/repos/extra-i686/PKGBUILD
(from rev 226169, camlp4/trunk/PKGBUILD)
  camlp4/repos/extra-x86_64/
  camlp4/repos/extra-x86_64/PKGBUILD
(from rev 226169, camlp4/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   33 +
 extra-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: camlp4/repos/extra-i686/PKGBUILD (from rev 226169, 
camlp4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:10:05 UTC (rev 226170)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.04
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.04.1')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/extra-x86_64/PKGBUILD (from rev 226169, 
camlp4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:10:05 UTC (rev 226170)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=camlp4
+pkgver=4.04
+pkgrel=2
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml>=4.04.1')
+makedepends=('git' 'ocamlbuild')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#branch=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+BINDIR="$pkgdir/usr/bin" \
+LIBDIR="$pkgdir/usr/lib/ocaml" \
+PKGDIR="$pkgdir/usr/lib/ocaml" \
+install install-META
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:09:51
  Author: juergen
Revision: 226169

OCaml 4.04.1 rebuild

Modified:
  camlp4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:56:08 UTC (rev 226168)
+++ PKGBUILD2017-04-28 09:09:51 UTC (rev 226169)
@@ -4,12 +4,12 @@
 
 pkgname=camlp4
 pkgver=4.04
-pkgrel=1
+pkgrel=2
 pkgdesc='Caml preprocessor and pretty-printer'
 arch=('x86_64' 'i686')
 license=('GPL2')
 url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.04.0')
+depends=('ocaml>=4.04.1')
 makedepends=('git' 'ocamlbuild')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 source=("git://github.com/ocaml/camlp4#branch=$pkgver")


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:09:01
  Author: juergen
Revision: 294983

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

Added:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
(from rev 294982, ocaml-ctypes/trunk/PKGBUILD)
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD
(from rev 294982, ocaml-ctypes/trunk/PKGBUILD)
Deleted:
  ocaml-ctypes/repos/extra-i686/PKGBUILD
  ocaml-ctypes/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:08:49 UTC (rev 294982)
+++ extra-i686/PKGBUILD 2017-04-28 09:09:01 UTC (rev 294983)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes;
-license=('MIT')
-depends=('ocaml=4.04.0' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-i686/PKGBUILD (from rev 294982, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:09:01 UTC (rev 294983)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes;
+license=('MIT')
+depends=('ocaml=4.04.1' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
+sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
+  install -d "$_destdir/stublibs"
+
+  make OCAMLFIND_DESTDIR="$_destdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-28 09:08:49 UTC (rev 294982)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:09:01 UTC (rev 294983)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Armin K. 
-
-pkgname=ocaml-ctypes
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Library for binding to C libraries using pure OCaml"
-arch=('i686' 'x86_64')
-url="https://github.com/ocamllabs/ocaml-ctypes;
-license=('MIT')
-depends=('ocaml=4.04.0' 'libffi')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  local _destdir="$pkgdir$(ocamlfind printconf destdir)"
-  install -d "$_destdir/stublibs"
-
-  make OCAMLFIND_DESTDIR="$_destdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocaml-ctypes/repos/extra-x86_64/PKGBUILD (from rev 294982, 
ocaml-ctypes/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:09:01 UTC (rev 294983)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Armin K. 
+
+pkgname=ocaml-ctypes
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Library for binding to C libraries using pure OCaml"
+arch=('i686' 'x86_64')
+url="https://github.com/ocamllabs/ocaml-ctypes;
+license=('MIT')
+depends=('ocaml=4.04.1' 'libffi')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags')

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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:08:49
  Author: juergen
Revision: 294982

upgpkg: ocaml-ctypes 0.11.3-1

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:08:11 UTC (rev 294981)
+++ PKGBUILD2017-04-28 09:08:49 UTC (rev 294982)
@@ -3,17 +3,17 @@
 # Contributor: Armin K. 
 
 pkgname=ocaml-ctypes
-pkgver=0.10.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="Library for binding to C libraries using pure OCaml"
 arch=('i686' 'x86_64')
 url="https://github.com/ocamllabs/ocaml-ctypes;
 license=('MIT')
-depends=('ocaml=4.04.0' 'libffi')
+depends=('ocaml=4.04.1' 'libffi')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz)
-sha256sums=('9888667de03c330d3845e8ded0df53f9e1d234be2c3696517a1e98e176116cea')
+sha256sums=('683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:08:11
  Author: juergen
Revision: 294981

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

Added:
  ocamlbuild/repos/extra-i686/PKGBUILD
(from rev 294980, ocamlbuild/trunk/PKGBUILD)
  ocamlbuild/repos/extra-x86_64/PKGBUILD
(from rev 294980, ocamlbuild/trunk/PKGBUILD)
Deleted:
  ocamlbuild/repos/extra-i686/PKGBUILD
  ocamlbuild/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:07:59 UTC (rev 294980)
+++ extra-i686/PKGBUILD 2017-04-28 09:08:11 UTC (rev 294981)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel 
-
-pkgname=ocamlbuild
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/ocamlbuild/releases'
-depends=('ocaml>=4.04.0')
-options=('!makeflags')
-source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz;)
-sha1sums=('16d15d90689b3748a2727e02e03c99a8c2d9ccc7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-

Copied: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 294980, 
ocamlbuild/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:08:11 UTC (rev 294981)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.04.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz;)
+sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-28 09:07:59 UTC (rev 294980)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:08:11 UTC (rev 294981)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel 
-
-pkgname=ocamlbuild
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/ocamlbuild/releases'
-depends=('ocaml>=4.04.0')
-options=('!makeflags')
-source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz;)
-sha1sums=('16d15d90689b3748a2727e02e03c99a8c2d9ccc7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-

Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 294980, 
ocamlbuild/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-28 09:08:11 UTC (rev 294981)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel 
+
+pkgname=ocamlbuild
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.04.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz;)
+sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:07:59
  Author: juergen
Revision: 294980

upgpkg: ocamlbuild 0.11.0-1

Modified:
  ocamlbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 09:03:53 UTC (rev 294979)
+++ PKGBUILD2017-04-28 09:07:59 UTC (rev 294980)
@@ -2,7 +2,7 @@
 # Maintainer: Jürgen Hötzel 
 
 pkgname=ocamlbuild
-pkgver=0.9.3
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 depends=('ocaml>=4.04.0')
 options=('!makeflags')
 source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz;)
-sha1sums=('16d15d90689b3748a2727e02e03c99a8c2d9ccc7')
+sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:03:53
  Author: juergen
Revision: 294979

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

Added:
  ocaml/repos/extra-i686/PKGBUILD
(from rev 294978, ocaml/trunk/PKGBUILD)
  ocaml/repos/extra-x86_64/PKGBUILD
(from rev 294978, ocaml/trunk/PKGBUILD)
Deleted:
  ocaml/repos/extra-i686/PKGBUILD
  ocaml/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  114 
 extra-i686/PKGBUILD   |   57 
 extra-x86_64/PKGBUILD |   57 
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 09:03:36 UTC (rev 294978)
+++ extra-i686/PKGBUILD 2017-04-28 09:03:53 UTC (rev 294979)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.04.0
-pkgrel=1
-pkgdesc="A functional language with OO extensions"
-arch=('i686' 'x86_64')
-license=('LGPL2.1' 'custom: QPL-1.0')
-url="http://caml.inria.fr/;
-depends=('gdbm')
-makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('1878ba4338e4fad5b057428e182fba806c545d57')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure -prefix /usr -x11include /usr/include 
-  make world.opt
-}
-
-package_ocaml() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
-
-  # Save >10MB with this one, makepkg only strips debug symbols.
-  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc="Several modules used internally by the OCaml compiler"
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Install compiler libraries
-  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
-  mkdir -p "$compiler_libs"/{parsing,typing,utils}
-  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
-  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
-  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
-  # duplicated by installation
-  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 294978, ocaml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-28 09:03:53 UTC (rev 294979)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.04.1
+pkgrel=1
+pkgdesc="A functional language with OO extensions"
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url="http://caml.inria.fr/;
+depends=('gdbm')
+makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('1a4595c7d1817e0116dec780cef0427033d6e66f')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure -prefix /usr -x11include /usr/include 
+  make world.opt
+}
+
+package_ocaml() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
+
+  # Save >10MB with this one, makepkg only strips debug symbols.
+  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc="Several modules used internally by the OCaml compiler"
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Install compiler libraries
+  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
+  mkdir -p "$compiler_libs"/{parsing,typing,utils}
+  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
+  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
+  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
+  # duplicated by installation
+  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
+
+  # 

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

2017-04-28 Thread Jürgen Hötzel
Date: Friday, April 28, 2017 @ 09:03:36
  Author: juergen
Revision: 294978

upgpkg: ocaml 4.04.1-1

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 08:16:07 UTC (rev 294977)
+++ PKGBUILD2017-04-28 09:03:36 UTC (rev 294978)
@@ -3,7 +3,7 @@
 
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.04.0
+pkgver=4.04.1
 pkgrel=1
 pkgdesc="A functional language with OO extensions"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
 
source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('1878ba4338e4fad5b057428e182fba806c545d57')
+sha1sums=('1a4595c7d1817e0116dec780cef0427033d6e66f')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 
 build() {


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 08:16:07
  Author: tpowa
Revision: 294977

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 294976, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 294976, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-04-28 08:16:07 UTC (rev 294977)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname=hwids
+pkgver=20170328
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 08:15:54
  Author: tpowa
Revision: 294976

upgpkg: hwids 20170328-1

bump to latest release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 08:14:36 UTC (rev 294975)
+++ PKGBUILD2017-04-28 08:15:54 UTC (rev 294976)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20161103
+pkgver=20170328
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 08:14:36
  Author: tpowa
Revision: 294975

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

Added:
  refind-efi/repos/extra-i686/PKGBUILD
(from rev 294974, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-i686/refind-efi.install
(from rev 294974, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-i686/refind_linux.conf
(from rev 294974, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 294974, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 294974, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 294974, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-i686/PKGBUILD
  refind-efi/repos/extra-i686/refind-efi.install
  refind-efi/repos/extra-i686/refind_linux.conf
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf

-+
 /PKGBUILD   |  700 ++
 /refind-efi.install |   64 +++
 /refind_linux.conf  |   10 
 extra-i686/PKGBUILD |  350 ---
 extra-i686/refind-efi.install   |   32 -
 extra-i686/refind_linux.conf|5 
 extra-x86_64/PKGBUILD   |  350 ---
 extra-x86_64/refind-efi.install |   32 -
 extra-x86_64/refind_linux.conf  |5 
 9 files changed, 774 insertions(+), 774 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-28 08:14:21 UTC (rev 294974)
+++ extra-i686/PKGBUILD 2017-04-28 08:14:36 UTC (rev 294975)
@@ -1,350 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-_USE_GNU_EFI="1"
-_PXE='0'
-
-###
-[[ "${CARCH}" == "x86_64" ]] && _TIANO_ARCH="X64"
-[[ "${CARCH}" == "i686" ]] && _TIANO_ARCH="IA32"
-
-[[ "${CARCH}" == "x86_64" ]] && _TIANO_S_ARCH="x64"
-[[ "${CARCH}" == "i686" ]] && _TIANO_S_ARCH="ia32"
-###
-
-pkgname="refind-efi"
-pkgver="0.10.5"
-pkgrel="1"
-pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
-url="http://www.rodsbooks.com/refind/index.html;
-arch=('x86_64' 'i686')
-license=('GPL3' 'custom')
-
-depends=('bash' 'dosfstools' 'efibootmgr')
-optdepends=('mactel-boot: For bless command in Apple Mac systems'
-'imagemagick: For refind-mkfont script'
-'python: For refind-mkdefault script')
-
-options=('!strip' 'docs' '!makeflags')
-
-install="${pkgname}.install"
-
-#source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
-source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.tar.gz;
-'refind_linux.conf')
-md5sums=('c9df1329a62efc59213eda261ec51846'
- '12ce3e22a216e7b25c253478a34713b4')
-
-if [[ "${_USE_GNU_EFI}" == "1" ]]; then
-   
-   pkgdesc="${pkgdesc} - Built with GNU-EFI libs"
-   makedepends=('gnu-efi-libs' 'git')
-   
-else
-   
-   pkgdesc="${pkgdesc} - Built with Tianocore UDK libs"
-   makedepends+=('subversion' 'python2' 'git')
-   
-   
_TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2014;
-   _TIANO_DIR_="tianocore-udk-2014-svn"
-   _TIANO_SVN_REV_="15322"
-   
-   _TIANOCORE_PKG="Mde"
-   _TIANOCORE_TARGET="RELEASE"
-   _UDK_TARGET="${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc"
-   _COMPILER="GCC48"
-   
-   ## BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg
-   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   
source+=("${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_}")
-   done
-   
-fi
-
-
-_setup_tianocore_env_vars() {
-   
-   msg "Setup UDK PATH ENV variables"
-   export _UDK_DIR="${srcdir}/${_TIANO_DIR_}_build"
-   export EDK_TOOLS_PATH="${_UDK_DIR}/BaseTools"
-   
-}
-
-_prepare_tianocore_sources() {
-   
-   msg "Delete old UDK BUILD dir"
-   rm -rf "${_UDK_DIR}/" || true
-   
-   msg "Create UDK BUILD dir"
-   mkdir -p "${_UDK_DIR}/"
-   
-   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   mv "${srcdir}/${_TIANO_DIR_}_${_DIR_}" "${_UDK_DIR}/${_DIR_}"
-   done
-   
-   cd "${_UDK_DIR}/"
-   
-   msg "Cleanup UDK config files"
-   rm -rf "${_UDK_DIR}/Build/" || true
-   rm -rf "${_UDK_DIR}/Conf/" || true
-   mkdir -p "${_UDK_DIR}/Conf/"
-   mkdir -p "${_UDK_DIR}/Build/"
-   
-   msg "Use python2 for UDK BaseTools"
-   sed 's|python |python2 |g' -i 
"${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true
-   sed 's|python 

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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 08:14:21
  Author: tpowa
Revision: 294974

upgpkg: refind-efi 0.10.7-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 08:09:13 UTC (rev 294973)
+++ PKGBUILD2017-04-28 08:14:21 UTC (rev 294974)
@@ -14,7 +14,7 @@
 ###
 
 pkgname="refind-efi"
-pkgver="0.10.5"
+pkgver="0.10.7"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
 url="http://www.rodsbooks.com/refind/index.html;
@@ -33,7 +33,7 @@
 #source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
 source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.tar.gz;
 'refind_linux.conf')
-md5sums=('c9df1329a62efc59213eda261ec51846'
+md5sums=('82ccb5307d9fa2163531d11d867dccff'
  '12ce3e22a216e7b25c253478a34713b4')
 
 if [[ "${_USE_GNU_EFI}" == "1" ]]; then


[arch-commits] Commit in samba/repos (48 files)

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 08:09:13
  Author: tpowa
Revision: 294973

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

Added:
  samba/repos/testing-i686/PKGBUILD
(from rev 294972, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 294972, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba.conf
(from rev 294972, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 294972, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 294972, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 294972, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 294972, samba/trunk/samba.pam)
  samba/repos/testing-i686/samba.service
(from rev 294972, samba/trunk/samba.service)
  samba/repos/testing-i686/smbd.service
(from rev 294972, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 294972, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 294972, samba/trunk/smbd@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 294972, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/PKGBUILD
(from rev 294972, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 294972, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba.conf
(from rev 294972, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 294972, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 294972, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 294972, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 294972, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 294972, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 294972, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 294972, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 294972, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 294972, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-i686/PKGBUILD
  samba/repos/testing-i686/nmbd.service
  samba/repos/testing-i686/samba.conf
  samba/repos/testing-i686/samba.conf.d
  samba/repos/testing-i686/samba.install
  samba/repos/testing-i686/samba.logrotate
  samba/repos/testing-i686/samba.pam
  samba/repos/testing-i686/samba.service
  samba/repos/testing-i686/smbd.service
  samba/repos/testing-i686/smbd.socket
  samba/repos/testing-i686/smbd@.service
  samba/repos/testing-i686/winbindd.service
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/samba.service
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/winbindd.service

-+
 /PKGBUILD   |  514 ++
 /nmbd.service   |   24 +
 /samba.conf |4 
 /samba.conf.d   |   36 ++
 /samba.install  |   28 ++
 /samba.logrotate|   18 +
 /samba.pam  |6 
 /samba.service  |   28 ++
 /smbd.service   |   24 +
 /smbd.socket|   18 +
 /smbd@.service  |   14 +
 /winbindd.service   |   24 +
 testing-i686/PKGBUILD   |  257 ---
 testing-i686/nmbd.service   |   12 
 testing-i686/samba.conf |2 
 testing-i686/samba.conf.d   |   18 -
 testing-i686/samba.install  |   14 -
 testing-i686/samba.logrotate|9 
 testing-i686/samba.pam  |3 
 testing-i686/samba.service  |   14 -
 testing-i686/smbd.service   |   12 
 testing-i686/smbd.socket|9 
 testing-i686/smbd@.service  |7 
 testing-i686/winbindd.service   |   12 
 testing-x86_64/PKGBUILD |  257 ---
 testing-x86_64/nmbd.service |   12 
 testing-x86_64/samba.conf   |2 
 testing-x86_64/samba.conf.d |   18 -
 testing-x86_64/samba.install|   14 -
 testing-x86_64/samba.logrotate  |9 
 testing-x86_64/samba.pam|3 
 testing-x86_64/samba.service|   14 -
 testing-x86_64/smbd.service |   12 
 testing-x86_64/smbd.socket  |9 
 testing-x86_64/smbd@.service|7 
 testing-x86_64/winbindd.service |   12 
 36 files changed, 738 insertions(+), 738 deletions(-)

Deleted: testing-i686/PKGBUILD

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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 08:08:36
  Author: tpowa
Revision: 294972

upgpkg: samba 4.6.3-1

bump to latest release

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:05:49 UTC (rev 294971)
+++ PKGBUILD2017-04-28 08:08:36 UTC (rev 294972)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org;
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${pkgver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('461def8190ffc651fd8458b24ca2a622'
+md5sums=('b4f1838ed8d4df22abea8e3b99dccad0'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:56:08
  Author: tpowa
Revision: 226168

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 226167, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 226167, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 226167, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 226167, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)

--+
 community-testing-i686/PKGBUILD  |   74 +
 community-testing-i686/virtualbox-modules-arch.install   |   23 
 community-testing-x86_64/PKGBUILD|   74 +
 community-testing-x86_64/virtualbox-modules-arch.install |   23 
 4 files changed, 194 insertions(+)

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
226167, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-28 07:56:08 UTC (rev 226168)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.20
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.10' 'linux<4.11'
+ 'linux-headers>=4.10' 'linux-headers<4.11'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.10-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=('linux>=4.10' 'linux<4.11')
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=('linux>=4.10' 'linux<4.11')
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+  install=virtualbox-modules-arch.install
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+
+  # compress earch modules individually
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+  # systemd module loading
+  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+
+
+
+
+

Copied: 
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
 (from rev 226167, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
===
--- community-testing-i686/virtualbox-modules-arch.install  
(rev 0)
+++ community-testing-i686/virtualbox-modules-arch.install  2017-04-28 
07:56:08 UTC (rev 226168)
@@ -0,0 +1,23 @@
+_depmod() {
+  EXTRAMODULES=extramodules-4.10-ARCH
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  cat << EOF
+==> Virtualbox kernel modules will be loaded at boot time by 
systemd-modules-load.
+==> In order to use them right now, you may want to load them manually.

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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:51:34
  Author: tpowa
Revision: 226167

upgpkg: virtualbox-modules-arch 5.1.20-2

rebuild against 4.10.13

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:44:48 UTC (rev 226166)
+++ PKGBUILD2017-04-28 07:51:34 UTC (rev 226167)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.20
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in cypari2 (5 files)

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 07:44:48
  Author: arojas
Revision: 226166

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

Added:
  cypari2/repos/
  cypari2/repos/community-i686/
  cypari2/repos/community-i686/PKGBUILD
(from rev 226165, cypari2/trunk/PKGBUILD)
  cypari2/repos/community-x86_64/
  cypari2/repos/community-x86_64/PKGBUILD
(from rev 226165, cypari2/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: cypari2/repos/community-i686/PKGBUILD (from rev 226165, 
cypari2/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-04-28 07:44:48 UTC (rev 226166)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=cypari2
+pkgname=(python-cypari2 python2-cypari2)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Cython bindings for PARI"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython python2-cysignals python-cysignals)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/cypari/cypari2-1.0.0.tar.bz2;)
+#source=("https://github.com/defeo/cypari2/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
+sha256sums=('606b7a49667d4f3f29734f40f3ec80ab442cce033cae69fedda74c5cc224f539')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cypari2() {
+  depends=(python-cysignals)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-cypari2() {
+  depends=(python2-cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}

Copied: cypari2/repos/community-x86_64/PKGBUILD (from rev 226165, 
cypari2/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-04-28 07:44:48 UTC (rev 226166)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=cypari2
+pkgname=(python-cypari2 python2-cypari2)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Cython bindings for PARI"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython python2-cysignals python-cysignals)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/cypari/cypari2-1.0.0.tar.bz2;)
+#source=("https://github.com/defeo/cypari2/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
+sha256sums=('606b7a49667d4f3f29734f40f3ec80ab442cce033cae69fedda74c5cc224f539')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cypari2() {
+  depends=(python-cysignals)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-cypari2() {
+  depends=(python2-cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:34:04
  Author: tpowa
Revision: 226165

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 226164, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 226164, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 226164, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 226164, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 226164, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 226164, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 132 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
226164, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2017-04-28 07:34:04 UTC (rev 
226165)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 226164, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-28 07:34:04 UTC (rev 226165)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20161009
+_extramodules=extramodules-4.10-ARCH
+pkgrel=12
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+sha256sums=('cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
226164, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2017-04-28 07:34:04 UTC (rev 
226165)
@@ -0,0 +1,21 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_upgrade() {
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
226164, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2017-04-28 07:34:04 UTC (rev 
226165)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 226164, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD 

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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:33:51
  Author: tpowa
Revision: 226164

upgpkg: vhba-module 20161009-12

rebuild against 4.10.13

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:27:08 UTC (rev 226163)
+++ PKGBUILD2017-04-28 07:33:51 UTC (rev 226164)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20161009
 _extramodules=extramodules-4.10-ARCH
-pkgrel=11
+pkgrel=12
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/;


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:27:08
  Author: tpowa
Revision: 226163

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 226162, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 226162, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 226162, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 226162, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   53 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   53 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 132 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 226162, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-28 07:27:08 UTC (rev 226163)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.10-ARCH
+pkgrel=15
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="$srcdir/$pkgname-$_pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
+"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
226162, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2017-04-28 07:27:08 UTC (rev 
226163)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.10-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 226162, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-28 07:27:08 UTC (rev 226163)
@@ -0,0 +1,53 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+_pkgname=tp-smapi
+pkgver=0.42
+_extramodules=extramodules-4.10-ARCH
+pkgrel=15
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C 

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

2017-04-28 Thread Antonio Rojas
Date: Friday, April 28, 2017 @ 07:26:39
  Author: arojas
Revision: 226161

New dependency of sagemath

Added:
  cypari2/
  cypari2/trunk/
  cypari2/trunk/PKGBUILD

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

Added: cypari2/trunk/PKGBUILD
===
--- cypari2/trunk/PKGBUILD  (rev 0)
+++ cypari2/trunk/PKGBUILD  2017-04-28 07:26:39 UTC (rev 226161)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=cypari2
+pkgname=(python-cypari2 python2-cypari2)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Cython bindings for PARI"
+arch=(i686 x86_64)
+url="https://www.sagemath.org;
+license=(LGPL)
+makedepends=(cython2 cython python2-cysignals python-cysignals)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/cypari/cypari2-1.0.0.tar.bz2;)
+#source=("https://github.com/defeo/cypari2/releases/download/$pkgver/$pkgbase-$pkgver.tar.bz2;)
+sha256sums=('606b7a49667d4f3f29734f40f3ec80ab442cce033cae69fedda74c5cc224f539')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cypari2() {
+  depends=(python-cysignals)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-cypari2() {
+  depends=(python2-cysignals)
+
+  cd $pkgbase-$pkgver-py2   
+  python2 setup.py install --root="$pkgdir"
+}


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:26:42
  Author: tpowa
Revision: 226162

upgpkg: tp_smapi 0.42-15

rebuild against 4.10.13

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:26:39 UTC (rev 226161)
+++ PKGBUILD2017-04-28 07:26:42 UTC (rev 226162)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extramodules=extramodules-4.10-ARCH
-pkgrel=14
+pkgrel=15
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:25:25
  Author: tpowa
Revision: 226160

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 226159, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 226159, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 226159, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 226159, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   44 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   44 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 122 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 226159, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-28 07:25:25 UTC (rev 226160)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=7
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 226159, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2017-04-28 07:25:25 UTC (rev 
226160)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.10-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 226159, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-28 07:25:25 UTC (rev 226160)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=7
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 

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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:25:17
  Author: tpowa
Revision: 226159

upgpkg: r8168 8.044.02-7

rebuild against 4.10.13

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:23:46 UTC (rev 226158)
+++ PKGBUILD2017-04-28 07:25:17 UTC (rev 226159)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.044.02
-pkgrel=6
+pkgrel=7
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:23:37
  Author: tpowa
Revision: 226157

upgpkg: bbswitch 0.8-66

rebuild against 4.10.13

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:22:13 UTC (rev 226156)
+++ PKGBUILD2017-04-28 07:23:37 UTC (rev 226157)
@@ -7,7 +7,7 @@
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
 _extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
-pkgrel=65
+pkgrel=66
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:23:46
  Author: tpowa
Revision: 226158

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 226157, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 226157, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 226157, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 226157, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   45 
 community-testing-i686/bbswitch.install   |   12 +++
 community-testing-x86_64/PKGBUILD |   45 
 community-testing-x86_64/bbswitch.install |   12 +++
 4 files changed, 114 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 226157, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-28 07:23:46 UTC (rev 226158)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=66
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -dm755 "${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+
+  install -Dm644 Makefile bbswitch.c dkms/dkms.conf 
"${pkgdir}/usr/src/${pkgbase}-${pkgver}/"
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
226157, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2017-04-28 07:23:46 UTC (rev 
226158)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.10-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 226157, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-28 07:23:46 UTC (rev 226158)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=66
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 
'linux<4.11')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  depends=('linux>=4.10' 'linux<4.11')
+  install=bbswitch.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install 

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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:21:58
  Author: tpowa
Revision: 226155

upgpkg: acpi_call 1.1.0-61

rebuild against 4.10.13

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 07:03:12 UTC (rev 226154)
+++ PKGBUILD2017-04-28 07:21:58 UTC (rev 226155)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=60
+pkgrel=61
 _extramodules=extramodules-4.10-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 07:22:13
  Author: tpowa
Revision: 226156

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

Added:
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 226155, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 226155, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 226155, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 226155, acpi_call/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   47 +++
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 +++
 community-testing-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 226155, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-28 07:22:13 UTC (rev 226156)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=61
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
226155, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2017-04-28 07:22:13 UTC (rev 
226156)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.10-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 226155, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-28 07:22:13 UTC (rev 226156)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=61
+_extramodules=extramodules-4.10-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.10' 'linux<4.11')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  

  1   2   >