[arch-commits] Commit in qt5-webengine/repos (10 files)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 22:07:30
  Author: arojas
Revision: 280589

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

Added:
  qt5-webengine/repos/staging-i686/
  qt5-webengine/repos/staging-i686/PKGBUILD
(from rev 280588, qt5-webengine/trunk/PKGBUILD)
  
qt5-webengine/repos/staging-i686/qt5-webengine-fno-delete-null-pointer-checks-2.patch
(from rev 280588, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks-2.patch)
  
qt5-webengine/repos/staging-i686/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 280588, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/staging-i686/qt5-webengine-nss.patch
(from rev 280588, qt5-webengine/trunk/qt5-webengine-nss.patch)
  qt5-webengine/repos/staging-x86_64/
  qt5-webengine/repos/staging-x86_64/PKGBUILD
(from rev 280588, qt5-webengine/trunk/PKGBUILD)
  
qt5-webengine/repos/staging-x86_64/qt5-webengine-fno-delete-null-pointer-checks-2.patch
(from rev 280588, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks-2.patch)
  
qt5-webengine/repos/staging-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 280588, 
qt5-webengine/trunk/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/staging-x86_64/qt5-webengine-nss.patch
(from rev 280588, qt5-webengine/trunk/qt5-webengine-nss.patch)

-+
 staging-i686/PKGBUILD   |   66 
++
 staging-i686/qt5-webengine-fno-delete-null-pointer-checks-2.patch   |   50 
+++
 staging-i686/qt5-webengine-fno-delete-null-pointer-checks.patch |   27 
 staging-i686/qt5-webengine-nss.patch|   31 
 staging-x86_64/PKGBUILD |   66 
++
 staging-x86_64/qt5-webengine-fno-delete-null-pointer-checks-2.patch |   50 
+++
 staging-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch   |   27 
 staging-x86_64/qt5-webengine-nss.patch  |   31 
 8 files changed, 348 insertions(+)

Copied: qt5-webengine/repos/staging-i686/PKGBUILD (from rev 280588, 
qt5-webengine/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 22:07:30 UTC (rev 280589)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.7.0
+pkgver=${_qtver/-/}
+pkgrel=6
+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' 'libxtst' 
'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
+ 'libevent' 'libsrtp' 'libwebp' 'snappy' 'nss' 'protobuf' 'libxslt')
+makedepends=('python2' 'git' 'gperf' 'jsoncpp')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-webengine-nss.patch
+qt5-webengine-fno-delete-null-pointer-checks.patch 
qt5-webengine-fno-delete-null-pointer-checks-2.patch
+
qt5-webengine-glibc2.24.patch::"https://github.com/qt/qtwebengine-chromium/commit/b12ffcd4.patch";)
+
+md5sums=('937f64886fbcb038d6fa4b44ae80cbeb'
+ '2a1610b34204102938a24154a52e5571'
+ '5671a16fef65152928789bffd1f7cf24'
+ '8145ce05fb86e762f012ca1b56f718fe'
+ '753154df82838d19a7629d56cec7b649')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
+  cd ${_pkgfqn}
+ # patch -p1 -i ../qt5-webengine-nss.patch
+
+  # Workaround for v8 segfaults with GCC 6
+  patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks.patch
+  cd src/3rdparty
+  patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks-2.patch
+
+  # Fix segfault with glibc 2.24
+  patch -p1 -i "$srcdir"/qt5-webengine-glibc2.24.patch
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  export CXXFLAGS+=" -fno-delete-null-pointer-checks"
+  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_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/staging-i686/qt5-w

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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 22:06:41
  Author: arojas
Revision: 280588

protobuf 3 rebuild

Modified:
  qt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 20:36:49 UTC (rev 280587)
+++ PKGBUILD2016-11-11 22:06:41 UTC (rev 280588)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')


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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 20:36:07
  Author: bpiotrowski
Revision: 280585

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

Added:
  protobuf/repos/staging-i686/PKGBUILD
(from rev 280584, protobuf/trunk/PKGBUILD)
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 280584, protobuf/trunk/PKGBUILD)
Deleted:
  protobuf/repos/staging-i686/PKGBUILD
  protobuf/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  192 ++
 staging-i686/PKGBUILD   |   97 ---
 staging-x86_64/PKGBUILD |   97 ---
 3 files changed, 192 insertions(+), 194 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-11-11 20:36:00 UTC (rev 280584)
