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

2017-09-19 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 06:45:55
  Author: heftig
Revision: 305894

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

Added:
  nspr/repos/testing-i686/
  nspr/repos/testing-i686/PKGBUILD
(from rev 305893, nspr/trunk/PKGBUILD)
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 305893, nspr/trunk/PKGBUILD)

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

Copied: nspr/repos/testing-i686/PKGBUILD (from rev 305893, nspr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-20 06:45:55 UTC (rev 305894)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.17
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR";
+arch=(i686 x86_64)
+license=(MPL GPL)
+depends=(glibc sh)
+makedepends=(zip)
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
+sha1sums=('5262abb243191d5fa3dcd72857d7d7f8ec47ad01')
+sha256sums=('590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095')
+
+prepare() {
+  cd nspr-$pkgver/nspr
+}
+
+build() {
+  cd nspr-$pkgver/nspr
+  ./configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug \
+  $([[ $CARCH == x86_64 ]] && echo --enable-64bit)
+  make
+}
+
+package() {
+  cd nspr-$pkgver/nspr
+  make DESTDIR="$pkgdir" install
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+"$pkgdir"/usr/include/nspr/md
+}

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 305893, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-20 06:45:55 UTC (rev 305894)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.17
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR";
+arch=(i686 x86_64)
+license=(MPL GPL)
+depends=(glibc sh)
+makedepends=(zip)
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
+sha1sums=('5262abb243191d5fa3dcd72857d7d7f8ec47ad01')
+sha256sums=('590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095')
+
+prepare() {
+  cd nspr-$pkgver/nspr
+}
+
+build() {
+  cd nspr-$pkgver/nspr
+  ./configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug \
+  $([[ $CARCH == x86_64 ]] && echo --enable-64bit)
+  make
+}
+
+package() {
+  cd nspr-$pkgver/nspr
+  make DESTDIR="$pkgdir" install
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+"$pkgdir"/usr/include/nspr/md
+}


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

2017-09-19 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 06:45:03
  Author: heftig
Revision: 305893

4.17-1

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 06:40:29 UTC (rev 305892)
+++ PKGBUILD2017-09-20 06:45:03 UTC (rev 305893)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=nspr
-pkgver=4.16
+pkgver=4.17
 pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR";
@@ -12,8 +12,8 @@
 depends=(glibc sh)
 makedepends=(zip)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/nspr-${pkgver}.tar.gz)