+++ staging-i686/PKGBUILD   2016-11-11 20:36:07 UTC (rev 280585)
@@ -1,97 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aleksey Filippov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase='protobuf'
-pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.0.2
-_gtestver=1.8.0
-pkgrel=1
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('i686' 'x86_64')
-url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
-depends=('gcc-libs' 'zlib')
-optdepends=('libprotobuf2: compatibility with extra/protobuf linked binaries')
-makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
-source=("https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz";
-
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz";)
-md5sums=('845b39e4b7681a2ddfd8c7f528299fbb'
- '16877098823401d1bf2ed7891d7dce36')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-
-  rm -rf gmock && cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
gmock
-  rm -rf googletest && cp -r 
"$srcdir/googletest-release-${_gtestver}/googletest" googletest
-  ln -sf ../googletest gmock/gtest
-
-  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
googletest/scripts/*.py
-}
-
-build() {
-  # GCC is stuck on 
src/google/protobuf/util/internal/protostream_objectsource_test.cc
-  # and src/google/protobuf/util/internal/protostream_objectwriter_test.cc.
-  export CC=/usr/bin/clang CXX=/usr/bin/clang++
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./autogen.sh
-
-  cd "$srcdir/$pkgbase-$pkgver/googletest"
-  ./configure
-  make
-
-  cd "$srcdir/$pkgbase-$pkgver/gmock"
-  ./configure
-  make
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C "$srcdir/$pkgbase-$pkgver" check
-}
-
-package_protobuf() {
-  conflicts=('protobuf' 'protobuf-cpp')
-  provides=('protobuf' 'protobuf-cpp')
-  replaces=('protobuf-cpp')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
-}
-
-package_python2-protobuf() {
-  pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=('python2' 'python2-six' "protobuf=$pkgver")
-  conflicts=('python2-protobuf')
-  provides=('python2-protobuf')
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python2 setup.py install --root="$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python-protobuf() {
-  pkgdesc='Python 3 bindings for Google Protocol Buffers'
-  depends=('python' 'python-six' "protobuf=$pkgver")
-  conflicts=('python-protobuf')
-  provides=('python-protobuf')
-
-  cd "$srcdir/$pkgbase-$pkgver/python"
-  python3 setup.py install --root="$pkgdir"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: protobuf/repos/staging-i686/PKGBUILD (from rev 280584, 
protobuf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 20:36:07 UTC (rev 280585)
@@ -0,0 +1,96 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.0.2
+_gtestver=1.8.0
+pkgrel=2
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('i686' 'x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+makedepends=('unzip' 'python-setuptools' 'python2-se

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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 20:36:44
  Author: bpiotrowski
Revision: 280586

upgpkg: protobuf-c 1.2.1-3

rebuild against protobuf 3.0

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 20:36:07 UTC (rev 280585)
+++ PKGBUILD2016-11-11 20:36:44 UTC (rev 280586)
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'


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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 20:36:49
  Author: bpiotrowski
Revision: 280587

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

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
(from rev 280586, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
(from rev 280586, protobuf-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 280586, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 20:36:49 UTC (rev 280587)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 280586, 
protobuf-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-11 20:36:49 UTC (rev 280587)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Aurélien Wailly 
+
+pkgname=protobuf-c
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+provides=('libprotobuf-c.so')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e544249c329391fff512c3874895cfbe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 20:36:00
  Author: bpiotrowski
Revision: 280584

upgpkg: protobuf 3.0.2-2

drop AUR optdepend; make source tarball unique named

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:44:05 UTC (rev 280583)
+++ PKGBUILD2016-11-11 20:36:00 UTC (rev 280584)
@@ -10,15 +10,14 @@
 pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
 pkgver=3.0.2
 _gtestver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Protocol Buffers - Google's data interchange format"
 arch=('i686' 'x86_64')
 url='https://developers.google.com/protocol-buffers/'
 license=('BSD')
 depends=('gcc-libs' 'zlib')
-optdepends=('libprotobuf2: compatibility with extra/protobuf linked binaries')
 makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
-source=("https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz";
+source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz";
 
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz";)
 md5sums=('845b39e4b7681a2ddfd8c7f528299fbb'
  '16877098823401d1bf2ed7891d7dce36')


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 20:02:01
  Author: arojas
Revision: 195407

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

Added:
  drumstick/repos/community-i686/PKGBUILD
(from rev 195406, drumstick/trunk/PKGBUILD)
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 195406, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-i686/PKGBUILD
  drumstick/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 2016-11-11 20:01:25 UTC (rev 195406)
+++ community-i686/PKGBUILD 2016-11-11 20:02:01 UTC (rev 195407)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 195406, 
drumstick/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 20:02:01 UTC (rev 195407)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('8b72ff32bbd3887c53b282a7111e683f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-11 20:01:25 UTC (rev 195406)
+++ community-x86_64/PKGBUILD   2016-11-11 20:02:01 UTC (rev 195407)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 195406, 
drumstick/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-11 20:02:01 UTC (rev 195407)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
+md5sums=('8b72ff32bbd3887c53b282a7111e683f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+packag

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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 20:01:25
  Author: arojas
Revision: 195406

Update to 1.1.0

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:58:41 UTC (rev 195405)
+++ PKGBUILD2016-11-11 20:01:25 UTC (rev 195406)
@@ -3,8 +3,8 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
 url="http://drumstick.sourceforge.net/";
@@ -12,7 +12,7 @@
 depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2";)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
+md5sums=('8b72ff32bbd3887c53b282a7111e683f')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 19:58:41
  Author: arojas
Revision: 195405

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

Added:
  guitarix2/repos/community-i686/PKGBUILD
(from rev 195404, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-x86_64/PKGBUILD
(from rev 195404, guitarix2/trunk/PKGBUILD)
Deleted:
  guitarix2/repos/community-i686/PKGBUILD
  guitarix2/repos/community-i686/guitarix2-fix-build.patch
  guitarix2/repos/community-x86_64/PKGBUILD
  guitarix2/repos/community-x86_64/guitarix2-fix-build.patch

+
 /PKGBUILD  |   68 +++
 community-i686/PKGBUILD|   41 
 community-i686/guitarix2-fix-build.patch   |   44 -
 community-x86_64/PKGBUILD  |   41 
 community-x86_64/guitarix2-fix-build.patch |   44 -
 5 files changed, 68 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 19:57:36 UTC (rev 195404)
+++ community-i686/PKGBUILD 2016-11-11 19:58:41 UTC (rev 195405)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=guitarix2
-pkgver=0.35.1
-pkgrel=2
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('i686' 'x86_64')
-url="http://guitarix.sourceforge.net/";
-license=('GPL')
-depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
- 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz";
 guitarix2-fix-build.patch)
-md5sums=('fb7269fe6fdde4c493be65f974819bb4'
- '1a2a417e19652e7eaf1779aff81a9564')
-
-prepare() {
-  cd guitarix-$pkgver
-  patch -p1 -i ../guitarix2-fix-build.patch # Debian patch
-}
-
-build() {
-  cd guitarix-$pkgver
-  python2 waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python2 waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python2 waf install --destdir="$pkgdir"
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 195404, 
guitarix2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 19:58:41 UTC (rev 195405)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.35.2
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/";
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2' 
'zita-convolver' 'zita-resampler')
+makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz";)
+md5sums=('34c9becf43145eac7281abad5de4540f')
+
+build() {
+  cd guitarix-$pkgver
+  python2 waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}

Deleted: community-i686/guitarix2-fix-build.patch
===
--- community-i686/guitarix2-fix-build.patch2016-11-11 19:57:36 UTC (rev 
195404)
+++ community-i686/guitarix2-fix-build.patch2016-11-11 19:58:41 UTC (rev 
195405)
@@ -1,44 +0,0 @@
 guitarix-0.35.1/src/gx_head/engine/gx_system.cpp.orig  2016-10-07 
19:41:19.707493651 +
-+++ guitarix-0.35.1/src/gx_head/engine/gx_system.cpp   2016-10-07 
19:42:18.128197974 +
-@@ -349,7 +349,7 @@
-   file->enumerate_children(G_FILE_ATTRIBUTE_STANDARD_NAME
-"," G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME);
- Glib::RefPtr file_info;
--while ((file_info = child_enumeration->next_file()) != 0) {
-+while (file_info = child_enumeration->next_file()) {
-   if (file_info->get_file_type() == Gio::FILE_TYPE_DIRECTORY) {
-   Glib::RefPtr child = file->get_child(
-   
file_info->get_attribute_byte_string(G_FILE_ATTRIBUTE_STANDARD_NAME));
-diff --git a/trunk/src/gx_head/eng

[arch-commits] Commit in vim-syntastic/repos/community-any (4 files)

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:57:36
  Author: lfleischer
Revision: 195404

archrelease: copy trunk to community-any

Added:
  vim-syntastic/repos/community-any/PKGBUILD
(from rev 195403, vim-syntastic/trunk/PKGBUILD)
  vim-syntastic/repos/community-any/vimdoc.install
(from rev 195403, vim-syntastic/trunk/vimdoc.install)
Deleted:
  vim-syntastic/repos/community-any/PKGBUILD
  vim-syntastic/repos/community-any/vimdoc.install

+
 PKGBUILD   |   70 +++
 vimdoc.install |   38 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 19:57:32 UTC (rev 195403)
+++ PKGBUILD2016-11-11 19:57:36 UTC (rev 195404)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Felip Manyer i Ballester 
-# Contributor: Alex Ferrando 
-# Contributor: Zhang Li 
-
-pkgname=vim-syntastic
-_pkgname=syntastic
-pkgver=3.7.0
-pkgrel=2
-pkgdesc='Automatic syntax checking for Vim'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=2736'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz";)
-md5sums=('7de3859440922dc51bca229b99abfce2')
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
-find . -type d -exec chmod 755 '{}' \;
-cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
-install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
-cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
-cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
-
-# remove rustc checker (fixes FS#41517)
-rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
-
-# install license file
-install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: vim-syntastic/repos/community-any/PKGBUILD (from rev 195403, 
vim-syntastic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 19:57:36 UTC (rev 195404)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Felip Manyer i Ballester 
+# Contributor: Alex Ferrando 
+# Contributor: Zhang Li 
+
+pkgname=vim-syntastic
+_pkgname=syntastic
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2736'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz";)
+md5sums=('55500457c839ef704f15833c807cde3a')
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
+find . -type d -exec chmod 755 '{}' \;
+cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
+install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
+cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
+cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
+
+# remove rustc checker (fixes FS#41517)
+rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
+
+# install license file
+install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2016-11-11 19:57:32 UTC (rev 195403)
+++ vimdoc.install  2016-11-11 19:57:36 UTC (rev 195404)
@@ -1,19 +0,0 @@
-post_install() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}
-
-op=$1
-shift
-
-$op $*

Copied: vim-syntastic/repos/community-any/vimdoc.install (from rev 195403, 
vim-syntastic/trunk/vimdoc.install)
===
--- vimdoc.install  (rev 0)
+++ vimdoc.install  2016-11-11 19:57:36 UTC (rev 195404)
@@ -0,0 +1,19 @@
+post_install() {
+echo -n "Updating vim help tags..."
+/usr/bin/vim --noplugins -u NONE -U NONE \
+--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
+echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}
+
+op=$1
+shift
+
+$op $*


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

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:57:32
  Author: lfleischer
Revision: 195403

upgpkg: vim-syntastic 3.8.0-1

Upstream update.

Modified:
  vim-syntastic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:57:19 UTC (rev 195402)
+++ PKGBUILD2016-11-11 19:57:32 UTC (rev 195403)
@@ -5,8 +5,8 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2736'
@@ -15,7 +15,7 @@
 groups=('vim-plugins')
 install=vimdoc.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz";)
-md5sums=('7de3859440922dc51bca229b99abfce2')
+md5sums=('55500457c839ef704f15833c807cde3a')
 
 package() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


[arch-commits] Commit in guitarix2/trunk (PKGBUILD guitarix2-fix-build.patch)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 19:57:19
  Author: arojas
Revision: 195402

Update to 0.35.2

Modified:
  guitarix2/trunk/PKGBUILD
Deleted:
  guitarix2/trunk/guitarix2-fix-build.patch

---+
 PKGBUILD  |   17 +
 guitarix2-fix-build.patch |   44 
 2 files changed, 5 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:52:52 UTC (rev 195401)
+++ PKGBUILD2016-11-11 19:57:19 UTC (rev 195402)
@@ -2,28 +2,21 @@
 # Maintainer: speps 
 
 pkgname=guitarix2
-pkgver=0.35.1
-pkgrel=2
+pkgver=0.35.2
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
 url="http://guitarix.sourceforge.net/";
 license=('GPL')
-depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2'
- 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs' 'webkitgtk2' 
'zita-convolver' 'zita-resampler')
 makedepends=('python' 'python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
 provides=('guitarix' 'gx_head')
 conflicts=('guitarix' 'gx_head')
 replaces=('guitarix' 'gx_head')
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz";
 guitarix2-fix-build.patch)
-md5sums=('fb7269fe6fdde4c493be65f974819bb4'
- '1a2a417e19652e7eaf1779aff81a9564')
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz";)
+md5sums=('34c9becf43145eac7281abad5de4540f')
 
-prepare() {
-  cd guitarix-$pkgver
-  patch -p1 -i ../guitarix2-fix-build.patch # Debian patch
-}
-
 build() {
   cd guitarix-$pkgver
   python2 waf configure --prefix=/usr \

Deleted: guitarix2-fix-build.patch
===
--- guitarix2-fix-build.patch   2016-11-11 19:52:52 UTC (rev 195401)
+++ guitarix2-fix-build.patch   2016-11-11 19:57:19 UTC (rev 195402)
@@ -1,44 +0,0 @@
 guitarix-0.35.1/src/gx_head/engine/gx_system.cpp.orig  2016-10-07 
19:41:19.707493651 +
-+++ guitarix-0.35.1/src/gx_head/engine/gx_system.cpp   2016-10-07 
19:42:18.128197974 +
-@@ -349,7 +349,7 @@
-   file->enumerate_children(G_FILE_ATTRIBUTE_STANDARD_NAME
-"," G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME);
- Glib::RefPtr file_info;
--while ((file_info = child_enumeration->next_file()) != 0) {
-+while (file_info = child_enumeration->next_file()) {
-   if (file_info->get_file_type() == Gio::FILE_TYPE_DIRECTORY) {
-   Glib::RefPtr child = file->get_child(
-   
file_info->get_attribute_byte_string(G_FILE_ATTRIBUTE_STANDARD_NAME));
-diff --git a/trunk/src/gx_head/engine/ladspaback.cpp 
b/trunk/src/gx_head/engine/ladspaback.cpp
-index 2a6bd01..be934a7 100644
 guitarix-0.35.1/src/gx_head/engine/ladspaback.cpp
-+++ guitarix-0.35.1/src/gx_head/engine/ladspaback.cpp
-@@ -1622,7 +1622,7 @@ void LadspaPluginList::load(gx_system::CmdlineOptions& 
options, std::vector file_info;
- 
--while ((file_info = child_enumeration->next_file()) != 0) {
-+while ((file_info = child_enumeration->next_file())) {
- if 
(file_info->get_attribute_string(G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE) 
== "application/x-sharedlib") {
- std::string nm = 
file_info->get_attribute_byte_string(G_FILE_ATTRIBUTE_STANDARD_NAME);
- if (lib_is_blacklisted(nm)) {
-@@ -1650,7 +1650,7 @@ void LadspaPluginList::load(gx_system::CmdlineOptions& 
options, std::vector file_info;
- 
--while ((file_info = child_enumeration->next_file()) != 0) {
-+while ((file_info = child_enumeration->next_file())) {
-   //if not f.endswith((".rdf",".rdfs")):
- if 
(file_info->get_attribute_string(G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE) 
== "application/rdf+xml") {
- std::string nm = 
file_info->get_attribute_byte_string(G_FILE_ATTRIBUTE_STANDARD_NAME);
 guitarix-0.35.1/src/gx_head/engine/gx_system.cpp.orig  2016-10-07 
19:53:44.599882708 +
-+++ guitarix-0.35.1/src/gx_head/engine/gx_system.cpp   2016-10-07 
19:53:56.963366468 +
-@@ -329,7 +329,7 @@
-  "," 
G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME
-  "," 
G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE);
- Glib::RefPtr file_info;
--while ((file_info = child_enumeration->next_file()) != 0) {
-+while (file_info = child_enumeration->next_file()) {
-   if 
(file_info->get_attribute_string(G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE) 
== "audio/x-wav") {
-   listing.push_back(
-   FileName(


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

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 19:52:52
  Author: arodseth
Revision: 195401

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 19:51:24 UTC (rev 195400)
+++ community-i686/PKGBUILD 2016-11-11 19:52:52 UTC (rev 195401)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.12.1
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-groups=('rust')
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake' 'ninja' 
'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc'
-'SKIP')
-options=('staticlibs' '!strip' '!emptydirs')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure \
---prefix=/usr \
---release-channel=stable \
---enable-ninja \
---llvm-root=/usr \
---disable-codegen-tests \
---jemalloc-root=/usr/lib
-
-  export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
-  export CFLAGS="$CFLAGS -fPIC -w"
-
-  make
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs')
-
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way
-  mv "$pkgdir/usr/share/doc" "$srcdir/"
-}
-
-package_rust-docs() {
-  msg2 "Packaging documentation"
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 195400, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 19:52:52 UTC (rev 195401)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.13.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+groups=('rust')
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake' 'ninja' 
'jemalloc')
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('ecb84775ca977a5efec14d0cad19621a155bfcbbf46e8050d18721bb1e3e5084'
+'SKIP')
+options=('staticlibs' '!strip' '!emptydirs')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--release-channel=stable \
+--enable-ninja \
+--llvm-root=/usr \
+--disable-codegen-tests \
+--jemalloc-root=/usr/lib
+
+  export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
+  export CFLAGS="$CFLAGS -fPIC -w"
+
+  make
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs')
+
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way
+  mv "$pkgdir/usr/share/doc" "$srcdir/"
+}
+
+package_rust-docs() {
+  msg2 "Packaging documentation"
+  install -d "

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

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 19:51:24
  Author: arodseth
Revision: 195400

upgpkg: rust 1:1.13.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:51:11 UTC (rev 195399)
+++ PKGBUILD2016-11-11 19:51:24 UTC (rev 195400)
@@ -5,16 +5,16 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.12.1
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
+url='https://www.rust-lang.org/'
 groups=('rust')
 license=('MIT' 'Apache')
 makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake' 'ninja' 
'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('97913ae4cb255618aaacd1a534b11f343634b040b32656250d09d8d9ec02d3dc'
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('ecb84775ca977a5efec14d0cad19621a155bfcbbf46e8050d18721bb1e3e5084'
 'SKIP')
 options=('staticlibs' '!strip' '!emptydirs')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:51:07
  Author: lfleischer
Revision: 195398

upgpkg: dblatex 0.3.9-2

Drop multirow dependency (fixes FS#51670).

Added:
  dblatex/trunk/dblatex-0.3.9-drop-multirow-dependency.patch
Modified:
  dblatex/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 dblatex-0.3.9-drop-multirow-dependency.patch |   36 +
 2 files changed, 46 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:43:08 UTC (rev 195397)
+++ PKGBUILD2016-11-11 19:51:07 UTC (rev 195398)
@@ -4,7 +4,7 @@
 
 pkgname=dblatex
 pkgver=0.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
 arch=('any')
 url='http://dblatex.sourceforge.net/'
@@ -11,9 +11,16 @@
 license=('GPL')
 depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
  'texlive-latexextra' 'texlive-pictures')
-source=("https://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('38e9fd93dd37d71e352010ad40e1dfb4')
+source=("https://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+dblatex-0.3.9-drop-multirow-dependency.patch)
+md5sums=('38e9fd93dd37d71e352010ad40e1dfb4'
+ '2ccaf937d0de48c9c283ed0c0f7af5a7')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ../dblatex-0.3.9-drop-multirow-dependency.patch
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: dblatex-0.3.9-drop-multirow-dependency.patch
===
--- dblatex-0.3.9-drop-multirow-dependency.patch
(rev 0)
+++ dblatex-0.3.9-drop-multirow-dependency.patch2016-11-11 19:51:07 UTC 
(rev 195398)
@@ -0,0 +1,36 @@
+# HG changeset patch
+# User marsgui
+# Date 1476384175 -7200
+#  Thu Oct 13 20:42:55 2016 +0200
+# Node ID 4f030d62420c3101d85976f5017b29070d1277b4
+# Parent  58ff524b7f0f0b8127333ba9542c9619dbdd4dbf
+Fix Debian bug #840189: drop multirow dependency
+
+diff -r 58ff524b7f0f -r 4f030d62420c latex/style/dbk_table.sty
+--- a/latex/style/dbk_table.stySun Oct 02 23:21:03 2016 +0200
 b/latex/style/dbk_table.styThu Oct 13 20:42:55 2016 +0200
+@@ -9,7 +9,6 @@
+ \usepackage{longtable}
+ \usepackage{lscape}
+ \usepackage{colortbl}
+-\usepackage{multirow}
+ \usepackage{calc}
+ \usepackage{hhline}
+ 
+@@ -21,16 +20,6 @@
+   \expandafter[\expandafter3\expandafter]\expandafter{%
+   \multicolumn{#1}{#2}{#3}}
+ 
+-% Make \@xmultirow long
+-\expandafter\long\expandafter\def%
+-\expandafter\@xmultirow%
+-\expandafter#\expandafter1%
+-\expandafter[\expandafter#\expandafter2\expandafter]%
+-\expandafter#\expandafter3%
+-\expandafter[\expandafter#\expandafter4\expandafter]%
+-\expandafter#\expandafter5%
+-\expandafter{\@xmultirow{#1}[#2]{#3}[#4]{#5}}
+-
+ % For the newtbl code
+ \newdimen\newtblstarfactor%
+ \newdimen\newtblsparewidth%


[arch-commits] Commit in dblatex/repos/community-any (3 files)

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:51:11
  Author: lfleischer
Revision: 195399

archrelease: copy trunk to community-any

Added:
  dblatex/repos/community-any/PKGBUILD
(from rev 195398, dblatex/trunk/PKGBUILD)
  dblatex/repos/community-any/dblatex-0.3.9-drop-multirow-dependency.patch
(from rev 195398, 
dblatex/trunk/dblatex-0.3.9-drop-multirow-dependency.patch)
Deleted:
  dblatex/repos/community-any/PKGBUILD

--+
 PKGBUILD |   53 ++---
 dblatex-0.3.9-drop-multirow-dependency.patch |   36 
 2 files changed, 66 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 19:51:07 UTC (rev 195398)
+++ PKGBUILD2016-11-11 19:51:11 UTC (rev 195399)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Marcin Karpezo 
-# Contributor: Andreas Hauser 
-
-pkgname=dblatex
-pkgver=0.3.9
-pkgrel=1
-pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
-arch=('any')
-url='http://dblatex.sourceforge.net/'
-license=('GPL')
-depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
- 'texlive-latexextra' 'texlive-pictures')
-source=("https://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('38e9fd93dd37d71e352010ad40e1dfb4')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root "${pkgdir}" --catalogs=/etc/xml/docbook-xml
-  sed -i -e "s,${pkgdir},," -e "s,#!/usr/bin/env python,#!/usr/bin/env 
python2," \
-"${pkgdir}/usr/bin/dblatex"
-}

Copied: dblatex/repos/community-any/PKGBUILD (from rev 195398, 
dblatex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 19:51:11 UTC (rev 195399)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Marcin Karpezo 
+# Contributor: Andreas Hauser 
+
+pkgname=dblatex
+pkgver=0.3.9
+pkgrel=2
+pkgdesc='DocBook (XML and SGML) to DVI, PDF, PostScript converter using latex.'
+arch=('any')
+url='http://dblatex.sourceforge.net/'
+license=('GPL')
+depends=('docbook-xsl' 'docbook-xml' 'libxslt' 'python2' 'texlive-core' 
'texlive-htmlxml'
+ 'texlive-latexextra' 'texlive-pictures')
+source=("https://downloads.sourceforge.net/project/dblatex/dblatex/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+dblatex-0.3.9-drop-multirow-dependency.patch)
+md5sums=('38e9fd93dd37d71e352010ad40e1dfb4'
+ '2ccaf937d0de48c9c283ed0c0f7af5a7')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ../dblatex-0.3.9-drop-multirow-dependency.patch
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root "${pkgdir}" --catalogs=/etc/xml/docbook-xml
+  sed -i -e "s,${pkgdir},," -e "s,#!/usr/bin/env python,#!/usr/bin/env 
python2," \
+"${pkgdir}/usr/bin/dblatex"
+}

Copied: 
dblatex/repos/community-any/dblatex-0.3.9-drop-multirow-dependency.patch (from 
rev 195398, dblatex/trunk/dblatex-0.3.9-drop-multirow-dependency.patch)
===
--- dblatex-0.3.9-drop-multirow-dependency.patch
(rev 0)
+++ dblatex-0.3.9-drop-multirow-dependency.patch2016-11-11 19:51:11 UTC 
(rev 195399)
@@ -0,0 +1,36 @@
+# HG changeset patch
+# User marsgui
+# Date 1476384175 -7200
+#  Thu Oct 13 20:42:55 2016 +0200
+# Node ID 4f030d62420c3101d85976f5017b29070d1277b4
+# Parent  58ff524b7f0f0b8127333ba9542c9619dbdd4dbf
+Fix Debian bug #840189: drop multirow dependency
+
+diff -r 58ff524b7f0f -r 4f030d62420c latex/style/dbk_table.sty
+--- a/latex/style/dbk_table.stySun Oct 02 23:21:03 2016 +0200
 b/latex/style/dbk_table.styThu Oct 13 20:42:55 2016 +0200
+@@ -9,7 +9,6 @@
+ \usepackage{longtable}
+ \usepackage{lscape}
+ \usepackage{colortbl}
+-\usepackage{multirow}
+ \usepackage{calc}
+ \usepackage{hhline}
+ 
+@@ -21,16 +20,6 @@
+   \expandafter[\expandafter3\expandafter]\expandafter{%
+   \multicolumn{#1}{#2}{#3}}
+ 
+-% Make \@xmultirow long
+-\expandafter\long\expandafter\def%
+-\expandafter\@xmultirow%
+-\expandafter#\expandafter1%
+-\expandafter[\expandafter#\expandafter2\expandafter]%
+-\expandafter#\expandafter3%
+-\expandafter[\expandafter#\expandafter4\expandafter]%
+-\expandafter#\expandafter5%
+-\expandafter{\@xmultirow{#1}[#2]{#3}[#4]{#5}}
+-
+ % For the newtbl code
+ \newdimen\newtblstarfactor%
+ \newdimen\newtblsparewidth%


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

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:44:05
  Author: lfleischer
Revision: 280583

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

Added:
  protobuf/repos/staging-i686/
  protobuf/repos/staging-i686/PKGBUILD
(from rev 280582, protobuf/trunk/PKGBUILD)
  protobuf/repos/staging-x86_64/
  protobuf/repos/staging-x86_64/PKGBUILD
(from rev 280582, protobuf/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   97 ++
 staging-x86_64/PKGBUILD |   97 ++
 2 files changed, 194 insertions(+)

Copied: protobuf/repos/staging-i686/PKGBUILD (from rev 280582, 
protobuf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 19:44:05 UTC (rev 280583)
@@ -0,0 +1,97 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.0.2
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('i686' 'x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+optdepends=('libprotobuf2: compatibility with extra/protobuf linked binaries')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
+source=("https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz";
+
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz";)
+md5sums=('845b39e4b7681a2ddfd8c7f528299fbb'
+ '16877098823401d1bf2ed7891d7dce36')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+
+  rm -rf gmock && cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
gmock
+  rm -rf googletest && cp -r 
"$srcdir/googletest-release-${_gtestver}/googletest" googletest
+  ln -sf ../googletest gmock/gtest
+
+  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
googletest/scripts/*.py
+}
+
+build() {
+  # GCC is stuck on 
src/google/protobuf/util/internal/protostream_objectsource_test.cc
+  # and src/google/protobuf/util/internal/protostream_objectwriter_test.cc.
+  export CC=/usr/bin/clang CXX=/usr/bin/clang++
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./autogen.sh
+
+  cd "$srcdir/$pkgbase-$pkgver/googletest"
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver/gmock"
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C "$srcdir/$pkgbase-$pkgver" check
+}
+
+package_protobuf() {
+  conflicts=('protobuf' 'protobuf-cpp')
+  provides=('protobuf' 'protobuf-cpp')
+  replaces=('protobuf-cpp')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+}
+
+package_python2-protobuf() {
+  pkgdesc='Python 2 bindings for Google Protocol Buffers'
+  depends=('python2' 'python2-six' "protobuf=$pkgver")
+  conflicts=('python2-protobuf')
+  provides=('python2-protobuf')
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python2 setup.py install --root="$pkgdir"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+  conflicts=('python-protobuf')
+  provides=('python-protobuf')
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python3 setup.py install --root="$pkgdir"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}

Copied: protobuf/repos/staging-x86_64/PKGBUILD (from rev 280582, 
protobuf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-11 19:44:05 UTC (rev 280583)
@@ -0,0 +1,97 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.0.2
+_gtestver=1.8.0
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('i686' 'x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'zlib')
+optdepends=('libprotobuf2: compatibility with extra/protobuf linked binari

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

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:43:59
  Author: lfleischer
Revision: 280582

upgpkg: protobuf 3.0.2-1

Upstream update.

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:35:39 UTC (rev 280581)
+++ PKGBUILD2016-11-11 19:43:59 UTC (rev 280582)
@@ -1,51 +1,97 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Lukas Fleischer 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Sven-Hendrik Haase 
 # Contributor: Thomas S Hatch 
 # Contributor: Geoffroy Carrier 
 # Contributor: Daniel J Griffiths 
 
-pkgname=('protobuf' 'python2-protobuf')
-pkgver=2.6.1
-pkgrel=2
+pkgbase='protobuf'
+pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
+pkgver=3.0.2
+_gtestver=1.8.0
+pkgrel=1
 pkgdesc="Protocol Buffers - Google's data interchange format"
 arch=('i686' 'x86_64')
 url='https://developers.google.com/protocol-buffers/'
 license=('BSD')
 depends=('gcc-libs' 'zlib')
-makedepends=('python2-setuptools')
-source=(https://github.com/google/protobuf/releases/download/v$pkgver/protobuf-$pkgver.tar.bz2)
-md5sums=('11aaac2d704eef8efd1867a807865d85')
+optdepends=('libprotobuf2: compatibility with extra/protobuf linked binaries')
+makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
+source=("https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz";
+
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz";)
+md5sums=('845b39e4b7681a2ddfd8c7f528299fbb'
+ '16877098823401d1bf2ed7891d7dce36')
 
+prepare() {
+  cd "$pkgbase-$pkgver"
+
+  rm -rf gmock && cp -r "$srcdir/googletest-release-${_gtestver}/googlemock" 
gmock
+  rm -rf googletest && cp -r 
"$srcdir/googletest-release-${_gtestver}/googletest" googletest
+  ln -sf ../googletest gmock/gtest
+
+  sed -r 's|/usr/bin/env python|/usr/bin/env python2|' -i 
googletest/scripts/*.py
+}
+
 build() {
-  cd $pkgbase-$pkgver
+  # GCC is stuck on 
src/google/protobuf/util/internal/protostream_objectsource_test.cc
+  # and src/google/protobuf/util/internal/protostream_objectwriter_test.cc.
+  export CC=/usr/bin/clang CXX=/usr/bin/clang++
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./autogen.sh
+
+  cd "$srcdir/$pkgbase-$pkgver/googletest"
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver/gmock"
+  ./configure
+  make
+
+  cd "$srcdir/$pkgbase-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  make -C $pkgbase-$pkgver check
+  make -C "$srcdir/$pkgbase-$pkgver" check
 }
 
 package_protobuf() {
-  cd $pkgbase-$pkgver
+  conflicts=('protobuf' 'protobuf-cpp')
+  provides=('protobuf' 'protobuf-cpp')
+  replaces=('protobuf-cpp')
+
+  cd "$srcdir/$pkgbase-$pkgver"
   make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-  install -Dm644 editors/protobuf-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 editors/protobuf-mode.el 
"$pkgdir"/usr/share/emacs/site-lisp/protobuf-mode.el
 }
 
 package_python2-protobuf() {
   pkgdesc='Python 2 bindings for Google Protocol Buffers'
-  depends=("python2" "protobuf=${pkgver}")
-  provides=("protobuf-python")
-  conflicts=("protobuf-python")
-  replaces=("protobuf-python")
+  depends=('python2' 'python2-six' "protobuf=$pkgver")
+  conflicts=('python2-protobuf')
+  provides=('python2-protobuf')
 
-  cd $pkgbase-$pkgver/python
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python2 setup.py install --root="$pkgdir"
 
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/share/licenses/$pkgbase/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
 }
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+  conflicts=('python-protobuf')
+  provides=('python-protobuf')
+
+  cd "$srcdir/$pkgbase-$pkgver/python"
+  python3 setup.py install --root="$pkgdir"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "/usr/share/licenses/$pkgbase/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:43:08
  Author: lfleischer
Revision: 195397

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

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

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  102 +++
 /stunnel.install   |   40 
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   51 ---
 community-i686/stunnel.install |   20 --
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/stunnel.install   |   20 --
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-11-11 19:42:58 UTC (rev 195396)
+++ community-i686/Makefile.patch   2016-11-11 19:43:08 UTC (rev 195397)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

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

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

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

2016-11-11 Thread Lukas Fleischer
Date: Friday, November 11, 2016 @ 19:42:58
  Author: lfleischer
Revision: 195396

upgpkg: stunnel 5.37-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:20:19 UTC (rev 195395)
+++ PKGBUILD2016-11-11 19:42:58 UTC (rev 195396)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.36
+pkgver=5.37
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('b3c002c312e757d9a40caf95363800b3'
+md5sums=('96de707ac49db271cfaca35c36a44cbf'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 19:20:19
  Author: arojas
Revision: 195395

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 19:19:37 UTC (rev 195394)
+++ PKGBUILD2016-11-11 19:20:19 UTC (rev 195395)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgbase=python-pycountry
-pkgname=(python-pycountry python2-pycountry)
-pkgver=1.20
-pkgrel=1
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="http://pypi.python.org/pypi/pycountry";
-license=('LGPL2.1')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
-md5sums=('efb021c3b42b40c324b80a85714515d6')
-
-package_python2-pycountry() {
-  depends=(python2-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python-pycountry() {
-  depends=(python-lxml)
-  cd "${srcdir}/pycountry-${pkgver}"
-
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 195394, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 19:20:19 UTC (rev 195395)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgbase=python-pycountry
+pkgname=(python-pycountry python2-pycountry)
+pkgver=16.11.8
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="http://pypi.python.org/pypi/pycountry";
+license=('LGPL2.1')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
+md5sums=('85e34e597553fd10dbc0f43ec59377fc')
+
+package_python2-pycountry() {
+  depends=(python2-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python-pycountry() {
+  depends=(python-lxml)
+  cd "${srcdir}/pycountry-${pkgver}"
+
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 19:19:37
  Author: arojas
Revision: 195394

Update to 16.11.8

Modified:
  python-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:42:47 UTC (rev 195393)
+++ PKGBUILD2016-11-11 19:19:37 UTC (rev 195394)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycountry
 pkgname=(python-pycountry python2-pycountry)
-pkgver=1.20
+pkgver=16.11.8
 pkgrel=1
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
@@ -11,8 +11,8 @@
 url="http://pypi.python.org/pypi/pycountry";
 license=('LGPL2.1')
 makedepends=('python2-setuptools' 'python-setuptools')
-source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
-md5sums=('efb021c3b42b40c324b80a85714515d6')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz";)
+md5sums=('85e34e597553fd10dbc0f43ec59377fc')
 
 package_python2-pycountry() {
   depends=(python2-lxml)


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 19:17:21
  Author: arojas
Revision: 280579

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 280578, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 19:16:00 UTC (rev 280578)
+++ PKGBUILD2016-11-11 19:17:21 UTC (rev 280579)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=mutagen
-pkgname=('mutagen' 'python-mutagen')
-pkgver=1.35
-pkgrel=1
-arch=('any')
-url="https://github.com/quodlibet/mutagen";
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=($pkgname-$pkgver::"https://github.com/quodlibet/mutagen/archive/release-$pkgver.tar.gz";)
-sha1sums=('ef07be960e63757d1129ff44b265f1db1b258bb7')
-validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
-
-prepare() {
-  cp -r ${pkgbase}-release-${pkgver} python-${pkgbase}-${pkgver}
-}
-
-check() {
-  cd ${pkgbase}-release-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-  cd ../python-${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python setup.py test
-}
-
-package_mutagen() {
-  pkgdesc="An audio metadata tag reader and writer"
-  depends=('python2')
- 
-  cd ${pkgbase}-release-${pkgver}
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-mutagen() {
-  pkgdesc="An audio metadata tag reader and writer library for Python 3"
-  depends=('python')
-
-  cd python-${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  rm -r "${pkgdir}"/usr/{bin,share}
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 280578, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 19:17:21 UTC (rev 280579)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.35.1
+pkgrel=1
+arch=('any')
+url="https://github.com/quodlibet/mutagen";
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=($pkgname-$pkgver::"https://github.com/quodlibet/mutagen/archive/release-$pkgver.tar.gz";)
+sha1sums=('766d83ebf25033d81cf7433c1694c9a587b4f666')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
+
+prepare() {
+  cp -r ${pkgbase}-release-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-release-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc="An audio metadata tag reader and writer"
+  depends=('python2')
+ 
+  cd ${pkgbase}-release-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+}
+
+package_python-mutagen() {
+  pkgdesc="An audio metadata tag reader and writer library for Python 3"
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  rm -r "${pkgdir}"/usr/{bin,share}
+}


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 19:16:00
  Author: arojas
Revision: 280578

Update to 1.35.1

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 19:11:58 UTC (rev 280577)
+++ PKGBUILD2016-11-11 19:16:00 UTC (rev 280578)
@@ -3,7 +3,7 @@
 
 pkgbase=mutagen
 pkgname=('mutagen' 'python-mutagen')
-pkgver=1.35
+pkgver=1.35.1
 pkgrel=1
 arch=('any')
 url="https://github.com/quodlibet/mutagen";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=($pkgname-$pkgver::"https://github.com/quodlibet/mutagen/archive/release-$pkgver.tar.gz";)
-sha1sums=('ef07be960e63757d1129ff44b265f1db1b258bb7')
+sha1sums=('766d83ebf25033d81cf7433c1694c9a587b4f666')
 validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
 
 prepare() {


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:42:47
  Author: spupykin
Revision: 195393

Modified:
  cgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:41:55 UTC (rev 195392)
+++ PKGBUILD2016-11-11 18:42:47 UTC (rev 195393)
@@ -18,7 +18,7 @@
'python-markdown: about page formated with markdown'
'mime-types: serve file with correct content-type header')
 install=cgit.install
-source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz";
"apache.example.conf")
 md5sums=('1dbd155da1c4adc89703fb1faf249dff'
  '8266cbc541d14297b8513e670c3dfe23')


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:41:55
  Author: spupykin
Revision: 195392

Modified:
  cadaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:38:49 UTC (rev 195391)
+++ PKGBUILD2016-11-11 18:41:55 UTC (rev 195392)
@@ -10,9 +10,11 @@
 url="http://www.webdav.org/cadaver";
 license=('GPL')
 depends=('neon')
-source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz
+validpgpkeys=('6D0C74985535060B23300BFE47F6969D0E44CF0C')
+source=(http://www.webdav.org/cadaver/cadaver-$pkgver.tar.gz{,.asc}
 disable-sslv2.patch)
 md5sums=('502ecd601e467f8b16056d2acca39a6f'
+ 'SKIP'
  'cbcf9db91efe751c523d6835d2abee43')
 
 prepare() {


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:38:49
  Author: spupykin
Revision: 195391

Modified:
  bwm-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:37:14 UTC (rev 195390)
+++ PKGBUILD2016-11-11 18:38:49 UTC (rev 195391)
@@ -10,7 +10,7 @@
 url="http://www.gropp.org/";
 license=('GPL')
 depends=('ncurses')
-source=("http://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz";)
+source=("https://www.gropp.org/bwm-ng/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('ef0c7669508e95f56250ad4f8db98b7f')
 
 build() {


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:37:14
  Author: spupykin
Revision: 195390

Modified:
  busybox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:36:37 UTC (rev 195389)
+++ PKGBUILD2016-11-11 18:37:14 UTC (rev 195390)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("i686" "x86_64")
-url="http://www.busybox.net";
+url="https://www.busybox.net";
 license=('GPL')
 makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
 install=busybox.install


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:36:37
  Author: spupykin
Revision: 195389

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:31:18 UTC (rev 195388)
+++ PKGBUILD2016-11-11 18:36:37 UTC (rev 195389)
@@ -31,7 +31,7 @@
'perl-xmlrpc-lite')
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
 md5sums=('b78365742a85cd030c87af12c196e8e9')
 
 prepare() {


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:31:18
  Author: spupykin
Revision: 195388

Modified:
  bless/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:29:55 UTC (rev 195387)
+++ PKGBUILD2016-11-11 18:31:18 UTC (rev 195388)
@@ -11,8 +11,10 @@
 license=('GPL')
 depends=('gtk-sharp-2>=2.8')
 makedepends=('gettext' 'pkgconfig' 'rarian')
-source=(http://download.gna.org/bless/bless-$pkgver.tar.gz)
-md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
+validpgpkeys=('3C6854719142638FAF86DAEF0011ABB5F6E68924')
+source=(http://download.gna.org/bless/bless-$pkgver.tar.gz{,.sig})
+md5sums=('b4c20d113281dfedb67d9f3ff8b174e3'
+ 'SKIP')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:29:55
  Author: spupykin
Revision: 195387

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:18:19 UTC (rev 195386)
+++ PKGBUILD2016-11-11 18:29:55 UTC (rev 195387)
@@ -9,9 +9,11 @@
 url="http://www.linphone.org/eng/documentation/dev/bcg729.html";
 license=('GPL')
 depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=(https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz{,.sig}

"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790";)
 md5sums=('c4dc6c09c71850f0b392772f519f1d19'
+ 'SKIP'
  'a7139d23ecc928e94715b11c90b460d2')
 
 prepare() {


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:18:19
  Author: spupykin
Revision: 195386

Modified:
  bbdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:15:16 UTC (rev 195385)
+++ PKGBUILD2016-11-11 18:18:19 UTC (rev 195386)
@@ -12,8 +12,10 @@
 depends=('emacs')
 makedepends=('texlive-bin' 'texlive-latexextra')
 install="$pkgname.install"
-source=("http://download.savannah.gnu.org/releases/bbdb/bbdb-$pkgver.tar.gz";)
-md5sums=('b57cbb57ab8d4235517e79011fb52b2f')
+validpgpkeys=('8085E99D2879C87C1CDE452998D4FA2244A3B825')
+source=("https://download.savannah.gnu.org/releases/bbdb/bbdb-$pkgver.tar.gz"{,.sig})
+md5sums=('b57cbb57ab8d4235517e79011fb52b2f'
+ 'SKIP')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:15:16
  Author: spupykin
Revision: 195385

Modified:
  arandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:14:51 UTC (rev 195384)
+++ PKGBUILD2016-11-11 18:15:16 UTC (rev 195385)
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('pygtk' 'xorg-xrandr')
 makedepends=('python2-docutils')
-source=(http://christian.amsuess.com/tools/$pkgname/files/${pkgname}-$pkgver.tar.gz)
+source=(https://christian.amsuess.com/tools/$pkgname/files/${pkgname}-$pkgver.tar.gz)
 md5sums=('d53faecdc02292b648f554658d9bd99e')
 
 package() {


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:14:51
  Author: spupykin
Revision: 195384

Modified:
  adns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 18:03:51 UTC (rev 195383)
+++ PKGBUILD2016-11-11 18:14:51 UTC (rev 195384)
@@ -10,9 +10,11 @@
 arch=('i686' 'x86_64')
 url="http://www.chiark.greenend.org.uk/~ian/adns/";
 license=('GPL')
-depends=('glibc')
-source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar.gz)
-md5sums=('8b6274d314af0de1a00cf3ef49f6dd56')
+depends=()
+validpgpkeys=('559AE46C2D6B6D3265E7CBA1E3E3392348B50D39')
+source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('8b6274d314af0de1a00cf3ef49f6dd56'
+ 'SKIP')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:03:51
  Author: spupykin
Revision: 195383

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 195382, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 195382, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-i686/xlockmore.install
(from rev 195382, xlockmore/trunk/xlockmore.install)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 195382, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 195382, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/xlockmore.install
(from rev 195382, xlockmore/trunk/xlockmore.install)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-i686/xlockmore.install
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD
  xlockmore/repos/community-x86_64/xlockmore.install

+
 /LICENSE   |   36 +++
 /PKGBUILD  |   82 +++
 /xlockmore.install |8 +++
 community-i686/LICENSE |   18 ---
 community-i686/PKGBUILD|   38 
 community-i686/xlockmore.install   |4 -
 community-x86_64/LICENSE   |   18 ---
 community-x86_64/PKGBUILD  |   38 
 community-x86_64/xlockmore.install |4 -
 9 files changed, 126 insertions(+), 120 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-11-11 18:03:30 UTC (rev 195382)
+++ community-i686/LICENSE  2016-11-11 18:03:51 UTC (rev 195383)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
- *
- * This file, along with xlockmore.h, make it possible to compile an xlockmore
- * module into a standalone program, and thus use it with xscreensaver.
- * By Jamie Zawinski  on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum .  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 195382, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-11-11 18:03:51 UTC (rev 195383)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or
+ * implied warranty.
+ *
+ * This file, along with xlockmore.h, make it possible to compile an xlockmore
+ * module into a standalone program, and thus use it with xscreensaver.
+ * By Jamie Zawinski  on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum .  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 18:03:30 UTC (rev 195382)
+++ community-i686/PKGBUILD 2016-11-11 18:03:51 UTC (rev 195383)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=xlockmore
-pkgver=5.47
-pkgrel=1
-pkgdesc="screen saver / locker for the X Window System"
-arch=(i686 x86_64)
-license=('BSD')
-depends=(freetype2 gtk2 libxpm lesstif pam libxmu glu)
-optdepends=('fortune-mod')
-makedepends=(mesa)
-url="http://www.tux.org/~bagleyd/xlockmore.html";
-options=('!makeflags')
-install=xlockmore.install
-source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver.tar.xz
-   LICENSE)
-md5sums=('d059df32d1673ce5a434a98a49606f3b'
- 'a64afab4283f53972a6702c2e59850d7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-setuid \
- --enabl

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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 18:03:30
  Author: spupykin
Revision: 195382

upgpkg: xlockmore 5.48-1

upd

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 17:26:05 UTC (rev 195381)
+++ PKGBUILD2016-11-11 18:03:30 UTC (rev 195382)
@@ -3,7 +3,7 @@
 # Maintainer: dorphell 
 
 pkgname=xlockmore
-pkgver=5.47
+pkgver=5.48
 pkgrel=1
 pkgdesc="screen saver / locker for the X Window System"
 arch=(i686 x86_64)
@@ -11,13 +11,14 @@
 depends=(freetype2 gtk2 libxpm lesstif pam libxmu glu)
 optdepends=('fortune-mod')
 makedepends=(mesa)
-url="http://www.tux.org/~bagleyd/xlockmore.html";
+url="http://sillycycle.com/xlockmore.html";
 options=('!makeflags')
 install=xlockmore.install
 validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
-source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver.tar.xz{,.asc}
+DLAGENTS=('http::/usr/bin/wget -O %o %u')
+source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
LICENSE)
-md5sums=('d059df32d1673ce5a434a98a49606f3b'
+md5sums=('04734a3022a293b4f803d6d553f2f045'
  'SKIP'
  'a64afab4283f53972a6702c2e59850d7')
 


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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:24:14
  Author: bpiotrowski
Revision: 280562

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

Added:
  libusb/repos/testing-i686/
  libusb/repos/testing-i686/PKGBUILD
(from rev 280561, libusb/trunk/PKGBUILD)
  libusb/repos/testing-x86_64/
  libusb/repos/testing-x86_64/PKGBUILD
(from rev 280561, libusb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libusb/repos/testing-i686/PKGBUILD (from rev 280561, 
libusb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-11 17:24:14 UTC (rev 280562)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tobias Powalowski 
+
+pkgname=libusb
+pkgver=1.0.21
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=('libusbx')
+source=(https://github.com/libusb/libusb/releases/download/v$pkgver/libusb-$pkgver.tar.bz2)
+md5sums=('1da9ea3c27b3858fa85c5f4466003e44')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: libusb/repos/testing-x86_64/PKGBUILD (from rev 280561, 
libusb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-11 17:24:14 UTC (rev 280562)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tobias Powalowski 
+
+pkgname=libusb
+pkgver=1.0.21
+pkgrel=1
+pkgdesc='Library that provides generic access to USB devices'
+arch=('i686' 'x86_64')
+url='http://libusb.info/'
+license=('LGPL')
+depends=('glibc' 'systemd')
+replaces=('libusb1' 'libusbx')
+provides=("libusbx=$pkgver")
+conflicts=('libusbx')
+source=(https://github.com/libusb/libusb/releases/download/v$pkgver/libusb-$pkgver.tar.bz2)
+md5sums=('1da9ea3c27b3858fa85c5f4466003e44')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make -j1
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package () {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:23:56
  Author: bpiotrowski
Revision: 280561

upgpkg: libusb 1.0.21-1

new upstream release

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 17:23:06 UTC (rev 280560)
+++ PKGBUILD2016-11-11 17:23:56 UTC (rev 280561)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libusb
-pkgver=1.0.20
+pkgver=1.0.21
 pkgrel=1
 pkgdesc='Library that provides generic access to USB devices'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 replaces=('libusb1' 'libusbx')
 provides=("libusbx=$pkgver")
 conflicts=('libusbx')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
+source=(https://github.com/libusb/libusb/releases/download/v$pkgver/libusb-$pkgver.tar.bz2)
+md5sums=('1da9ea3c27b3858fa85c5f4466003e44')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in libva-intel-driver/trunk (PKGBUILD)

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:23:00
  Author: bpiotrowski
Revision: 280559

upgpkg: libva-intel-driver 1.7.3-1

new upstream release

Modified:
  libva-intel-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 17:21:10 UTC (rev 280558)
+++ PKGBUILD2016-11-11 17:23:00 UTC (rev 280559)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=libva-intel-driver
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libva')
 replaces=('libva-driver-intel')
 
source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f28ac265f836f7ce881305bd3a282c90')
+sha1sums=('5100f187afc4e39fce5664b96fe11a38faa9afaa')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in libva-intel-driver/repos (4 files)

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:23:06
  Author: bpiotrowski
Revision: 280560

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

Added:
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 280559, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 280559, libva-intel-driver/trunk/PKGBUILD)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-11 17:23:00 UTC (rev 280559)
+++ extra-i686/PKGBUILD 2016-11-11 17:23:06 UTC (rev 280560)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f28ac265f836f7ce881305bd3a282c90')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 280559, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-11 17:23:06 UTC (rev 280560)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('5100f187afc4e39fce5664b96fe11a38faa9afaa')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Only relevant if intel-gpu-tools is installed,
+  # since then the shaders will be recompiled
+  sed -i '1s/python$/&2/' src/shaders/gpp.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-11 17:23:00 UTC (rev 280559)
+++ extra-x86_64/PKGBUILD   2016-11-11 17:23:06 UTC (rev 280560)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva-intel-driver
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libva')
-replaces=('libva-driver-intel')
-source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f28ac265f836f7ce881305bd3a282c90')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Only relevant if intel-gpu-tools is installed,
-  # since then the shaders will be recompiled
-  sed -i '1s/python$/&2/' src/shaders/gpp.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva-intel-driver/repos/extra-x86_64/PKGBUILD (from rev 280559, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-11 17:23:06 UTC (rev 280560)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva-intel-driver
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libva')
+replaces=('libva-driver-intel')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('5100f187afc4e39fce56

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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:21:10
  Author: bpiotrowski
Revision: 280558

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-11 17:19:42 UTC (rev 280557)
+++ extra-i686/PKGBUILD 2016-11-11 17:21:10 UTC (rev 280558)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-i686/PKGBUILD (from rev 280557, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-11 17:21:10 UTC (rev 280558)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('18e46f3d5a0e971eb0ec9fe14bc021e69eb13fb8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-11 17:19:42 UTC (rev 280557)
+++ extra-x86_64/PKGBUILD   2016-11-11 17:21:10 UTC (rev 280558)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('18e46f3d5a0e971eb0ec9fe14bc021e69eb13fb8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 280557, 
libva/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-11 17:21:10 UTC (rev 280558)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('18e46f3d5a0e971eb0ec9fe14bc021e69eb13fb8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:19:42
  Author: bpiotrowski
Revision: 280557

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 280556, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 17:19:38 UTC (rev 280556)
+++ PKGBUILD2016-11-11 17:19:42 UTC (rev 280557)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 280556, 
libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 17:19:42 UTC (rev 280557)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('18e46f3d5a0e971eb0ec9fe14bc021e69eb13fb8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:19:38
  Author: bpiotrowski
Revision: 280556

upgpkg: libva 1.7.3-1

new upstream release

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 17:14:48 UTC (rev 280555)
+++ PKGBUILD2016-11-11 17:19:38 UTC (rev 280556)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=libva
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
 'libva-intel-driver: backend for Intel cards')
 
source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
+sha1sums=('18e46f3d5a0e971eb0ec9fe14bc021e69eb13fb8')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:14:48
  Author: bpiotrowski
Revision: 280555

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 280554, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 280554, tcpdump/trunk/PKGBUILD)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 /PKGBUILD   |   66 ++
 extra-i686/PKGBUILD |   41 -
 extra-i686/tcpdump_duplicate_executable.patch   |   10 ---
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/tcpdump_duplicate_executable.patch |   10 ---
 5 files changed, 66 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-11 17:14:43 UTC (rev 280554)
+++ extra-i686/PKGBUILD 2016-11-11 17:14:48 UTC (rev 280555)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.7.4
-pkgrel=1
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org";
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
-'tcpdump_duplicate_executable.patch')
-md5sums=('58af728de36f499341918fc4b8e827c3'
- '01379e4a12a208ce951c6c2abe80300f')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  #install the license
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 280554, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-11 17:14:48 UTC (rev 280555)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgname=tcpdump
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="A tool for network monitoring and data acquisition"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org";
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
+sha256sums=('20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--enable-ipv6
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
+}

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2016-11-11 17:14:43 UTC 
(rev 280554)
+++ extra-i686/tcpdump_duplicate_executable.patch   2016-11-11 17:14:48 UTC 
(rev 280555)
@@ -1,10 +0,0 @@
 a/Makefile.in  2013-03-24 22:49:18.0 +0100
-+++ b/Makefile.in  2013-05-19 13:44:29.0 +0200
-@@ -326,7 +326,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat 
${srcdir}/VERSION`
-   [ -d $(DESTDIR)$(mandir)/man1 ] || \
-   (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 
$(DESTDIR)$(mandir)/man1)
-   $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-11 17:14:43 UTC (rev 280554)
+++ extra-x86_64/PKGBUILD   2016-11-11 17:14:48 UTC (rev 280555)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.7.4
-pkgrel=1
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org";
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
-'tcpdump_duplicate_executable.patch')
-md5sums=('58af728de36f499341918fc4b8e827c3'

[arch-commits] Commit in tcpdump/trunk (PKGBUILD tcpdump_duplicate_executable.patch)

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:14:43
  Author: bpiotrowski
Revision: 280554

upgpkg: tcpdump 4.8.1-1

new upstream release

Modified:
  tcpdump/trunk/PKGBUILD
Deleted:
  tcpdump/trunk/tcpdump_duplicate_executable.patch

+
 PKGBUILD   |   32 
 tcpdump_duplicate_executable.patch |   10 --
 2 files changed, 12 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 16:44:00 UTC (rev 280553)
+++ PKGBUILD2016-11-11 17:14:43 UTC (rev 280554)
@@ -3,7 +3,7 @@
 # Contributor: dorphell 
 
 pkgname=tcpdump
-pkgver=4.7.4
+pkgver=4.8.1
 pkgrel=1
 pkgdesc="A tool for network monitoring and data acquisition"
 arch=('i686' 'x86_64')
@@ -10,32 +10,24 @@
 url="http://www.tcpdump.org";
 license=('BSD')
 depends=('libpcap' 'openssl')
-source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz";
-'tcpdump_duplicate_executable.patch')
-md5sums=('58af728de36f499341918fc4b8e827c3'
- '01379e4a12a208ce951c6c2abe80300f')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
+sha256sums=('20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c'
+'SKIP')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i "${srcdir}/tcpdump_duplicate_executable.patch"
-}
-
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-ipv6
+--sbindir=/usr/bin \
+--enable-ipv6
+
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  #install the license
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
 }

Deleted: tcpdump_duplicate_executable.patch
===
--- tcpdump_duplicate_executable.patch  2016-11-11 16:44:00 UTC (rev 280553)
+++ tcpdump_duplicate_executable.patch  2016-11-11 17:14:43 UTC (rev 280554)
@@ -1,10 +0,0 @@
 a/Makefile.in  2013-03-24 22:49:18.0 +0100
-+++ b/Makefile.in  2013-05-19 13:44:29.0 +0200
-@@ -326,7 +326,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat 
${srcdir}/VERSION`
-   [ -d $(DESTDIR)$(mandir)/man1 ] || \
-   (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 
$(DESTDIR)$(mandir)/man1)
-   $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1


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

2016-11-11 Thread Sven-Hendrik Haase
Date: Friday, November 11, 2016 @ 17:13:42
  Author: svenstaro
Revision: 195374

upgpkg: ripgrep 0.2.9-1

upstream release 0.2.9

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 16:32:59 UTC (rev 195373)
+++ PKGBUILD2016-11-11 17:13:42 UTC (rev 195374)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Andrew Gallant 
 pkgname=ripgrep
-pkgver=0.2.6
+pkgver=0.2.9
 pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('6170e5866b49759401e912bd59ffe5a764ee501a6056396f7a3c9f131a75af65')
+sha256sums=('508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-11-11 Thread Sven-Hendrik Haase
Date: Friday, November 11, 2016 @ 17:13:50
  Author: svenstaro
Revision: 195375

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 17:13:42 UTC (rev 195374)
+++ community-i686/PKGBUILD 2016-11-11 17:13:50 UTC (rev 195375)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('i686' 'x86_64')
-url="https://github.com/BurntSushi/ripgrep";
-license=('MIT' 'UNLICENSE')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('6170e5866b49759401e912bd59ffe5a764ee501a6056396f7a3c9f131a75af65')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-i686/PKGBUILD (from rev 195374, 
ripgrep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 17:13:50 UTC (rev 195375)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('i686' 'x86_64')
+url="https://github.com/BurntSushi/ripgrep";
+license=('MIT' 'UNLICENSE')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('508d6cab8e08bc8728f8674bae0266bc236b16933edb3559ac746b3b9af9d638')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-11 17:13:42 UTC (rev 195374)
+++ community-x86_64/PKGBUILD   2016-11-11 17:13:50 UTC (rev 195375)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Gallant 
-pkgname=ripgrep
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
-arch=('i686' 'x86_64')
-url="https://github.com/BurntSushi/ripgrep";
-license=('MIT' 'UNLICENSE')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('6170e5866b49759401e912bd59ffe5a764ee501a6056396f7a3c9f131a75af65')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
-
-  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
-  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
-}

Copied: ripgrep/repos/community-x86_64/PKGBUILD (from rev 195374, 
ripgrep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-11 17:13:50 UTC (rev 195375)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik 

[arch-commits] Commit in xf86-video-intel/repos (6 files)

2016-11-11 Thread Andreas Radke
Date: Friday, November 11, 2016 @ 16:44:00
  Author: andyrtr
Revision: 280553

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 280552, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 280552, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 280552, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 280552, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-i686/xf86-video-intel.install   |   21 +
 testing-x86_64/PKGBUILD |   65 ++
 testing-x86_64/xf86-video-intel.install |   21 +
 4 files changed, 172 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 280552, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-11 16:44:00 UTC (rev 280553)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=dad64e9 # 7 digits
+pkgver=2.99.917+730+gdad64e9
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--with-default-dri=3
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
280552, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2016-11-11 16:44:00 UTC (rev 
280553)
@@ -0,0 +1,21 @@
+post_install() {
+  cat <>> This driver now uses DRI3 as the default Direct Rendering
+Infrastructure. You can try falling back to DRI2 if you run
+into trouble. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "DRI" "2" # DRI3 is now default 
+#Option  "AccelMethod"  "sna" # default
+#Option  "AccelMethod"  "uxa" # fallback
+  EndSection
+MSG
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
+post_install
+  fi
+}

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 280552, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-11 16:44:00 UTC (rev 280553)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=dad64e9 # 7 digits
+pkgver=2.99.917+730+gdad64e9
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2016-11-11 Thread Andreas Radke
Date: Friday, November 11, 2016 @ 16:43:52
  Author: andyrtr
Revision: 280552

upgpkg: xf86-video-intel 1:2.99.917+730+gdad64e9-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 16:38:16 UTC (rev 280551)
+++ PKGBUILD2016-11-11 16:43:52 UTC (rev 280552)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=bf7316a # 7 digits
-pkgver=2.99.917+725+gbf7316a
+_commit=dad64e9 # 7 digits
+pkgver=2.99.917+730+gdad64e9
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)


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

2016-11-11 Thread Andreas Radke
Date: Friday, November 11, 2016 @ 16:38:03
  Author: andyrtr
Revision: 280550

upgpkg: libinput 1.5.1-1

upstream update 1.5.1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 16:12:41 UTC (rev 280549)
+++ PKGBUILD2016-11-11 16:38:03 UTC (rev 280550)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=('doxygen' 'graphviz' 'gtk3')
 #checkdepends=('check' 'libunwind')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c'
+sha256sums=('d4f63933b0967bd691735af5e3919e2d29c2121d4e05867cc4e10ff3ae8e2dd8'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2016-11-11 Thread Andreas Radke
Date: Friday, November 11, 2016 @ 16:38:16
  Author: andyrtr
Revision: 280551

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

Added:
  libinput/repos/testing-i686/
  libinput/repos/testing-i686/PKGBUILD
(from rev 280550, libinput/trunk/PKGBUILD)
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 280550, libinput/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 280550, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-11 16:38:16 UTC (rev 280551)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/";
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# currently no doc files to install
+makedepends=('doxygen' 'graphviz' 'gtk3')
+#checkdepends=('check' 'libunwind')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d4f63933b0967bd691735af5e3919e2d29c2121d4e05867cc4e10ff3ae8e2dd8'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  # install doc - no Makefile target
+  install -v -dm755 ${pkgdir}/usr/share/doc/libinput
+  cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 280550, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-11-11 16:38:16 UTC (rev 280551)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/";
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# currently no doc files to install
+makedepends=('doxygen' 'graphviz' 'gtk3')
+#checkdepends=('check' 'libunwind')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d4f63933b0967bd691735af5e3919e2d29c2121d4e05867cc4e10ff3ae8e2dd8'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  # install doc - no Makefile target
+  install -v -dm755 ${pkgdir}/usr/share/doc/libinput
+  cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput
+}


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

2016-11-11 Thread Nicola Squartini
Date: Friday, November 11, 2016 @ 16:31:24
  Author: tensor5
Revision: 195372

upgpkg: electron 1.4.6-1

Modified:
  electron/trunk/PKGBUILD
  electron/trunk/default_app-icon.patch
  electron/trunk/libchromiumcontent-use-system-ffmpeg.patch

+
 PKGBUILD   |   11 +--
 default_app-icon.patch |2 +-
 libchromiumcontent-use-system-ffmpeg.patch |6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 14:21:09 UTC (rev 195371)
+++ PKGBUILD2016-11-11 16:31:24 UTC (rev 195372)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Nicola Squartini 
 
-_chromiumver=53.0.2785.113
+_chromiumver=53.0.2785.143
 pkgname=electron
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('i686' 'x86_64')
@@ -68,9 +68,9 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'f2768f4c79516344db73569c4844e0d8722dd73a7b0df13ba4747511001b5a2a'
+'2929d23425e35b4d91199dfa05ed642c5567863d1982c72055f339c794027c98'
 '5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'1d5e346e3a1cdee68e7f37d873b34d90ab4f48421f9a8d23a3bcc81669a92631'
+'6a43bbfa40ae8b318c698d4269d3311f430035d157a6ef2491e6b8fb7f113023'
 '14dbd1eecb7034d9e19e1f0c61b0a36ed3b9c610db008ff2a6da2a540ade1221'
 '2a2bc09a40415fd0d57cc8815a158bf32eb4cc2add3b655dddf568c7dc795ff3'
 '182a2eeb784630e6aa3378a54c5709629658eac8e146764008cb2f2214cd5427'
@@ -87,7 +87,7 @@
 '68977a78fb41a549eb449dd35f94e0168d647245516397f0ecdfa7a03a147045'
 '4de540ec76736ef3e14475090916a42c03692c542822b430f1ab3f6d36655511'
 '7bc4cc154643712556f2cfbcba72bc08d032a52a39bccc61c91a7b230fe9a80e'
-'6751b93f47c294a5b3ebca0e5fbb608cc034ac5ac0b30872916f42ba2cae4c5e'
+'56522aeb26fc5d6d70ed2b476e292b0ac24740f64e9e0384b501ba648bb8d9fa'
 '2fb2157c854dab173a2ef9b4aa0ab5bb3c0dd077447c4719c7554eee6e0546b6'
 'f0db776be86c01020c6d28c9b4d2f53391692698231655003dcde43dea4eacb6'
 '697767af13945702e57a182db561493d5fee431e82b17a776afe7fa1226ce353'
@@ -174,7 +174,6 @@
   patch -Np1 -i "${srcdir}"/gyp-no-rpath.patch
 
   cd "${srcdir}"/electron/vendor/brightray/vendor/libchromiumcontent
-  git checkout 292bc81e83686ae5e7125163290928bf9b839560  # temporary fix for 
1.4.3
   git submodule update --init vendor/python-patch
   patch -Np1 -i "${srcdir}"/libchromiumcontent-sort-filenames.patch  # 
deterministic build
   patch -Np1 -i "${srcdir}"/libchromiumcontent-use-system-tools.patch

Modified: default_app-icon.patch
===
--- default_app-icon.patch  2016-11-11 14:21:09 UTC (rev 195371)
+++ default_app-icon.patch  2016-11-11 16:31:24 UTC (rev 195372)
@@ -12,7 +12,7 @@
  mainWindow.loadURL(appUrl)
 --- a/filenames.gypi
 +++ b/filenames.gypi
-@@ -81,7 +81,6 @@
+@@ -82,7 +82,6 @@
  ],
  'default_app_sources': [
'default_app/default_app.js',

Modified: libchromiumcontent-use-system-ffmpeg.patch
===
--- libchromiumcontent-use-system-ffmpeg.patch  2016-11-11 14:21:09 UTC (rev 
195371)
+++ libchromiumcontent-use-system-ffmpeg.patch  2016-11-11 16:31:24 UTC (rev 
195372)
@@ -1,14 +1,14 @@
 --- a/script/create-dist
 +++ b/script/create-dist
-@@ -93,7 +93,6 @@
- 'libsecurity_state.a',
+@@ -95,7 +95,6 @@
  'libcookie_config.a',
  'libos_crypt.a',
+ 'libdom_keycode_converter.a',
 -os.path.join('lib', 'libffmpeg.so'),
],
'win32': [
  'chromedriver.exe',
-@@ -314,7 +313,6 @@
+@@ -318,7 +317,6 @@
copy_generated_sources(target_arch, component, output_dir)
copy_locales(target_arch, component, output_dir)
  


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 16:12:41
  Author: arojas
Revision: 280549

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

Added:
  opencv/repos/staging-i686/
  opencv/repos/staging-i686/5852.patch
(from rev 280548, opencv/trunk/5852.patch)
  opencv/repos/staging-i686/PKGBUILD
(from rev 280548, opencv/trunk/PKGBUILD)
  opencv/repos/staging-x86_64/
  opencv/repos/staging-x86_64/5852.patch
(from rev 280548, opencv/trunk/5852.patch)
  opencv/repos/staging-x86_64/PKGBUILD
(from rev 280548, opencv/trunk/PKGBUILD)

---+
 staging-i686/5852.patch   |   39 
 staging-i686/PKGBUILD |  104 
 staging-x86_64/5852.patch |   39 
 staging-x86_64/PKGBUILD   |  104 
 4 files changed, 286 insertions(+)

Copied: opencv/repos/staging-i686/5852.patch (from rev 280548, 
opencv/trunk/5852.patch)
===
--- staging-i686/5852.patch (rev 0)
+++ staging-i686/5852.patch 2016-11-11 16:12:41 UTC (rev 280549)
@@ -0,0 +1,39 @@
+From 24dbb43c096691d0333cacf231e22f1369f8c826 Mon Sep 17 00:00:00 2001
+From: Alexander Alekhin 
+Date: Tue, 22 Dec 2015 17:10:33 +0300
+Subject: [PATCH] pkg-config: modules list contains only OpenCV modules (fixes
+ #5852)
+
+---
+ cmake/OpenCVUtils.cmake | 11 +++
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/cmake/OpenCVUtils.cmake b/cmake/OpenCVUtils.cmake
+index 3a23cd7..75412eb 100644
+--- a/cmake/OpenCVUtils.cmake
 b/cmake/OpenCVUtils.cmake
+@@ -806,7 +806,13 @@ macro(ocv_get_all_libs _modules _extra _3rdparty)
+ else()
+   set(deps "")
+ endif()
+-list(INSERT ${_modules} 0 ${deps} ${m})
++set(_rev_deps "${deps};${m}")
++ocv_list_reverse(_rev_deps)
++foreach (dep ${_rev_deps})
++  if(DEFINED OPENCV_MODULE_${dep}_LOCATION)
++list(INSERT ${_modules} 0 ${dep})
++  endif()
++endforeach()
+ foreach (dep ${deps} ${OPENCV_LINKER_LIBS})
+   if (NOT DEFINED OPENCV_MODULE_${dep}_LOCATION)
+ if (TARGET ${dep})
+@@ -832,9 +838,6 @@ macro(ocv_get_all_libs _modules _extra _3rdparty)
+ endif()
+   endif()
+ 
+-  # split 3rdparty libs and modules
+-  list(REMOVE_ITEM ${_modules} ${${_3rdparty}} ${${_extra}} non_empty_list)
+-
+   ocv_list_filterout(${_modules} "^[\$]<")
+   ocv_list_filterout(${_3rdparty} "^[\$]<")
+   ocv_list_filterout(${_extra} "^[\$]<")

Copied: opencv/repos/staging-i686/PKGBUILD (from rev 280548, 
opencv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 16:12:41 UTC (rev 280549)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-samples')
+pkgver=3.1.0
+pkgrel=4
+pkgdesc="Open Source Computer Vision Library"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://opencv.org/";
+depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
+makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen')
+optdepends=('opencv-samples'
+'eigen'
+'libcl: For coding with OpenCL'
+'python-numpy: Python 3 interface'
+'python2-numpy: Python 2 interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Itseez/opencv/archive/$pkgver.zip";
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/Itseez/opencv_contrib/archive/$pkgver.tar.gz";
+
opencv-gcc6.patch::"https://github.com/mshabunin/opencv/commit/a0fdc91a.patch"; 
'5852.patch')
+md5sums=('6082ee2124d4066581a7386972bfd52a'
+ 'a822839ad3ab79ff837c16785ea9dd10'
+ '4dacea7866d28014939a652f268cc7c1'
+ '5bd9cd736b171c15cedee3a32a0c47ff')
+
+_cmakeopts=('-D WITH_OPENCL=ON'
+'-D WITH_OPENGL=ON'
+'-D WITH_TBB=ON'
+'-D WITH_XINE=ON'
+'-D WITH_GSTREAMER=OFF'
+'-D BUILD_WITH_DEBUG_INFO=OFF'
+'-D BUILD_TESTS=OFF'
+'-D BUILD_PERF_TESTS=OFF'
+'-D BUILD_EXAMPLES=ON'
+'-D INSTALL_C_EXAMPLES=ON'
+'-D INSTALL_PYTHON_EXAMPLES=ON'
+'-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON'
+#'-D WITH_IPP=ON'
+#'-D INSTALL_CREATE_DISTRIB=ON'
+)
+
+# SSE only available from Pentium 3 onwards (i686 is way older)
+[[ "$CARCH" = 'i686' ]] && \
+  _cmakeopts+=('-D ENABLE_SSE=OFF'
+   '-D ENABLE_SSE2=OFF'
+   '-D ENABLE_SSE3=OFF')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 -i "$srcdir/5852.patch"
+# Fix build with GCC 6
+  patch -p1 -i "$srcdir"/opencv-gcc6.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake ${_cmakeopts[@]} \
+-D

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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 16:11:31
  Author: arojas
Revision: 280548

jasper 1.900.24 rebuild

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 15:21:55 UTC (rev 280547)
+++ PKGBUILD2016-11-11 16:11:31 UTC (rev 280548)
@@ -5,7 +5,7 @@
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
 pkgver=3.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Open Source Computer Vision Library"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -19,9 +19,10 @@
 'python2-numpy: Python 2 interface')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Itseez/opencv/archive/$pkgver.zip";
 
"opencv_contrib-$pkgver.tar.gz::https://github.com/Itseez/opencv_contrib/archive/$pkgver.tar.gz";
-'5852.patch')
+
opencv-gcc6.patch::"https://github.com/mshabunin/opencv/commit/a0fdc91a.patch"; 
'5852.patch')
 md5sums=('6082ee2124d4066581a7386972bfd52a'
  'a822839ad3ab79ff837c16785ea9dd10'
+ '4dacea7866d28014939a652f268cc7c1'
  '5bd9cd736b171c15cedee3a32a0c47ff')
 
 _cmakeopts=('-D WITH_OPENCL=ON'
@@ -51,6 +52,8 @@
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
   patch -p1 -i "$srcdir/5852.patch"
+# Fix build with GCC 6
+  patch -p1 -i "$srcdir"/opencv-gcc6.patch
 }
 
 build() {


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

2016-11-11 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 15:21:55
  Author: anthraxx
Revision: 280547

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

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

+
 staging-i686/PKGBUILD  |   60 +
 staging-i686/gegl-0.2.0-CVE-2012-4433.patch|  159 +++
 staging-i686/gegl-0.2.0-ffmpeg-0.11.patch  |   47 
 staging-i686/gegl-0.2.0-lua-5.2.patch  |   53 +
 staging-i686/gegl-0.2.0-remove-src-over-op.patch   |  195 +++
 staging-x86_64/PKGBUILD|   60 +
 staging-x86_64/gegl-0.2.0-CVE-2012-4433.patch  |  159 +++
 staging-x86_64/gegl-0.2.0-ffmpeg-0.11.patch|   47 
 staging-x86_64/gegl-0.2.0-lua-5.2.patch|   53 +
 staging-x86_64/gegl-0.2.0-remove-src-over-op.patch |  195 +++
 10 files changed, 1028 insertions(+)

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

Copied: gegl02/repos/staging-i686/gegl-0.2.0-CVE-2012-4433.patch (from rev 
280546, gegl02/trunk/gegl-0.2.0-CVE-2012-4433.patch)
===
--- staging-i686/gegl-0.2.0-CVE-2012-4433.patch (rev 0)
+++ staging-i686/gegl-0.2.0-CVE-2012-4433.patch 2016-11-11 15:21:55 UTC (rev 
280547)
@@ -0,0 +1,159 @@
+From ffa77a246652c7e706d690682fe659f50fbe5656 Mon Sep 17 00:00:00 2001
+From: Nils Philippsen 
+Date: Mon, 1 Jul 2013 12:03:51 +0200
+Subject: [PATCH] patch: CVE-2012-4433
+
+Squashed commit of the following:
+
+commit 2a9071e2dc4cfe1aaa7a

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

2016-11-11 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 15:21:36
  Author: anthraxx
Revision: 280546

upgpkg: gegl02 0.2.0-5 (jasper rebuild)

Modified:
  gegl02/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 15:10:00 UTC (rev 280545)
+++ PKGBUILD2016-11-11 15:21:36 UTC (rev 280546)
@@ -4,7 +4,7 @@
 
 pkgname=gegl02
 pkgver=0.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Graph based image processing framework (v0.2)"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/";


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

2016-11-11 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 15:10:00
  Author: anthraxx
Revision: 280545

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

Added:
  gegl/repos/staging-i686/
  gegl/repos/staging-i686/PKGBUILD
(from rev 280544, gegl/trunk/PKGBUILD)
  gegl/repos/staging-x86_64/
  gegl/repos/staging-x86_64/PKGBUILD
(from rev 280544, gegl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

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

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


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

2016-11-11 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 15:09:39
  Author: anthraxx
Revision: 280544

upgpkg: gegl 0.3.8-2 (jasper rebuild)

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 14:48:28 UTC (rev 280543)
+++ PKGBUILD2016-11-11 15:09:39 UTC (rev 280544)
@@ -3,7 +3,7 @@
 
 pkgname=gegl
 pkgver=0.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Graph based image processing framework"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/";


[arch-commits] Commit in gstreamer0.10-bad/repos (16 files)

2016-11-11 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 14:48:28
  Author: anthraxx
Revision: 280543

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

Added:
  gstreamer0.10-bad/repos/staging-i686/
  gstreamer0.10-bad/repos/staging-i686/PKGBUILD
(from rev 280542, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-i686/disable-assrender-test.patch
(from rev 280542, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-i686/disable-camerabin-test.patch
(from rev 280542, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-i686/drop-vpx-compat-defs.patch
(from rev 280542, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-i686/faad2-version-check.patch
(from rev 280542, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/staging-i686/fix-libmodplug-include.patch
(from rev 280542, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-i686/wildmidi-0.4.patch
(from rev 280542, gstreamer0.10-bad/trunk/wildmidi-0.4.patch)
  gstreamer0.10-bad/repos/staging-x86_64/
  gstreamer0.10-bad/repos/staging-x86_64/PKGBUILD
(from rev 280542, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-x86_64/disable-assrender-test.patch
(from rev 280542, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/disable-camerabin-test.patch
(from rev 280542, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/drop-vpx-compat-defs.patch
(from rev 280542, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-x86_64/faad2-version-check.patch
(from rev 280542, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/staging-x86_64/fix-libmodplug-include.patch
(from rev 280542, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-x86_64/wildmidi-0.4.patch
(from rev 280542, gstreamer0.10-bad/trunk/wildmidi-0.4.patch)

-+
 staging-i686/PKGBUILD   |   75 ++
 staging-i686/disable-assrender-test.patch   |   11 +++
 staging-i686/disable-camerabin-test.patch   |   10 +++
 staging-i686/drop-vpx-compat-defs.patch |   26 +
 staging-i686/faad2-version-check.patch  |   35 
 staging-i686/fix-libmodplug-include.patch   |   12 
 staging-i686/wildmidi-0.4.patch |   16 +
 staging-x86_64/PKGBUILD |   75 ++
 staging-x86_64/disable-assrender-test.patch |   11 +++
 staging-x86_64/disable-camerabin-test.patch |   10 +++
 staging-x86_64/drop-vpx-compat-defs.patch   |   26 +
 staging-x86_64/faad2-version-check.patch|   35 
 staging-x86_64/fix-libmodplug-include.patch |   12 
 staging-x86_64/wildmidi-0.4.patch   |   16 +
 14 files changed, 370 insertions(+)

Copied: gstreamer0.10-bad/repos/staging-i686/PKGBUILD (from rev 280542, 
gstreamer0.10-bad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 14:48:28 UTC (rev 280543)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.23
+pkgrel=19
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
+url="http://gstreamer.freedesktop.org/";
+options=(!emptydirs)
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125"
+fix-libmodplug-include.patch
+drop-vpx-compat-defs.patch
+disable-assrender-test.patch
+disable-camerabin-test.patch
+faad2-version-check.patch
+wildmidi-0.4.patch)
+sha256sums=('SKIP'
+'d89d8f4307c7d5a143b9240467d260a1cb6bb1ab2e7ca57841ce0901f41c9cb7'
+'eb97037b7b581d1ab994eadd144044c083975e5670a73ec827de126bf888f4b9'
+'e66642affa6c0e69837d37615010e67e59ef3d672663303d46c1e2591e2ddfc6'
+'01e780ddf1f8161a6115dded9dc5bf4bdd4d09a9eee00fa423b1330e90e76c68'
+'741492ae7a9518603fc51d87ae331d882f075547ea7fdec19c60f399085f18cc'
+'7a8698df3b53c34c627c00d3b025045818898cedc5ee7ffa13272d8758fcefd2')
+
+prepare() {
+  cd gst-plugins-bad
+  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+  patch -Np1 -i 

[arch-commits] Commit in gstreamer0.10-bad/trunk (PKGBUILD)

2016-11-11 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 14:48:06
  Author: anthraxx
Revision: 280542

upgpkg: gstreamer0.10-bad 0.10.23-19 (jasper rebuild)

Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 14:36:28 UTC (rev 280541)
+++ PKGBUILD2016-11-11 14:48:06 UTC (rev 280542)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.23
-pkgrel=18
+pkgrel=19
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')


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

2016-11-11 Thread Levente Polyak
Date: Friday, November 11, 2016 @ 14:36:28
  Author: anthraxx
Revision: 280541

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

Added:
  qt5-imageformats/repos/staging-i686/PKGBUILD
(from rev 280540, qt5-imageformats/trunk/PKGBUILD)
  qt5-imageformats/repos/staging-x86_64/PKGBUILD
(from rev 280540, qt5-imageformats/trunk/PKGBUILD)
Deleted:
  qt5-imageformats/repos/staging-i686/PKGBUILD
  qt5-imageformats/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-11-11 14:20:17 UTC (rev 280540)
+++ staging-i686/PKGBUILD   2016-11-11 14:36:28 UTC (rev 280541)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.7.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-md5sums=('50e4086be4f1f8a0897f1ed8e1a00f09')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/staging-i686/PKGBUILD (from rev 280540, 
qt5-imageformats/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 14:36:28 UTC (rev 280541)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.7.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+md5sums=('50e4086be4f1f8a0897f1ed8e1a00f09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-11-11 14:20:17 UTC (rev 280540)
+++ staging-x86_64/PKGBUILD 2016-11-11 14:36:28 UTC (rev 280541)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.7.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-md5sums=('50e4086be4f1f8a0897f1ed8e1a00f09')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/staging-x86_64/PKGBUILD (from rev 280540, 
qt5-imageformats/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-11 14:36:28 UTC (rev 280541)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.7.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image

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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 14:09:42
  Author: arojas
Revision: 195368

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

Added:
  soundkonverter/repos/community-staging-i686/
  soundkonverter/repos/community-staging-i686/PKGBUILD
(from rev 195367, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-staging-x86_64/
  soundkonverter/repos/community-staging-x86_64/PKGBUILD
(from rev 195367, soundkonverter/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: soundkonverter/repos/community-staging-i686/PKGBUILD (from rev 195367, 
soundkonverter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-11 14:09:42 UTC (rev 195368)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Mateusz Herych 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+
+pkgname=soundkonverter
+pkgver=2.2.2
+pkgrel=2
+pkgdesc="Front-end to various audio converters"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=29024";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb4' 'cdparanoia' 'taglib')
+makedepends=('automoc4' 'cmake')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+source=("https://dl.opendesktop.org/api/files/download/id/1466626972/29024-soundkonverter-$pkgver.tar.gz";)
+md5sums=('37bf882550760940050f6cdc9779adbf')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: soundkonverter/repos/community-staging-x86_64/PKGBUILD (from rev 
195367, soundkonverter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-11 14:09:42 UTC (rev 195368)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Mateusz Herych 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+
+pkgname=soundkonverter
+pkgver=2.2.2
+pkgrel=2
+pkgdesc="Front-end to various audio converters"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=29024";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb4' 'cdparanoia' 'taglib')
+makedepends=('automoc4' 'cmake')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+source=("https://dl.opendesktop.org/api/files/download/id/1466626972/29024-soundkonverter-$pkgver.tar.gz";)
+md5sums=('37bf882550760940050f6cdc9779adbf')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 14:04:29
  Author: arojas
Revision: 195367

kdemultimedia libs rename

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 14:00:14 UTC (rev 195366)
+++ PKGBUILD2016-11-11 14:04:29 UTC (rev 195367)
@@ -6,12 +6,12 @@
 
 pkgname=soundkonverter
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Front-end to various audio converters"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php?content=29024";
 license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
+depends=('kdebase-runtime' 'libkcddb4' 'cdparanoia' 'taglib')
 makedepends=('automoc4' 'cmake')
 optdepends=('cdrkit: cdda2wav backend'
 'faac: faac backend'
@@ -31,7 +31,7 @@
 'vorbis-tools: vorbis tools backend'
 'wavpack: wavpack backend'
 'sox: sox plugin (change sample rate, various effects)')
-source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz";)
+source=("https://dl.opendesktop.org/api/files/download/id/1466626972/29024-soundkonverter-$pkgver.tar.gz";)
 md5sums=('37bf882550760940050f6cdc9779adbf')
 
 build() {


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

2016-11-11 Thread Felix Yan
Date: Friday, November 11, 2016 @ 14:00:14
  Author: felixonmars
Revision: 195366

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 195365, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.service
(from rev 195365, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   60 +-
 pm2.service |   32 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 13:59:52 UTC (rev 195365)
+++ PKGBUILD2016-11-11 14:00:14 UTC (rev 195366)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('1ae633fcbbe312cd30a7bd0120cd90f6'
- '2f3ffbb78aa64d262d99168c5380b472')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 195365, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 14:00:14 UTC (rev 195366)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('e5cc9b96a2efc6d312ee3b147bffd75e'
+ '2f3ffbb78aa64d262d99168c5380b472')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.service
===
--- pm2.service 2016-11-11 13:59:52 UTC (rev 195365)
+++ pm2.service 2016-11-11 14:00:14 UTC (rev 195366)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/community-any/pm2.service (from rev 195365, 
pm2/trunk/pm2.service)
===
--- pm2.service (rev 0)
+++ pm2.service 2016-11-11 14:00:14 UTC (rev 195366)
@@ -0,0 +1,16 @@
+[Unit]
+Description=PM2 next gen process manager for Node.js
+After=network.target remote-fs.target
+
+[Service]
+Type=forking
+
+ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
+ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
+
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
+
+[Install]
+WantedBy=multi-user.target


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

2016-11-11 Thread Felix Yan
Date: Friday, November 11, 2016 @ 13:59:52
  Author: felixonmars
Revision: 195365

upgpkg: pm2 2.1.5-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:58:24 UTC (rev 195364)
+++ PKGBUILD2016-11-11 13:59:52 UTC (rev 195365)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('1ae633fcbbe312cd30a7bd0120cd90f6'
+md5sums=('e5cc9b96a2efc6d312ee3b147bffd75e'
  '2f3ffbb78aa64d262d99168c5380b472')
 
 package() {


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:58:24
  Author: arojas
Revision: 195364

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

Added:
  kaudiocreator/repos/community-staging-i686/
  kaudiocreator/repos/community-staging-i686/PKGBUILD
(from rev 195363, kaudiocreator/trunk/PKGBUILD)
  kaudiocreator/repos/community-staging-x86_64/
  kaudiocreator/repos/community-staging-x86_64/PKGBUILD
(from rev 195363, kaudiocreator/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: kaudiocreator/repos/community-staging-i686/PKGBUILD (from rev 195363, 
kaudiocreator/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-11 13:58:24 UTC (rev 195364)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=8
+pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from 
disk"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb4' 'libkcompactdisc4' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+source=("https://dl.opendesktop.org/api/files/download/id/1466629608/107645-kaudiocreator-$pkgver.tar.bz2";)
+md5sums=('6adce848d3cdc9d80a52d35144890c86')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kaudiocreator/repos/community-staging-x86_64/PKGBUILD (from rev 195363, 
kaudiocreator/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-11 13:58:24 UTC (rev 195364)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=8
+pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from 
disk"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb4' 'libkcompactdisc4' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+source=("https://dl.opendesktop.org/api/files/download/id/1466629608/107645-kaudiocreator-$pkgver.tar.bz2";)
+md5sums=('6adce848d3cdc9d80a52d35144890c86')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:57:56
  Author: arojas
Revision: 195363

kdemultimedia libs rename

Modified:
  kaudiocreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:56:08 UTC (rev 195362)
+++ PKGBUILD2016-11-11 13:57:56 UTC (rev 195363)
@@ -5,14 +5,14 @@
 
 pkgname=kaudiocreator
 pkgver=1.3
-pkgrel=7
+pkgrel=8
 pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from 
disk"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645";
 license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid')
+depends=('kdebase-runtime' 'libkcddb4' 'libkcompactdisc4' 'taglib' 'libdiscid')
 makedepends=('cmake' 'automoc4')
-source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2";)
+source=("https://dl.opendesktop.org/api/files/download/id/1466629608/107645-kaudiocreator-$pkgver.tar.bz2";)
 md5sums=('6adce848d3cdc9d80a52d35144890c86')
 
 build() {


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

2016-11-11 Thread Nicola Squartini
Date: Friday, November 11, 2016 @ 13:56:08
  Author: tensor5
Revision: 195362

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 13:55:33 UTC (rev 195361)
+++ community-i686/PKGBUILD 2016-11-11 13:56:08 UTC (rev 195362)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
-sha256sums=('03cd0eb5cdbe3e3f3d402452b61b3e40abc7995564ac78ceb9c691ea0f069cce')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cargo build --release
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}

Copied: parity/repos/community-i686/PKGBUILD (from rev 195361, 
parity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 13:56:08 UTC (rev 195362)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
+sha256sums=('f4eab4c745e760d9e196a3a8d4d26deb914f9d421ef3a9a701be7ac5b63bb647')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cargo build --release
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-11 13:55:33 UTC (rev 195361)
+++ community-x86_64/PKGBUILD   2016-11-11 13:56:08 UTC (rev 195362)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
-sha256sums=('03cd0eb5cdbe3e3f3d402452b61b3e40abc7995564ac78ceb9c691ea0f069cce')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cargo build --release
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}

Copied: parity/repos/community-x86_64/PKGBUILD (from rev 195361, 
parity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-11 13:56:08 UTC (rev 195362)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
+sha256sums=('f4eab4c745e760d9e196a3a8d4d26deb914f9d421ef3a9a701be7ac5b63bb647')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cargo build --release
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}


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

2016-11-11 Thread Nicola Squartini
Date: Friday, November 11, 2016 @ 13:55:33
  Author: tensor5
Revision: 195361

upgpkg: parity 1.4.2-1

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:55:19 UTC (rev 195360)
+++ PKGBUILD2016-11-11 13:55:33 UTC (rev 195361)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
-sha256sums=('03cd0eb5cdbe3e3f3d402452b61b3e40abc7995564ac78ceb9c691ea0f069cce')
+sha256sums=('f4eab4c745e760d9e196a3a8d4d26deb914f9d421ef3a9a701be7ac5b63bb647')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:55:19
  Author: arojas
Revision: 195360

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

Added:
  audex/repos/community-staging-i686/
  audex/repos/community-staging-i686/PKGBUILD
(from rev 195359, audex/trunk/PKGBUILD)
  audex/repos/community-staging-x86_64/
  audex/repos/community-staging-x86_64/PKGBUILD
(from rev 195359, audex/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: audex/repos/community-staging-i686/PKGBUILD (from rev 195359, 
audex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-11 13:55:19 UTC (rev 195360)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: mightyjaym 
+# Contributor: moostik 
+
+pkgname=audex
+pkgver=0.79
+pkgrel=5
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb4' 'libkcompactdisc4' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+source=("http://downloads.sourceforge.net/project/audex/src/audex-$pkgver.tar.xz";)
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-x86_64/PKGBUILD (from rev 195359, 
audex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-11 13:55:19 UTC (rev 195360)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: mightyjaym 
+# Contributor: moostik 
+
+pkgname=audex
+pkgver=0.79
+pkgrel=5
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb4' 'libkcompactdisc4' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+source=("http://downloads.sourceforge.net/project/audex/src/audex-$pkgver.tar.xz";)
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:54:46
  Author: arojas
Revision: 195359

kdemultimedia libs rename

Modified:
  audex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:53:32 UTC (rev 195358)
+++ PKGBUILD2016-11-11 13:54:46 UTC (rev 195359)
@@ -6,18 +6,18 @@
 
 pkgname=audex
 pkgver=0.79
-pkgrel=4
+pkgrel=5
 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php?content=77125";
 license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+depends=('kdebase-runtime' 'libkcddb4' 'libkcompactdisc4' 'cdparanoia')
 makedepends=('cmake' 'automoc4')
 optdepends=('vorbis-tools: OGG encoder'
'faac: MP4/M4A/AAC encoder'
'flac: FLAC encoder'
'lame: MP3 encoder')
-source=("http://kde-apps.org/CONTENT/content-files/77125-${pkgname}-${pkgver}.tar.xz";)
+source=("http://downloads.sourceforge.net/project/audex/src/audex-$pkgver.tar.xz";)
 md5sums=('f7dea212961b90c83d061b0e0ca897c2')
 
 build() {


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

2016-11-11 Thread Felix Yan
Date: Friday, November 11, 2016 @ 13:53:32
  Author: felixonmars
Revision: 195358

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 195357, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 13:53:16 UTC (rev 195357)
+++ PKGBUILD2016-11-11 13:53:32 UTC (rev 195358)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=2.0.8
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/";
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('dbb45220f50b01291be12bf25b5729c5baf20a4744ddf1bdeba26be33628d78c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 195357, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 13:53:32 UTC (rev 195358)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=2.0.9
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/";
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('46edbf25c9929d6b98f7dc23798e7311beb5328a1d33b31d9c84fc82bee7cec1')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-11 Thread Felix Yan
Date: Friday, November 11, 2016 @ 13:53:16
  Author: felixonmars
Revision: 195357

upgpkg: typescript 2.0.9-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:51:30 UTC (rev 195356)
+++ PKGBUILD2016-11-11 13:53:16 UTC (rev 195357)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=2.0.8
+pkgver=2.0.9
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('dbb45220f50b01291be12bf25b5729c5baf20a4744ddf1bdeba26be33628d78c')
+sha256sums=('46edbf25c9929d6b98f7dc23798e7311beb5328a1d33b31d9c84fc82bee7cec1')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-11-11 Thread Felix Yan
Date: Friday, November 11, 2016 @ 13:51:30
  Author: felixonmars
Revision: 195356

archrelease: copy trunk to community-any

Added:
  python-pytest-timeout/repos/community-any/PKGBUILD
(from rev 195355, python-pytest-timeout/trunk/PKGBUILD)
Deleted:
  python-pytest-timeout/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 13:51:08 UTC (rev 195355)
+++ PKGBUILD2016-11-11 13:51:30 UTC (rev 195356)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-timeout
-pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='py.test plugin to abort hanging tests'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-timeout'
-makedepends=('python-pytest' 'python2-pytest' 'mercurial')
-checkdepends=('python-pexpect' 'python2-pexpect')
-source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pytest-timeout{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-timeout
-  python setup.py build
-
-  cd "$srcdir"/pytest-timeout-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-timeout
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/pytest-timeout-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-pytest-timeout() {
-  depends=('python-pytest')
-
-  cd pytest-timeout
-  python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-timeout() {
-  depends=('python2-pytest')
-
-  cd pytest-timeout-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-timeout/repos/community-any/PKGBUILD (from rev 195355, 
python-pytest-timeout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 13:51:30 UTC (rev 195356)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-timeout
+pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='py.test plugin to abort hanging tests'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-timeout'
+makedepends=('python-pytest' 'python2-pytest' 'mercurial')
+checkdepends=('python-pexpect' 'python2-pexpect')
+source=("hg+https://bitbucket.org/pytest-dev/pytest-timeout#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pytest-timeout{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-timeout
+  python setup.py build
+
+  cd "$srcdir"/pytest-timeout-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-timeout
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-timeout-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-timeout() {
+  depends=('python-pytest')
+
+  cd pytest-timeout
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-timeout() {
+  depends=('python2-pytest')
+
+  cd pytest-timeout-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-11 Thread Felix Yan
Date: Friday, November 11, 2016 @ 13:51:08
  Author: felixonmars
Revision: 195355

upgpkg: python-pytest-timeout 1.2.0-1

Modified:
  python-pytest-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:47:28 UTC (rev 195354)
+++ PKGBUILD2016-11-11 13:51:08 UTC (rev 195355)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-timeout
 pkgname=('python-pytest-timeout' 'python2-pytest-timeout')
-pkgver=1.0.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='py.test plugin to abort hanging tests'
 arch=('any')


[arch-commits] Commit in vim-airline/repos/community-any (3 files)

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 13:47:28
  Author: arodseth
Revision: 195354

archrelease: copy trunk to community-any

Added:
  vim-airline/repos/community-any/PKGBUILD
(from rev 195353, vim-airline/trunk/PKGBUILD)
Deleted:
  vim-airline/repos/community-any/PKGBUILD
  vim-airline/repos/community-any/vimdoc.install

+
 PKGBUILD   |   73 +++
 vimdoc.install |   16 
 2 files changed, 36 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 13:46:29 UTC (rev 195353)
+++ PKGBUILD2016-11-11 13:47:28 UTC (rev 195354)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: olantwin 
-
-pkgname=vim-airline
-pkgver=0.8
-pkgrel=2
-pkgdesc='Lean & mean statusline/tabline for ViM'
-arch=('any')
-url='https://github.com/vim-airline/vim-airline'
-license=('MIT')
-depends=('vim-runtime' 'vim-airline-themes')
-makedepends=('git')
-groups=('vim-plugins')
-#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
-install='vimdoc.install'
-source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-
-  _installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
-  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
-  install -d "$_installpath/autoload"
-  install -d "$_installpath/t"
-  cp -R autoload/* "$_installpath/autoload"
-  cp -R t/* "$_installpath/t"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # This one conflicts with vim-airline-themes
-  rm "$pkgdir/usr/share/vim/vimfiles/autoload/airline/themes/dark.vim"
-}
-
-# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
-# vim:set ts=2 sw=2 et:

Copied: vim-airline/repos/community-any/PKGBUILD (from rev 195353, 
vim-airline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 13:47:28 UTC (rev 195354)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: olantwin 
+
+pkgname=vim-airline
+pkgver=0.8
+pkgrel=3
+pkgdesc='Lean & mean statusline/tabline for ViM'
+arch=('any')
+url='https://github.com/vim-airline/vim-airline'
+license=('MIT')
+depends=('vim-runtime' 'vim-airline-themes')
+makedepends=('git')
+groups=('vim-plugins')
+#optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
+source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  _installpath="$pkgdir/usr/share/vim/vimfiles"
+  install -Dm755 doc/airline.txt "$_installpath/doc/airline.txt"
+  install -Dm755 plugin/airline.vim "$_installpath/plugin/airline.vim"
+  install -d "$_installpath/autoload"
+  install -d "$_installpath/t"
+  cp -R autoload/* "$_installpath/autoload"
+  cp -R t/* "$_installpath/t"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # This one conflicts with vim-airline-themes
+  rm "$pkgdir/usr/share/vim/vimfiles/autoload/airline/themes/dark.vim"
+}
+
+# getver: raw.githubusercontent.com/vim-airline/vim-airline/master/CHANGELOG.md
+# vim:set ts=2 sw=2 et:

Deleted: vimdoc.install
===
--- vimdoc.install  2016-11-11 13:46:29 UTC (rev 195353)
+++ vimdoc.install  2016-11-11 13:47:28 UTC (rev 195354)
@@ -1,16 +0,0 @@
-post_install() {
-echo -n 'Updating vim help tags...'
-/usr/bin/vim --noplugins -u NONE -U NONE \
- --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-echo 'done.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in vim-airline/trunk (vimdoc.install)

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 13:46:29
  Author: arodseth
Revision: 195353

upgpkg: vim-airline 0.8-3

Deleted:
  vim-airline/trunk/vimdoc.install

+
 vimdoc.install |   16 
 1 file changed, 16 deletions(-)

Deleted: vimdoc.install
===
--- vimdoc.install  2016-11-11 13:32:46 UTC (rev 195352)
+++ vimdoc.install  2016-11-11 13:46:29 UTC (rev 195353)
@@ -1,16 +0,0 @@
-post_install() {
-echo -n 'Updating vim help tags...'
-/usr/bin/vim --noplugins -u NONE -U NONE \
- --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
-echo 'done.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in kdemultimedia-audiocd-kio/repos (4 files)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:40:20
  Author: arojas
Revision: 280535

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

Added:
  kdemultimedia-audiocd-kio/repos/staging-i686/
  kdemultimedia-audiocd-kio/repos/staging-i686/PKGBUILD
(from rev 280534, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/staging-x86_64/
  kdemultimedia-audiocd-kio/repos/staging-x86_64/PKGBUILD
(from rev 280534, kdemultimedia-audiocd-kio/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdemultimedia-audiocd-kio/repos/staging-i686/PKGBUILD (from rev 280534, 
kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 13:40:20 UTC (rev 280535)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=16.08.3
+pkgrel=2
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb4' 'libkcompactdisc4' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
+sha1sums=('f707954fe5cea016aa6ac43c3ff5aedf72c29529')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdemultimedia-audiocd-kio/repos/staging-x86_64/PKGBUILD (from rev 
280534, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-11 13:40:20 UTC (rev 280535)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=16.08.3
+pkgrel=2
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb4' 'libkcompactdisc4' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
+sha1sums=('f707954fe5cea016aa6ac43c3ff5aedf72c29529')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kdemultimedia-audiocd-kio/trunk (PKGBUILD)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:39:40
  Author: arojas
Revision: 280534

kdemultimedia libs rename

Modified:
  kdemultimedia-audiocd-kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:38:19 UTC (rev 280533)
+++ PKGBUILD2016-11-11 13:39:40 UTC (rev 280534)
@@ -4,12 +4,12 @@
 
 pkgname=kdemultimedia-audiocd-kio
 pkgver=16.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Kioslave for accessing audio CDs"
 url='https://www.kde.org/applications/multimedia/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
+depends=('libkcddb4' 'libkcompactdisc4' 'lame')
 makedepends=('cmake' 'automoc4')
 groups=('kde-applications' 'kdemultimedia')
 replaces=('kdemultimedia-kioslave')


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:38:19
  Author: arojas
Revision: 280533

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

Added:
  k3b/repos/staging-i686/
  k3b/repos/staging-i686/PKGBUILD
(from rev 280532, k3b/trunk/PKGBUILD)
  k3b/repos/staging-i686/k3b-ffmpeg3.patch
(from rev 280532, k3b/trunk/k3b-ffmpeg3.patch)
  k3b/repos/staging-i686/k3b-gcc6.patch
(from rev 280532, k3b/trunk/k3b-gcc6.patch)
  k3b/repos/staging-x86_64/
  k3b/repos/staging-x86_64/PKGBUILD
(from rev 280532, k3b/trunk/PKGBUILD)
  k3b/repos/staging-x86_64/k3b-ffmpeg3.patch
(from rev 280532, k3b/trunk/k3b-ffmpeg3.patch)
  k3b/repos/staging-x86_64/k3b-gcc6.patch
(from rev 280532, k3b/trunk/k3b-gcc6.patch)

--+
 staging-i686/PKGBUILD|   48 
 staging-i686/k3b-ffmpeg3.patch   |  138 +
 staging-i686/k3b-gcc6.patch  |   73 +++
 staging-x86_64/PKGBUILD  |   48 
 staging-x86_64/k3b-ffmpeg3.patch |  138 +
 staging-x86_64/k3b-gcc6.patch|   73 +++
 6 files changed, 518 insertions(+)

Copied: k3b/repos/staging-i686/PKGBUILD (from rev 280532, k3b/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-11 13:38:19 UTC (rev 280533)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=k3b
+pkgver=2.0.3a
+pkgrel=7
+epoch=1
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/k3b/";
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb4' 'libsamplerate' 'libmad'
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for cd ripping support')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz 
k3b-ffmpeg3.patch k3b-gcc6.patch)
+sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f'
+  '8ee47b04e92499d484c49e33dd33dabdf53025c9'
+  '83693cc2a3ef7b67e4254c151dfb4bef421b8761')
+
+prepare() {
+  cd $pkgname-2.0.3
+# Workaround build failure with cmake 3.4
+  sed -e "s|^cmake_minimum_required|#cmake_minimum_required|" -i CMakeLists.txt
+# Fix build with ffmpeg 3.0 (Gentoo)
+  patch -p1 -i ../k3b-ffmpeg3.patch
+# Fix build with GCC6 (rpmfusion)
+  patch -p1 -i ../k3b-gcc6.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-2.0.3 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: k3b/repos/staging-i686/k3b-ffmpeg3.patch (from rev 280532, 
k3b/trunk/k3b-ffmpeg3.patch)
===
--- staging-i686/k3b-ffmpeg3.patch  (rev 0)
+++ staging-i686/k3b-ffmpeg3.patch  2016-11-11 13:38:19 UTC (rev 280533)
@@ -0,0 +1,138 @@
+From 52d3d64863d2fab4128f524870851f18f5cae1fc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Old=C5=99ich=20Jedli=C4=8Dka?= 
+Date: Sat, 14 Feb 2015 15:31:07 +0100
+Subject: [PATCH] Fixed compilation with newer ffmpeg/libav.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Oldřich Jedlička 
+---
+ plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp | 60 -
+ 1 file changed, 50 insertions(+), 10 deletions(-)
+
+diff --git a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 
b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+index 5451fd3..2f80fd6 100644
+--- a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
 b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp
+@@ -86,8 +86,12 @@ public:
+ K3b::Msf length;
+ 
+ // for decoding. ffmpeg requires 16-byte alignment.
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++::AVFrame* frame;
++#else
+ char outputBuffer[AVCODEC_MAX_AUDIO_FRAME_SIZE + 15];
+ char* alignedOutputBuffer;
++#endif
+ char* outputBufferPos;
+ int outputBufferSize;
+ ::AVPacket packet;
+@@ -102,14 +106,29 @@ K3bFFMpegFile::K3bFFMpegFile( const QString& filename )
+ d = new Private;
+ d->formatContext = 0;
+ d->codec = 0;
++#ifdef HAVE_FFMPEG_AVCODEC_DECODE_AUDIO4
++#  if LIBAVCODEC_BUILD < AV_VERSION_INT(55,28,1)
++d->frame = avcodec_alloc_frame();
++#  else
++d->frame = av_frame_alloc();
++#  endif
++#else
+ int offset = 0x10 - (reinterpret_cast(&d->outputBuffer) & 0xf);
+ d->alignedOutputBuffer = &d->outputBuffer[offset];
++#endif
+ }
+ 
+ 
+ K3bFFMpegFile::~K3bFFMpegFile(

[arch-commits] Commit in k3b/trunk (PKGBUILD k3b-gcc6.patch)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:37:45
  Author: arojas
Revision: 280532

kdemultimedia libs rename

Added:
  k3b/trunk/k3b-gcc6.patch
Modified:
  k3b/trunk/PKGBUILD

+
 PKGBUILD   |   11 +---
 k3b-gcc6.patch |   73 +++
 2 files changed, 80 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 10:48:52 UTC (rev 280531)
+++ PKGBUILD2016-11-11 13:37:45 UTC (rev 280532)
@@ -3,13 +3,13 @@
 
 pkgname=k3b
 pkgver=2.0.3a
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/k3b/";
 license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libsamplerate' 'libmad'
+depends=('kdebase-runtime' 'libkcddb4' 'libsamplerate' 'libmad'
  'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
 makedepends=('cmake' 'automoc4' 'docbook-xml')
 optdepends=('dvd+rw-tools: for dvd burning support'
@@ -18,9 +18,10 @@
 'emovix: for bootable multimedia cd/dvd support'
 'cdrdao: for disk-at-once (DAO) mode support'
 'cdparanoia: for cd ripping support')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz 
k3b-ffmpeg3.patch)
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz 
k3b-ffmpeg3.patch k3b-gcc6.patch)
 sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f'
-  '8ee47b04e92499d484c49e33dd33dabdf53025c9')
+  '8ee47b04e92499d484c49e33dd33dabdf53025c9'
+  '83693cc2a3ef7b67e4254c151dfb4bef421b8761')
 
 prepare() {
   cd $pkgname-2.0.3
@@ -28,6 +29,8 @@
   sed -e "s|^cmake_minimum_required|#cmake_minimum_required|" -i CMakeLists.txt
 # Fix build with ffmpeg 3.0 (Gentoo)
   patch -p1 -i ../k3b-ffmpeg3.patch
+# Fix build with GCC6 (rpmfusion)
+  patch -p1 -i ../k3b-gcc6.patch
 }
 
 build() {

Added: k3b-gcc6.patch
===
--- k3b-gcc6.patch  (rev 0)
+++ k3b-gcc6.patch  2016-11-11 13:37:45 UTC (rev 280532)
@@ -0,0 +1,73 @@
+--- k3b-2.0.3/libk3b/tools/k3bwavefilewriter.cpp.old   2016-05-14 
12:33:15.0 -0400
 k3b-2.0.3/libk3b/tools/k3bwavefilewriter.cpp   2016-05-14 
12:34:35.218389226 -0400
+@@ -111,17 +111,17 @@
+ {
+ static const char riffHeader[] =
+ {
+-0x52, 0x49, 0x46, 0x46, // 0  "RIFF"
+-0x00, 0x00, 0x00, 0x00, // 4  wavSize
+-0x57, 0x41, 0x56, 0x45, // 8  "WAVE"
+-0x66, 0x6d, 0x74, 0x20, // 12 "fmt "
+-0x10, 0x00, 0x00, 0x00, // 16
+-0x01, 0x00, 0x02, 0x00, // 20
+-0x44, 0xac, 0x00, 0x00, // 24
+-0x10, 0xb1, 0x02, 0x00, // 28
+-0x04, 0x00, 0x10, 0x00, // 32
+-0x64, 0x61, 0x74, 0x61, // 36 "data"
+-0x00, 0x00, 0x00, 0x00  // 40 byteCount
++(char)0x52, (char)0x49, (char)0x46, (char)0x46, // 0  "RIFF"
++(char)0x00, (char)0x00, (char)0x00, (char)0x00, // 4  wavSize
++(char)0x57, (char)0x41, (char)0x56, (char)0x45, // 8  "WAVE"
++(char)0x66, (char)0x6d, (char)0x74, (char)0x20, // 12 "fmt "
++(char)0x10, (char)0x00, (char)0x00, (char)0x00, // 16
++(char)0x01, (char)0x00, (char)0x02, (char)0x00, // 20
++(char)0x44, (char)0xac, (char)0x00, (char)0x00, // 24
++(char)0x10, (char)0xb1, (char)0x02, (char)0x00, // 28
++(char)0x04, (char)0x00, (char)0x10, (char)0x00, // 32
++(char)0x64, (char)0x61, (char)0x74, (char)0x61, // 36 "data"
++(char)0x00, (char)0x00, (char)0x00, (char)0x00  // 40 byteCount
+ };
+ 
+ m_outputStream.writeRawData( riffHeader, 44 );
+--- k3b-2.0.3/libk3b/projects/k3bcdrdaowriter.cpp.old  2014-11-04 
13:37:31.0 -0500
 k3b-2.0.3/libk3b/projects/k3bcdrdaowriter.cpp  2016-05-14 
12:41:13.769135417 -0400
+@@ -908,7 +908,7 @@
+ 
+ void K3b::CdrdaoWriter::parseCdrdaoMessage()
+ {
+-static const char msgSync[] = { 0xff, 0x00, 0xff, 0x00 };
++static const char msgSync[] = { (char)0xff, (char)0x00, (char)0xff, 
(char)0x00 };
+ unsigned int avail = m_comSock->bytesAvailable();
+ unsigned int msgs = avail / ( sizeof(msgSync)+d->progressMsgSize );
+ unsigned int count = 0;
+--- k3b-2.0.3/plugins/encoder/external/k3bexternalencoder.cpp.old  
2014-11-04 13:37:31.0 -0500
 k3b-2.0.3/plugins/encoder/external/k3bexternalencoder.cpp  2016-05-14 
12:45:57.967902413 -0400
+@@ -39,17 +39,17 @@
+ 
+ static const char s_riffHeader[] =
+ {
+-0x52, 0x49, 0x46, 0x46, // 0  "RIFF"
+-0x00, 0x00, 0x00, 0x00, // 4  wavSize
+-0x57, 0x41, 0x56, 0x45, // 8  "WAVE"
+-0x66, 0x6d, 0x74, 0x20, // 12 "fmt "
+-0x10, 0x00, 0x00, 0x00, // 16
+-0x01, 0x00, 0x02, 0x00, // 20
+-0x44, 0xac, 0x00, 0x

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

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 13:32:46
  Author: arodseth
Revision: 195352

upgpkg: vim-airline 0.8-3

Modified:
  vim-airline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:30:01 UTC (rev 195351)
+++ PKGBUILD2016-11-11 13:32:46 UTC (rev 195352)
@@ -4,7 +4,7 @@
 
 pkgname=vim-airline
 pkgver=0.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Lean & mean statusline/tabline for ViM'
 arch=('any')
 url='https://github.com/vim-airline/vim-airline'
@@ -13,7 +13,6 @@
 makedepends=('git')
 groups=('vim-plugins')
 #optdepends=('otf-powerline-symbols-git: Use the Powerline symbols')
-install='vimdoc.install'
 source=("git://github.com/vim-airline/$pkgname.git#tag=v$pkgver")
 md5sums=('SKIP')
 


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 13:30:01
  Author: spupykin
Revision: 195351

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

Added:
  darktable/repos/community-testing-i686/
  darktable/repos/community-testing-i686/PKGBUILD
(from rev 195350, darktable/trunk/PKGBUILD)
  darktable/repos/community-testing-x86_64/
  darktable/repos/community-testing-x86_64/PKGBUILD
(from rev 195350, darktable/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   55 
 community-testing-x86_64/PKGBUILD |   55 
 2 files changed, 110 insertions(+)

Copied: darktable/repos/community-testing-i686/PKGBUILD (from rev 195350, 
darktable/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-11 13:30:01 UTC (rev 195351)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.2.0rc0
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'osm-gps-map' 'libcups')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
+md5sums=('d64520874c0c9606849309b4110a5d73')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
+}

Copied: darktable/repos/community-testing-x86_64/PKGBUILD (from rev 195350, 
darktable/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-11 13:30:01 UTC (rev 195351)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.2.0rc0
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'osm-gps-map' 'libcups')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
+md5sums=('d64520874c0c9606849309b4110a5d73')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
+}


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 13:29:43
  Author: spupykin
Revision: 195350

upgpkg: darktable 1:2.2.0rc0-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:29:25 UTC (rev 195349)
+++ PKGBUILD2016-11-11 13:29:43 UTC (rev 195350)
@@ -6,8 +6,8 @@
 # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
 
 pkgname=darktable
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.2.0rc0
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 epoch=1
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
 optdepends=('librsvg' 'osm-gps-map' 'libcups')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz";)
-md5sums=('7ad1d6629653270eb915f4fc6a0189d8')
+md5sums=('d64520874c0c9606849309b4110a5d73')
 
 build() {
   cd "$srcdir/$pkgname-release-$pkgver"
@@ -29,6 +29,7 @@
   CXXFLAGS+=" -fpermissive"
   cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
   -DCMAKE_BUILD_TYPE=Release \
   -DBINARY_PACKAGE_BUILD=1 \
   -DBUILD_USERMANUAL=False \
@@ -48,6 +49,7 @@
 package() {
   cd "$srcdir/$pkgname-release-$pkgver/build"
   make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
   install -Dm0755 ../tools/basecurve/dt-curve-tool 
"$pkgdir"/usr/bin/dt-curve-tool
   install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
"$pkgdir"/usr/bin/dt-curve-tool-helper
 }


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

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 13:29:25
  Author: arodseth
Revision: 195349

archrelease: copy trunk to community-any

Added:
  vim-jellybeans/repos/community-any/PKGBUILD
(from rev 195348, vim-jellybeans/trunk/PKGBUILD)
Deleted:
  vim-jellybeans/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 13:28:42 UTC (rev 195348)
+++ PKGBUILD2016-11-11 13:29:25 UTC (rev 195349)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth 
-
-pkgname='vim-jellybeans'
-_name=jellybeans.vim
-pkgver=1.5
-pkgrel=1
-pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
-arch=('any')
-url="https://github.com/nanotech/$_name";
-license=('MIT')
-groups=('vim-plugins')
-depends=('vim')
-source=("https://github.com/nanotech/$_name/archive/v$pkgver.zip";)
-sha256sums=('5a6ec1d4d722b3db7b7f0a3cddc4f752f5eb915e76fe34471444d4c554883d52')
-
-prepare() {
-  head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
-}
-
-package() {
-  install -Dm644 "$_name-$pkgver/colors/$_name" \
-"$pkgdir/usr/share/vim/vimfiles/colors/$_name"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-jellybeans/repos/community-any/PKGBUILD (from rev 195348, 
vim-jellybeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 13:29:25 UTC (rev 195349)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=vim-jellybeans
+_name=jellybeans.vim
+pkgver=1.6
+pkgrel=1
+pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
+arch=('any')
+url="https://github.com/nanotech/$_name";
+license=('MIT')
+groups=('vim-plugins')
+depends=('vim')
+source=("$pkgname-$pkgver.zip::https://github.com/nanotech/$_name/archive/v$pkgver.zip";)
+sha256sums=('51cf6fab89ed5566a684717276daf069e18df416c72e354c237b9d7fc7960ed2')
+
+prepare() {
+  head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
+}
+
+package() {
+  install -Dm644 "$_name-$pkgver/colors/$_name" \
+"$pkgdir/usr/share/vim/vimfiles/colors/$_name"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 13:28:42
  Author: arodseth
Revision: 195348

upgpkg: vim-jellybeans 1.6-1

Modified:
  vim-jellybeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 13:25:32 UTC (rev 195347)
+++ PKGBUILD2016-11-11 13:28:42 UTC (rev 195348)
@@ -1,9 +1,9 @@
 # $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 
-pkgname='vim-jellybeans'
+pkgname=vim-jellybeans
 _name=jellybeans.vim
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
 arch=('any')
@@ -12,7 +12,7 @@
 groups=('vim-plugins')
 depends=('vim')
 
source=("$pkgname-$pkgver.zip::https://github.com/nanotech/$_name/archive/v$pkgver.zip";)
-sha256sums=('5a6ec1d4d722b3db7b7f0a3cddc4f752f5eb915e76fe34471444d4c554883d52')
+sha256sums=('51cf6fab89ed5566a684717276daf069e18df416c72e354c237b9d7fc7960ed2')
 
 prepare() {
   head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:25:32
  Author: arojas
Revision: 195347

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 195346, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/cython-sys-path.patch
(from rev 195346, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 195346, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/ecm-7.patch
(from rev 195346, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 195346, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/increase-rtol.patch
(from rev 195346, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-i686/is-package-installed.patch
(from rev 195346, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 195346, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 195346, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 195346, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/sagemath-cython0.25.patch
(from rev 195346, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-i686/sagemath-singular4.patch
(from rev 195346, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 195346, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 195346, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 195346, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/cython-sys-path.patch
(from rev 195346, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 195346, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/ecm-7.patch
(from rev 195346, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 195346, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/increase-rtol.patch
(from rev 195346, sagemath/trunk/increase-rtol.patch)
  sagemath/repos/community-staging-x86_64/is-package-installed.patch
(from rev 195346, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 195346, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 195346, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 195346, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/sagemath-cython0.25.patch
(from rev 195346, sagemath/trunk/sagemath-cython0.25.patch)
  sagemath/repos/community-staging-x86_64/sagemath-singular4.patch
(from rev 195346, sagemath/trunk/sagemath-singular4.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 195346, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 195346, sagemath/trunk/test-optional.patch)

-+
 community-staging-i686/PKGBUILD |  162 
 community-staging-i686/cython-sys-path.patch|   10 
 community-staging-i686/disable-fes.patch|   19 
 community-staging-i686/ecm-7.patch  |   79 
 community-staging-i686/env.patch|   93 
 community-staging-i686/increase-rtol.patch  |   37 
 community-staging-i686/is-package-installed.patch   |  329 +
 community-staging-i686/jupyter-path.patch   |   22 
 community-staging-i686/package.patch|   38 
 community-staging-i686/python-2.7.11.patch  |   11 
 community-staging-i686/sagemath-cython0.25.patch|   30 
 community-staging-i686/sagemath-singular4.patch | 3731 ++
 community-staging-i686/skip-check.patch |   22 
 community-staging-i686/test-optional.patch  |   25 
 community-staging-x86_64/PKGBUILD   |  162 
 community-staging-x86_64/cython-sys-path.patch  |   10 
 community-staging-x86_64/disable-fes.patch  |   19 
 community-staging-x86_64/ecm-7.patch|   79 
 community-staging-x86_64/env.patch  |   93 
 community-staging-x86_64/increase-rtol.patch|   37 
 community-staging-x86_64/is-package-installed.patch |  329 +
 community-staging-x86_64/jupyter-path.patch |   22 
 community-staging-x86_64/package.patch  |   38 
 community-staging-x86

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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 13:24:15
  Author: arojas
Revision: 195346

NTL 10.2 rebuild

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 10:44:02 UTC (rev 195345)
+++ PKGBUILD2016-11-11 13:24:15 UTC (rev 195346)
@@ -10,7 +10,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org";


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 10:48:30
  Author: arojas
Revision: 280530

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

Added:
  libkcddb4/repos/
  libkcddb4/repos/staging-i686/
  libkcddb4/repos/staging-i686/PKGBUILD
(from rev 280529, libkcddb4/trunk/PKGBUILD)
  libkcddb4/repos/staging-x86_64/
  libkcddb4/repos/staging-x86_64/PKGBUILD
(from rev 280529, libkcddb4/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libkcddb4/repos/staging-i686/PKGBUILD (from rev 280529, 
libkcddb4/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-11-11 10:48:30 UTC (rev 280530)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb4
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="KDE4 CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs libmusicbrainz5)
+makedepends=(cmake automoc4)
+replaces=('libkcddb<16.11')
+conflicts=('libkcddb<16.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/libkcddb-$pkgver.tar.xz";)
+sha1sums=('b77aa60310efd8946c7b0289cf1fb5fc7d5dc5ac')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkcddb-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkcddb4/repos/staging-x86_64/PKGBUILD (from rev 280529, 
libkcddb4/trunk/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2016-11-11 10:48:30 UTC (rev 280530)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb4
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="KDE4 CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs libmusicbrainz5)
+makedepends=(cmake automoc4)
+replaces=('libkcddb<16.11')
+conflicts=('libkcddb<16.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/libkcddb-$pkgver.tar.xz";)
+sha1sums=('b77aa60310efd8946c7b0289cf1fb5fc7d5dc5ac')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkcddb-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 10:48:52
  Author: arojas
Revision: 280531

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

Added:
  libkcompactdisc4/repos/
  libkcompactdisc4/repos/staging-i686/
  libkcompactdisc4/repos/staging-i686/PKGBUILD
(from rev 280530, libkcompactdisc4/trunk/PKGBUILD)
  libkcompactdisc4/repos/staging-x86_64/
  libkcompactdisc4/repos/staging-x86_64/PKGBUILD
(from rev 280530, libkcompactdisc4/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libkcompactdisc4/repos/staging-i686/PKGBUILD (from rev 280530, 
libkcompactdisc4/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-11-11 10:48:52 UTC (rev 280531)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc4
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs)
+makedepends=(cmake automoc4)
+replaces=('libkcompactdisc<16.11')
+conflicts=('libkcompactdisc<16.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/libkcompactdisc-$pkgver.tar.xz";)
+sha1sums=('d0441f1cf2f74dad4d3aa80fd4d8171ec740713e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkcompactdisc-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkcompactdisc4/repos/staging-x86_64/PKGBUILD (from rev 280530, 
libkcompactdisc4/trunk/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2016-11-11 10:48:52 UTC (rev 280531)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc4
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs)
+makedepends=(cmake automoc4)
+replaces=('libkcompactdisc<16.11')
+conflicts=('libkcompactdisc<16.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/libkcompactdisc-$pkgver.tar.xz";)
+sha1sums=('d0441f1cf2f74dad4d3aa80fd4d8171ec740713e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkcompactdisc-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (6 files)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 10:47:30
  Author: arojas
Revision: 280529

Rename KDE4 multimedia libs in preparation for upcoming KF5 versions

Added:
  libkcddb4/
  libkcddb4/trunk/
  libkcddb4/trunk/PKGBUILD
  libkcompactdisc4/
  libkcompactdisc4/trunk/
  libkcompactdisc4/trunk/PKGBUILD

-+
 libkcddb4/trunk/PKGBUILD|   35 +++
 libkcompactdisc4/trunk/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Added: libkcddb4/trunk/PKGBUILD
===
--- libkcddb4/trunk/PKGBUILD(rev 0)
+++ libkcddb4/trunk/PKGBUILD2016-11-11 10:47:30 UTC (rev 280529)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb4
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="KDE4 CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs libmusicbrainz5)
+makedepends=(cmake automoc4)
+replaces=('libkcddb<16.11')
+conflicts=('libkcddb<16.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/libkcddb-$pkgver.tar.xz";)
+sha1sums=('b77aa60310efd8946c7b0289cf1fb5fc7d5dc5ac')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkcddb-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Added: libkcompactdisc4/trunk/PKGBUILD
===
--- libkcompactdisc4/trunk/PKGBUILD (rev 0)
+++ libkcompactdisc4/trunk/PKGBUILD 2016-11-11 10:47:30 UTC (rev 280529)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc4
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs)
+makedepends=(cmake automoc4)
+replaces=('libkcompactdisc<16.11')
+conflicts=('libkcompactdisc<16.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/libkcompactdisc-$pkgver.tar.xz";)
+sha1sums=('d0441f1cf2f74dad4d3aa80fd4d8171ec740713e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkcompactdisc-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:44:02
  Author: spupykin
Revision: 195345

archrelease: copy trunk to community-any

Added:
  emms/repos/community-any/PKGBUILD
(from rev 195344, emms/trunk/PKGBUILD)
  emms/repos/community-any/emms.install
(from rev 195344, emms/trunk/emms.install)
Deleted:
  emms/repos/community-any/PKGBUILD
  emms/repos/community-any/emms.install

--+
 PKGBUILD |   66 -
 emms.install |   30 -
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 10:43:52 UTC (rev 195344)
+++ PKGBUILD2016-11-11 10:44:02 UTC (rev 195345)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:  Gour 
-
-pkgname=emms
-epoch=1
-pkgver=4.1
-pkgrel=1
-pkgdesc="The Emacs Multimedia System"
-url="http://www.gnu.org/software/emms/";
-arch=('any')
-license=('GPL3')
-depends=('emacs')
-makedepends=('git')
-install=${pkgname}.install
-source=(http://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz)
-#source=(git://git.sv.gnu.org/emms.git)
-md5sums=('31f18cca773565e0a3f70d8e7268b4ad')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i \
--e "s|/usr/local|/usr|g" \
--e "s|/info|/share/info|g" \
-Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/{man/man1,info}
-  make DESTDIR=$pkgdir install INSTALLINFO=/usr/bin/true
-}

Copied: emms/repos/community-any/PKGBUILD (from rev 195344, emms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 10:44:02 UTC (rev 195345)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:  Gour 
+
+pkgname=emms
+epoch=1
+pkgver=4.2
+pkgrel=1
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/";
+arch=('any')
+license=('GPL3')
+depends=('emacs')
+makedepends=('git')
+install=${pkgname}.install
+source=(http://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz)
+#source=(git://git.sv.gnu.org/emms.git)
+md5sums=('ba47fd376fdc416587d04f75f31efbd2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i \
+-e "s|/usr/local|/usr|g" \
+-e "s|/info|/share/info|g" \
+Makefile
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
+  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
+}

Deleted: emms.install
===
--- emms.install2016-11-11 10:43:52 UTC (rev 195344)
+++ emms.install2016-11-11 10:44:02 UTC (rev 195345)
@@ -1,15 +0,0 @@
-post_install() {
-  cat << EOF
-==> In order to use EMMS,  add the following lines to your ~/.emacs file:
-
-(require 'emms-setup)
-(emms-standard)
-(emms-default-players)
-
-For further configuration see the manual.
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emms/repos/community-any/emms.install (from rev 195344, 
emms/trunk/emms.install)
===
--- emms.install(rev 0)
+++ emms.install2016-11-11 10:44:02 UTC (rev 195345)
@@ -0,0 +1,15 @@
+post_install() {
+  cat << EOF
+==> In order to use EMMS,  add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:43:52
  Author: spupykin
Revision: 195344

upgpkg: emms 1:4.2-1

upd

Modified:
  emms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 10:37:04 UTC (rev 195343)
+++ PKGBUILD2016-11-11 10:43:52 UTC (rev 195344)
@@ -4,7 +4,7 @@
 
 pkgname=emms
 epoch=1
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc="The Emacs Multimedia System"
 url="http://www.gnu.org/software/emms/";
@@ -15,7 +15,7 @@
 install=${pkgname}.install
 source=(http://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz)
 #source=(git://git.sv.gnu.org/emms.git)
-md5sums=('31f18cca773565e0a3f70d8e7268b4ad')
+md5sums=('ba47fd376fdc416587d04f75f31efbd2')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:35:07
  Author: spupykin
Revision: 195341

upgpkg: sshguard 1.7.1-1

upd

Modified:
  sshguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 10:35:02 UTC (rev 195340)
+++ PKGBUILD2016-11-11 10:35:07 UTC (rev 195341)
@@ -3,7 +3,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=sshguard
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz";
sshguard.service
sshguard-journalctl)
-md5sums=('db251a2e31cb5af203d10c42be33ea9c'
+md5sums=('f6b9a4dea1ccf15312ac8c5456a64ef0'
  '0e2cd697956b5d8a7f0e28fbf651734b'
  '023cfd2f7f4376095dbbd16f1be8a39a')
 


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:35:30
  Author: spupykin
Revision: 195342

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

Added:
  sshguard/repos/community-i686/ChangeLog
(from rev 195341, sshguard/trunk/ChangeLog)
  sshguard/repos/community-i686/PKGBUILD
(from rev 195341, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-i686/sshguard-journalctl
(from rev 195341, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-i686/sshguard.install
(from rev 195341, sshguard/trunk/sshguard.install)
  sshguard/repos/community-i686/sshguard.service
(from rev 195341, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/ChangeLog
(from rev 195341, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 195341, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard-journalctl
(from rev 195341, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-x86_64/sshguard.install
(from rev 195341, sshguard/trunk/sshguard.install)
  sshguard/repos/community-x86_64/sshguard.service
(from rev 195341, sshguard/trunk/sshguard.service)
Deleted:
  sshguard/repos/community-i686/ChangeLog
  sshguard/repos/community-i686/PKGBUILD
  sshguard/repos/community-i686/sshguard-journalctl
  sshguard/repos/community-i686/sshguard.install
  sshguard/repos/community-i686/sshguard.service
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard-journalctl
  sshguard/repos/community-x86_64/sshguard.install
  sshguard/repos/community-x86_64/sshguard.service

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   74 +
 /sshguard-journalctl |8 +++
 /sshguard.install|   28 
 /sshguard.service|   18 
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   37 
 community-i686/sshguard-journalctl   |4 -
 community-i686/sshguard.install  |   14 --
 community-i686/sshguard.service  |9 
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   37 
 community-x86_64/sshguard-journalctl |4 -
 community-x86_64/sshguard.install|   14 --
 community-x86_64/sshguard.service|9 
 15 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-11-11 10:35:07 UTC (rev 195341)
+++ community-i686/ChangeLog2016-11-11 10:35:30 UTC (rev 195342)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-i686/ChangeLog (from rev 195341, 
sshguard/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-11-11 10:35:30 UTC (rev 195342)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 10:35:07 UTC (rev 195341)
+++ community-i686/PKGBUILD 2016-11-11 10:35:30 UTC (rev 195342)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('i686' 'x86_64')
-url="http://www.sshguard.net/";
-license=('GPL')
-depends=('iptables')
-install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz";
-   sshguard.service
-   sshguard-journalctl)
-md5sums=('db251a2e31cb5af203d10c42be33ea9c'
- '0e2cd697956b5d8a7f0e28fbf651734b'
- '023cfd2f7f4376095dbbd16f1be8a39a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|^DAYNO.*|DAYNO   [0-9]?[1-9]|' src/parser/attack_scanner.l
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" 
"$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-}

Copied: sshguard/repos/community-i686/PKGBUILD (from rev 195341, 
sshguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 10:35:30 UTC (rev 195342)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Massimiliano Torromeo 
+
+pkgna

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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:35:02
  Author: spupykin
Revision: 195340

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-11 10:34:45 UTC (rev 195339)
+++ community-i686/PKGBUILD 2016-11-11 10:35:02 UTC (rev 195340)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer : Ionut Biru 
-# Contributor: Joeny Ang 
-
-pkgname=shotwell
-epoch=1
-pkgver=0.24.1
-_basever=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
-pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
-arch=('i686' 'x86_64')
-url="http://yorba.org/shotwell/";
-license=('LGPL2.1')
-depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2' 'libgudev')
-makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
-source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
-md5sums=('b53b86424564d2f94d56621b1a10a8a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/lib \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make -j1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: shotwell/repos/community-i686/PKGBUILD (from rev 195339, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-11 10:35:02 UTC (rev 195340)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer : Ionut Biru 
+# Contributor: Joeny Ang 
+
+pkgname=shotwell
+epoch=1
+pkgver=0.24.2
+_basever=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=1
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
+arch=('i686' 'x86_64')
+url="http://yorba.org/shotwell/";
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
+md5sums=('4c4c6535be26abcb948d4c200a8516d0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libexec=/usr/lib \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make -j1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-11 10:34:45 UTC (rev 195339)
+++ community-x86_64/PKGBUILD   2016-11-11 10:35:02 UTC (rev 195340)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer : Ionut Biru 
-# Contributor: Joeny Ang 
-
-pkgname=shotwell
-epoch=1
-pkgver=0.24.1
-_basever=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
-pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
-arch=('i686' 'x86_64')
-url="http://yorba.org/shotwell/";
-license=('LGPL2.1')
-depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2' 'libgudev')
-makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
-source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz";)
-md5sums=('b53b86424564d2f94d56621b1a10a8a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/lib \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make -j1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: shotwell/repos/community-x86_64/PKGBUILD (from rev 195339, 
shotwell/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-11 10:35:02 UTC (rev 195340)
@@ -0,0 +1,34 @@
+# $

[arch-commits] Commit in perl-datetime-locale/trunk (PKGBUILD)

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:34:29
  Author: spupykin
Revision: 195337

upgpkg: perl-datetime-locale 1.10-1

upd

Modified:
  perl-datetime-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 10:34:23 UTC (rev 195336)
+++ PKGBUILD2016-11-11 10:34:29 UTC (rev 195337)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-locale
-pkgver=1.09
+pkgver=1.10
 pkgrel=1
 pkgdesc="Localization support for DateTime.pm "
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl-params-validate' 'perl-list-moreutils')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
-md5sums=('9f234d0360249c242fe1ae555043a2f8')
+md5sums=('e8203878991aa67bdef14de7e4823d03')
 
 build() {
   cd  "$srcdir"/DateTime-Locale-$pkgver


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:34:11
  Author: spupykin
Revision: 195335

upgpkg: moinmoin 1.9.9-1

upd

Modified:
  moinmoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-11 10:22:48 UTC (rev 195334)
+++ PKGBUILD2016-11-11 10:34:11 UTC (rev 195335)
@@ -4,7 +4,7 @@
 
 pkgname=moinmoin
 _xpkgname=moin
-pkgver=1.9.8
+pkgver=1.9.9
 pkgrel=1
 pkgdesc="A python wiki clone"
 arch=(any)
@@ -14,7 +14,7 @@
 conflicts=('moin')
 install=moinmoin.install
 source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('375a57b62565c789488c4d5b759c182c')
+md5sums=('32f02a5d0df06b80d889ca6cdc51593e')
 
 build() {
   cd "$srcdir"/${_xpkgname}-$pkgver


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

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:34:23
  Author: spupykin
Revision: 195336

archrelease: copy trunk to community-any

Added:
  moinmoin/repos/community-any/PKGBUILD
(from rev 195335, moinmoin/trunk/PKGBUILD)
  moinmoin/repos/community-any/moinmoin.install
(from rev 195335, moinmoin/trunk/moinmoin.install)
Deleted:
  moinmoin/repos/community-any/PKGBUILD
  moinmoin/repos/community-any/moinmoin.install

--+
 PKGBUILD |   68 ++---
 moinmoin.install |   35 ++-
 2 files changed, 37 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 10:34:11 UTC (rev 195335)
+++ PKGBUILD2016-11-11 10:34:23 UTC (rev 195336)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Samuel Mathieson 
-
-pkgname=moinmoin
-_xpkgname=moin
-pkgver=1.9.8
-pkgrel=1
-pkgdesc="A python wiki clone"
-arch=(any)
-url="http://moinmo.in/";
-license=('GPL')
-depends=('python2')
-conflicts=('moin')
-install=moinmoin.install
-source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
-md5sums=('375a57b62565c789488c4d5b759c182c')
-
-build() {
-  cd $srcdir/${_xpkgname}-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) wiki/server/*; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/${_xpkgname}-$pkgver
-  python2 setup.py install --root=$pkgdir --record=INSTALLED_FILES
-}

Copied: moinmoin/repos/community-any/PKGBUILD (from rev 195335, 
moinmoin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 10:34:23 UTC (rev 195336)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Samuel Mathieson 
+
+pkgname=moinmoin
+_xpkgname=moin
+pkgver=1.9.9
+pkgrel=1
+pkgdesc="A python wiki clone"
+arch=(any)
+url="http://moinmo.in/";
+license=('GPL')
+depends=('python2')
+conflicts=('moin')
+install=moinmoin.install
+source=(http://static.moinmo.in/files/moin-$pkgver.tar.gz)
+md5sums=('32f02a5d0df06b80d889ca6cdc51593e')
+
+build() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print) wiki/server/*; do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/${_xpkgname}-$pkgver
+  python2 setup.py install --root="$pkgdir" --record=INSTALLED_FILES
+}

Deleted: moinmoin.install
===
--- moinmoin.install2016-11-11 10:34:11 UTC (rev 195335)
+++ moinmoin.install2016-11-11 10:34:23 UTC (rev 195336)
@@ -1,32 +0,0 @@
-post_install() {
-  echo "
-Remember to add these lines to your apache configuration:
-/etc/httpd/conf/httpd.conf
-
-Alias /wiki/ \"/usr/share/moin/htdocs/\"
-
-Order deny,allow
-Allow from all
-
-
-SetHandler python-program
-PythonPath \"['/home/httpd/html/mywiki'] + sys.path\"
-PythonHandler MoinMoin.request::RequestModPy.run
-PythonOption Location /mywiki
-
-
-

-
-Then copy wikiconfig.py into /home/httpd/html/wiki/wikiconfig.py and
-change the following:
-
-data_dir = '/usr/share/moin/data'
-data_underlay_dir = '/usr/share/moin/underlay'
-
-Don't forget to give write access to these dirs.
-
-Restart apache and enjoy at the following:
-httpd://localhost/mywiki/
-"
-}

Copied: moinmoin/repos/community-any/moinmoin.install (from rev 195335, 
moinmoin/trunk/moinmoin.install)
===
--- moinmoin.install(rev 0)
+++ moinmoin.install2016-11-11 10:34:23 UTC (rev 195336)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "Check https://wiki.archlinux.org/index.php/Moinmoin page for 
instructions"
+}


[arch-commits] Commit in perl-datetime-locale/repos/community-any (PKGBUILD PKGBUILD)

2016-11-11 Thread Sergej Pupykin
Date: Friday, November 11, 2016 @ 10:34:40
  Author: spupykin
Revision: 195338

archrelease: copy trunk to community-any

Added:
  perl-datetime-locale/repos/community-any/PKGBUILD
(from rev 195337, perl-datetime-locale/trunk/PKGBUILD)
Deleted:
  perl-datetime-locale/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 10:34:29 UTC (rev 195337)
+++ PKGBUILD2016-11-11 10:34:40 UTC (rev 195338)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime-locale
-pkgver=1.09
-pkgrel=1
-pkgdesc="Localization support for DateTime.pm "
-arch=(any)
-url="http://search.cpan.org/dist/DateTime-Locale";
-license=('GPL' 'PerlArtistic')
-depends=('perl-params-validate' 'perl-list-moreutils')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
-md5sums=('9f234d0360249c242fe1ae555043a2f8')
-
-build() {
-  cd  $srcdir/DateTime-Locale-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DateTime-Locale-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-locale/repos/community-any/PKGBUILD (from rev 195337, 
perl-datetime-locale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 10:34:40 UTC (rev 195338)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime-locale
+pkgver=1.10
+pkgrel=1
+pkgdesc="Localization support for DateTime.pm "
+arch=(any)
+url="http://search.cpan.org/dist/DateTime-Locale";
+license=('GPL' 'PerlArtistic')
+depends=('perl-params-validate' 'perl-list-moreutils')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
+md5sums=('e8203878991aa67bdef14de7e4823d03')
+
+build() {
+  cd  "$srcdir"/DateTime-Locale-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DateTime-Locale-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


  1   2   >