-sha1sums=('b295ee2550b43edc0598c20663ceef9fa3fafe51')
-sha256sums=('9b3102d97665504aeee73363c11a21c062ad67a2522242368b7f019f96a53cd1')
+sha1sums=('5262abb243191d5fa3dcd72857d7d7f8ec47ad01')
+sha256sums=('590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095')
 
 prepare() {
   cd nspr-$pkgver/nspr


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

2017-09-19 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 06:40:29
  Author: heftig
Revision: 305892

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

Added:
  qt5-base/repos/testing-i686/
  qt5-base/repos/testing-i686/PKGBUILD
(from rev 305891, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-i686/emoji.diff
(from rev 305891, qt5-base/trunk/emoji.diff)
  qt5-base/repos/testing-i686/harmony-fix.diff
(from rev 305891, qt5-base/trunk/harmony-fix.diff)
  qt5-base/repos/testing-i686/rebuild.list
(from rev 305891, qt5-base/trunk/rebuild.list)
  qt5-base/repos/testing-x86_64/
  qt5-base/repos/testing-x86_64/PKGBUILD
(from rev 305891, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-x86_64/emoji.diff
(from rev 305891, qt5-base/trunk/emoji.diff)
  qt5-base/repos/testing-x86_64/harmony-fix.diff
(from rev 305891, qt5-base/trunk/harmony-fix.diff)
  qt5-base/repos/testing-x86_64/rebuild.list
(from rev 305891, qt5-base/trunk/rebuild.list)

-+
 testing-i686/PKGBUILD   |  132 ++
 testing-i686/emoji.diff |   13 +++
 testing-i686/harmony-fix.diff   |   76 +
 testing-i686/rebuild.list   |   20 +
 testing-x86_64/PKGBUILD |  132 ++
 testing-x86_64/emoji.diff   |   13 +++
 testing-x86_64/harmony-fix.diff |   76 +
 testing-x86_64/rebuild.list |   20 +
 8 files changed, 482 insertions(+)

Copied: qt5-base/repos/testing-i686/PKGBUILD (from rev 305891, 
qt5-base/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-20 06:40:29 UTC (rev 305892)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig'
+ 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu' 
'pcre2'
+ 'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'openssl-1.0' 'double-conversion')
+makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk3' 'libpulse' 'cups' 'freetds')
+optdepends=('qt5-svg: to use SVG icon themes'
+'postgresql-libs: PostgreSQL driver'
+'libmariadbclient: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'freetds: MS SQL driver'
+'gtk3: GTK platform plugin')
+conflicts=('qtchooser')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+qtbug-61731.patch::"https://github.com/qt/qtbase/commit/386af91c.patch";
+
qtcreatorbug-18448.patch::"https://github.com/qt/qtbase/commit/2a9f678f.patch";
+emoji.diff harmony-fix.diff)
+sha256sums=('bc9a21e9f6fff9629019fdf9f989f064751d5073c3a28dc596def92f4d4275c6'
+'b164a873894cfc783980e883082d2b22b5aab00166c6751f66e78d4c41c3e2e3'
+'5f878d144ac18097376dce154a411449cde181ddce2d93501114f890c9cdb1c3'
+'c103d811ecce25d076f4f3c5ec1e94f1eceb19a4c6818de00f9a22c5b36699bc'
+'8451c0a86e887492b706950ce533c616e687b790c54e86fb1f405dc2074737a3')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Build qmake using Arch {C,LD}FLAGS
+  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
+  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
+mkspecs/common/gcc-base.conf
+  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
+mkspecs/common/g++-unix.conf
+
+  # Use python2 for Python 2.x
+  find . -name '*.py' -exec sed -i \
+'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
+
+  # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
+  sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i 
mkspecs/features/create_cmake.prf
+
+  # Fix accessibility build 
+  patch -p1 -i ../qtbug-61731.patch
+  # Fix doc navigation
+  patch -p1 -i ../qtcreatorbug-18448.patch
+  # Emoji!
+  patch -p1 -i ../emoji.diff
+  # Freetype 2.8.1
+  patch -p1 -i ../harmony-fix.diff
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  # FS#38796
+  [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
+
+  echo "INCLUDEPATH += /usr/include/openssl-1.0" >> src/network/network.pro
+  export OPENSSL_LIBS='-L/usr/lib/openssl-1.0 -lssl -lcrypto'
+
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource -v \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /us

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

2017-09-19 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 06:39:52
  Author: heftig
Revision: 305891

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

Added:
  qt5-webengine/repos/testing-i686/
  qt5-webengine/repos/testing-i686/PKGBUILD
(from rev 305890, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/testing-i686/clip-ft-glyph.diff
(from rev 305890, qt5-webengine/trunk/clip-ft-glyph.diff)
  qt5-webengine/repos/testing-i686/harmony-fix.diff
(from rev 305890, qt5-webengine/trunk/harmony-fix.diff)
  qt5-webengine/repos/testing-x86_64/
  qt5-webengine/repos/testing-x86_64/PKGBUILD
(from rev 305890, qt5-webengine/trunk/PKGBUILD)
  qt5-webengine/repos/testing-x86_64/clip-ft-glyph.diff
(from rev 305890, qt5-webengine/trunk/clip-ft-glyph.diff)
  qt5-webengine/repos/testing-x86_64/harmony-fix.diff
(from rev 305890, qt5-webengine/trunk/harmony-fix.diff)

---+
 testing-i686/PKGBUILD |   56 
 testing-i686/clip-ft-glyph.diff   |  162 
 testing-i686/harmony-fix.diff |   69 +++
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/clip-ft-glyph.diff |  162 
 testing-x86_64/harmony-fix.diff   |   69 +++
 6 files changed, 574 insertions(+)

Copied: qt5-webengine/repos/testing-i686/PKGBUILD (from rev 305890, 
qt5-webengine/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-20 06:39:52 UTC (rev 305891)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('LGPL3' 'LGPL2.1' 'BSD')
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 
'pciutils' 'libxss' 'libvpx' 
+ 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 
'minizip' 'ffmpeg')
+ # namcap note: libxdamage is needed for nvidia users
+makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+ clip-ft-glyph.diff harmony-fix.diff)
+sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401'
+'d5e5580a96ecc4a66ce12dde0737c1ed5cb31017a6ec488ffe372192ed893e1b'
+'2c309c0f6978e6a399422319b5034b01881d5526cf48b2ee5fcc7f418029a344')
+
+prepare() {
+  mkdir -p build
+
+  # Hack to force using python2
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+
+  # FreeType 2.8.1
+  patch -d src/3rdparty/chromium/third_party -Np3 < ../clip-ft-glyph.diff
+  patch -Np1 -i ../harmony-fix.diff
+}
+
+build() {
+  cd build
+
+  export PATH="$srcdir/bin:$PATH"
+  qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs 
use_system_ffmpeg use_system_icu" ../${_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/testing-i686/clip-ft-glyph.diff (from rev 305890, 
qt5-webengine/trunk/clip-ft-glyph.diff)
===
--- testing-i686/clip-ft-glyph.diff (rev 0)
+++ testing-i686/clip-ft-glyph.diff 2017-09-20 06:39:52 UTC (rev 305891)
@@ -0,0 +1,162 @@
+# HG changeset patch
+# User Lee Salzman 
+# Date 1504120456 14400
+#  Wed Aug 30 15:14:16 2017 -0400
+# Node ID 708d52f954b6d7ca2497fcb5b5084c6483300e89
+# Parent  33224536ce20d942576cd4b9ffb350d6dce397bc
+clip FreeType glyph bitmap to mask in Skia
+
+MozReview-Commit-ID: 9NqLj9SkHFo
+
+diff --git a/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp 
b/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp
+--- a/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp
 b/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp
+@@ -390,65 +390,131 @@ void SkScalerContext_FreeType_Base::gene
+ const SkMatrix& bitmapTransform)
+ {
+ const bool doBGR = SkToBool(fRec.fFlags & 
SkScalerContext::kLCD_BGROrder_Flag);
+ const bool doVert = SkToBool(fRec.fFlags & 
SkScalerContext::kLCD_Vertical_Flag);
+ 
+ switch ( face->glyph->format ) {
+ case FT_GLYPH_FORMAT_OUTLINE: {
+ FT_Outline* outline = &face->glyph->outline;
+-FT_BBox bbox;
+-FT_Bitmap   target;
+ 
+  

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

2017-09-19 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 06:29:44
  Author: heftig
Revision: 305890

5.9.1-4

Added:
  qt5-webengine/trunk/clip-ft-glyph.diff
  qt5-webengine/trunk/harmony-fix.diff
Modified:
  qt5-webengine/trunk/PKGBUILD  (contents, properties)

+
 PKGBUILD   |   17 -
 clip-ft-glyph.diff |  162 +++
 harmony-fix.diff   |   69 +
 3 files changed, 244 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 06:29:22 UTC (rev 305889)
+++ PKGBUILD2017-09-20 06:29:44 UTC (rev 305890)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 # Contributor: Andrea Scarpino 
 
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -16,8 +16,11 @@
 makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
+ clip-ft-glyph.diff harmony-fix.diff)
+sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401'
+'d5e5580a96ecc4a66ce12dde0737c1ed5cb31017a6ec488ffe372192ed893e1b'
+'2c309c0f6978e6a399422319b5034b01881d5526cf48b2ee5fcc7f418029a344')
 
 prepare() {
   mkdir -p build
@@ -25,6 +28,12 @@
   # Hack to force using python2
   mkdir -p bin
   ln -s /usr/bin/python2 bin/python
+
+  cd ${_pkgfqn}
+
+  # FreeType 2.8.1
+  patch -d src/3rdparty/chromium/third_party -Np3 < ../clip-ft-glyph.diff
+  patch -Np1 -i ../harmony-fix.diff
 }
 
 build() {


Property changes on: qt5-webengine/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: clip-ft-glyph.diff
===
--- clip-ft-glyph.diff  (rev 0)
+++ clip-ft-glyph.diff  2017-09-20 06:29:44 UTC (rev 305890)
@@ -0,0 +1,162 @@
+# HG changeset patch
+# User Lee Salzman 
+# Date 1504120456 14400
+#  Wed Aug 30 15:14:16 2017 -0400
+# Node ID 708d52f954b6d7ca2497fcb5b5084c6483300e89
+# Parent  33224536ce20d942576cd4b9ffb350d6dce397bc
+clip FreeType glyph bitmap to mask in Skia
+
+MozReview-Commit-ID: 9NqLj9SkHFo
+
+diff --git a/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp 
b/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp
+--- a/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp
 b/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpp
+@@ -390,65 +390,131 @@ void SkScalerContext_FreeType_Base::gene
+ const SkMatrix& bitmapTransform)
+ {
+ const bool doBGR = SkToBool(fRec.fFlags & 
SkScalerContext::kLCD_BGROrder_Flag);
+ const bool doVert = SkToBool(fRec.fFlags & 
SkScalerContext::kLCD_Vertical_Flag);
+ 
+ switch ( face->glyph->format ) {
+ case FT_GLYPH_FORMAT_OUTLINE: {
+ FT_Outline* outline = &face->glyph->outline;
+-FT_BBox bbox;
+-FT_Bitmap   target;
+ 
+ int dx = 0, dy = 0;
+ if (fRec.fFlags & SkScalerContext::kSubpixelPositioning_Flag) {
+ dx = SkFixedToFDot6(glyph.getSubXFixed());
+ dy = SkFixedToFDot6(glyph.getSubYFixed());
+ // negate dy since freetype-y-goes-up and skia-y-goes-down
+ dy = -dy;
+ }
+-FT_Outline_Get_CBox(outline, &bbox);
+-/*
+-what we really want to do for subpixel is
+-offset(dx, dy)
+-compute_bounds
+-offset(bbox & !63)
+-but that is two calls to offset, so we do the following, which
+-achieves the same thing with only one offset call.
+-*/
+-FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
+-  dy - ((bbox.yMin + dy) & ~63));
++
++memset(glyph.fImage, 0, glyph.rowBytes() * glyph.fHeight);
+ 
+ if (SkMask::kLCD16_Format == glyph.fMaskFormat) {
++FT_Outline_Translate(outline, dx, dy);
+ FT_Error err = FT_Render_Glyph(face->glyph, doVert ? 
FT_RENDER_MODE_LCD_V :
+  
FT_RENDER_MODE_LCD);
+ if (err) {
+ SK_TRACEFTR(err, "Could not render glyph.");
+-sk_bzero(glyph.fImage, glyph.computeImageSize());
+ return;
+  

[arch-commits] Commit in qt5-base/trunk (PKGBUILD emoji.diff harmony-fix.diff)

2017-09-19 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 06:29:22
  Author: heftig
Revision: 305889

5.9.1-4

Added:
  qt5-base/trunk/emoji.diff
  qt5-base/trunk/harmony-fix.diff
Modified:
  qt5-base/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |   15 +++---
 emoji.diff   |   13 +
 harmony-fix.diff |   76 +
 3 files changed, 100 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 06:09:15 UTC (rev 305888)
+++ PKGBUILD2017-09-20 06:29:22 UTC (rev 305889)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 # Contributor: Andrea Scarpino 
 
@@ -6,7 +6,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -28,10 +28,13 @@
 _pkgfqn="${pkgbase/5-/}-opensource-src-${_qtver}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qtbug-61731.patch::"https://github.com/qt/qtbase/commit/386af91c.patch";
-
qtcreatorbug-18448.patch::"https://github.com/qt/qtbase/commit/2a9f678f.patch";)
+
qtcreatorbug-18448.patch::"https://github.com/qt/qtbase/commit/2a9f678f.patch";
+emoji.diff harmony-fix.diff)
 sha256sums=('bc9a21e9f6fff9629019fdf9f989f064751d5073c3a28dc596def92f4d4275c6'
 'b164a873894cfc783980e883082d2b22b5aab00166c6751f66e78d4c41c3e2e3'
-'5f878d144ac18097376dce154a411449cde181ddce2d93501114f890c9cdb1c3')
+'5f878d144ac18097376dce154a411449cde181ddce2d93501114f890c9cdb1c3'
+'c103d811ecce25d076f4f3c5ec1e94f1eceb19a4c6818de00f9a22c5b36699bc'
+'8451c0a86e887492b706950ce533c616e687b790c54e86fb1f405dc2074737a3')
 
 prepare() {
   cd ${_pkgfqn}
@@ -54,6 +57,10 @@
   patch -p1 -i ../qtbug-61731.patch
   # Fix doc navigation
   patch -p1 -i ../qtcreatorbug-18448.patch
+  # Emoji!
+  patch -p1 -i ../emoji.diff
+  # Freetype 2.8.1
+  patch -p1 -i ../harmony-fix.diff
 }
 
 build() {


Property changes on: qt5-base/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: emoji.diff
===
--- emoji.diff  (rev 0)
+++ emoji.diff  2017-09-20 06:29:22 UTC (rev 305889)
@@ -0,0 +1,13 @@
+diff -u -r 
qtbase-opensource-src-5.9.1/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp
 
qtbase-opensource-src-5.9.1-emoji/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp
+--- 
qtbase-opensource-src-5.9.1/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp
   2017-06-28 11:54:29.0 +0200
 
qtbase-opensource-src-5.9.1-emoji/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp
 2017-09-15 12:19:03.581896442 +0200
+@@ -749,6 +749,9 @@
+ FcPatternAddWeak(pattern, FC_FAMILY, value, FcTrue);
+ }
+ 
++value.u.s = (const FcChar8 *)"emoji";
++FcPatternAddWeak(pattern, FC_FAMILY, value, FcTrue);
++
+ FcConfigSubstitute(0, pattern, FcMatchPattern);
+ FcDefaultSubstitute(pattern);
+ 

Added: harmony-fix.diff
===
--- harmony-fix.diff(rev 0)
+++ harmony-fix.diff2017-09-20 06:29:22 UTC (rev 305889)
@@ -0,0 +1,76 @@
+diff -u -r 
qtbase-opensource-src-5.9.1/src/platformsupport/fontdatabases/freetype/qfontengine_ft.cpp
 
qtbase-opensource-src-5.9.1-ftharmony/src/platformsupport/fontdatabases/freetype/qfontengine_ft.cpp
+--- 
qtbase-opensource-src-5.9.1/src/platformsupport/fontdatabases/freetype/qfontengine_ft.cpp
  2017-06-28 11:54:29.0 +0200
 
qtbase-opensource-src-5.9.1-ftharmony/src/platformsupport/fontdatabases/freetype/qfontengine_ft.cpp
2017-09-19 21:31:27.803755180 +0200
+@@ -786,6 +786,7 @@
+ m_subPixelPositionCount = 4;
+ forceAutoHint = false;
+ stemDarkeningDriver = false;
++hasLcdRendering = false;
+ }
+ 
+ QFontEngineFT::~QFontEngineFT()
+@@ -909,6 +910,15 @@
+ }
+ #endif
+ 
++FT_Int amajor = 0, aminor = 0, apatch = 0;
++FT_Library_Version(qt_getFreetype(), &amajor, &aminor, &apatch);
++if (amajor > 2 || amajor == 2 && (aminor > 8 || aminor == 8 && apatch >= 
1))
++hasLcdRendering = true;
++#if defined(QT_USE_FREETYPE_LCDFILTER)
++else if (FT_Library_SetLcdFilter(qt_getFreetype(), FT_LCD_FILTER_NONE) == 
FT_Err_Ok)
++hasLcdRendering = true;
++#endif
++
+ fontDef.styleName = QString::fromUtf8(face->style_name);
+ 
+ if (!freetype->hbFace) {
+@@ -1165,21 +1175,19 @@
+ 
+ int glyph_buffer_size = 0;
+ QScopedArrayPointer glyph_buffer;
++if (hasLcdRen

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

2017-09-19 Thread Antonio Rojas
Date: Wednesday, September 20, 2017 @ 06:09:15
  Author: arojas
Revision: 305888

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-20 06:08:37 UTC (rev 305887)
+++ extra-i686/PKGBUILD 2017-09-20 06:09:15 UTC (rev 305888)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.16
-pkgrel=2
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --without-pgplot
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install -j1
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-i686/PKGBUILD (from rev 305887, 
wcslib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-20 06:09:15 UTC (rev 305888)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.17
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('5c9cb5c86be01703f6488774ef3ea44fd6918a4dcdfddc70855905c05de8436c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --without-pgplot
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install -j1
+
+  # Fix wrong permissions
+  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
+  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-20 06:08:37 UTC (rev 305887)
+++ extra-x86_64/PKGBUILD   2017-09-20 06:09:15 UTC (rev 305888)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=wcslib
-pkgver=5.16
-pkgrel=2
-pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
-arch=(i686 x86_64)
-url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
-license=(GPL3)
-depends=(cfitsio)
-makedepends=(gcc-fortran)
-source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --without-pgplot
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install -j1
-
-  # Fix wrong permissions
-  chmod g=rx,-s "$pkgdir"/usr/{bin/,/lib/{,pkgconfig},share/man/man1/}
-  chmod -s 
"$pkgdir"/usr/{include/wcslib-$pkgver/,share/doc/wcslib-$pkgver/{,html/}}
-}

Copied: wcslib/repos/extra-x86_64/PKGBUILD (from rev 305887, 
wcslib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-20 06:09:15 UTC (rev 305888)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=wcslib
+pkgver=5.17
+pkgrel=1
+pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
+arch=(i686 x86_64)
+url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
+license=(GPL3)
+depends=(cfitsio)
+makedepends=(gcc-fortran)
+source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('5c9cb5c86be01703f6488774ef3ea44fd6918a4dcdfddc70855905c05de8436c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --without-pgplot
+  make -j1
+}
+
+package()

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

2017-09-19 Thread Antonio Rojas
Date: Wednesday, September 20, 2017 @ 06:08:37
  Author: arojas
Revision: 305887

Update to 5.17

Modified:
  wcslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 05:40:36 UTC (rev 305886)
+++ PKGBUILD2017-09-20 06:08:37 UTC (rev 305887)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=wcslib
-pkgver=5.16
-pkgrel=2
+pkgver=5.17
+pkgrel=1
 pkgdesc="A C library that implements the 'World Coordinate System' (WCS) 
standard in FITS"
 arch=(i686 x86_64)
 url="http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/";
@@ -12,7 +12,7 @@
 depends=(cfitsio)
 makedepends=(gcc-fortran)
 
source=("ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('ed031e0cf1cec0e9cabfc650423efa526fec341441865001c1e2c56bfffc99ef')
+sha256sums=('5c9cb5c86be01703f6488774ef3ea44fd6918a4dcdfddc70855905c05de8436c')
 
 build() {
   cd $pkgname-$pkgver


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

2017-09-19 Thread Felix Yan
Date: Wednesday, September 20, 2017 @ 05:40:36
  Author: felixonmars
Revision: 305886

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

Added:
  udisks2/repos/testing-i686/
  udisks2/repos/testing-i686/PKGBUILD
(from rev 305885, udisks2/trunk/PKGBUILD)
  udisks2/repos/testing-x86_64/
  udisks2/repos/testing-x86_64/PKGBUILD
(from rev 305885, udisks2/trunk/PKGBUILD)

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

Copied: udisks2/repos/testing-i686/PKGBUILD (from rev 305885, 
udisks2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-20 05:40:36 UTC (rev 305886)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('polkit' 'libatasmart' 'libgudev' 'libblockdev')
+makedepends=('docbook-xsl' 'gobject-introspection' 'gnome-common' 'intltool' 
'parted' 'libiscsi')
+optdepends=('gptfdisk: GUID partition table support'
+'ntfs-3g: NTFS filesystem management support'
+'dosfstools: VFAT filesystem management support'
+'libiscsi: iSCSI support')
+source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz";)
+sha512sums=('27761e52527ecfd080711e39efb6669b2e85fe388e9f34b2f99294b2fefdd0da489b74ff3b3c2d53a239ff1bd818d73a1fd8d88eb7a7ef660d51f338ac2c82fe')
+
+prepare() {
+  sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \
+  -e 's/AC_MSG_ERROR(\[libconfig/AC_MSG_WARN([libconfig/' \
+  -i udisks-udisks-$pkgver/configure.ac
+}
+
+build() {
+  cd udisks-udisks-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin --libexecdir=/usr/lib \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static \
+  --enable-available-modules
+  make
+}
+
+check() {
+  cd udisks-udisks-$pkgver
+  make check
+}
+
+package() {
+  cd udisks-udisks-$pkgver
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}

Copied: udisks2/repos/testing-x86_64/PKGBUILD (from rev 305885, 
udisks2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-20 05:40:36 UTC (rev 305886)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('polkit' 'libatasmart' 'libgudev' 'libblockdev')
+makedepends=('docbook-xsl' 'gobject-introspection' 'gnome-common' 'intltool' 
'parted' 'libiscsi')
+optdepends=('gptfdisk: GUID partition table support'
+'ntfs-3g: NTFS filesystem management support'
+'dosfstools: VFAT filesystem management support'
+'libiscsi: iSCSI support')
+source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz";)
+sha512sums=('27761e52527ecfd080711e39efb6669b2e85fe388e9f34b2f99294b2fefdd0da489b74ff3b3c2d53a239ff1bd818d73a1fd8d88eb7a7ef660d51f338ac2c82fe')
+
+prepare() {
+  sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \
+  -e 's/AC_MSG_ERROR(\[libconfig/AC_MSG_WARN([libconfig/' \
+  -i udisks-udisks-$pkgver/configure.ac
+}
+
+build() {
+  cd udisks-udisks-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin --libexecdir=/usr/lib \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static \
+  --enable-available-modules
+  make
+}
+
+check() {
+  cd udisks-udisks-$pkgver
+  make check
+}
+
+package() {
+  cd udisks-udisks-$pkgver
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}


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

2017-09-19 Thread Felix Yan
Date: Wednesday, September 20, 2017 @ 05:40:01
  Author: felixonmars
Revision: 305885

upgpkg: udisks2 2.7.3-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 01:29:46 UTC (rev 305884)
+++ PKGBUILD2017-09-20 05:40:01 UTC (rev 305885)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=udisks2
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Disk Management Service, version 2"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'dosfstools: VFAT filesystem management support'
 'libiscsi: iSCSI support')
 
source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz";)
-sha512sums=('5729ba5314db88a72d932865352c133afb5b515a4e15f7d729f9074a3fcbc4ce195c7e58e0c4a8eb2df9fe4d29ccffed4be50cc605f1c6d7cf26f9b941ef7edb')
+sha512sums=('27761e52527ecfd080711e39efb6669b2e85fe388e9f34b2f99294b2fefdd0da489b74ff3b3c2d53a239ff1bd818d73a1fd8d88eb7a7ef660d51f338ac2c82fe')
 
 prepare() {
   sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \


[arch-commits] Commit in (qt5dxcb-plugin)

2017-09-19 Thread Felix Yan
Date: Wednesday, September 20, 2017 @ 05:12:44
  Author: felixonmars
Revision: 258856

remove obsolete package

Deleted:
  qt5dxcb-plugin/


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

2017-09-19 Thread Felix Yan
Date: Wednesday, September 20, 2017 @ 02:36:07
  Author: felixonmars
Revision: 258854

upgpkg: python-hypothesis 3.30.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 20:22:14 UTC (rev 258853)
+++ PKGBUILD2017-09-20 02:36:07 UTC (rev 258854)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.29.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('d14baec325a799a92642f2af1afff4b56e1d71ddcde698850740b7363e2e4d34cbcee6f6ecf4c11e39963c53ce847d21fcf04d41f9f6e6b71bec2dc5e5bf8cc0')
+sha512sums=('dde3ea4baea0c2737c8bd88bb1416f555aac0cc29208f935e823a15a1d94e984b2422264177200bd358da69f6bee17cf8f3682c74eafdcd3e85d9117bac56422')
 
 prepare() {
   # Make tests faster


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

2017-09-19 Thread Felix Yan
Date: Wednesday, September 20, 2017 @ 02:36:33
  Author: felixonmars
Revision: 258855

archrelease: copy trunk to community-any

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

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

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

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

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

2017-09-19 Thread Felix Yan
Date: Wednesday, September 20, 2017 @ 01:29:04
  Author: felixonmars
Revision: 305883

upgpkg: python2 2.7.14-1

Modified:
  python2/trunk/PKGBUILD
Deleted:
  python2/trunk/bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
  python2/trunk/bpo-30714-alpn-changes-for-openssl-1.1.0f.patch

---+
 PKGBUILD  |   16 -
 bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch |   28 
 bpo-30714-alpn-changes-for-openssl-1.1.0f.patch   |   51 
 3 files changed, 3 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 22:05:37 UTC (rev 305882)
+++ PKGBUILD2017-09-20 01:29:04 UTC (rev 305883)
@@ -5,8 +5,8 @@
 # Contributor: Jason Chu 
 
 pkgname=python2
-pkgver=2.7.13
-pkgrel=4
+pkgver=2.7.14
+pkgrel=1
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
@@ -20,13 +20,9 @@
 'python2-pip')
 conflicts=('python<3')
 
source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
-bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
-bpo-30714-alpn-changes-for-openssl-1.1.0f.patch
 descr_ref.patch fix-profile-task.patch)
-sha512sums=('f37c9a28ce129d01e63c84d7db627a06402854578f62d17927334ea21ede318e04bbf66e890e3f47c85333e6b19f6e5581fb3f3e27efd24be27017d1b6529c4b'
+sha512sums=('78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9'
 'SKIP'
-
'115c40c36f2f18474244c758472c6b670a576d8f0289d9add005af1ed23d368738eed09fe2123df38ed5111c37ce31d998ae3db2eeff29fc5ac3065f8ea25211'
-
'b32c2a0f17b3d19720187b68606024886c6b8008b7c61feaf4fe7b26b4547fddc71a2f191f87557d5fe613d06a8bc79ce5f724681a3090559fc34a032ccbf61a'
 
'2e16eb23eb402dbe921c09bce99b400c10939114b4a1ded0e94a744d8cb66427947bc8d07c4fb054f9fe0906d10d1da509fc2273fd136225c0f019cc43dd045d'
 
'5d7b47bfa9f13cf5fb827546189d823033278f96866366fca5257aaf819c92ffb26e2116426c84ab78d9ae3178eebb591fa4b2f22cfc2725e3e3e795fdb5c2b6')
 validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
@@ -60,12 +56,6 @@
   # Workaround asdl_c.py/makeopcodetargets.py errors after we touched the 
shebangs
   touch Include/Python-ast.h Python/Python-ast.c Python/opcode_targets.h
 
-  # https://bugs.python.org/issue29697
-  patch -Np1 -i ../bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
-
-  # https://bugs.python.org/issue30714
-  patch -Np1 -i ../bpo-30714-alpn-changes-for-openssl-1.1.0f.patch
-
   # FS#48761
   # http://bugs.python.org/issue25750
   patch -Np1 -i ../descr_ref.patch

Deleted: bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch
===
--- bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch   2017-09-19 
22:05:37 UTC (rev 305882)
+++ bpo-29697-don-t-use-openssl-1.0-fallback-on-1.1.patch   2017-09-20 
01:29:04 UTC (rev 305883)
@@ -1,28 +0,0 @@
-From f1a696efd6ca674579e25de29ec4053ff5a5ade1 Mon Sep 17 00:00:00 2001
-From: Donald Stufft 
-Date: Thu, 2 Mar 2017 12:37:07 -0500
-Subject: [PATCH] bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399)
-

- Modules/_ssl.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Modules/_ssl.c b/Modules/_ssl.c
-index a92710077cc..4fff16f6f49 100644
 a/Modules/_ssl.c
-+++ b/Modules/_ssl.c
-@@ -2166,12 +2166,12 @@ context_new(PyTypeObject *type, PyObject *args, 
PyObject *kwds)
- options |= SSL_OP_NO_SSLv3;
- SSL_CTX_set_options(self->ctx, options);
- 
--#ifndef OPENSSL_NO_ECDH
-+#if !defined(OPENSSL_NO_ECDH) && !defined(OPENSSL_VERSION_1_1)
- /* Allow automatic ECDH curve selection (on OpenSSL 1.0.2+), or use
-prime256v1 by default.  This is Apache mod_ssl's initialization
-policy, so we should be safe. OpenSSL 1.1 has it enabled by default.
-  */
--#if defined(SSL_CTX_set_ecdh_auto) && !defined(OPENSSL_VERSION_1_1)
-+#if defined(SSL_CTX_set_ecdh_auto)
- SSL_CTX_set_ecdh_auto(self->ctx, 1);
- #else
- {

Deleted: bpo-30714-alpn-changes-for-openssl-1.1.0f.patch
===
--- bpo-30714-alpn-changes-for-openssl-1.1.0f.patch 2017-09-19 22:05:37 UTC 
(rev 305882)
+++ bpo-30714-alpn-changes-for-openssl-1.1.0f.patch 2017-09-20 01:29:04 UTC 
(rev 305883)
@@ -1,51 +0,0 @@
-From 0e396a20c3137244b1774bd14a0cb03921ff326d Mon Sep 17 00:00:00 2001
-From: Christian Heimes 
-Date: Tue, 20 Jun 2017 18:28:38 +0200
-Subject: [PATCH] bpo-30714: ALPN changes for OpenSSL 1.1.0f
-
-OpenSSL 1.1.0 to 1.1.0e aborted the handshake when server and client
-could not agree on a protocol using ALPN. OpenSSL 1.1.0f changed that.
-The most recent version now behaves like OpenSSL 1.0.2 again. The ALPN

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

2017-09-19 Thread Felix Yan
Date: Wednesday, September 20, 2017 @ 01:29:46
  Author: felixonmars
Revision: 305884

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

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 305883, python2/trunk/PKGBUILD)
  python2/repos/testing-i686/descr_ref.patch
(from rev 305883, python2/trunk/descr_ref.patch)
  python2/repos/testing-i686/fix-profile-task.patch
(from rev 305883, python2/trunk/fix-profile-task.patch)
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 305883, python2/trunk/PKGBUILD)
  python2/repos/testing-x86_64/descr_ref.patch
(from rev 305883, python2/trunk/descr_ref.patch)
  python2/repos/testing-x86_64/fix-profile-task.patch
(from rev 305883, python2/trunk/fix-profile-task.patch)

---+
 testing-i686/PKGBUILD |  132 
 testing-i686/descr_ref.patch  |   58 ++
 testing-i686/fix-profile-task.patch   |   13 +++
 testing-x86_64/PKGBUILD   |  132 
 testing-x86_64/descr_ref.patch|   58 ++
 testing-x86_64/fix-profile-task.patch |   13 +++
 6 files changed, 406 insertions(+)

Copied: python2/repos/testing-i686/PKGBUILD (from rev 305883, 
python2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-20 01:29:46 UTC (rev 305884)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python2
+pkgver=2.7.14
+pkgrel=1
+_pybasever=2.7
+pkgdesc="A high-level scripting language"
+arch=('i686' 'x86_64')
+license=('PSF')
+url="http://www.python.org/";
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk' 'bluez-libs')
+checkdepends=('gdb' 'file' 'xorg-server-xvfb')
+optdepends=('tk: for IDLE'
+'python2-setuptools'
+'python2-pip')
+conflicts=('python<3')
+source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
+descr_ref.patch fix-profile-task.patch)
+sha512sums=('78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9'
+'SKIP'
+
'2e16eb23eb402dbe921c09bce99b400c10939114b4a1ded0e94a744d8cb66427947bc8d07c4fb054f9fe0906d10d1da509fc2273fd136225c0f019cc43dd045d'
+
'5d7b47bfa9f13cf5fb827546189d823033278f96866366fca5257aaf819c92ffb26e2116426c84ab78d9ae3178eebb591fa4b2f22cfc2725e3e3e795fdb5c2b6')
+validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
+
+prepare() {
+  cd Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py
+
+  sed -i "s/python2.3/python2/g" Lib/distutils/tests/test_build_scripts.py \
+Lib/distutils/tests/test_install_scripts.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  # clean up #!s
+  find . -name '*.py' | \
+xargs sed -i "s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  # Workaround asdl_c.py/makeopcodetargets.py errors after we touched the 
shebangs
+  touch Include/Python-ast.h Python/Python-ast.c Python/opcode_targets.h
+
+  # FS#48761
+  # http://bugs.python.org/issue25750
+  patch -Np1 -i ../descr_ref.patch
+
+  # Backport from Python 3.x
+  patch -Np2 -i ../fix-profile-task.patch
+}
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  export OPT="${CFLAGS}"
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --enable-optimizations \
+  --with-lto \
+  --enable-ipv6 \
+  --enable-unicode=ucs4 \
+  --with-system-expat \
+  --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm \
+  --without-ensurepip
+
+  make
+}
+
+check() {
+  # Since 2.7.13,
+  # test_replace_overflow (present in test_bytes, test_str, test_string, 
test_unicode, test_userstring) segfault on i686
+  # test_bigrepeat (present in test_tuple) segfault on i686
+
+  cd Python-${pkgver}
+  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
+xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x 
test_bytes test_str test_string test_tuple test_unicode test_userstring
+}
+

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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 22:05:29
  Author: jgc
Revision: 305881

upgpkg: gnome-shell 3.26.0+14+g9f0bb526f-1

fix sysconfdir=/etc

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:58:34 UTC (rev 305880)
+++ PKGBUILD2017-09-19 22:05:29 UTC (rev 305881)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
@@ -17,7 +17,7 @@
 optdepends=('gnome-control-center: System settings'
 'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=8331436ab30e7219bd76ac931fab93fa73b5da5e  # master
+_commit=9f0bb526f7abac137b7d3cbaca9e41b23f29fd3d  # master
 source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit";
 "git+https://git.gnome.org/browse/libgnome-volume-control";
 "git+https://git.gnome.org/browse/gnome-shell-sass";
@@ -51,7 +51,7 @@
 build() {
   cd build
   meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib/$pkgname -Denable-documentation=true
+--libexecdir=/usr/lib/$pkgname --sysconfdir=/etc 
-Denable-documentation=true
   ninja
 }
 


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 22:05:37
  Author: jgc
Revision: 305882

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
(from rev 305881, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch
(from rev 305881, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305881, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-x86_64/nm-libexecdir.patch
(from rev 305881, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
  gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-shell/repos/gnome-unstable-x86_64/nm-libexecdir.patch

---+
 /PKGBUILD |  128 
 /nm-libexecdir.patch  |   24 +
 gnome-unstable-i686/PKGBUILD  |   64 --
 gnome-unstable-i686/nm-libexecdir.patch   |   12 --
 gnome-unstable-x86_64/PKGBUILD|   64 --
 gnome-unstable-x86_64/nm-libexecdir.patch |   12 --
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2017-09-19 22:05:29 UTC (rev 305881)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 22:05:37 UTC (rev 305882)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
nm-connection-editor
- unzip gstreamer)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=8331436ab30e7219bd76ac931fab93fa73b5da5e  # master
-source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit";
-"git+https://git.gnome.org/browse/libgnome-volume-control";
-"git+https://git.gnome.org/browse/gnome-shell-sass";
-nm-libexecdir.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  # Move the plugin to our custom epihpany-only dir
-  sed -i "s/'mozilla'/'epiphany'/g" meson.build
-
-  git submodule init
-  git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
-  git config --local submodule.data/theme/gnome-shell-sass.url 
"$srcdir/gnome-shell-sass"
-  git submodule update
-}
-  
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib/$pkgname -Denable-documentation=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  # Must exist; FS#37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/gnome-unstable-i686/PKGBUILD (from rev 305881, 
gnome-shell/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 22:05:37 UTC (rev 305882)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell";
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
nm-connection-editor
+ unzip gstreamer)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=9f0bb526f7abac137b7d3cbaca9e41b23f29fd3d  # master
+source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit";
+"git+https://git.gnome.org/browse/libgnome-volume-control";
+"git+https://git.gnome.org/browse/gnome-shell-sass";
+nm-libexecdir.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+
+pkgver() {
+  cd $pkgname

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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:58:26
  Author: jgc
Revision: 305879

upgpkg: gnome-font-viewer 3.26.0-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:51:39 UTC (rev 305878)
+++ PKGBUILD2017-09-19 21:58:26 UTC (rev 305879)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-font-viewer
-pkgver=3.24.0
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="A font viewer utility for GNOME"
 url="https://git.gnome.org/browse/gnome-font-viewer";
@@ -9,12 +9,17 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtk3 gnome-desktop)
-makedepends=(intltool gnome-common git)
+makedepends=(git meson)
 groups=(gnome)
-_commit=7d5da57b85f760ca298800cb5edeb7500fe4dd9c  # tags/3.24.0^0
+_commit=b4dc10b30d66dce4302828cecef3969b7221f010  # tags/3.26.0^0
 source=("git+https://git.gnome.org/browse/gnome-font-viewer#commit=$_commit";)
 sha256sums=('SKIP')
 
+check() {
+  cd build
+  meson test
+}
+
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -21,18 +26,17 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  git revert -n 419afa1a577a1717f40eff7394c791e382180bfe
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }


[arch-commits] Commit in gnome-font-viewer/repos (4 files)

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:58:34
  Author: jgc
Revision: 305880

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-font-viewer/repos/gnome-unstable-i686/
  gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD
(from rev 305879, gnome-font-viewer/trunk/PKGBUILD)
  gnome-font-viewer/repos/gnome-unstable-x86_64/
  gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305879, gnome-font-viewer/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD (from rev 305879, 
gnome-font-viewer/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:58:34 UTC (rev 305880)
@@ -0,0 +1,42 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(git meson)
+groups=(gnome)
+_commit=b4dc10b30d66dce4302828cecef3969b7221f010  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-font-viewer#commit=$_commit";)
+sha256sums=('SKIP')
+
+check() {
+  cd build
+  meson test
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
305879, gnome-font-viewer/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:58:34 UTC (rev 305880)
@@ -0,0 +1,42 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(git meson)
+groups=(gnome)
+_commit=b4dc10b30d66dce4302828cecef3969b7221f010  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-font-viewer#commit=$_commit";)
+sha256sums=('SKIP')
+
+check() {
+  cd build
+  meson test
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:51:39
  Author: jgc
Revision: 305878

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-documents/repos/gnome-unstable-i686/
  gnome-documents/repos/gnome-unstable-i686/PKGBUILD
(from rev 305877, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/gnome-unstable-x86_64/
  gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305877, gnome-documents/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   59 +++
 gnome-unstable-x86_64/PKGBUILD |   59 +++
 2 files changed, 118 insertions(+)

Copied: gnome-documents/repos/gnome-unstable-i686/PKGBUILD (from rev 305877, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:51:39 UTC (rev 305878)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.26.0+2+g5fa1897
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents";
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305877, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:51:39 UTC (rev 305878)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.26.0+2+g5fa1897
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents";
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:51:30
  Author: jgc
Revision: 305877

upgpkg: gnome-documents 3.26.0+2+g5fa1897-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:43:45 UTC (rev 305876)
+++ PKGBUILD2017-09-19 21:51:30 UTC (rev 305877)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.24.3
+pkgver=3.26.0+2+g5fa1897
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents";
@@ -11,9 +11,9 @@
 groups=(gnome-extra)
 depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
  tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(intltool gobject-introspection git gnome-common)
+makedepends=(gobject-introspection git gnome-common)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=2e7e719859978e409a33b024ddb963338bab4695  # tags/3.24.3^0
+_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-disk-utility/repos (4 files)

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:43:45
  Author: jgc
Revision: 305876

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-disk-utility/repos/gnome-unstable-i686/
  gnome-disk-utility/repos/gnome-unstable-i686/PKGBUILD
(from rev 305875, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/gnome-unstable-x86_64/
  gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305875, gnome-disk-utility/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   44 +++
 gnome-unstable-x86_64/PKGBUILD |   44 +++
 2 files changed, 88 insertions(+)

Copied: gnome-disk-utility/repos/gnome-unstable-i686/PKGBUILD (from rev 305875, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:43:45 UTC (rev 305876)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+url="https://git.gnome.org/browse/gnome-disk-utility";
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
+makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
+_commit=7a2bd9cd695593b3fa36327241b55bcaa2111e17  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/gnome-disk-utility --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
305875, gnome-disk-utility/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:43:45 UTC (rev 305876)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+url="https://git.gnome.org/browse/gnome-disk-utility";
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
+makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
+_commit=7a2bd9cd695593b3fa36327241b55bcaa2111e17  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/gnome-disk-utility --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:43:37
  Author: jgc
Revision: 305875

upgpkg: gnome-disk-utility 3.26.0-1

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:34:17 UTC (rev 305874)
+++ PKGBUILD2017-09-19 21:43:37 UTC (rev 305875)
@@ -4,7 +4,7 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.24.1
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
 url="https://git.gnome.org/browse/gnome-disk-utility";
@@ -12,8 +12,8 @@
 license=(GPL)
 groups=(gnome)
 depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
-makedepends=(intltool docbook-xsl autoconf-archive appstream-glib git)
-_commit=11929ddb59d020df35bc73b6e7e4edfd8aa65a26  # tags/3.24.1^0
+makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
+_commit=7a2bd9cd695593b3fa36327241b55bcaa2111e17  # tags/3.26.0^0
 source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -23,23 +23,22 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
--disable-Werror --libexecdir=/usr/lib/gnome-disk-utility
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  cd build
+  meson setup --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/gnome-disk-utility --buildtype=release ../$pkgname
+  ninja
 }
 
 check() {
-  cd $pkgname
-  make check
+  cd build
+  meson test
 }
 
 package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:34:17
  Author: jgc
Revision: 305874

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-contacts/repos/gnome-unstable-i686/
  gnome-contacts/repos/gnome-unstable-i686/PKGBUILD
(from rev 305873, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-x86_64/
  gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305873, gnome-contacts/trunk/PKGBUILD)

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

Copied: gnome-contacts/repos/gnome-unstable-i686/PKGBUILD (from rev 305873, 
gnome-contacts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:34:17 UTC (rev 305874)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-contacts
+pkgver=3.26+3+g643f622
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts";
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee 
telepathy-glib cheese libchamplain)
+makedepends=(vala gobject-introspection git)
+groups=(gnome)
+_commit=643f622247d0348152410b67b1092290789e5ead  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-contacts#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305873, 
gnome-contacts/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:34:17 UTC (rev 305874)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-contacts
+pkgver=3.26+3+g643f622
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts";
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee 
telepathy-glib cheese libchamplain)
+makedepends=(vala gobject-introspection git)
+groups=(gnome)
+_commit=643f622247d0348152410b67b1092290789e5ead  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-contacts#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:34:04
  Author: jgc
Revision: 305873

upgpkg: gnome-contacts 3.26+3+g643f622-1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:22:47 UTC (rev 305872)
+++ PKGBUILD2017-09-19 21:34:04 UTC (rev 305873)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-contacts
-pkgver=3.22.1+4+gb235b6d
+pkgver=3.26+3+g643f622
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
 url="https://wiki.gnome.org/Apps/Contacts";
@@ -12,8 +12,8 @@
 depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee 
telepathy-glib cheese libchamplain)
 makedepends=(vala gobject-introspection git)
 groups=(gnome)
-_commit=b235b6d63eba6e528f3d428f34c49ed790a8f91f
-source=("git://git.gnome.org/gnome-contacts#commit=$_commit")
+_commit=643f622247d0348152410b67b1092290789e5ead  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-contacts#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:22:47
  Author: jgc
Revision: 305872

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-clocks/repos/gnome-unstable-i686/
  gnome-clocks/repos/gnome-unstable-i686/PKGBUILD
(from rev 305871, gnome-clocks/trunk/PKGBUILD)
  gnome-clocks/repos/gnome-unstable-x86_64/
  gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305871, gnome-clocks/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: gnome-clocks/repos/gnome-unstable-i686/PKGBUILD (from rev 305871, 
gnome-clocks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:22:47 UTC (rev 305872)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(vala gobject-introspection itstool yelp-tools git meson)
+groups=(gnome-extra)
+_commit=3f223702f5b5ecf00a4ce83a385ec6b319d8ec85  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-clocks#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305871, 
gnome-clocks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:22:47 UTC (rev 305872)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(vala gobject-introspection itstool yelp-tools git meson)
+groups=(gnome-extra)
+_commit=3f223702f5b5ecf00a4ce83a385ec6b319d8ec85  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-clocks#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:22:25
  Author: jgc
Revision: 305871

upgpkg: gnome-clocks 3.26.0-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:18:44 UTC (rev 305870)
+++ PKGBUILD2017-09-19 21:22:25 UTC (rev 305871)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-clocks
-pkgver=3.24.0+4+gd1003cd
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks";
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
-makedepends=(intltool vala gobject-introspection itstool yelp-tools git)
+makedepends=(vala gobject-introspection itstool yelp-tools git meson)
 groups=(gnome-extra)
-_commit=d1003cd0e43436e4221fe4d9765364b1aa989c67  # master
+_commit=3f223702f5b5ecf00a4ce83a385ec6b319d8ec85  # tags/3.26.0^0
 source=("git+https://git.gnome.org/browse/gnome-clocks#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -21,22 +21,22 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
 }
 
 check() {
-  cd $pkgname
-  make check
+  cd build
+  meson test
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:18:44
  Author: jgc
Revision: 305870

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-characters/repos/gnome-unstable-i686/
  gnome-characters/repos/gnome-unstable-i686/PKGBUILD
(from rev 305869, gnome-characters/trunk/PKGBUILD)
  gnome-characters/repos/gnome-unstable-x86_64/
  gnome-characters/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305869, gnome-characters/trunk/PKGBUILD)

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

Copied: gnome-characters/repos/gnome-unstable-i686/PKGBUILD (from rev 305869, 
gnome-characters/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:18:44 UTC (rev 305870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-characters
+pkgver=3.25.92+11+g602f63e
+pkgrel=1
+pkgdesc="A character map application"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-characters";
+license=(GPL2)
+depends=(gjs gtk3 libunistring gnome-desktop)
+makedepends=(intltool gobject-introspection appstream-glib git gperf)
+groups=(gnome-extra)
+_commit=602f63e1a0651c249add489776506d9b4e38cd5a  # master
+source=("git+https://git.gnome.org/browse/gnome-characters#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-characters/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305869, 
gnome-characters/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:18:44 UTC (rev 305870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-characters
+pkgver=3.25.92+11+g602f63e
+pkgrel=1
+pkgdesc="A character map application"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-characters";
+license=(GPL2)
+depends=(gjs gtk3 libunistring gnome-desktop)
+makedepends=(intltool gobject-introspection appstream-glib git gperf)
+groups=(gnome-extra)
+_commit=602f63e1a0651c249add489776506d9b4e38cd5a  # master
+source=("git+https://git.gnome.org/browse/gnome-characters#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:18:36
  Author: jgc
Revision: 305869

upgpkg: gnome-characters 3.25.92+11+g602f63e-1

Modified:
  gnome-characters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:14:00 UTC (rev 305868)
+++ PKGBUILD2017-09-19 21:18:36 UTC (rev 305869)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-characters
-pkgver=3.22.0+49+g0d6a0bd
+pkgver=3.25.92+11+g602f63e
 pkgrel=1
 pkgdesc="A character map application"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(gjs gtk3 libunistring gnome-desktop)
 makedepends=(intltool gobject-introspection appstream-glib git gperf)
 groups=(gnome-extra)
-_commit=0d6a0bdd05686a1285e6cc70f50db7abb4fac4bb  # master
+_commit=602f63e1a0651c249add489776506d9b4e38cd5a  # master
 source=("git+https://git.gnome.org/browse/gnome-characters#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:14:00
  Author: jgc
Revision: 305868

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-calendar/repos/gnome-unstable-i686/
  gnome-calendar/repos/gnome-unstable-i686/PKGBUILD
(from rev 305867, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/gnome-unstable-x86_64/
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305867, gnome-calendar/trunk/PKGBUILD)

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

Copied: gnome-calendar/repos/gnome-unstable-i686/PKGBUILD (from rev 305867, 
gnome-calendar/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:14:00 UTC (rev 305868)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.26.0+2+gf906be8
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas)
+makedepends=(python appstream-glib git meson)
+groups=(gnome-extra)
+_commit=f906be819b9f89171031b11cdfd445221d267e24  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305867, 
gnome-calendar/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:14:00 UTC (rev 305868)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.26.0+2+gf906be8
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas)
+makedepends=(python appstream-glib git meson)
+groups=(gnome-extra)
+_commit=f906be819b9f89171031b11cdfd445221d267e24  # gnome-3-26
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:13:51
  Author: jgc
Revision: 305867

upgpkg: gnome-calendar 3.26.0+2+gf906be8-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 21:05:50 UTC (rev 305866)
+++ PKGBUILD2017-09-19 21:13:51 UTC (rev 305867)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.24.3
+pkgver=3.26.0+2+gf906be8
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar";
 arch=(i686 x86_64)
 license=(GPL)
-depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
-makedepends=(intltool python gnome-common appstream-glib git)
+depends=(evolution-data-server gsettings-desktop-schemas)
+makedepends=(python appstream-glib git meson)
 groups=(gnome-extra)
-_commit=b06145a62e01f62663b63d1666e224813d8950fa  # tags/3.24.3^0
+_commit=f906be819b9f89171031b11cdfd445221d267e24  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -21,19 +21,19 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:05:50
  Author: jgc
Revision: 305866

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-calculator/repos/gnome-unstable-i686/
  gnome-calculator/repos/gnome-unstable-i686/PKGBUILD
(from rev 305865, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/gnome-unstable-x86_64/
  gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305865, gnome-calculator/trunk/PKGBUILD)

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

Copied: gnome-calculator/repos/gnome-unstable-i686/PKGBUILD (from rev 305865, 
gnome-calculator/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 21:05:50 UTC (rev 305866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calculator
+pkgver=3.25.92+11+g1e9e84b0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
+makedepends=(intltool yelp-tools vala git appstream-glib)
+groups=(gnome)
+options=(!emptydirs)
+_commit=1e9e84b034aca26a88ceb3d942d8324a40c4efd0  # master
+source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305865, 
gnome-calculator/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 21:05:50 UTC (rev 305866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calculator
+pkgver=3.25.92+11+g1e9e84b0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
+makedepends=(intltool yelp-tools vala git appstream-glib)
+groups=(gnome)
+options=(!emptydirs)
+_commit=1e9e84b034aca26a88ceb3d942d8324a40c4efd0  # master
+source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 21:05:41
  Author: jgc
Revision: 305865

upgpkg: gnome-calculator 3.25.92+11+g1e9e84b0-1

Modified:
  gnome-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 20:50:03 UTC (rev 305864)
+++ PKGBUILD2017-09-19 21:05:41 UTC (rev 305865)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calculator
-pkgver=3.24.0+2+g0ca2919b
+pkgver=3.25.92+11+g1e9e84b0
 pkgrel=1
 pkgdesc="GNOME Scientific calculator"
 url="https://wiki.gnome.org/Apps/Calculator";
@@ -10,10 +10,10 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
-makedepends=(intltool yelp-tools vala git)
+makedepends=(intltool yelp-tools vala git appstream-glib)
 groups=(gnome)
 options=(!emptydirs)
-_commit=0ca2919bf098da72117c8221ac1e574106306916  # master~1
+_commit=1e9e84b034aca26a88ceb3d942d8324a40c4efd0  # master
 source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 20:50:03
  Author: jgc
Revision: 305864

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-maps/repos/gnome-unstable-i686/
  gnome-maps/repos/gnome-unstable-i686/PKGBUILD
(from rev 305863, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/gnome-unstable-x86_64/
  gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305863, gnome-maps/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gnome-maps/repos/gnome-unstable-i686/PKGBUILD (from rev 305863, 
gnome-maps/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 20:50:03 UTC (rev 305864)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=2389cd30a693f18f19a880a88d515c74dc69781e  # tags/v3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305863, 
gnome-maps/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-19 20:50:03 UTC (rev 305864)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=2389cd30a693f18f19a880a88d515c74dc69781e  # tags/v3.26.0^0
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-19 Thread Jan de Groot
Date: Tuesday, September 19, 2017 @ 20:49:56
  Author: jgc
Revision: 305863

upgpkg: gnome-maps 3.26.0-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 19:11:33 UTC (rev 305862)
+++ PKGBUILD2017-09-19 20:49:56 UTC (rev 305863)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.24.3
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps";
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
 makedepends=(intltool gobject-introspection gnome-common git)
 groups=(gnome-extra)
-_commit=36427c8c94adf6199a84b5aec9ede38aa6d3  # tags/v3.24.3^0
+_commit=2389cd30a693f18f19a880a88d515c74dc69781e  # tags/v3.26.0^0
 source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in elasticsearch/repos/community-any (14 files)

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 20:22:14
  Author: anthraxx
Revision: 258853

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 258852, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 258852, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 258852, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 258852, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 258852, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 258852, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 258852, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  160 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.service  |   68 +-
 elasticsearch@.service |   68 +-
 7 files changed, 169 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 20:22:05 UTC (rev 258852)
+++ PKGBUILD2017-09-19 20:22:14 UTC (rev 258853)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=5.6.0
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('a38f6e9b4282e1e39d2e7f237d3e0226b46001af38164ed40f764bb6768af057'
-'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
-'4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in elasticsearch{,-plugin,-translog}; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch.default etc/default/elasticsearch
-
-  cd "$srcdir"/$pkgname-$pkgver
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-
-   cd config
-   for conf in *; do
-   install -Dm644 "$conf" "$pkgdir/etc/

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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 20:22:05
  Author: anthraxx
Revision: 258852

upgpkg: elasticsearch 5.6.1-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 19:55:47 UTC (rev 258851)
+++ PKGBUILD2017-09-19 20:22:05 UTC (rev 258852)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -20,7 +20,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('a38f6e9b4282e1e39d2e7f237d3e0226b46001af38164ed40f764bb6768af057'
+sha256sums=('006f9cb3886877df845e3c3dea8a688777fb739a862d3afe1a113c16a732715f'
 'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
 '4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2017-09-19 Thread Jaroslav Lichtblau
Date: Tuesday, September 19, 2017 @ 19:55:47
  Author: jlichtblau
Revision: 258851

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 258850, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 258850, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 258850, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 258850, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 258850, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 258850, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 258850, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 258850, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 258850, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 258850, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   94 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   94 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 19:55:12 UTC (rev 258850)
+++ community-i686/PKGBUILD 2017-09-19 19:55:47 UTC (rev 258851)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.37
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/";
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('5424fef0b19ab65ec9cf96a46cfbd4bc204b8559293cd3afb22ca99d4827ba0b'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install 

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

2017-09-19 Thread Jaroslav Lichtblau
Date: Tuesday, September 19, 2017 @ 19:55:12
  Author: jlichtblau
Revision: 258850

upgpkg: syncthing 0.14.38-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 19:54:33 UTC (rev 258849)
+++ PKGBUILD2017-09-19 19:55:12 UTC (rev 258850)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.37
+pkgver=0.14.38
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/";
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('5424fef0b19ab65ec9cf96a46cfbd4bc204b8559293cd3afb22ca99d4827ba0b'
+sha256sums=('cfd55bafeb12ed5257093452f128806d96f25ff4bf0f8100ecf590bc4d02047e'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 19:54:19
  Author: anthraxx
Revision: 258848

upgpkg: logstash 5.6.1-1

Modified:
  logstash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 19:06:48 UTC (rev 258847)
+++ PKGBUILD2017-09-19 19:54:19 UTC (rev 258848)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=logstash
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc='Tool for managing events and logs'
 url='https://www.elastic.co/products/logstash/'
@@ -9,22 +9,26 @@
 arch=('i686' 'x86_64')
 license=('Apache')
 depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
-makedepends=('java-environment>=8' 'gradle' 'git')
+# TODO: switch to up-to-date rake when 6.x arrives
+makedepends=('java-environment>=8' 'gradle' 'git' 'ruby2.3')
 backup=('etc/conf.d/logstash'
 'etc/logstash/logstash.yml')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
+
${pkgname}-5.6.1-fix-jruby.patch::https://github.com/elastic/logstash/commit/d2cde417d9dd0151c9d1b1dad050a38b14a18c6f.patch
 logstash.service
 logstash@.service
 logstash-sysuser.conf
 logstash-tmpfile.conf
 bundle.config)
-sha256sums=('c0dbb175773af340c6079a8fe69a1c080835e0e66e6cb92706611beac13d1d67'
+sha256sums=('7d911858c18484cc290aa71a7ae6401a6bd067313d6c220abf85d3c68072c8a9'
+'6821843a34cfbd940e95934ea6f7e6a67e4466e5732dc759706d1a7653d0776a'
 '2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
 'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
 '18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
 'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
 'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('fa80d7d01a7b1bce786f918147ebfe0417251f9ffb130431f59a700f5bcb98f50e14692b6e7987bae45fd5a8f1b0a0f2f2017837a90397d42c6f743a2620'
+sha512sums=('9026af2f4eae2c43a0c0bc20f694980a0dde420e5b81024d913f4348ebdd8c58597e6bdeea41019ebc4bb2d0926996890de0bb7fed466c76d842455001d57f8d'
+
'97a699e3c33d67e8eaeb8a41f4803c3311f02e9f063eb96820a886fe5537a82c66f1e320b5fea6ba01a4a2075e0f3aef5cc651ca6f46a972add9dc54d78c5ee2'
 
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
 
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
 
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
@@ -40,10 +44,12 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  rake bootstrap
-  rake plugin:install-default
+  msg "Rake bootstrap..."
+  /opt/ruby2.3/bin/rake bootstrap
+  msg "Rake plugin:install-default..."
+  /opt/ruby2.3/bin/rake plugin:install-default
 
-  rm -r vendor/_ build ci logstash-core/{build,src,spec} qa pkg spec rakelib 
tools vendor/bundle/jruby/*/cache
+  rm -r vendor/_ build ci logstash-core/{build,src,spec} qa pkg spec rakelib 
tools vendor/bundle/jruby/*/cache .gradle
   cd vendor/jruby/lib/jni
   rm -r *Darwin *Windows *SunOS *FreeBSD arm-* ppc64*
 }


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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 19:54:33
  Author: anthraxx
Revision: 258849

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

Added:
  logstash/repos/community-i686/PKGBUILD
(from rev 258848, logstash/trunk/PKGBUILD)
  logstash/repos/community-i686/bundle.config
(from rev 258848, logstash/trunk/bundle.config)
  logstash/repos/community-i686/logstash-sysuser.conf
(from rev 258848, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-i686/logstash-tmpfile.conf
(from rev 258848, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-i686/logstash.service
(from rev 258848, logstash/trunk/logstash.service)
  logstash/repos/community-i686/logstash@.service
(from rev 258848, logstash/trunk/logstash@.service)
  logstash/repos/community-x86_64/PKGBUILD
(from rev 258848, logstash/trunk/PKGBUILD)
  logstash/repos/community-x86_64/bundle.config
(from rev 258848, logstash/trunk/bundle.config)
  logstash/repos/community-x86_64/logstash-sysuser.conf
(from rev 258848, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-x86_64/logstash-tmpfile.conf
(from rev 258848, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-x86_64/logstash.service
(from rev 258848, logstash/trunk/logstash.service)
  logstash/repos/community-x86_64/logstash@.service
(from rev 258848, logstash/trunk/logstash@.service)
Deleted:
  logstash/repos/community-i686/PKGBUILD
  logstash/repos/community-i686/bundle.config
  logstash/repos/community-i686/logstash-sysuser.conf
  logstash/repos/community-i686/logstash-tmpfile.conf
  logstash/repos/community-i686/logstash.service
  logstash/repos/community-i686/logstash@.service
  logstash/repos/community-x86_64/PKGBUILD
  logstash/repos/community-x86_64/bundle.config
  logstash/repos/community-x86_64/logstash-sysuser.conf
  logstash/repos/community-x86_64/logstash-tmpfile.conf
  logstash/repos/community-x86_64/logstash.service
  logstash/repos/community-x86_64/logstash@.service

+
 /PKGBUILD  |  152 +++
 /bundle.config |8 +
 /logstash-sysuser.conf |2 
 /logstash-tmpfile.conf |   10 ++
 /logstash.service  |   46 +
 /logstash@.service |   14 ++
 community-i686/PKGBUILD|   70 --
 community-i686/bundle.config   |4 
 community-i686/logstash-sysuser.conf   |1 
 community-i686/logstash-tmpfile.conf   |5 -
 community-i686/logstash.service|   23 
 community-i686/logstash@.service   |7 -
 community-x86_64/PKGBUILD  |   70 --
 community-x86_64/bundle.config |4 
 community-x86_64/logstash-sysuser.conf |1 
 community-x86_64/logstash-tmpfile.conf |5 -
 community-x86_64/logstash.service  |   23 
 community-x86_64/logstash@.service |7 -
 18 files changed, 232 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 19:54:19 UTC (rev 258848)
+++ community-i686/PKGBUILD 2017-09-19 19:54:33 UTC (rev 258849)
@@ -1,70 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=logstash
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Tool for managing events and logs'
-url='https://www.elastic.co/products/logstash/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
-makedepends=('java-environment>=8' 'gradle' 'git')
-backup=('etc/conf.d/logstash'
-'etc/logstash/logstash.yml')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
-logstash.service
-logstash@.service
-logstash-sysuser.conf
-logstash-tmpfile.conf
-bundle.config)
-sha256sums=('c0dbb175773af340c6079a8fe69a1c080835e0e66e6cb92706611beac13d1d67'
-'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
-'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
-'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
-'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
-'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('fa80d7d01a7b1bce786f918147ebfe0417251f9ffb130431f59a700f5bcb98f50e14692b6e7987bae45fd5a8f1b0a0f2f2017837a90397d42c6f743a2620'
-
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
-
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
-
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c80

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

2017-09-19 Thread Rémy Oudompheng
Date: Tuesday, September 19, 2017 @ 19:11:33
  Author: remy
Revision: 305862

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 305861, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/luatex-gcc7.patch
(from rev 305861, texlive-bin/trunk/luatex-gcc7.patch)
  texlive-bin/repos/staging-i686/texlive-poppler-0.59.patch
(from rev 305861, texlive-bin/trunk/texlive-poppler-0.59.patch)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 305861, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/luatex-gcc7.patch
(from rev 305861, texlive-bin/trunk/luatex-gcc7.patch)
  texlive-bin/repos/staging-x86_64/texlive-poppler-0.59.patch
(from rev 305861, texlive-bin/trunk/texlive-poppler-0.59.patch)

---+
 staging-i686/PKGBUILD |  381 +
 staging-i686/luatex-gcc7.patch|   32 
 staging-i686/texlive-poppler-0.59.patch   | 1132 
 staging-x86_64/PKGBUILD   |  381 +
 staging-x86_64/luatex-gcc7.patch  |   32 
 staging-x86_64/texlive-poppler-0.59.patch | 1132 
 6 files changed, 3090 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 305861, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-19 19:11:33 UTC (rev 305862)
@@ -0,0 +1,381 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2017.44590
+pkgrel=3
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=("http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
+"luatex-gcc7.patch"
+"texlive-poppler-0.59.patch")
+sha256sums=('4645b4d55fc500ba9be7156a6a330afb44fbf7fda40dfd73fe9cb16d207f2038'
+'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec'
+'8ff387b417b4da920d6ffc3f3d89e52796334693cb88b97bf1770931bf2791e5')
+
+prepare() {
+cd "$srcdir/source"
+
+# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
+
+## prevent compiling Xdvi with libXp
+sed -i~ 's|-lXp ||' texk/xdvik/configure
+
+# Luatex crashes when compiled with GCC7.1
+patch -Np0 -i "${srcdir}/luatex-gcc7.patch"
+
+# Poppler 0.58 introduces API changes by hiding internal object
+# management.
+patch -Np1 -i "${srcdir}/texlive-poppler-0.59.patch"
+}
+
+build() {
+   cd "$srcdir"
+
+   #
+   ### configure
+   cd source
+   mkdir -p Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ --enable-luatex \
+ --with-clisp-runtime=default \
+ --enable-xindy --disable-xindy-rules --disable-xindy-docs
+   #
+   ### make
+   echo "---"
+   echo "--> Building the whole beast ..."
+   echo "---"
+   make
+}
+
+package_libsynctex() {
+pkgdesc='Library for synchronization between TeX files and resulting file'
+depends=('glibc' 'zlib')
+
+cd "

[arch-commits] Commit in texlive-bin/trunk (PKGBUILD texlive-poppler-0.59.patch)

2017-09-19 Thread Rémy Oudompheng
Date: Tuesday, September 19, 2017 @ 19:10:51
  Author: remy
Revision: 305861

Rebuild for poppler 0.59

As poppler contains a large number of API changes,
this comes with a patch for pdftex and luatex.

Added:
  texlive-bin/trunk/texlive-poppler-0.59.patch
Modified:
  texlive-bin/trunk/PKGBUILD

+
 PKGBUILD   |   12 
 texlive-poppler-0.59.patch | 1132 +++
 2 files changed, 1141 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 17:32:25 UTC (rev 305860)
+++ PKGBUILD2017-09-19 19:10:51 UTC (rev 305861)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2017.44590
-pkgrel=2
+pkgrel=3
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -13,9 +13,11 @@
  'perl' 'clisp' 'ffcall')
 url='http://tug.org/texlive/'
 
source=("http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
-"luatex-gcc7.patch")
+"luatex-gcc7.patch"
+"texlive-poppler-0.59.patch")
 sha256sums=('4645b4d55fc500ba9be7156a6a330afb44fbf7fda40dfd73fe9cb16d207f2038'
-'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec')
+'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec'
+'8ff387b417b4da920d6ffc3f3d89e52796334693cb88b97bf1770931bf2791e5')
 
 prepare() {
 cd "$srcdir/source"
@@ -28,6 +30,10 @@
 
 # Luatex crashes when compiled with GCC7.1
 patch -Np0 -i "${srcdir}/luatex-gcc7.patch"
+
+# Poppler 0.58 introduces API changes by hiding internal object
+# management.
+patch -Np1 -i "${srcdir}/texlive-poppler-0.59.patch"
 }
 
 build() {

Added: texlive-poppler-0.59.patch
===
--- texlive-poppler-0.59.patch  (rev 0)
+++ texlive-poppler-0.59.patch  2017-09-19 19:10:51 UTC (rev 305861)
@@ -0,0 +1,1132 @@
+diff -ur source.orig/texk/web2c/luatexdir/image/pdftoepdf.w 
source/texk/web2c/luatexdir/image/pdftoepdf.w
+--- source.orig/texk/web2c/luatexdir/image/pdftoepdf.w 2017-05-08 
22:39:36.639375783 +0200
 source/texk/web2c/luatexdir/image/pdftoepdf.w  2017-09-19 
11:23:36.586768739 +0200
+@@ -224,7 +224,7 @@
+ free(checksum);
+ }
+ if (pdf_doc->doc == NULL) {
+-docmemstream = new MemStream( docstream,0,streamsize, obj.initNull() 
);
++docmemstream = new MemStream( docstream,0,streamsize, Object(objNull) 
);
+ doc = new PDFDoc(docmemstream); /* takes ownership of docmemstream */
+ pdf_doc->pc++;
+ if (!doc->isOk() || !doc->okToPrint()) {
+@@ -408,9 +408,8 @@
+ Object obj1;
+ pdf_begin_array(pdf);
+ for (i = 0, l = array->getLength(); i < l; ++i) {
+-array->getNF(i, &obj1);
++obj1 = array->getNF(i);
+ copyObject(pdf, pdf_doc, &obj1);
+-obj1.free();
+ }
+ pdf_end_array(pdf);
+ }
+@@ -422,9 +421,8 @@
+ pdf_begin_dict(pdf);
+ for (i = 0, l = dict->getLength(); i < l; ++i) {
+ copyName(pdf, dict->getKey(i));
+-dict->getValNF(i, &obj1);
++obj1 = dict->getValNF(i);
+ copyObject(pdf, pdf_doc, &obj1);
+-obj1.free();
+ }
+ pdf_end_dict(pdf);
+ }
+@@ -510,13 +508,12 @@
+ PDFDoc *doc = pdf_doc->doc;
+ xref = doc->getXRef();
+ for (r = pdf_doc->inObjList; r != NULL;) {
+-xref->fetch(r->ref.num, r->ref.gen, &obj1);
++obj1 = xref->fetch(r->ref.num, r->ref.gen);
+ if (obj1.isStream())
+ pdf_begin_obj(pdf, r->num, OBJSTM_NEVER);
+ else
+ pdf_begin_obj(pdf, r->num, 2);
+ copyObject(pdf, pdf_doc, &obj1);
+-obj1.free();
+ pdf_end_obj(pdf);
+ n = r->next;
+ delete r;
+@@ -740,7 +737,7 @@
+ catalog = doc->getCatalog();
+ page = catalog->getPage(img_pagenum(idict));
+ pageref = catalog->getPageRef(img_pagenum(idict));
+-doc->getXRef()->fetch(pageref->num, pageref->gen, &pageobj);
++pageobj = doc->getXRef()->fetch(pageref->num, pageref->gen);
+ pageDict = pageobj.getDict();
+ /* write the Page header */
+ pdf_begin_obj(pdf, img_objnum(idict), OBJSTM_NEVER);
+@@ -757,12 +754,11 @@
+ pdf_dict_add_int(pdf, "PTEX.PageNumber", (int) img_pagenum(idict));
+ }
+ if ((suppress_optional_info & 8) == 0) {
+-doc->getDocInfoNF(&obj1);
++obj1 = doc->getDocInfoNF();
+ if (obj1.isRef()) {
+ /* the info dict must be indirect (PDF Ref p. 61) */
+ pdf_dict_add_ref(pdf, "PTEX.InfoDict", addInObj(pdf, pdf_doc, 
obj1.getRef()));
+ }
+-obj1.free();
+ }
+ if (img_is_bbox(idict)) {
+ bbox[0] = sp2bp(img_bbox(idict)[0]);
+@@ -788,19 +784,17 @@
+ Now all relevant parts of the Page dictionary are copied. Metadata 
vali

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

2017-09-19 Thread Antonio Rojas
Date: Tuesday, September 19, 2017 @ 19:06:48
  Author: arojas
Revision: 258847

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 258846, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 19:06:20 UTC (rev 258846)
+++ PKGBUILD2017-09-19 19:06:48 UTC (rev 258847)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.20.6
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="https://jmol.sourceforge.net";
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('2cf40ef3c721b253d3d598cdda27e4318e2e7ea9da768362385f279a215df8de')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 258846, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 19:06:48 UTC (rev 258847)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.20.7
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="https://jmol.sourceforge.net";
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
+sha256sums=('2d41947e269688756a503208c1e3e6c6462733562d6b178f20ac1d5d4bd15f76')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-09-19 Thread Antonio Rojas
Date: Tuesday, September 19, 2017 @ 19:06:20
  Author: arojas
Revision: 258846

Update to 14.20.7

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 18:11:32 UTC (rev 258845)
+++ PKGBUILD2017-09-19 19:06:20 UTC (rev 258846)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.20.6
+pkgver=14.20.7
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('2cf40ef3c721b253d3d598cdda27e4318e2e7ea9da768362385f279a215df8de')
+sha256sums=('2d41947e269688756a503208c1e3e6c6462733562d6b178f20ac1d5d4bd15f76')
 
 package() {
   cd $pkgname-$pkgver


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

2017-09-19 Thread Alexander Rødseth
Date: Tuesday, September 19, 2017 @ 18:11:32
  Author: arodseth
Revision: 258845

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 18:11:15 UTC (rev 258844)
+++ community-i686/PKGBUILD 2017-09-19 18:11:32 UTC (rev 258845)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas Berryhill 
-# Contributor: Bastien Dejean 
-
-pkgname=xdo
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='Utility for performing actions on windows in X'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/xdo'
-license=('BSD')
-depends=('libxcb' 'xcb-util-wm' 'xcb-util')
-makedepends=('git')
-source=("git+https://github.com/baskerville/xdo.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  make -C xdo PREFIX=/usr
-}
-
-package() {
-  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/baskerville/xdo/blob/master/VERSION
-# vim: ts=2 sw=2 et:

Copied: xdo/repos/community-i686/PKGBUILD (from rev 258844, xdo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-19 18:11:32 UTC (rev 258845)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Berryhill 
+# Contributor: Bastien Dejean 
+
+pkgname=xdo
+pkgver=0.5.7
+pkgrel=1
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm' 'xcb-util')
+makedepends=('git')
+source=("git+https://github.com/baskerville/xdo.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  make -C xdo PREFIX=/usr
+}
+
+package() {
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-19 18:11:15 UTC (rev 258844)
+++ community-x86_64/PKGBUILD   2017-09-19 18:11:32 UTC (rev 258845)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Thomas Berryhill 
-# Contributor: Bastien Dejean 
-
-pkgname=xdo
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='Utility for performing actions on windows in X'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/xdo'
-license=('BSD')
-depends=('libxcb' 'xcb-util-wm' 'xcb-util')
-makedepends=('git')
-source=("git+https://github.com/baskerville/xdo.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  make -C xdo PREFIX=/usr
-}
-
-package() {
-  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/baskerville/xdo/blob/master/VERSION
-# vim: ts=2 sw=2 et:

Copied: xdo/repos/community-x86_64/PKGBUILD (from rev 258844, 
xdo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-19 18:11:32 UTC (rev 258845)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Thomas Berryhill 
+# Contributor: Bastien Dejean 
+
+pkgname=xdo
+pkgver=0.5.7
+pkgrel=1
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm' 'xcb-util')
+makedepends=('git')
+source=("git+https://github.com/baskerville/xdo.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  make -C xdo PREFIX=/usr
+}
+
+package() {
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:ts=2 sw=2 et:


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

2017-09-19 Thread Alexander Rødseth
Date: Tuesday, September 19, 2017 @ 18:11:15
  Author: arodseth
Revision: 258844

upgpkg: xdo 0.5.7-1

Modified:
  xdo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 17:12:49 UTC (rev 258843)
+++ PKGBUILD2017-09-19 18:11:15 UTC (rev 258844)
@@ -4,7 +4,7 @@
 # Contributor: Bastien Dejean 
 
 pkgname=xdo
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc='Utility for performing actions on windows in X'
 arch=('x86_64' 'i686')
@@ -25,4 +25,4 @@
 }
 
 # getver: github.com/baskerville/xdo/blob/master/VERSION
-# vim: ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:


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

2017-09-19 Thread Gaëtan Bisson
Date: Tuesday, September 19, 2017 @ 17:32:25
  Author: bisson
Revision: 305860

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 305859, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 305859, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 305859, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 305859, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-i686/install|   41 
 testing-x86_64/PKGBUILD |   67 ++
 testing-x86_64/install  |   41 
 4 files changed, 216 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 305859, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-19 17:32:25 UTC (rev 305860)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+checkdepends=('openssh')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('34d70cd65b9c95f3f2f90a9f5c1e0b6a0fe039a8d685e2d66d69c33d1cbf62fb'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-i686/install (from rev 305859, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2017-09-19 17:32:25 UTC (rev 305860)
@@ -0,0 +1,41 @@
+_global_units() {
+   _units=(dirmngr.socket gpg-agent.socket 
gpg-agent-{browser,extra,ssh}.socket)
+   _dir=/etc/systemd/user/sockets.target.wants
+
+   case $1 in
+   enable)
+   mkdir -p $_dir
+   for _u in "${_units[@]}"; do
+   ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
+   done
+   ;;
+   disable)
+   for _u in "${_units[@]}"; do
+   rm -f $_dir/$_u
+   done
+   rmdir -p --ignore-fail-on-non-empty $_dir
+   ;;
+   esac
+}
+
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
+   # Let systemd supervise daemons by default
+   _global_units enable
+}
+
+post_upgrade() {
+   if (( $(vercmp $2 2.1.13-1) < 0 )); then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+
+   if (( $(vercmp $2 2.1.21-3) < 0 )); then
+   _global_units enable
+   fi
+}
+
+pre_remove() {
+   _global_units disable
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 305859, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-19 17:32:25 UTC (rev 305860)
@@ -0,0 +1,67 @@

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

2017-09-19 Thread Gaëtan Bisson
Date: Tuesday, September 19, 2017 @ 17:31:16
  Author: bisson
Revision: 305859

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 14:26:42 UTC (rev 305858)
+++ PKGBUILD2017-09-19 17:31:16 UTC (rev 305859)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -22,7 +22,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('d4514a0be0f7a1ff263193330019eb4b53c82f0f5e230af3c14df371271a45e6'
+sha256sums=('34d70cd65b9c95f3f2f90a9f5c1e0b6a0fe039a8d685e2d66d69c33d1cbf62fb'
 'SKIP')
 
 install=install


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

2017-09-19 Thread Felix Yan
Date: Tuesday, September 19, 2017 @ 17:12:49
  Author: felixonmars
Revision: 258843

archrelease: copy trunk to community-any

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

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

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

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

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

2017-09-19 Thread Felix Yan
Date: Tuesday, September 19, 2017 @ 17:12:24
  Author: felixonmars
Revision: 258842

upgpkg: python-hypothesis 3.29.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 16:31:28 UTC (rev 258841)
+++ PKGBUILD2017-09-19 17:12:24 UTC (rev 258842)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.28.3
+pkgver=3.29.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MPL')
 url="https://hypothesis.readthedocs.org";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python2-enum34')
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
   'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
   'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('402f116c215af4b57f9702b6af716f0b43a0dd8ee75dc609a0c430fb516dccbab57b438a58590259b25e1bbefaae05dfb28eec80242c599864bc352b98b269b5')
+sha512sums=('d14baec325a799a92642f2af1afff4b56e1d71ddcde698850740b7363e2e4d34cbcee6f6ecf4c11e39963c53ce847d21fcf04d41f9f6e6b71bec2dc5e5bf8cc0')
 
 prepare() {
   # Make tests faster
@@ -54,7 +54,7 @@
 }
 
 package_python-hypothesis() {
-  depends=('python-attrs')
+  depends=('python-attrs' 'python-coverage')
   optdepends=('python-pytz: for datetime and django module'
   'python-faker: for fakefactory and django module'
   'python-django: for django module'
@@ -66,7 +66,7 @@
 }
 
 package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-enum34')
+  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
   optdepends=('python2-pytz: for datetime and django module'
   'python2-faker: for fakefactory and django module'
   'python2-django: for django module'


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

2017-09-19 Thread Jerome Leclanche
Date: Tuesday, September 19, 2017 @ 16:31:28
  Author: jleclanche
Revision: 258841

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 16:31:13 UTC (rev 258840)
+++ community-i686/PKGBUILD 2017-09-19 16:31:28 UTC (rev 258841)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-   msg2 "Build program"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-   cd "$srcdir/bin"
-   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-   cd "$srcdir/src/$_gourl/$pkgname"
-   # Zsh completion
-   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-i686/PKGBUILD (from rev 258840, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-19 16:31:28 UTC (rev 258841)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.6
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/";
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
+sha256sums=("3170223c601263a7be9af9d14194e36170900cecfec784464abca1679e03fb11")
+
+
+prepare() {
+   mkdir -p "$srcdir/src/$_gourl"
+   rm -rf "${srcdir}/src/$_gourl/$pkgname"
+   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+   msg2 "Fetching dependencies"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+   msg2 "Build program"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+}
+
+
+package() {
+   cd "$srcdir/bin"
+   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+   cd "$srcdir/src/$_gourl/$pkgname"
+   # Zsh completion
+   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-19 16:31:13 UTC (rev 258840)
+++ community-x86_64/PKGBUILD   2017-09-19 16:31:28 UTC (rev 258841)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-  

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

2017-09-19 Thread Jerome Leclanche
Date: Tuesday, September 19, 2017 @ 16:31:13
  Author: jleclanche
Revision: 258840

upgpkg: terraform 0.10.6-1

Upstream release 0.10.6

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 11:31:29 UTC (rev 258839)
+++ PKGBUILD2017-09-19 16:31:13 UTC (rev 258840)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=terraform
-pkgver=0.10.5
+pkgver=0.10.6
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="http://www.terraform.io/";
@@ -12,7 +12,7 @@
 conflicts=("terraform-bin")
 _gourl="github.com/hashicorp"
 source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
+sha256sums=("3170223c601263a7be9af9d14194e36170900cecfec784464abca1679e03fb11")
 
 
 prepare() {


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:26:42
  Author: heftig
Revision: 305858

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

Added:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
(from rev 305857, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 305857, gstreamer-vaapi/trunk/PKGBUILD)
Deleted:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 14:25:53 UTC (rev 305857)
+++ extra-i686/PKGBUILD 2017-09-19 14:26:42 UTC (rev 305858)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
-makedepends=(gtk-doc git python valgrind)
-_commit=3df7d3d4b052d31feeec998d6ab1d96de037ef67  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---disable-builtin-libvpx \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer-vaapi/repos/extra-i686/PKGBUILD (from rev 305857, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 14:26:42 UTC (rev 305858)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+makedepends=(gtk-doc git python valgrind)
+_commit=8d2884ec349ba8e402e9251c6e96b2e1ff23da69  # tags/1.12.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer VAAPI Plugin (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--disable-builtin-libvpx \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-19 14:25:53 UTC (rev 305857)
+++ extra-x86_64/PKGBUILD   2017-09-19 14:26:42 UTC (rev 305858)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
-makedepends=(gtk-doc git python valgrind)
-_commit=3df7d3d4b052d31feeec998d6ab1d96de037ef67  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
-"gst-common::git+https://anongit.freede

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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:25:53
  Author: heftig
Revision: 305857

1.12.3-1

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 14:09:22 UTC (rev 305856)
+++ PKGBUILD2017-09-19 14:25:53 UTC (rev 305857)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-vaapi
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
 url="https://gstreamer.freedesktop.org/";
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
 makedepends=(gtk-doc git python valgrind)
-_commit=3df7d3d4b052d31feeec998d6ab1d96de037ef67  # tags/1.12.2^0
+_commit=8d2884ec349ba8e402e9251c6e96b2e1ff23da69  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:09:22
  Author: heftig
Revision: 305856

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

Added:
  gst-python/repos/extra-i686/PKGBUILD
(from rev 305855, gst-python/trunk/PKGBUILD)
  gst-python/repos/extra-x86_64/PKGBUILD
(from rev 305855, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/extra-i686/PKGBUILD
  gst-python/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 14:08:42 UTC (rev 305855)
+++ extra-i686/PKGBUILD 2017-09-19 14:09:22 UTC (rev 305856)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=64c08f12a391034c1a5ffeb3a1d239b85b90ee67  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-
-  cd ..
-  cp -a $pkgbase py2
-  cp -a $pkgbase py3
-}
-
-
-_build() (
-  cd $1
-  ./configure --prefix=/usr
-  make
-)
-
-build() {
-  PYTHON=python3 _build py3
-  PYTHON=python2 _build py2
-}
-
-check() {
-  make -C py3 check
-  #make -C py2 check
-}
-
-package_gst-python() {
-  pkgdesc="${pkgdesc//Python/Python 3}"
-  depends=(python-gobject gst-plugins-base)
-
-  make -C py3 DESTDIR="$pkgdir" install
-}
-
-package_gst-python2() {
-  pkgdesc="${pkgdesc//Python/Python 2}"
-  depends=(python2-gobject gst-plugins-base)
-
-  make -C py2 DESTDIR="$pkgdir" install
-}

Copied: gst-python/repos/extra-i686/PKGBUILD (from rev 305855, 
gst-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 14:09:22 UTC (rev 305856)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=(gst-python gst-python2)
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
+_commit=705c1c09228c0a95150ea86cd536bcb0c2c74e51  # tags/1.12.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+
+  cd ..
+  cp -a $pkgbase py2
+  cp -a $pkgbase py3
+}
+
+
+_build() (
+  cd $1
+  ./configure --prefix=/usr
+  make
+)
+
+build() {
+  PYTHON=python3 _build py3
+  PYTHON=python2 _build py2
+}
+
+check() {
+  make -C py3 check
+  #make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=(python-gobject gst-plugins-base)
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=(python2-gobject gst-plugins-base)
+
+  make -C py2 DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-19 14:08:42 UTC (rev 305855)
+++ extra-x86_64/PKGBUILD   2017-09-19 14:09:22 UTC (rev 305856)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=64c08f12a391034c1a5ffeb3a1d239b85b90ee67  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-

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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:08:42
  Author: heftig
Revision: 305855

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 305854, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 305854, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 14:07:41 UTC (rev 305854)
+++ extra-i686/PKGBUILD 2017-09-19 14:08:42 UTC (rev 305855)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2 ffmpeg)
-makedepends=(python gtk-doc autoconf-archive git valgrind)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=a5ff06b71da295a3716a33816e9f2b5bdc73fb98  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-"git+https://git.videolan.org/git/ffmpeg";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 305854, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 14:08:42 UTC (rev 305855)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2 ffmpeg)
+makedepends=(python gtk-doc autoconf-archive git valgrind)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=326c74123d969a7ea0eccbfdef5fa45ce68076ad  # tags/1.12.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
+"git+https://git.videolan.org/git/ffmpeg";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--with-system-libav 
--with-libav-extra-configure="--enable-runtime-cpudetect" \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-19 14:07:41 UTC (rev 305854)
+++ extra-x86_64/PKGBUILD   2017-09-19 14:08:42 UTC (rev 305855)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-

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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:07:35
  Author: heftig
Revision: 305853

1.12.3-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 14:04:23 UTC (rev 305852)
+++ PKGBUILD2017-09-19 14:07:35 UTC (rev 305853)
@@ -5,7 +5,7 @@
 
 pkgbase=gst-python
 pkgname=(gst-python gst-python2)
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Python binding overrides"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 arch=(i686 x86_64)
 license=(LGPL)
 makedepends=(pkg-config python-gobject python2-gobject gst-plugins-base git)
-_commit=64c08f12a391034c1a5ffeb3a1d239b85b90ee67  # tags/1.12.2^0
+_commit=705c1c09228c0a95150ea86cd536bcb0c2c74e51  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:07:41
  Author: heftig
Revision: 305854

1.12.3-1

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 14:07:35 UTC (rev 305853)
+++ PKGBUILD2017-09-19 14:07:41 UTC (rev 305854)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 depends=(gst-plugins-base-libs bzip2 ffmpeg)
 makedepends=(python gtk-doc autoconf-archive git valgrind)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=a5ff06b71da295a3716a33816e9f2b5bdc73fb98  # tags/1.12.2^0
+_commit=326c74123d969a7ea0eccbfdef5fa45ce68076ad  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
 "git+https://git.videolan.org/git/ffmpeg";)


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:04:23
  Author: heftig
Revision: 305852

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 14:03:22 UTC (rev 305851)
+++ extra-i686/PKGBUILD 2017-09-19 14:04:23 UTC (rev 305852)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libsidplay
- libcdio libx264 libx264-all opencore-amr mpg123)
-makedepends=(python gtk-doc x264 autoconf-archive git valgrind)
-_commit=2ac37760b031b16a07a836d1fd6ff62c2525925c  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
-
--with-x264-libraries="/usr/lib/x264/libx264-8bit.so:/usr/lib/x264/libx264-10bit.so"
 \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 305851, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 14:04:23 UTC (rev 305852)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libsidplay
+ libcdio libx264 libx264-all opencore-amr mpg123)
+makedepends=(python gtk-doc x264 autoconf-archive git valgrind)
+_commit=ffbf076dd13783786d7c7147b4d909af52f7b341  # tags/1.12.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+
--with-x264-libraries="/usr/lib/x264/libx264-8bit.so:/usr/lib/x264/libx264-10bit.so"
 \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-19 14:03:22 UTC (rev 305851)
+++ extra-x86_64/PKGBUILD   2017-09-19 14:04:23 UTC (rev 305852)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Ugly Pl

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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 14:03:22
  Author: heftig
Revision: 305851

1.12.3-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:59:36 UTC (rev 305850)
+++ PKGBUILD2017-09-19 14:03:22 UTC (rev 305851)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -12,7 +12,7 @@
 depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libsidplay
  libcdio libx264 libx264-all opencore-amr mpg123)
 makedepends=(python gtk-doc x264 autoconf-archive git valgrind)
-_commit=2ac37760b031b16a07a836d1fd6ff62c2525925c  # tags/1.12.2^0
+_commit=ffbf076dd13783786d7c7147b4d909af52f7b341  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:59:36
  Author: heftig
Revision: 305850

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 13:58:55 UTC (rev 305849)
+++ extra-i686/PKGBUILD 2017-09-19 13:59:36 UTC (rev 305850)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.12.2+27+g2b8edd9c0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
- libgudev graphene schroedinger libexif libdvdread libvdpau libmpeg2 
wildmidi ladspa
- openal libusb vulkan-icd-loader libfdk-aac faac soundtouch spandsp 
neon
- webrtc-audio-processing libdc1394 libmpcdec zvbi)
-makedepends=(python valgrind gobject-introspection gtk-doc git 
autoconf-archive vulkan-headers
- gtk3 clutter librsvg libtiger qt5-declarative qt5-x11extras 
qt5-wayland zbar
- fluidsynth lilv opencv openexr)
-_commit=2b8edd9c0f23e1aedc68fd2271931bce707d2ac4  # 1.12
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  sed -i 's/cmu_us_kal/&16/g' configure.ac ext/flite/gstflitetestsrc.c
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---with-gtk=3.0 \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # bad tests are bad
-  #make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 305849, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 13:59:36 UTC (rev 305850)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu 
sbc rtmpdump
+ libgudev graphene schroedinger libexif libdvdread libvdpau libmpeg2 
wildmidi ladspa
+ openal libusb vulkan-icd-loader libfdk-aac faac soundtouch spandsp 
neon
+ webrtc-audio-processing libdc1394 libmpcdec zvbi)
+makedepends=(python valgrind gobject-introspection gtk-doc git 
autoconf-archive vulkan-headers
+ gtk3 clutter librsvg libtiger qt5-declarative qt5-x11extras 
qt5-wayland zbar
+ fluidsynth lilv opencv openexr)
+_commit=8f66ff25f9cabc170c57d75a74984103c7fcb965  # tags/1.12.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  sed -i 's/cmu_us_kal/&16/g' configure.ac ext/flite/gstflitetestsrc.c
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr -

[arch-commits] Commit in gst-plugins-good/repos (20 files)

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:58:55
  Author: heftig
Revision: 305849

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

Added:
  
gst-plugins-good/repos/extra-i686/0001-tests-souphttpsrc-Update-test-cert.pem.patch
(from rev 305848, 
gst-plugins-good/trunk/0001-tests-souphttpsrc-Update-test-cert.pem.patch)
  
gst-plugins-good/repos/extra-i686/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch
(from rev 305848, 
gst-plugins-good/trunk/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch)
  
gst-plugins-good/repos/extra-i686/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch
(from rev 305848, 
gst-plugins-good/trunk/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch)
  
gst-plugins-good/repos/extra-i686/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch
(from rev 305848, 
gst-plugins-good/trunk/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch)
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 305848, gst-plugins-good/trunk/PKGBUILD)
  
gst-plugins-good/repos/extra-x86_64/0001-tests-souphttpsrc-Update-test-cert.pem.patch
(from rev 305848, 
gst-plugins-good/trunk/0001-tests-souphttpsrc-Update-test-cert.pem.patch)
  
gst-plugins-good/repos/extra-x86_64/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch
(from rev 305848, 
gst-plugins-good/trunk/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch)
  
gst-plugins-good/repos/extra-x86_64/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch
(from rev 305848, 
gst-plugins-good/trunk/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch)
  
gst-plugins-good/repos/extra-x86_64/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch
(from rev 305848, 
gst-plugins-good/trunk/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 305848, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  
gst-plugins-good/repos/extra-i686/0001-tests-souphttpsrc-Update-test-cert.pem.patch
  
gst-plugins-good/repos/extra-i686/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch
  
gst-plugins-good/repos/extra-i686/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch
  
gst-plugins-good/repos/extra-i686/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch
  gst-plugins-good/repos/extra-i686/PKGBUILD
  
gst-plugins-good/repos/extra-x86_64/0001-tests-souphttpsrc-Update-test-cert.pem.patch
  
gst-plugins-good/repos/extra-x86_64/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch
  
gst-plugins-good/repos/extra-x86_64/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch
  
gst-plugins-good/repos/extra-x86_64/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

--+
 /0001-tests-souphttpsrc-Update-test-cert.pem.patch   | 
 116 +++
 /0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch  | 
  94 ++
 /0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch | 
 120 
 /0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch | 
 108 +++
 /PKGBUILD| 
 148 ++
 extra-i686/0001-tests-souphttpsrc-Update-test-cert.pem.patch | 
  58 ---
 extra-i686/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch| 
  47 ---
 extra-i686/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch   | 
  60 
 extra-i686/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch   | 
  54 ---
 extra-i686/PKGBUILD  | 
  74 -
 extra-x86_64/0001-tests-souphttpsrc-Update-test-cert.pem.patch   | 
  58 ---
 extra-x86_64/0002-tests-souphttpsrc-Make-ssl_cert-key_file-static.patch  | 
  47 ---
 extra-x86_64/0003-tests-souphttpsrc-Avoid-deprecated-server-ssl-proper.patch | 
  60 
 extra-x86_64/0004-tests-souphttpsrc-Avoid-deprecated-ssl-ca-file-prope.patch | 
  54 ---
 extra-x86_64/PKGBUILD| 
  74 -
 15 files changed, 586 insertions(+), 586 deletions(-)

Deleted: extra-i686/0001-tests-souphttpsrc-Update-test-cert.pem.patch
===
--- extra-i686/0001-tests-souphttpsrc-Update-test-cert.pem.patch
2017-09-19 13:56:23 UTC (rev 305848)
+++ extra-i686/0001-tests-souphttpsrc-Update-test-cert.pem.patch
2017-09-19 13:58:55 UTC (rev 305849)
@@ -1,58 +0,0 @@
-From 5166461059402fb0a7130fdc100e96698b1f90b7 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 20 Jun 2017 16:28:35 +0200
-Subject: [PATCH 1/4] tests: souphttpsrc: Update test-cert.pem
-
-Recent GnuTLS disregards the Common 

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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:56:23
  Author: heftig
Revision: 305848

1.12.3-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:55:54 UTC (rev 305847)
+++ PKGBUILD2017-09-19 13:56:23 UTC (rev 305848)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-bad
-pkgver=1.12.2+27+g2b8edd9c0
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -17,7 +17,7 @@
 makedepends=(python valgrind gobject-introspection gtk-doc git 
autoconf-archive vulkan-headers
  gtk3 clutter librsvg libtiger qt5-declarative qt5-x11extras 
qt5-wayland zbar
  fluidsynth lilv opencv openexr)
-_commit=2b8edd9c0f23e1aedc68fd2271931bce707d2ac4  # 1.12
+_commit=8f66ff25f9cabc170c57d75a74984103c7fcb965  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:55:54
  Author: heftig
Revision: 305847

1.12.3-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:49:51 UTC (rev 305846)
+++ PKGBUILD2017-09-19 13:55:54 UTC (rev 305847)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-good
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -14,7 +14,7 @@
  libraw1394)
 makedepends=(python gtk-doc autoconf-archive git)
 checkdepends=(gst-plugins-base)
-_commit=188ab74da41dc0d0c62e7918327fba7bdabdf314  # tags/1.12.2^0
+_commit=4ce0249911fb4dda1a7e643a91490a10f2a6d415  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
 0001-tests-souphttpsrc-Update-test-cert.pem.patch


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

2017-09-19 Thread Andreas Radke
Date: Tuesday, September 19, 2017 @ 13:49:51
  Author: andyrtr
Revision: 305846

archrelease: copy trunk to extra-x86_64

Added:
  libzmf/repos/extra-x86_64/PKGBUILD
(from rev 305845, libzmf/trunk/PKGBUILD)
Deleted:
  libzmf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 13:49:29 UTC (rev 305845)
+++ PKGBUILD2017-09-19 13:49:51 UTC (rev 305846)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libzmf
-pkgver=0.0.2
-pkgrel=1
-pkgdesc="a library for import of Zoner drawing and bitmap files"
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf";
-license=('MPL')
-source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-depends=('librevenge' 'libpng')
-makedepends=('boost' 'cppunit' 'doxygen')
-sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-werror
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: libzmf/repos/extra-x86_64/PKGBUILD (from rev 305845, 
libzmf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 13:49:51 UTC (rev 305846)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libzmf
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="a library for import of Zoner drawing and bitmap files"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf";
+license=('MPL')
+source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge' 'libpng')
+makedepends=('boost' 'cppunit' 'doxygen')
+sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+


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

2017-09-19 Thread Andreas Radke
Date: Tuesday, September 19, 2017 @ 13:49:29
  Author: andyrtr
Revision: 305845

archrelease: copy trunk to extra-i686

Added:
  libzmf/repos/extra-i686/PKGBUILD
(from rev 305844, libzmf/trunk/PKGBUILD)
Deleted:
  libzmf/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 13:49:03 UTC (rev 305844)
+++ PKGBUILD2017-09-19 13:49:29 UTC (rev 305845)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libzmf
-pkgver=0.0.2
-pkgrel=1
-pkgdesc="a library for import of Zoner drawing and bitmap files"
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf";
-license=('MPL')
-source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-depends=('librevenge' 'libpng')
-makedepends=('boost' 'cppunit' 'doxygen')
-sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-werror
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: libzmf/repos/extra-i686/PKGBUILD (from rev 305844, 
libzmf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 13:49:29 UTC (rev 305845)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libzmf
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="a library for import of Zoner drawing and bitmap files"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf";
+license=('MPL')
+source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge' 'libpng')
+makedepends=('boost' 'cppunit' 'doxygen')
+sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+


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

2017-09-19 Thread Andreas Radke
Date: Tuesday, September 19, 2017 @ 13:49:03
  Author: andyrtr
Revision: 305844

use https for source

Modified:
  libzmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:44:24 UTC (rev 305843)
+++ PKGBUILD2017-09-19 13:49:03 UTC (rev 305844)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf";
 license=('MPL')
-source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+source=(https://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
 depends=('librevenge' 'libpng')
 makedepends=('boost' 'cppunit' 'doxygen')
 sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')


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

2017-09-19 Thread Andreas Radke
Date: Tuesday, September 19, 2017 @ 13:44:24
  Author: andyrtr
Revision: 305843

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

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

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

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

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 305842, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-19 13:44:24 UTC (rev 305843)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.17.7
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters";
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups' 
'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c6b59307f439a87e35b8dc67268a14a7cb5ebbdc8898264d21974f7e649e3d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS

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

2017-09-19 Thread Andreas Radke
Date: Tuesday, September 19, 2017 @ 13:44:03
  Author: andyrtr
Revision: 305842

upgpkg: cups-filters 1.17.7-1

upstream update 1.17.7

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:41:40 UTC (rev 305841)
+++ PKGBUILD2017-09-19 13:44:03 UTC (rev 305842)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.6
+pkgver=1.17.7
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('124921a2864787bc38a6488c04e4897228722b5ba6cfe2fff903ab989ae2fb49')
+sha256sums=('5c6b59307f439a87e35b8dc67268a14a7cb5ebbdc8898264d21974f7e649e3d5')
 
 build() {
   cd $pkgname-$pkgver


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:41:40
  Author: heftig
Revision: 305841

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 13:40:31 UTC (rev 305840)
+++ extra-i686/PKGBUILD 2017-09-19 13:41:40 UTC (rev 305841)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-makedepends=(gstreamer orc libxv iso-codes alsa-lib cdparanoia libvisual 
libvorbis libtheora pango
- opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
-checkdepends=(gtk3 qt5-base)
-options=(!emptydirs)
-_commit=64cab5c3b8d042fb0f1d5c1582e3dc47bca95ff2  # tags/1.12.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=(gstreamer orc libxv iso-codes)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" alsa-lib cdparanoia libvisual 
libvorbis
-   libtheora pango opus)
-
-  cd $pkgbase
-  make -C gst-libs DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" install
-  make -C gst-libs DESTDIR="$pkgdir" uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 305840, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 13:41:40 UTC (rev 305841)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+makedepends=(gstreamer orc libxv iso-codes alsa-lib cdparanoia libvisual 
libvorbis libtheora pango
+ opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
+checkdepends=(gtk3 qt5-base)
+options=(!emptydirs)
+_commit=c7272689ddce50afdc53f89f70802fd9a4ccc95a  # tags/1.12.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--enable-experimental --enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="GStreamer Multime

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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:40:31
  Author: heftig
Revision: 305840

1.12.3-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:30:48 UTC (rev 305839)
+++ PKGBUILD2017-09-19 13:40:31 UTC (rev 305840)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  opus gobject-introspection gtk-doc autoconf-archive git pkgconfig)
 checkdepends=(gtk3 qt5-base)
 options=(!emptydirs)
-_commit=64cab5c3b8d042fb0f1d5c1582e3dc47bca95ff2  # tags/1.12.2^0
+_commit=c7272689ddce50afdc53f89f70802fd9a4ccc95a  # tags/1.12.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:30:48
  Author: heftig
Revision: 305839

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

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

+
 /PKGBUILD  |  118 +++
 /gstreamer.install |   14 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/gstreamer.install   |7 --
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/gstreamer.install |7 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 13:24:41 UTC (rev 305838)
+++ extra-i686/PKGBUILD 2017-09-19 13:30:48 UTC (rev 305839)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library"
-url="https://gstreamer.freedesktop.org/";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libxml2 glib2 libunwind libcap libelf)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
- valgrind bash-completion)
-checkdepends=(gmp gsl gtk3)
-_commit=dca812c58c3cd1467f5aff3088318feb510c334d  # tags/1.12.2^0
-install=gstreamer.install
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 305838, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-19 13:30:48 UTC (rev 305839)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="GStreamer open-source multimedia framework core library"
+url="https://gstreamer.freedesktop.org/";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libxml2 glib2 libunwind libcap libelf)
+makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
+ valgrind bash-completion)
+checkdepends=(gmp gsl gtk3)
+_commit=a6653b617cf42de70be087188d41c1cff6193b05  # tags/1.12.3^0
+install=gstreamer.install
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gstreamer.install
===
--- extra-i686/gstreamer.install2017-09-19 13:24:41 UTC (rev 305838)
+++ extra-i686/gstreamer.install2017-09-19 13:30:48 UTC (rev 

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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 13:24:41
  Author: heftig
Revision: 305838

1.12.3-1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 12:40:35 UTC (rev 305837)
+++ PKGBUILD2017-09-19 13:24:41 UTC (rev 305838)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gstreamer
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework core library"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
 makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
  valgrind bash-completion)
 checkdepends=(gmp gsl gtk3)
-_commit=dca812c58c3cd1467f5aff3088318feb510c334d  # tags/1.12.2^0
+_commit=a6653b617cf42de70be087188d41c1cff6193b05  # tags/1.12.3^0
 install=gstreamer.install
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 12:40:35
  Author: heftig
Revision: 305837

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pipewire/repos/gnome-unstable-i686/PKGBUILD
(from rev 305836, pipewire/trunk/PKGBUILD)
  pipewire/repos/gnome-unstable-i686/svg.diff
(from rev 305836, pipewire/trunk/svg.diff)
  pipewire/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305836, pipewire/trunk/PKGBUILD)
  pipewire/repos/gnome-unstable-x86_64/svg.diff
(from rev 305836, pipewire/trunk/svg.diff)
Deleted:
  pipewire/repos/gnome-unstable-i686/PKGBUILD
  pipewire/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |   92 +++
 gnome-unstable-i686/PKGBUILD   |   44 --
 gnome-unstable-i686/svg.diff   |   26 +++
 gnome-unstable-x86_64/PKGBUILD |   44 --
 gnome-unstable-x86_64/svg.diff |   26 +++
 5 files changed, 144 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2017-09-19 12:39:39 UTC (rev 305836)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 12:40:35 UTC (rev 305837)
@@ -1,44 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="http://pipewire.org";
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils)
-makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
-optdepends=(ffmpeg jack2 libva)
-_commit=b7e334e55ddbdd9afe811c043e782ae31596899e  # tags/0.1.4
-source=("git+https://github.com/PipeWire/pipewire.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  git cherry-pick -n ff363cc7bf1db8da7ffe3423de0fb85fd1531bc2
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --sysconfdir=/etc --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pipewire/repos/gnome-unstable-i686/PKGBUILD (from rev 305836, 
pipewire/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-19 12:40:35 UTC (rev 305837)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.1.5+2+g8f67aa2
+pkgrel=2
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="http://pipewire.org";
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils)
+makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
+optdepends=(ffmpeg jack2 libva)
+_commit=8f67aa2c3887fa72ccf6bbcd2d10b4e5b1a6da54  # master
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit";
+svg.diff)
+sha256sums=('SKIP'
+'23df81ab6c70e1d1e29505f846abffe3530495fdcede6fbed08f42b4c86e6e65')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../svg.diff
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --sysconfdir=/etc --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: pipewire/repos/gnome-unstable-i686/svg.diff (from rev 305836, 
pipewire/trunk/svg.diff)
===
--- gnome-unstable-i686/svg.diff(rev 0)
+++ gnome-unstable-i686/svg.diff2017-09-19 12:40:35 UTC (rev 305837)
@@ -0,0 +1,26 @@
+diff --git i/doc/Doxyfile.in w/doc/Doxyfile.in
+index dceb922dc853eb44..726bd38a2945075d 100644
+--- i/doc/Doxyfile.in
 w/doc/Doxyfile.in
+@@ -2305,19 +2305,19 @@ DIRECTORY_GRAPH= YES
+ # The default value is: png.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-DOT_IMAGE_FORMAT   = png
++DOT_IMAGE_FORMAT   = svg
+ 
+ # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
+ # enable generation of interactive SVG images that allow zooming and panning.
+ #
+ # Note that this requires a modern browser other than Internet Explorer. 
Tested
+ # and working are Firefox, Chrome, Safari, and Opera.
+ # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to 
make
+ # the SVG files visible. Older versions of IE do not have SVG support.
+ # The default value is: NO.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-INTERACTIVE_SVG= NO
++INTERACTIVE_SVG= YES
+ 
+ # The DOT_PATH tag can be used to specify the path where the dot tool can be
+ # found. If left blank, it is assumed the do

[arch-commits] Commit in pipewire/trunk (PKGBUILD svg.diff)

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 12:39:39
  Author: heftig
Revision: 305836

0.1.5+2+g8f67aa2-2

Added:
  pipewire/trunk/svg.diff
Modified:
  pipewire/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 svg.diff |   26 ++
 2 files changed, 33 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 12:39:35 UTC (rev 305835)
+++ PKGBUILD2017-09-19 12:39:39 UTC (rev 305836)
@@ -1,8 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs)
+pkgname=pipewire
 pkgver=0.1.5+2+g8f67aa2
 pkgrel=2
 pkgdesc="Server and user space API to deal with multimedia pipelines"
@@ -13,8 +12,10 @@
 makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
 optdepends=(ffmpeg jack2 libva)
 _commit=8f67aa2c3887fa72ccf6bbcd2d10b4e5b1a6da54  # master
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit";
+svg.diff)
+sha256sums=('SKIP'
+'23df81ab6c70e1d1e29505f846abffe3530495fdcede6fbed08f42b4c86e6e65')
 
 
 pkgver() {
@@ -25,6 +26,7 @@
 prepare() {
   mkdir build
   cd $pkgname
+  patch -Np1 -i ../svg.diff
 }
 
 build() {
@@ -38,17 +40,7 @@
   meson test
 }
 
-package_pipewire() {
+package() {
   cd build
   DESTDIR="$pkgdir" ninja install
-  mv "$pkgdir/usr/share/doc" "$srcdir/doc"
 }
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  optdepends=()
-
-  mkdir -p "$pkgdir/usr/share"
-  mv "$srcdir/doc" "$pkgdir/usr/share"
-}

Added: svg.diff
===
--- svg.diff(rev 0)
+++ svg.diff2017-09-19 12:39:39 UTC (rev 305836)
@@ -0,0 +1,26 @@
+diff --git i/doc/Doxyfile.in w/doc/Doxyfile.in
+index dceb922dc853eb44..726bd38a2945075d 100644
+--- i/doc/Doxyfile.in
 w/doc/Doxyfile.in
+@@ -2305,19 +2305,19 @@ DIRECTORY_GRAPH= YES
+ # The default value is: png.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-DOT_IMAGE_FORMAT   = png
++DOT_IMAGE_FORMAT   = svg
+ 
+ # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
+ # enable generation of interactive SVG images that allow zooming and panning.
+ #
+ # Note that this requires a modern browser other than Internet Explorer. 
Tested
+ # and working are Firefox, Chrome, Safari, and Opera.
+ # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to 
make
+ # the SVG files visible. Older versions of IE do not have SVG support.
+ # The default value is: NO.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-INTERACTIVE_SVG= NO
++INTERACTIVE_SVG= YES
+ 
+ # The DOT_PATH tag can be used to specify the path where the dot tool can be
+ # found. If left blank, it is assumed the dot tool can be found in the path.


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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 12:39:35
  Author: anthraxx
Revision: 305835

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 305834, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 305834, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/vimdoc.hook
(from rev 305834, vim/trunk/vimdoc.hook)
  vim/repos/extra-i686/vimrc
(from rev 305834, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 305834, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 305834, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 305834, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 305834, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/vimdoc.hook
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

+
 /PKGBUILD  |  430 +++
 /archlinux.vim |   50 +
 /vimdoc.hook   |   22 ++
 /vimrc |   36 +++
 extra-i686/PKGBUILD|  215 -
 extra-i686/archlinux.vim   |   25 --
 extra-i686/vimdoc.hook |   11 -
 extra-i686/vimrc   |   18 -
 extra-x86_64/PKGBUILD  |  215 -
 extra-x86_64/archlinux.vim |   25 --
 extra-x86_64/vimdoc.hook   |   11 -
 extra-x86_64/vimrc |   18 -
 12 files changed, 538 insertions(+), 538 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-19 12:39:21 UTC (rev 305834)
+++ extra-i686/PKGBUILD 2017-09-19 12:39:35 UTC (rev 305835)
@@ -1,215 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1092
-_versiondir=80
-pkgrel=1
-url='http://www.vim.org'
-arch=('i686' 'x86_64')
-license=('custom:vim')
-makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'gtk3' 'lua' 'gawk' 'tcl')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('42f54fda0c0abdff9d82fcd5e12ef0c7c1a57e567b648b52e20c8ab207eb7787'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('d00d9ba791bf746b5ed00a518e0460f938072674439b500b58beed57487c33285e40e319f401f65e9f3e014061477a0d9dcfa6d6d872f19656f4d73018d217e4'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=d

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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 12:39:21
  Author: anthraxx
Revision: 305834

upgpkg: vim 8.0.1127-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 12:23:54 UTC (rev 305833)
+++ PKGBUILD2017-09-19 12:39:21 UTC (rev 305834)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1092
+pkgver=8.0.1127
 _versiondir=80
 pkgrel=1
 url='http://www.vim.org'
@@ -20,11 +20,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('42f54fda0c0abdff9d82fcd5e12ef0c7c1a57e567b648b52e20c8ab207eb7787'
+sha256sums=('345fc7a31bddff9369fdb68c0d3b265f69a8eadbb2a4fb1d3718084ad46a2098'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 '0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('d00d9ba791bf746b5ed00a518e0460f938072674439b500b58beed57487c33285e40e319f401f65e9f3e014061477a0d9dcfa6d6d872f19656f4d73018d217e4'
+sha512sums=('99ece602b08c3e849f355e62efb9f68f3fa11df76df7d5b866e2a45937aefc78e9adfa33de4cc625621436311426c0a24daa76217a09669d04e7cc3cf1cffcbe'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 12:23:54
  Author: heftig
Revision: 305833

0.1.5+2+g8f67aa2-2

Modified:
  pipewire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 12:10:07 UTC (rev 305832)
+++ PKGBUILD2017-09-19 12:23:54 UTC (rev 305833)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Jan de Groot 
 
-pkgname=pipewire
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs)
 pkgver=0.1.5+2+g8f67aa2
-pkgrel=1
+pkgrel=2
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="http://pipewire.org";
 license=(LGPL2.1)
@@ -37,7 +38,17 @@
   meson test
 }
 
-package() {
+package_pipewire() {
   cd build
   DESTDIR="$pkgdir" ninja install
+  mv "$pkgdir/usr/share/doc" "$srcdir/doc"
 }
+
+package_pipewire-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  optdepends=()
+
+  mkdir -p "$pkgdir/usr/share"
+  mv "$srcdir/doc" "$pkgdir/usr/share"
+}


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

2017-09-19 Thread Jan Steffens
Date: Tuesday, September 19, 2017 @ 12:10:07
  Author: heftig
Revision: 305832

0.1.5+2+g8f67aa2-1

Modified:
  pipewire/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 07:45:58 UTC (rev 305831)
+++ PKGBUILD2017-09-19 12:10:07 UTC (rev 305832)
@@ -1,8 +1,8 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgname=pipewire
-pkgver=0.1.4
+pkgver=0.1.5+2+g8f67aa2
 pkgrel=1
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="http://pipewire.org";
@@ -11,8 +11,8 @@
 depends=(gstreamer gst-plugins-base v4l-utils)
 makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
 optdepends=(ffmpeg jack2 libva)
-_commit=b7e334e55ddbdd9afe811c043e782ae31596899e  # tags/0.1.4
-source=("git+https://github.com/PipeWire/pipewire.git#commit=$_commit";)
+_commit=8f67aa2c3887fa72ccf6bbcd2d10b4e5b1a6da54  # master
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit";)
 sha256sums=('SKIP')
 
 
@@ -24,7 +24,6 @@
 prepare() {
   mkdir build
   cd $pkgname
-  git cherry-pick -n ff363cc7bf1db8da7ffe3423de0fb85fd1531bc2
 }
 
 build() {


Property changes on: pipewire/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 11:31:22
  Author: anthraxx
Revision: 258838

upgpkg: kibana 5.6.1-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 11:31:07 UTC (rev 258837)
+++ PKGBUILD2017-09-19 11:31:22 UTC (rev 258838)
@@ -2,7 +2,7 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -15,9 +15,9 @@
 install=kibana.install
 
source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
 kibana.service)
-sha256sums=('1feb6de22351a7f4109396d98fd788a7cd625ef23acbe3e85adf1801fef162f6'
+sha256sums=('dc52083e3ca7f7479d63831aae60cff2e0f03f4e8a65d744bc79d66bc285b009'
 '85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
-sha512sums=('6a5b720a40152206000b2fde12943815c8741afd760018c6e3d9e5b2d2abd48d733c482fd1ba6c0380ebd26292a53da01bb9cef6ce6c4f7ce64fd69739e08d90'
+sha512sums=('b7fccd1bbd9a884f3b8b46ca8f166561d17935215607ff7f2c6fc20a423e4c81b2a1a0302419b86a75641bc634c7f5a8c0096d284cac0c8e7344e60baa818235'
 
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
 
 package() {


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

2017-09-19 Thread Antonio Rojas
Date: Tuesday, September 19, 2017 @ 11:31:07
  Author: arojas
Revision: 258837

https

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 11:21:21 UTC (rev 258836)
+++ PKGBUILD2017-09-19 11:31:07 UTC (rev 258837)
@@ -12,7 +12,7 @@
 depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
 makedepends=(extra-cmake-modules python kdoctools)
 optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz";)
 # {.sig} key is not published
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz";)
 # {.sig} key is not published
 sha256sums=('5e8528a6758c64e884a787d661fc3ea38970e62e4540463238ad9a6c1b6d7970')
 
 prepare() {


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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 11:31:29
  Author: anthraxx
Revision: 258839

archrelease: copy trunk to community-any

Added:
  kibana/repos/community-any/PKGBUILD
(from rev 258838, kibana/trunk/PKGBUILD)
  kibana/repos/community-any/kibana.install
(from rev 258838, kibana/trunk/kibana.install)
  kibana/repos/community-any/kibana.service
(from rev 258838, kibana/trunk/kibana.service)
Deleted:
  kibana/repos/community-any/PKGBUILD
  kibana/repos/community-any/kibana.install
  kibana/repos/community-any/kibana.service

+
 PKGBUILD   |   74 +++
 kibana.install |   34 -
 kibana.service |   24 -
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 11:31:22 UTC (rev 258838)
+++ PKGBUILD2017-09-19 11:31:29 UTC (rev 258839)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Spider.007 
-
-pkgname=kibana
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
-url='https://www.elastic.co/products/kibana'
-arch=('any')
-license=('Apache')
-depends=('nodejs')
-optdepends=('elasticsearch>=2.4')
-backup=('etc/kibana/kibana.yml')
-options=('!strip' 'emptydirs')
-install=kibana.install
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
-kibana.service)
-sha256sums=('1feb6de22351a7f4109396d98fd788a7cd625ef23acbe3e85adf1801fef162f6'
-'85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
-sha512sums=('6a5b720a40152206000b2fde12943815c8741afd760018c6e3d9e5b2d2abd48d733c482fd1ba6c0380ebd26292a53da01bb9cef6ce6c4f7ce64fd69739e08d90'
-
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
-
-package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  install -dm 755 "${pkgdir}/usr/share/kibana"
-  cp -a * "${pkgdir}/usr/share/kibana"
-
-  install -dm 750 "${pkgdir}/etc/kibana"
-  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
-  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
-  rm -r "${pkgdir}/usr/share/kibana/node"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/PKGBUILD (from rev 258838, 
kibana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 11:31:29 UTC (rev 258839)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=5.6.1
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch>=2.4')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+install=kibana.install
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
+kibana.service)
+sha256sums=('dc52083e3ca7f7479d63831aae60cff2e0f03f4e8a65d744bc79d66bc285b009'
+'85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
+sha512sums=('b7fccd1bbd9a884f3b8b46ca8f166561d17935215607ff7f2c6fc20a423e4c81b2a1a0302419b86a75641bc634c7f5a8c0096d284cac0c8e7344e60baa818235'
+
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
+
+package() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  install -dm 755 "${pkgdir}/usr/share/kibana"
+  cp -a * "${pkgdir}/usr/share/kibana"
+
+  install -dm 750 "${pkgdir}/etc/kibana"
+  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
+  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+
+  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
+  rm -r "${pkgdir}/usr/share/kibana/node"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: kibana.install
===
--- kibana.install  2017-09-19 11:31:22 UTC (rev 258838)
+++ kibana.install  2017-09-19 11:31:29 UTC (rev 258839)
@@ -1,17 +0,0 @@
-post_install() {
-  if ! getent passwd kibana &>/dev/null; then
-groupadd -r -g 206 kibana &>/dev/null
-useradd -r -u 206 -g kibana -d /var/lib/kibana -s /bin/nologin -c 'kibana 
user' kibana &>/dev/null
-passwd -l kibana &>/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-  if (( $(vercmp $2 5.5.0-2) <= 0 )); then
-chown -R 206:206 /usr/share/kibana/{optimize,data}
-chmod -R o-w,g-w /usr/share/kibana/{optimize,data}
-  fi
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/kibana.install (from rev 258838, 

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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 11:21:21
  Author: anthraxx
Revision: 258836

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 11:21:13 UTC (rev 258835)
+++ PKGBUILD2017-09-19 11:21:21 UTC (rev 258836)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=packetfu
-pkgname=ruby-${_gemname}
-pkgver=1.1.12
-pkgrel=1
-pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
-url='https://github.com/packetfu/packetfu'
-arch=('any')
-license=('BSD')
-depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
-sha512sums=('c50c12274a476eeb19588dc5e545487319946edc75e808105a511f6de1b91c9c2713348617ffe859c579e43ffb00e6d6b498df93e43f3cf921fc1412977dc394')
-
-prepare() {
-  cd ${_gemname}-version-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
-  sed "s|1.1.13-pre|${pkgver}|" -i lib/packetfu/version.rb
-}
-
-build() {
-  cd ${_gemname}-version-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-version-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-packetfu/repos/community-any/PKGBUILD (from rev 258835, 
ruby-packetfu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 11:21:21 UTC (rev 258836)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=packetfu
+pkgname=ruby-${_gemname}
+pkgver=1.1.13
+pkgrel=1
+pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
+url='https://github.com/packetfu/packetfu'
+arch=('any')
+license=('BSD')
+depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
+sha256sums=('323add3c94b869c48c9f20ecacc0d176c9a0d1a47f606ebaa15105f5c9a9d828')
+sha512sums=('2e8f2e05b15cf5e9007384ff55dfa6dad9a8f9d32f86b8d05dd4df930f72bd9fa80a84a5f465c936fca5615f87cd6129a0edad0863ef4eca15c5d970390d62a0')
+
+prepare() {
+  cd ${_gemname}-version-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-version-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-version-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 11:21:13
  Author: anthraxx
Revision: 258835

upgpkg: ruby-packetfu 1.1.13-1

Modified:
  ruby-packetfu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 11:01:01 UTC (rev 258834)
+++ PKGBUILD2017-09-19 11:21:13 UTC (rev 258835)
@@ -2,7 +2,7 @@
 
 _gemname=packetfu
 pkgname=ruby-${_gemname}
-pkgver=1.1.12
+pkgver=1.1.13
 pkgrel=1
 pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
 url='https://github.com/packetfu/packetfu'
@@ -11,13 +11,13 @@
 depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
-sha512sums=('c50c12274a476eeb19588dc5e545487319946edc75e808105a511f6de1b91c9c2713348617ffe859c579e43ffb00e6d6b498df93e43f3cf921fc1412977dc394')
+sha256sums=('323add3c94b869c48c9f20ecacc0d176c9a0d1a47f606ebaa15105f5c9a9d828')
+sha512sums=('2e8f2e05b15cf5e9007384ff55dfa6dad9a8f9d32f86b8d05dd4df930f72bd9fa80a84a5f465c936fca5615f87cd6129a0edad0863ef4eca15c5d970390d62a0')
 
 prepare() {
   cd ${_gemname}-version-${pkgver}
   sed 's|git ls-files|find|' -i ${_gemname}.gemspec
   sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
-  sed "s|1.1.13-pre|${pkgver}|" -i lib/packetfu/version.rb
 }
 
 build() {
@@ -29,7 +29,7 @@
   cd ${_gemname}-version-${pkgver}
   local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
 }


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

2017-09-19 Thread Antonio Rojas
Date: Tuesday, September 19, 2017 @ 11:01:01
  Author: arojas
Revision: 258834

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 11:00:20 UTC (rev 258833)
+++ community-i686/PKGBUILD 2017-09-19 11:01:01 UTC (rev 258834)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules python kdoctools)
-optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz";)
-md5sums=('085915477e922cf723d4f7454a0d3773')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-kde-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 258833, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-19 11:01:01 UTC (rev 258834)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=1.2
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://community.kde.org/KDEConnect'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
+makedepends=(extra-cmake-modules python kdoctools)
+optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz";)
 # {.sig} key is not published
+sha256sums=('5e8528a6758c64e884a787d661fc3ea38970e62e4540463238ad9a6c1b6d7970')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-kde-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-19 11:00:20 UTC (rev 258833)
+++ community-x86_64/PKGBUILD   2017-09-19 11:01:01 UTC (rev 258834)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://community.kde.org/KDEConnect'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules python kdoctools)
-optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz";)
-md5sums=('085915477e922cf723d4f7454a0d3773')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-kde-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeconnect/repos/community-x86_64/PKGBUILD (from rev 258833, 
kdeconnect/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-19 11:01:01 UTC (rev 258834)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=1.2
+pkgrel=1
+pkgdesc='Adds communication between 

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

2017-09-19 Thread Antonio Rojas
Date: Tuesday, September 19, 2017 @ 11:00:20
  Author: arojas
Revision: 258833

Update to 1.2

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 10:53:31 UTC (rev 258832)
+++ PKGBUILD2017-09-19 11:00:20 UTC (rev 258833)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 # Contributor: Kuba Serafinowski 
 
 pkgname=kdeconnect
-pkgver=1.0.3
+pkgver=1.2
 pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
@@ -13,8 +12,8 @@
 depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
 makedepends=(extra-cmake-modules python kdoctools)
 optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration 
UI')
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz";)
-md5sums=('085915477e922cf723d4f7454a0d3773')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz";)
 # {.sig} key is not published
+sha256sums=('5e8528a6758c64e884a787d661fc3ea38970e62e4540463238ad9a6c1b6d7970')
 
 prepare() {
   mkdir -p build
@@ -26,8 +25,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_TESTING=OFF \
 -DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
   make
 }
 


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

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 10:53:31
  Author: anthraxx
Revision: 258832

archrelease: copy trunk to community-any

Added:
  python-ptrace/repos/community-any/
  python-ptrace/repos/community-any/PKGBUILD
(from rev 258831, python-ptrace/trunk/PKGBUILD)

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

Copied: python-ptrace/repos/community-any/PKGBUILD (from rev 258831, 
python-ptrace/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-09-19 10:53:31 UTC (rev 258832)
@@ -0,0 +1,68 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Maintainer: Levente Polyak 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-ptrace
+pkgname=('python-ptrace' 'python2-ptrace')
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='Python binding of ptrace library to trace processes and syscalls'
+url='https://github.com/haypo/python-ptrace'
+arch=('any')
+license=('GPL2')
+makedepends=('python' 'python-sphinx'
+ 'python2' 'python2-sphinx')
+source=(https://github.com/haypo/python-ptrace/archive/python-ptrace-${pkgver}.tar.gz)
+sha256sums=('e4f6cac3a71d9e99e7ae96c4286899c7d45c7b9f01dbb6cef179a187b8432d3e')
+
+prepare(){
+  (cd ${pkgbase}-${pkgbase}-${pkgver}
+sed -r 's|(\^open)|\1(at)?|g' -i tests/test_strace.py
+  )
+  cp -a ${pkgbase}-${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  msg "Building python..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}"
+  python setup.py build
+  make -j1 -C doc man text SPHINXBUILD=sphinx-build
+
+  msg "Building python2..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}-py2"
+  python2 setup.py build
+  make -j1 -C doc man text SPHINXBUILD=sphinx-build2
+}
+
+check() {
+  msg "Checking python..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}"
+  python runtests.py
+
+  msg "Checking python2..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}-py2"
+  python2 runtests.py
+}
+
+package_python-ptrace() {
+  depends=('python')
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 doc/build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/build/man/${pkgbase}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-ptrace() {
+  depends=('python2')
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 doc/build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/build/man/${pkgbase}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # Rename gdb and strace scripts to avoid names conflict
+  mv "${pkgdir}/usr/bin/gdb.py" "${pkgdir}/usr/bin/gdb2.py"
+  mv "${pkgdir}/usr/bin/strace.py" "${pkgdir}/usr/bin/strace2.py"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-09-19 Thread Levente Polyak
Date: Tuesday, September 19, 2017 @ 10:50:38
  Author: anthraxx
Revision: 258831

addpkg: python-ptrace 0.9.2-2

Added:
  python-ptrace/
  python-ptrace/repos/
  python-ptrace/trunk/
  python-ptrace/trunk/PKGBUILD

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

Added: python-ptrace/trunk/PKGBUILD
===
--- python-ptrace/trunk/PKGBUILD(rev 0)
+++ python-ptrace/trunk/PKGBUILD2017-09-19 10:50:38 UTC (rev 258831)
@@ -0,0 +1,68 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Maintainer: Levente Polyak 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-ptrace
+pkgname=('python-ptrace' 'python2-ptrace')
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='Python binding of ptrace library to trace processes and syscalls'
+url='https://github.com/haypo/python-ptrace'
+arch=('any')
+license=('GPL2')
+makedepends=('python' 'python-sphinx'
+ 'python2' 'python2-sphinx')
+source=(https://github.com/haypo/python-ptrace/archive/python-ptrace-${pkgver}.tar.gz)
+sha256sums=('e4f6cac3a71d9e99e7ae96c4286899c7d45c7b9f01dbb6cef179a187b8432d3e')
+
+prepare(){
+  (cd ${pkgbase}-${pkgbase}-${pkgver}
+sed -r 's|(\^open)|\1(at)?|g' -i tests/test_strace.py
+  )
+  cp -a ${pkgbase}-${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  msg "Building python..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}"
+  python setup.py build
+  make -j1 -C doc man text SPHINXBUILD=sphinx-build
+
+  msg "Building python2..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}-py2"
+  python2 setup.py build
+  make -j1 -C doc man text SPHINXBUILD=sphinx-build2
+}
+
+check() {
+  msg "Checking python..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}"
+  python runtests.py
+
+  msg "Checking python2..."
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}-py2"
+  python2 runtests.py
+}
+
+package_python-ptrace() {
+  depends=('python')
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 doc/build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/build/man/${pkgbase}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-ptrace() {
+  depends=('python2')
+  cd "${srcdir}/${pkgbase}-${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm 644 doc/build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/build/man/${pkgbase}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # Rename gdb and strace scripts to avoid names conflict
+  mv "${pkgdir}/usr/bin/gdb.py" "${pkgdir}/usr/bin/gdb2.py"
+  mv "${pkgdir}/usr/bin/strace.py" "${pkgdir}/usr/bin/strace2.py"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-09-19 Thread Nicola Squartini
Date: Tuesday, September 19, 2017 @ 10:32:49
  Author: tensor5
Revision: 258830

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

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

-+
 /PKGBUILD   |   68 ++
 /parity.service |   18 ++
 community-i686/PKGBUILD |   34 ---
 community-i686/parity.service   |9 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/parity.service |9 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 10:32:18 UTC (rev 258829)
+++ community-i686/PKGBUILD 2017-09-19 10:32:49 UTC (rev 258830)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.7.0
-_commit=5f2cabd6e3fca2f9d66e9129d5f39da7a994df5d
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('cargo' 'git' 'systemd')
-source=("git+https://github.com/paritytech/parity.git#commit=${_commit}";
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethkey,ethstore,parity,parity-evm}
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity/repos/community-i686/PKGBUILD (from rev 258829, 
parity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-19 10:32:49 UTC (rev 258830)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.7.2
+_commit=9f47909edfb4620fdcd8b25197b50883f8bb3735
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('cargo' 'git' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit}";
+'parity.service')
+sha256sums=('SKIP'
+'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethkey,ethstore,parity,parity-evm}
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: community-i686/parity.service
===
--- community-i686/parity.service   2017-09-19 10:32:18 UTC (rev 258829)
+++ community-i686/parity.service   2017-09-19 10:32:49 UTC (rev 258830)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity/repos/community-i686/parity.service (from rev 258829, 
parity/trunk/parity.service)
===
--- community-i686/parity.service   (rev 0)
+++ community-i686/parity.service   2017-09-19 10:32:49 UTC (rev 258830)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-19 10:32:18 UTC (rev 258829)
+++ community-x86_64/PKGBUILD   2017-09-19 10:32:49 UTC (rev 258830)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.7.0
-_commit=5f2cabd6e3fca2f9d66e9129d5f39da7a994df5d
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends

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

2017-09-19 Thread Nicola Squartini
Date: Tuesday, September 19, 2017 @ 10:32:18
  Author: tensor5
Revision: 258829

upgpkg: parity 1.7.2-1

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 10:22:30 UTC (rev 258828)
+++ PKGBUILD2017-09-19 10:32:18 UTC (rev 258829)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity
-pkgver=1.7.0
-_commit=5f2cabd6e3fca2f9d66e9129d5f39da7a994df5d
+pkgver=1.7.2
+_commit=9f47909edfb4620fdcd8b25197b50883f8bb3735
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')


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

2017-09-19 Thread Felix Yan
Date: Tuesday, September 19, 2017 @ 10:22:30
  Author: felixonmars
Revision: 258828

try to fix broken pkgrelease

Added:
  python-pyrsistent/repos/community-i686/LICENCE.mit
  python-pyrsistent/repos/community-i686/PKGBUILD
Modified:
  python-pyrsistent/repos/community-x86_64/PKGBUILD

+
 community-i686/LICENCE.mit |   22 +
 community-i686/PKGBUILD|   53 +++
 community-x86_64/PKGBUILD  |4 +--
 3 files changed, 77 insertions(+), 2 deletions(-)

Added: community-i686/LICENCE.mit
===
--- community-i686/LICENCE.mit  (rev 0)
+++ community-i686/LICENCE.mit  2017-09-19 10:22:30 UTC (rev 258828)
@@ -0,0 +1,22 @@
+Copyright (c) 2015 Tobias Gustafsson
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-19 10:22:30 UTC (rev 258828)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 258826 2017-09-19 10:19:45Z felixonmars $
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyrsistent
+pkgname=('python-pyrsistent' 'python2-pyrsistent')
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Persistent/Functional/Immutable data structures"
+arch=('i686' 'x86_64')
+license=('MIT')
+url="https://github.com/tobgu/pyrsistent";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
+source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz";
+LICENCE.mit)
+sha512sums=('6bfb657841382c4ad402c383cae5092b83e93a3dde0b905f6cb8ca8a50b8acbe0f3241e9cc50cb83892c0d59b13145764faa2a3db1eabecbe6606a35d07bb5ff'
+
'036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
+
+prepare() {
+  cp -a pyrsistent-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyrsistent-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyrsistent-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyrsistent-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/pyrsistent-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-pyrsistent() {
+  depends=('python-six')
+
+  cd pyrsistent-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENCE.mit 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE.mit
+}
+
+package_python2-pyrsistent() {
+  depends=('python2-six')
+
+  cd pyrsistent-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENCE.mit 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE.mit
+}

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-19 10:20:17 UTC (rev 258827)
+++ community-x86_64/PKGBUILD   2017-09-19 10:22:30 UTC (rev 258828)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyrsistent
 pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.12.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Persistent/Functional/Immutable data structures"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz";
 LICENCE.mit)
-sha512sums=('f66449865c54ff05e85b6f51927d346b4699b6c41eeb0da6e81e92efa4b03c45c25296390914638fca44369420e0c57754e794995dac832453537c1ad29dfaa8'
+sha512sums=('6bfb657841382c4ad402c383cae5092b83e93a3dde0b905f6cb8ca8a50b8acbe0f3241e9cc50cb83892c0d59b13145764faa2a3db1eabecbe6606a35d07bb5ff'
 
'036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
 
 prepare()

[arch-commits] Commit in python-pyrsistent/repos/community-i686 (LICENCE.mit PKGBUILD)

2017-09-19 Thread Felix Yan
Date: Tuesday, September 19, 2017 @ 10:20:17
  Author: felixonmars
Revision: 258827

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

Deleted:
  python-pyrsistent/repos/community-i686/LICENCE.mit
  python-pyrsistent/repos/community-i686/PKGBUILD

-+
 LICENCE.mit |   22 --
 PKGBUILD|   53 -
 2 files changed, 75 deletions(-)

Deleted: LICENCE.mit
===
--- LICENCE.mit 2017-09-19 10:19:45 UTC (rev 258826)
+++ LICENCE.mit 2017-09-19 10:20:17 UTC (rev 258827)
@@ -1,22 +0,0 @@
-Copyright (c) 2015 Tobias Gustafsson
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 10:19:45 UTC (rev 258826)
+++ PKGBUILD2017-09-19 10:20:17 UTC (rev 258827)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyrsistent
-pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Persistent/Functional/Immutable data structures"
-arch=('i686' 'x86_64')
-license=('MIT')
-url="https://github.com/tobgu/pyrsistent";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
-source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz";
-LICENCE.mit)
-sha512sums=('f66449865c54ff05e85b6f51927d346b4699b6c41eeb0da6e81e92efa4b03c45c25296390914638fca44369420e0c57754e794995dac832453537c1ad29dfaa8'
-
'036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
-
-prepare() {
-  cp -a pyrsistent-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyrsistent-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyrsistent-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyrsistent-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/pyrsistent-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-pyrsistent() {
-  depends=('python-six')
-
-  cd pyrsistent-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENCE.mit 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE.mit
-}
-
-package_python2-pyrsistent() {
-  depends=('python2-six')
-
-  cd pyrsistent-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENCE.mit 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE.mit
-}


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

2017-09-19 Thread Felix Yan
Date: Tuesday, September 19, 2017 @ 10:19:45
  Author: felixonmars
Revision: 258826

upgpkg: python-pyrsistent 0.13.0-1

Modified:
  python-pyrsistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 09:19:27 UTC (rev 258825)
+++ PKGBUILD2017-09-19 10:19:45 UTC (rev 258826)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyrsistent
 pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.12.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Persistent/Functional/Immutable data structures"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz";
 LICENCE.mit)
-sha512sums=('f66449865c54ff05e85b6f51927d346b4699b6c41eeb0da6e81e92efa4b03c45c25296390914638fca44369420e0c57754e794995dac832453537c1ad29dfaa8'
+sha512sums=('6bfb657841382c4ad402c383cae5092b83e93a3dde0b905f6cb8ca8a50b8acbe0f3241e9cc50cb83892c0d59b13145764faa2a3db1eabecbe6606a35d07bb5ff'
 
'036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
 
 prepare() {


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

2017-09-19 Thread Andrzej Giniewicz
Date: Tuesday, September 19, 2017 @ 09:19:27
  Author: aginiewicz
Revision: 258825

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 09:19:20 UTC (rev 258824)
+++ community-i686/PKGBUILD 2017-09-19 09:19:27 UTC (rev 258825)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
-url="https://github.com/pydata/numexpr";
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('a646c1f1b1b4e107849d11fea069ec2d')
-
-prepare() {
-  cd "$srcdir"
-  cp -a numexpr-$pkgver numexpr-py2-$pkgver
-  cd numexpr-py2-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/numexpr-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/numexpr-$pkgver
-  python setup.py build
-}
-
-package_python2-numexpr() {
-  depends=('python2-numpy')
-
-  cd "$srcdir"/numexpr-py2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-numexpr() {
-  depends=('python-numpy')
-
-  cd "$srcdir"/numexpr-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-numexpr/repos/community-i686/PKGBUILD (from rev 258824, 
python-numexpr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-19 09:19:27 UTC (rev 258825)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-numexpr
+pkgname=('python2-numexpr' 'python-numexpr')
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
+url="https://github.com/pydata/numexpr";
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+md5sums=('30aa5d2575197a457c846fe705220a8c')
+
+prepare() {
+  cd "$srcdir"
+  cp -a numexpr-$pkgver numexpr-py2-$pkgver
+  cd numexpr-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/numexpr-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py build
+}
+
+package_python2-numexpr() {
+  depends=('python2-numpy')
+
+  cd "$srcdir"/numexpr-py2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-numexpr() {
+  depends=('python-numpy')
+
+  cd "$srcdir"/numexpr-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-19 09:19:20 UTC (rev 258824)
+++ community-x86_64/PKGBUILD   2017-09-19 09:19:27 UTC (rev 258825)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="Fast numerical array expression evaluator for Python, NumPy,

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

2017-09-19 Thread Andrzej Giniewicz
Date: Tuesday, September 19, 2017 @ 09:19:20
  Author: aginiewicz
Revision: 258824

upgpkg: python-numexpr 2.6.4-1

python-numexpr: new upstream release

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 09:14:32 UTC (rev 258823)
+++ PKGBUILD2017-09-19 09:19:20 UTC (rev 258824)
@@ -4,7 +4,7 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.6.2
+pkgver=2.6.4
 pkgrel=1
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
 url="https://github.com/pydata/numexpr";
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('a646c1f1b1b4e107849d11fea069ec2d')
+md5sums=('30aa5d2575197a457c846fe705220a8c')
 
 prepare() {
   cd "$srcdir"


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

2017-09-19 Thread Andrzej Giniewicz
Date: Tuesday, September 19, 2017 @ 09:14:25
  Author: aginiewicz
Revision: 258822

upgpkg: python-xlsxwriter 1.0.0-1

python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 09:11:51 UTC (rev 258821)
+++ PKGBUILD2017-09-19 09:14:25 UTC (rev 258822)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.9.8
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz";)
-sha1sums=('c8c9cedd1c5a415139e74deefe514b8b286aa30c')
+sha1sums=('288575a1d634f1b97e2ed2eb6dbcd97d0bc09c10')
 
 prepare() {
   cd "$srcdir"


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

2017-09-19 Thread Andrzej Giniewicz
Date: Tuesday, September 19, 2017 @ 09:14:32
  Author: aginiewicz
Revision: 258823

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 09:14:25 UTC (rev 258822)
+++ PKGBUILD2017-09-19 09:14:32 UTC (rev 258823)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter";
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz";)
-sha1sums=('c8c9cedd1c5a415139e74deefe514b8b286aa30c')
-
-prepare() {
-  cd "$srcdir"
-  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 258822, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 09:14:32 UTC (rev 258823)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-xlsxwriter
+pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter";
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz";)
+sha1sums=('288575a1d634f1b97e2ed2eb6dbcd97d0bc09c10')
+
+prepare() {
+  cd "$srcdir"
+  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package_python2-xlsxwriter() {
+  depends=('python2')
+
+  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
+}
+
+package_python-xlsxwriter() {
+  depends=('python')
+
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2017-09-19 Thread Andrzej Giniewicz
Date: Tuesday, September 19, 2017 @ 09:11:46
  Author: aginiewicz
Revision: 258820

upgpkg: python-seaborn 0.8.1-1

python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 09:10:17 UTC (rev 258819)
+++ PKGBUILD2017-09-19 09:11:46 UTC (rev 258820)
@@ -4,7 +4,7 @@
 
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
  'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz";)
-md5sums=('5f68046bf0daa4e83f78e71c3f84be4d')
+md5sums=('14d49fcf304132684a9f240e14ab5dad')
 
 prepare() {
   cd "$srcdir"


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

2017-09-19 Thread Andrzej Giniewicz
Date: Tuesday, September 19, 2017 @ 09:11:51
  Author: aginiewicz
Revision: 258821

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 09:11:46 UTC (rev 258820)
+++ PKGBUILD2017-09-19 09:11:51 UTC (rev 258821)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-pkgbase=python-seaborn
-pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Statistical data visualization"
-arch=('any')
-url="http://stanford.edu/~mwaskom/software/seaborn/";
-license=('BSD')
-makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
- 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
-source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz";)
-md5sums=('5f68046bf0daa4e83f78e71c3f84be4d')
-
-prepare() {
-  cd "$srcdir"
-  cp -a seaborn-${pkgver} seaborn-py2-${pkgver}
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/seaborn-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/seaborn-${pkgver}
-  python setup.py build
-}
-
-package_python2-seaborn() {
-  depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
-  optdepends=('python2-statsmodels: for some advanced statistical plots')
-
-  cd "$srcdir"/seaborn-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-seaborn() {
-  depends=('python-pandas' 'python-matplotlib' 'python-scipy')
-  optdepends=('python-statsmodels: for some advanced statistical plots')
-
-  cd "$srcdir"/seaborn-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-seaborn/repos/community-any/PKGBUILD (from rev 258820, 
python-seaborn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 09:11:51 UTC (rev 258821)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+pkgbase=python-seaborn
+pkgname=('python2-seaborn' 'python-seaborn')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Statistical data visualization"
+arch=('any')
+url="http://stanford.edu/~mwaskom/software/seaborn/";
+license=('BSD')
+makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
+ 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
+source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz";)
+md5sums=('14d49fcf304132684a9f240e14ab5dad')
+
+prepare() {
+  cd "$srcdir"
+  cp -a seaborn-${pkgver} seaborn-py2-${pkgver}
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/seaborn-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/seaborn-${pkgver}
+  python setup.py build
+}
+
+package_python2-seaborn() {
+  depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
+  optdepends=('python2-statsmodels: for some advanced statistical plots')
+
+  cd "$srcdir"/seaborn-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-seaborn() {
+  depends=('python-pandas' 'python-matplotlib' 'python-scipy')
+  optdepends=('python-statsmodels: for some advanced statistical plots')
+
+  cd "$srcdir"/seaborn-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


  1   2   >