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

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 20:10:05
  Author: andyrtr
Revision: 271266

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

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

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-i686/xf86-video-intel.install   |   20 +
 testing-x86_64/PKGBUILD |   63 ++
 testing-x86_64/xf86-video-intel.install |   20 +
 4 files changed, 166 insertions(+)

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

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
271265, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2016-07-10 20:10:05 UTC (rev 
271266)
@@ -0,0 +1,20 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can try
+falling back to UXA if you run into trouble. To do so, save a file with
+the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "sna"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 271265, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-10 20:10:05 UTC (rev 271266)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=26f8ab5 # 7 digits
+pkgver=2.99.917+676+g${_commit}
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 

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

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 20:09:37
  Author: andyrtr
Revision: 271265

upgpkg: xf86-video-intel 1:2.99.917+676+g26f8ab5-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 20:06:49 UTC (rev 271264)
+++ PKGBUILD2016-07-10 20:09:37 UTC (rev 271265)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=9154dff # 7 digits
-pkgver=2.99.917+674+g${_commit}
+_commit=26f8ab5 # 7 digits
+pkgver=2.99.917+676+g${_commit}
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)


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

2016-07-10 Thread Sven-Hendrik Haase
Date: Sunday, July 10, 2016 @ 20:06:45
  Author: svenstaro
Revision: 271263

upgpkg: qtcreator 4.0.3-1

upstream release 4.0.3

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 19:58:05 UTC (rev 271262)
+++ PKGBUILD2016-07-10 20:06:45 UTC (rev 271263)
@@ -7,8 +7,8 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=4.0.2
-_pkgver=v4.0.2
+pkgver=4.0.3
+_pkgver=v4.0.3
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')


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

2016-07-10 Thread Sven-Hendrik Haase
Date: Sunday, July 10, 2016 @ 20:06:49
  Author: svenstaro
Revision: 271264

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 271263, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 271263, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 271263, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 271263, qtcreator/trunk/qtcreator.desktop)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop

+
 /PKGBUILD  |  134 +++
 /qtcreator.desktop |   20 +
 extra-i686/PKGBUILD|   67 ---
 extra-i686/qtcreator.desktop   |   10 --
 extra-x86_64/PKGBUILD  |   67 ---
 extra-x86_64/qtcreator.desktop |   10 --
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-10 20:06:45 UTC (rev 271263)
+++ extra-i686/PKGBUILD 2016-07-10 20:06:49 UTC (rev 271264)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=4.0.2
-_pkgver=v4.0.2
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-webkit')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: integrated Qt documentation'
-'qt5-examples: welcome page examples'
-'gdb: debugger'
-'cmake: cmake project support'
-'openssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'clang: Clang code model'
-'valgrind: analyze support')
-source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
-"git://code.qt.io/qt-labs/qbs.git"
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '800c94165c547b64012a207d9830250a')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-}
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  # Workaround for FS#40583
-  mv "${pkgdir}"/usr/bin/qtcreator "${pkgdir}"/usr/bin/qtcreator-bin
-  echo "#!/bin/sh" > "${pkgdir}"/usr/bin/qtcreator
-  echo "QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@" >> 
"${pkgdir}"/usr/bin/qtcreator
-  chmod +x "${pkgdir}"/usr/bin/qtcreator
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LICENSE.GPL3-EXCEPT 
${pkgdir}/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 271263, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-10 20:06:49 UTC (rev 271264)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.0.3
+_pkgver=v4.0.3
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-webkit')
+makedepends=('git' 'mesa' 'clang')
+options=('docs')
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'gdb: debugger'
+'cmake: cmake project support'
+'openssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'clang: Clang code model'
+'valgrind: analyze support')

[arch-commits] Commit in cyrus-sasl/repos (32 files)

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 19:58:05
  Author: andyrtr
Revision: 271262

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

Added:
  cyrus-sasl/repos/testing-i686/
  cyrus-sasl/repos/testing-i686/0010_maintainer_mode.patch
(from rev 271261, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 271261, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/testing-i686/0025_ld_as_needed.patch
(from rev 271261, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/testing-i686/0026_drop_krb5support_dependency.patch
(from rev 271261, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 271261, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/testing-i686/CVE-2013-4122.patch
(from rev 271261, cyrus-sasl/trunk/CVE-2013-4122.patch)
  cyrus-sasl/repos/testing-i686/PKGBUILD
(from rev 271261, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-2.1.26-size_t.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-gssapi.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-gssapi.patch)
  cyrus-sasl/repos/testing-i686/cyrus-sasl-sql.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-sql.patch)
  cyrus-sasl/repos/testing-i686/saslauthd.conf.d
(from rev 271261, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/testing-i686/saslauthd.service
(from rev 271261, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/testing-i686/tmpfiles.conf
(from rev 271261, cyrus-sasl/trunk/tmpfiles.conf)
  cyrus-sasl/repos/testing-x86_64/
  cyrus-sasl/repos/testing-x86_64/0010_maintainer_mode.patch
(from rev 271261, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 271261, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/testing-x86_64/0025_ld_as_needed.patch
(from rev 271261, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch
(from rev 271261, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  
cyrus-sasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 271261, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/testing-x86_64/CVE-2013-4122.patch
(from rev 271261, cyrus-sasl/trunk/CVE-2013-4122.patch)
  cyrus-sasl/repos/testing-x86_64/PKGBUILD
(from rev 271261, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-2.1.26-size_t.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-gssapi.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-gssapi.patch)
  cyrus-sasl/repos/testing-x86_64/cyrus-sasl-sql.patch
(from rev 271261, cyrus-sasl/trunk/cyrus-sasl-sql.patch)
  cyrus-sasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 271261, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/testing-x86_64/saslauthd.service
(from rev 271261, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/testing-x86_64/tmpfiles.conf
(from rev 271261, cyrus-sasl/trunk/tmpfiles.conf)

-+
 testing-i686/0010_maintainer_mode.patch |   19 
 testing-i686/0011_saslauthd_ac_prog_libtool.patch   |   15 
 testing-i686/0025_ld_as_needed.patch|   27 +
 testing-i686/0026_drop_krb5support_dependency.patch |   14 
 testing-i686/0030-dont_use_la_files_for_opening_plugins.patch   |  134 ++
 testing-i686/CVE-2013-4122.patch|  116 +
 testing-i686/PKGBUILD   |  196 
++
 testing-i686/cyrus-sasl-2.1.22-as-needed.patch  |   11 
 testing-i686/cyrus-sasl-2.1.22-qa.patch |   22 +
 testing-i686/cyrus-sasl-2.1.26-size_t.patch |   11 
 testing-i686/cyrus-sasl-gssapi.patch|   16 
 testing-i686/cyrus-sasl-sql.patch   |   39 +
 testing-i686/saslauthd.conf.d

[arch-commits] Commit in cyrus-sasl/trunk (PKGBUILD cyrus-sasl-gssapi.patch)

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 19:57:38
  Author: andyrtr
Revision: 271261

upgpkg: cyrus-sasl 2.1.26-8

rebuild old pkg, apply fix for FS#42789

Added:
  cyrus-sasl/trunk/cyrus-sasl-gssapi.patch
Modified:
  cyrus-sasl/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 cyrus-sasl-gssapi.patch |   16 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 19:55:25 UTC (rev 271260)
+++ PKGBUILD2016-07-10 19:57:38 UTC (rev 271261)
@@ -8,7 +8,7 @@
 pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 #pkgname=libsasl
 pkgver=2.1.26
-pkgrel=7
+pkgrel=8
 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
 arch=('i686' 'x86_64')
 url="http://cyrusimap.web.cmu.edu/;
@@ -27,7 +27,8 @@
 saslauthd.conf.d
 tmpfiles.conf
 CVE-2013-4122.patch
-cyrus-sasl-sql.patch)
+cyrus-sasl-sql.patch
+cyrus-sasl-gssapi.patch)
 md5sums=('a7f4e5e559a0e37b3ffc438c9456e425'
  '79b8a5e8689989e2afd4b7bda595a7b1'
  'f45aa8c42b32e0569ab3d14a83485b37'
@@ -40,7 +41,8 @@
  '49219af5641150edec288a3fdb65e7c1'
  '45bb0192d2f188066240b9a66ee6365f'
  'c5f0ec88c584a75c14d7f402eaeed7ef'
- '82c0f66fdc5c1145eb48ea9116c27931')
+ '82c0f66fdc5c1145eb48ea9116c27931'
+ '0363b1a0337474a57b1f75f72fe88fa3')
 
 prepare() {
   cd cyrus-sasl-$pkgver
@@ -53,6 +55,7 @@
   patch -Np1 -i ../0030-dont_use_la_files_for_opening_plugins.patch
   patch -Np1 -i ../CVE-2013-4122.patch
   patch -Np0 -i ../cyrus-sasl-sql.patch
+  patch -Np1 -i ../cyrus-sasl-gssapi.patch
 
   sed 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.in
 }

Added: cyrus-sasl-gssapi.patch
===
--- cyrus-sasl-gssapi.patch (rev 0)
+++ cyrus-sasl-gssapi.patch 2016-07-10 19:57:38 UTC (rev 271261)
@@ -0,0 +1,16 @@
+diff -aur cyrus-sasl-2.1.26.orig/plugins/gssapi.c 
cyrus-sasl-2.1.26/plugins/gssapi.c
+--- cyrus-sasl-2.1.26.orig/plugins/gssapi.c2016-06-10 13:55:25.985676293 
-0700
 cyrus-sasl-2.1.26/plugins/gssapi.c 2016-06-10 13:58:00.687337430 -0700
+@@ -1583,10 +1583,10 @@
+   }
+ 
+   /* Setup req_flags properly */
+-  req_flags = GSS_C_INTEG_FLAG;
++  req_flags = GSS_C_MUTUAL_FLAG | GSS_C_SEQUENCE_FLAG;
+   if (params->props.max_ssf > params->external_ssf) {
+   /* We are requesting a security layer */
+-  req_flags |= GSS_C_MUTUAL_FLAG | GSS_C_SEQUENCE_FLAG;
++  req_flags |= GSS_C_INTEG_FLAG;
+   /* Any SSF bigger than 1 is confidentiality. */
+   /* Let's check if the client of the API requires confidentiality,
+  and it wasn't already provided by an external layer */


[arch-commits] Commit in libsasl/trunk (PKGBUILD cyrus-sasl-gssapi.patch)

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 19:54:55
  Author: andyrtr
Revision: 271259

upgpkg: libsasl 2.1.26-8

rebuild old pkg, apply fix for FS#42789

Added:
  libsasl/trunk/cyrus-sasl-gssapi.patch
Modified:
  libsasl/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 cyrus-sasl-gssapi.patch |   16 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 19:38:53 UTC (rev 271258)
+++ PKGBUILD2016-07-10 19:54:55 UTC (rev 271259)
@@ -8,7 +8,7 @@
 #pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 pkgname=libsasl
 pkgver=2.1.26
-pkgrel=7
+pkgrel=8
 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
 arch=('i686' 'x86_64')
 url="http://cyrusimap.web.cmu.edu/;
@@ -27,7 +27,8 @@
 saslauthd.conf.d
 tmpfiles.conf
 CVE-2013-4122.patch
-cyrus-sasl-sql.patch)
+cyrus-sasl-sql.patch
+cyrus-sasl-gssapi.patch)
 md5sums=('a7f4e5e559a0e37b3ffc438c9456e425'
  '79b8a5e8689989e2afd4b7bda595a7b1'
  'f45aa8c42b32e0569ab3d14a83485b37'
@@ -40,7 +41,8 @@
  '49219af5641150edec288a3fdb65e7c1'
  '45bb0192d2f188066240b9a66ee6365f'
  'c5f0ec88c584a75c14d7f402eaeed7ef'
- '82c0f66fdc5c1145eb48ea9116c27931')
+ '82c0f66fdc5c1145eb48ea9116c27931'
+ '0363b1a0337474a57b1f75f72fe88fa3')
 
 prepare() {
   cd cyrus-sasl-$pkgver
@@ -53,6 +55,7 @@
   patch -Np1 -i ../0030-dont_use_la_files_for_opening_plugins.patch
   patch -Np1 -i ../CVE-2013-4122.patch
   patch -Np0 -i ../cyrus-sasl-sql.patch
+  patch -Np1 -i ../cyrus-sasl-gssapi.patch
 
   sed 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.in
 }

Added: cyrus-sasl-gssapi.patch
===
--- cyrus-sasl-gssapi.patch (rev 0)
+++ cyrus-sasl-gssapi.patch 2016-07-10 19:54:55 UTC (rev 271259)
@@ -0,0 +1,16 @@
+diff -aur cyrus-sasl-2.1.26.orig/plugins/gssapi.c 
cyrus-sasl-2.1.26/plugins/gssapi.c
+--- cyrus-sasl-2.1.26.orig/plugins/gssapi.c2016-06-10 13:55:25.985676293 
-0700
 cyrus-sasl-2.1.26/plugins/gssapi.c 2016-06-10 13:58:00.687337430 -0700
+@@ -1583,10 +1583,10 @@
+   }
+ 
+   /* Setup req_flags properly */
+-  req_flags = GSS_C_INTEG_FLAG;
++  req_flags = GSS_C_MUTUAL_FLAG | GSS_C_SEQUENCE_FLAG;
+   if (params->props.max_ssf > params->external_ssf) {
+   /* We are requesting a security layer */
+-  req_flags |= GSS_C_MUTUAL_FLAG | GSS_C_SEQUENCE_FLAG;
++  req_flags |= GSS_C_INTEG_FLAG;
+   /* Any SSF bigger than 1 is confidentiality. */
+   /* Let's check if the client of the API requires confidentiality,
+  and it wasn't already provided by an external layer */


[arch-commits] Commit in libsasl/repos (32 files)

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 19:55:25
  Author: andyrtr
Revision: 271260

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

Added:
  libsasl/repos/testing-i686/
  libsasl/repos/testing-i686/0010_maintainer_mode.patch
(from rev 271259, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/testing-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 271259, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/testing-i686/0025_ld_as_needed.patch
(from rev 271259, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/testing-i686/0026_drop_krb5support_dependency.patch
(from rev 271259, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/testing-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 271259, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/testing-i686/CVE-2013-4122.patch
(from rev 271259, libsasl/trunk/CVE-2013-4122.patch)
  libsasl/repos/testing-i686/PKGBUILD
(from rev 271259, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/testing-i686/cyrus-sasl-2.1.26-size_t.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  libsasl/repos/testing-i686/cyrus-sasl-gssapi.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-gssapi.patch)
  libsasl/repos/testing-i686/cyrus-sasl-sql.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-sql.patch)
  libsasl/repos/testing-i686/saslauthd.conf.d
(from rev 271259, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-i686/saslauthd.service
(from rev 271259, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-i686/tmpfiles.conf
(from rev 271259, libsasl/trunk/tmpfiles.conf)
  libsasl/repos/testing-x86_64/
  libsasl/repos/testing-x86_64/0010_maintainer_mode.patch
(from rev 271259, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/testing-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 271259, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/testing-x86_64/0025_ld_as_needed.patch
(from rev 271259, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/testing-x86_64/0026_drop_krb5support_dependency.patch
(from rev 271259, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/testing-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 271259, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/testing-x86_64/CVE-2013-4122.patch
(from rev 271259, libsasl/trunk/CVE-2013-4122.patch)
  libsasl/repos/testing-x86_64/PKGBUILD
(from rev 271259, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.22-qa.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-2.1.26-size_t.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-2.1.26-size_t.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-gssapi.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-gssapi.patch)
  libsasl/repos/testing-x86_64/cyrus-sasl-sql.patch
(from rev 271259, libsasl/trunk/cyrus-sasl-sql.patch)
  libsasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 271259, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-x86_64/saslauthd.service
(from rev 271259, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-x86_64/tmpfiles.conf
(from rev 271259, libsasl/trunk/tmpfiles.conf)

-+
 testing-i686/0010_maintainer_mode.patch |   19 
 testing-i686/0011_saslauthd_ac_prog_libtool.patch   |   15 
 testing-i686/0025_ld_as_needed.patch|   27 +
 testing-i686/0026_drop_krb5support_dependency.patch |   14 
 testing-i686/0030-dont_use_la_files_for_opening_plugins.patch   |  134 ++
 testing-i686/CVE-2013-4122.patch|  116 +
 testing-i686/PKGBUILD   |  196 
++
 testing-i686/cyrus-sasl-2.1.22-as-needed.patch  |   11 
 testing-i686/cyrus-sasl-2.1.22-qa.patch |   22 +
 testing-i686/cyrus-sasl-2.1.26-size_t.patch |   11 
 testing-i686/cyrus-sasl-gssapi.patch|   16 
 testing-i686/cyrus-sasl-sql.patch   |   39 +
 testing-i686/saslauthd.conf.d   |1 
 testing-i686/saslauthd.service  |   11 
 testing-i686/tmpfiles.conf  |1 
 

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

2016-07-10 Thread Florian Pritz
Date: Sunday, July 10, 2016 @ 19:44:46
  Author: bluewind
Revision: 182629

upgpkg: fb-client 2.0.2-1

upstream update

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 19:36:23 UTC (rev 182628)
+++ PKGBUILD2016-07-10 19:44:46 UTC (rev 182629)
@@ -1,8 +1,8 @@
 # Maintainer: Florian "Bluewind" Pritz 
 
 pkgname=fb-client
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="Client for paste.xinu.at"
 arch=("any")
 url="https://paste.xinu.at;
@@ -10,7 +10,7 @@
 depends=('python' 'python-pycurl' 'python-xdg')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('bc2ab211a283de56298cbc1f213b24ea'
+md5sums=('c36bf78e47333aa09d02d67cc5194e78'
  'SKIP')
 validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
 


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

2016-07-10 Thread Florian Pritz
Date: Sunday, July 10, 2016 @ 19:44:49
  Author: bluewind
Revision: 182630

archrelease: copy trunk to community-any

Added:
  fb-client/repos/community-any/PKGBUILD
(from rev 182629, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 19:44:46 UTC (rev 182629)
+++ PKGBUILD2016-07-10 19:44:49 UTC (rev 182630)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Client for paste.xinu.at"
-arch=("any")
-url="https://paste.xinu.at;
-license=('GPL3')
-depends=('python' 'python-pycurl' 'python-xdg')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('bc2ab211a283de56298cbc1f213b24ea'
- 'SKIP')
-validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
-
-build() {
-  cd "$srcdir/fb-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/fb-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-any/PKGBUILD (from rev 182629, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 19:44:49 UTC (rev 182630)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://paste.xinu.at;
+license=('GPL3')
+depends=('python' 'python-pycurl' 'python-xdg')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('c36bf78e47333aa09d02d67cc5194e78'
+ 'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 19:38:53
  Author: andyrtr
Revision: 271258

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

Added:
  freetype2/repos/testing-i686/
  freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch
(from rev 271257, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch
(from rev 271257, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
freetype2/repos/testing-i686/0003-Make-subpixel-hinting-mode-configurable.patch
(from rev 271257, 
freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
  freetype2/repos/testing-i686/PKGBUILD
(from rev 271257, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-i686/freetype2.install
(from rev 271257, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-x86_64/
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 271257, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 271257, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
freetype2/repos/testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch
(from rev 271257, 
freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch)
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 271257, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype2.install
(from rev 271257, freetype2/trunk/freetype2.install)

---+
 testing-i686/0001-Enable-table-validation-modules.patch   |   34 +++
 testing-i686/0002-Enable-subpixel-rendering.patch |   25 ++
 testing-i686/0003-Make-subpixel-hinting-mode-configurable.patch   |   90 
++
 testing-i686/PKGBUILD |   71 
+++
 testing-i686/freetype2.install|   17 +
 testing-x86_64/0001-Enable-table-validation-modules.patch |   34 +++
 testing-x86_64/0002-Enable-subpixel-rendering.patch   |   25 ++
 testing-x86_64/0003-Make-subpixel-hinting-mode-configurable.patch |   90 
++
 testing-x86_64/PKGBUILD   |   71 
+++
 testing-x86_64/freetype2.install  |   17 +
 10 files changed, 474 insertions(+)

Copied: freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch 
(from rev 271257, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- testing-i686/0001-Enable-table-validation-modules.patch 
(rev 0)
+++ testing-i686/0001-Enable-table-validation-modules.patch 2016-07-10 
19:38:53 UTC (rev 271258)
@@ -0,0 +1,34 @@
+From 38732f60a5dc2a619dac5605d6c2fa90fc58d606 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/3] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index d677565a2bc2b5a2..f19cbec33384a86f 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
+ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -129,7 +129,7 @@ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.8.3
+

Copied: freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch (from 
rev 271257, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- testing-i686/0002-Enable-subpixel-rendering.patch   
(rev 0)
+++ testing-i686/0002-Enable-subpixel-rendering.patch   2016-07-10 19:38:53 UTC 
(rev 271258)
@@ -0,0 +1,25 @@
+From 340fa8551faed5a105d0e1cbe4e81ade1f750a04 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH 2/3] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 7dd3f55e572a23b9..33d563c4e1e47228 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs. 

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

2016-07-10 Thread Andreas Radke
Date: Sunday, July 10, 2016 @ 19:38:38
  Author: andyrtr
Revision: 271257

upgpkg: freetype2 2.6.4-3

ship docs and demos/tools

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 19:21:35 UTC (rev 271256)
+++ PKGBUILD2016-07-10 19:38:38 UTC (rev 271257)
@@ -3,7 +3,7 @@
 
 pkgname=freetype2
 pkgver=2.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc="TrueType font rendering library"
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,11 +14,17 @@
 provides=('libfreetype.so')
 install=freetype2.install
 
source=(http://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
+
http://download.savannah.gnu.org/releases/freetype/freetype-doc-${pkgver}.tar.bz2{,.sig}
+
http://download.savannah.gnu.org/releases/freetype/ft2demos-${pkgver}.tar.bz2{,.sig}
 0001-Enable-table-validation-modules.patch
 0002-Enable-subpixel-rendering.patch
 0003-Make-subpixel-hinting-mode-configurable.patch)
 sha1sums=('5eaa8c949b4841eeabba44d2c582ff6859e5c4b9'
   'SKIP'
+  '18d37b8f50c6f114aeaec454cec949558b1be1f1'
+  'SKIP'
+  '33060a22ec51e1d2aded833a940eb35badc4daff'
+  'SKIP'
   '045b1b6a56151ab46a8300e6fd09f24294258e97'
   'afd6f9504516fa02e57890dde820f488e0df36bb'
   '2a1d6e734001e196c7a7790c78165d9b9fe49f7f')
@@ -25,7 +31,9 @@
 validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5')
 
 prepare() {
-  cd "${srcdir}/freetype-${pkgver}"
+  # rename source dir to allow building the demos
+  mv freetype-${pkgver} freetype2
+  cd freetype2
   patch -Np1 -i "${srcdir}/0001-Enable-table-validation-modules.patch"
   patch -Np1 -i "${srcdir}/0002-Enable-subpixel-rendering.patch"
 
@@ -35,17 +43,29 @@
 }
 
 build() {
-  cd "${srcdir}/freetype-${pkgver}"
+  cd freetype2
   ./configure --prefix=/usr --disable-static
   make
+
+  # Build demos
+  pushd ../ft2demos-${pkgver}
+  make
+  popd
 }
 
 check() {
-  cd "${srcdir}/freetype-${pkgver}"
+  cd freetype2
   make -k check
 }
 
 package() {
-  cd "${srcdir}/freetype-${pkgver}"
+  cd freetype2
   make DESTDIR="${pkgdir}" install
+
+  # package demos
+  install -m755 ../ft2demos-${pkgver}/bin/.libs/{f,t}t* "$pkgdir/usr/bin/"
+
+  # package docs
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
+  cp -a docs/* ${pkgdir}/usr/share/doc/${pkgname}
 }


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

2016-07-10 Thread Sven-Hendrik Haase
Date: Sunday, July 10, 2016 @ 19:36:23
  Author: svenstaro
Revision: 182628

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-10 19:36:15 UTC (rev 182627)
+++ community-i686/PKGBUILD 2016-07-10 19:36:23 UTC (rev 182628)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Hilton Medeiros 
-# Contributor: Ali H. Caliskan 
-# Contributor: Paolo Fagni 
-# Contributor: Lukas Kropatschek 
-
-pkgbase=irrlicht
-pkgname=('irrlicht' 'irrlicht-docs')
-pkgver=1.8.3
-pkgrel=2
-pkgdesc="An open source high performance realtime 3D graphics engine."
-arch=('i686' 'x86_64')
-url="http://irrlicht.sourceforge.net/;
-license=('ZLIB')
-depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
-makedepends=('mesa' 'unzip' 'libxcursor')
-optdepends=('libxcursor: run examples')
-source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
-noextract=($pkgname-$pkgver.zip)
-md5sums=('d13dbdad9609741de02023627ee51078')
-
-prepare() {
-  unzip $pkgbase-$pkgver.zip
-
-  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
-}
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
-
-  make NDEBUG=1 sharedlib
-}
-
-package_irrlicht() {
-  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
-
-  sed -i "/^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib:" Makefile
-
-  make install
-
-  cd $srcdir/$pkgbase-$pkgver/
-  install -Dm644 readme.txt $pkgdir/usr/share/licenses/$pkgbase/LICENSE
-
-  # fix headers permissions
-  chmod 644 $pkgdir/usr/include/$pkgbase/*
-
-  cd $pkgdir/usr/lib
-  ln -s libIrrlicht.so.$pkgver libIrrlicht.so.1
-}
-
-package_irrlicht-docs() {
-  cd $srcdir/$pkgbase-$pkgver/
-
-  install -d $pkgdir/usr/share/$pkgbase $pkgdir/usr/share/doc/$pkgbase
-
-  # install media files for examples
-  cp -r media $pkgdir/usr/share/$pkgbase
-
-  # install documentation
-  cp -r doc/* $pkgdir/usr/share/doc/$pkgbase
-  rm -f $pkgdir/usr/share/doc/$pkgbase/*.txt
-}

Copied: irrlicht/repos/community-i686/PKGBUILD (from rev 182627, 
irrlicht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-10 19:36:23 UTC (rev 182628)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Hilton Medeiros 
+# Contributor: Ali H. Caliskan 
+# Contributor: Paolo Fagni 
+# Contributor: Lukas Kropatschek 
+
+pkgbase=irrlicht
+pkgname=('irrlicht' 'irrlicht-docs')
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="An open source high performance realtime 3D graphics engine."
+arch=('i686' 'x86_64')
+url="http://irrlicht.sourceforge.net/;
+license=('ZLIB')
+depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
+makedepends=('mesa' 'unzip' 'libxcursor')
+optdepends=('libxcursor: run examples')
+source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
+noextract=($pkgname-$pkgver.zip)
+md5sums=('9401cfff801395010b0912211f3cbb4f')
+
+prepare() {
+  unzip $pkgbase-$pkgver.zip
+
+  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
+}
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
+
+  make NDEBUG=1 sharedlib
+}
+
+package_irrlicht() {
+  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
+
+  sed -i "/^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib:" Makefile
+
+  make install
+
+  cd $srcdir/$pkgbase-$pkgver/
+  install -Dm644 readme.txt $pkgdir/usr/share/licenses/$pkgbase/LICENSE
+
+  # fix headers permissions
+  chmod 644 $pkgdir/usr/include/$pkgbase/*
+
+  cd $pkgdir/usr/lib
+  ln -s libIrrlicht.so.$pkgver libIrrlicht.so.1
+}
+
+package_irrlicht-docs() {
+  cd $srcdir/$pkgbase-$pkgver/
+
+  install -d $pkgdir/usr/share/$pkgbase $pkgdir/usr/share/doc/$pkgbase
+
+  # install media files for examples
+  cp -r media $pkgdir/usr/share/$pkgbase
+
+  # install documentation
+  cp -r doc/* $pkgdir/usr/share/doc/$pkgbase
+  rm -f $pkgdir/usr/share/doc/$pkgbase/*.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-10 19:36:15 UTC (rev 182627)
+++ community-x86_64/PKGBUILD   2016-07-10 19:36:23 UTC (rev 182628)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Hilton Medeiros 
-# Contributor: Ali H. Caliskan 
-# Contributor: Paolo Fagni 
-# 

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

2016-07-10 Thread Sven-Hendrik Haase
Date: Sunday, July 10, 2016 @ 19:36:15
  Author: svenstaro
Revision: 182627

upgpkg: irrlicht 1.8.4-1

upstream release 1.8.4

Modified:
  irrlicht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 19:07:30 UTC (rev 182626)
+++ PKGBUILD2016-07-10 19:36:15 UTC (rev 182627)
@@ -7,8 +7,8 @@
 
 pkgbase=irrlicht
 pkgname=('irrlicht' 'irrlicht-docs')
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 pkgdesc="An open source high performance realtime 3D graphics engine."
 arch=('i686' 'x86_64')
 url="http://irrlicht.sourceforge.net/;
@@ -18,7 +18,7 @@
 optdepends=('libxcursor: run examples')
 source=("http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('d13dbdad9609741de02023627ee51078')
+md5sums=('9401cfff801395010b0912211f3cbb4f')
 
 prepare() {
   unzip $pkgbase-$pkgver.zip


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

2016-07-10 Thread Gaëtan Bisson
Date: Sunday, July 10, 2016 @ 19:21:35
  Author: bisson
Revision: 271256

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

Added:
  procps-ng/repos/staging-i686/
  procps-ng/repos/staging-i686/PKGBUILD
(from rev 271255, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/staging-i686/install
(from rev 271255, procps-ng/trunk/install)
  procps-ng/repos/staging-x86_64/
  procps-ng/repos/staging-x86_64/PKGBUILD
(from rev 271255, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/staging-x86_64/install
(from rev 271255, procps-ng/trunk/install)

-+
 staging-i686/PKGBUILD   |   52 ++
 staging-i686/install|   14 
 staging-x86_64/PKGBUILD |   52 ++
 staging-x86_64/install  |   14 
 4 files changed, 132 insertions(+)

Copied: procps-ng/repos/staging-i686/PKGBUILD (from rev 271255, 
procps-ng/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-10 19:21:35 UTC (rev 271256)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's: The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Copied: procps-ng/repos/staging-x86_64/PKGBUILD (from rev 271255, 
procps-ng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-10 19:21:35 UTC (rev 271256)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Bélanger 
+
+pkgname=procps-ng
+pkgver=3.3.12
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's: The file /etc/sysctl.conf has been removed from this
+==> package, as all its settings are now kernel defaults.
+
+==> If you had customized it, you need to rename it as
+==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
+==> systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}


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

2016-07-10 Thread Gaëtan Bisson
Date: Sunday, July 10, 2016 @ 19:20:54
  Author: bisson
Revision: 271255

upstream update

Modified:
  procps-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 18:53:56 UTC (rev 271254)
+++ PKGBUILD2016-07-10 19:20:54 UTC (rev 271255)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=procps-ng
-pkgver=3.3.11
-pkgrel=2
+pkgver=3.3.12
+pkgrel=1
 pkgdesc='Utilities for monitoring your system and its processes'
 url='https://gitlab.com/procps-ng/procps'
 license=('GPL' 'LGPL')
@@ -12,7 +12,7 @@
 makedepends=('systemd')
 depends=('ncurses' 'libsystemd')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
+sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
 
 groups=('base')
 


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

2016-07-10 Thread Antonio Rojas
Date: Sunday, July 10, 2016 @ 19:07:30
  Author: arojas
Revision: 182626

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-10 19:07:01 UTC (rev 182625)
+++ community-i686/PKGBUILD 2016-07-10 19:07:30 UTC (rev 182626)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=kmplayer
-pkgver=0.12.0.a
-_commit=e2681f00
-pkgrel=1
-pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-url="http://kmplayer.kde.org;
-depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-optdepends=('mplayer: mplayer backend')
-source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
-md5sums=('d1e42186462d7887affe2cec8901082e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kmplayer/repos/community-i686/PKGBUILD (from rev 182625, 
kmplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-10 19:07:30 UTC (rev 182626)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=kmplayer
+pkgver=0.12.0.a
+_commit=e2681f00
+pkgrel=1
+pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+url="http://kmplayer.kde.org;
+depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+optdepends=('mplayer: mplayer backend')
+source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
+md5sums=('d1e42186462d7887affe2cec8901082e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-10 19:07:01 UTC (rev 182625)
+++ community-x86_64/PKGBUILD   2016-07-10 19:07:30 UTC (rev 182626)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=kmplayer
-pkgver=0.12.0.a
-_commit=e2681f00
-pkgrel=1
-pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-url="http://kmplayer.kde.org;
-depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-optdepends=('mplayer: mplayer backend')
-source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
-md5sums=('d1e42186462d7887affe2cec8901082e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kmplayer/repos/community-x86_64/PKGBUILD (from rev 182625, 
kmplayer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-10 19:07:30 UTC (rev 182626)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 

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

2016-07-10 Thread Antonio Rojas
Date: Sunday, July 10, 2016 @ 19:07:01
  Author: arojas
Revision: 182625

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   41 ---
 community-x86_64/PKGBUILD |   41 ---
 3 files changed, 76 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-10 19:06:26 UTC (rev 182624)
+++ community-i686/PKGBUILD 2016-07-10 19:07:01 UTC (rev 182625)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=kmplayer
-pkgver=0.12.0
-_commit=266320a
-pkgrel=1
-pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-url="http://kmplayer.kde.org;
-depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
-md5sums=('c8cdd60b67018954445bd5708a291a83')
-
-prepare() {
-  mkdir -p build
-
-# Don't include kdelibs header
-  sed -e '/kstdaction.h/d' -i $pkgname/src/kmplayerview.cpp -i 
$pkgname/src/viewarea.cpp
-  sed -e '/ksimpleconfig.h/d' -i $pkgname/src/kmplayerpartbase.cpp
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kmplayer/repos/community-i686/PKGBUILD (from rev 182624, 
kmplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-10 19:07:01 UTC (rev 182625)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=kmplayer
+pkgver=0.12.0.a
+_commit=e2681f00
+pkgrel=1
+pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+url="http://kmplayer.kde.org;
+depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+optdepends=('mplayer: mplayer backend')
+source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
+md5sums=('d1e42186462d7887affe2cec8901082e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-10 19:06:26 UTC (rev 182624)
+++ community-x86_64/PKGBUILD   2016-07-10 19:07:01 UTC (rev 182625)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=kmplayer
-pkgver=0.12.0
-_commit=266320a
-pkgrel=1
-pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-url="http://kmplayer.kde.org;
-depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
-source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
-md5sums=('c8cdd60b67018954445bd5708a291a83')
-
-prepare() {
-  mkdir -p build
-
-# Don't include kdelibs header
-  sed -e '/kstdaction.h/d' -i $pkgname/src/kmplayerview.cpp -i 
$pkgname/src/viewarea.cpp
-  sed -e '/ksimpleconfig.h/d' -i $pkgname/src/kmplayerpartbase.cpp
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kmplayer/repos/community-x86_64/PKGBUILD (from rev 182624, 
kmplayer/trunk/PKGBUILD)

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

2016-07-10 Thread Antonio Rojas
Date: Sunday, July 10, 2016 @ 19:06:26
  Author: arojas
Revision: 182624

Update to 0.12.0.a

Modified:
  kmplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 18:59:26 UTC (rev 182623)
+++ PKGBUILD2016-07-10 19:06:26 UTC (rev 182624)
@@ -4,8 +4,8 @@
 # Contributor: damir 
 
 pkgname=kmplayer
-pkgver=0.12.0
-_commit=266320a
+pkgver=0.12.0.a
+_commit=e2681f00
 pkgrel=1
 pkgdesc="Video player plugin for Konqueror and basic 
MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
 arch=(i686 x86_64)
@@ -13,15 +13,12 @@
 url="http://kmplayer.kde.org;
 depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+optdepends=('mplayer: mplayer backend')
 
source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git=snapshot=$_commit=tgz;)
-md5sums=('c8cdd60b67018954445bd5708a291a83')
+md5sums=('d1e42186462d7887affe2cec8901082e')
 
 prepare() {
   mkdir -p build
-
-# Don't include kdelibs header
-  sed -e '/kstdaction.h/d' -i $pkgname/src/kmplayerview.cpp -i 
$pkgname/src/viewarea.cpp
-  sed -e '/ksimpleconfig.h/d' -i $pkgname/src/kmplayerpartbase.cpp
 }
 
 build() {


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

2016-07-10 Thread Antonio Rojas
Date: Sunday, July 10, 2016 @ 18:59:26
  Author: arojas
Revision: 182623

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-10 18:58:46 UTC (rev 182622)
+++ community-i686/PKGBUILD 2016-07-10 18:59:26 UTC (rev 182623)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('dd6dc7198e27a4771e66af022ab6bcf2')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 182622, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-10 18:59:26 UTC (rev 182623)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgbase=python-rpy2
+pkgname=(python2-rpy2 python-rpy2)
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+md5sums=('729946166b43103db7697e69db8c5c45')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package_python2-rpy2() {
+  depends=(python2-numpy r python2-singledispatch)
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}
+
+package_python-rpy2() {
+  depends=(python-numpy r)
+  cd rpy2-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-10 18:58:46 UTC (rev 182622)
+++ community-x86_64/PKGBUILD   2016-07-10 18:59:26 UTC (rev 182623)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('dd6dc7198e27a4771e66af022ab6bcf2')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" 

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

2016-07-10 Thread Antonio Rojas
Date: Sunday, July 10, 2016 @ 18:58:46
  Author: arojas
Revision: 182622

Update to 2.8.2

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 17:10:46 UTC (rev 182621)
+++ PKGBUILD2016-07-10 18:58:46 UTC (rev 182622)
@@ -6,7 +6,7 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 license=(MPL GPL LGPL)
 makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('dd6dc7198e27a4771e66af022ab6bcf2')
+md5sums=('729946166b43103db7697e69db8c5c45')
 
 prepare() {
   cd rpy2-$pkgver


[arch-commits] Commit in networkmanager-openvpn/repos (10 files)

2016-07-10 Thread Jan Steffens
Date: Sunday, July 10, 2016 @ 18:53:56
  Author: heftig
Revision: 271254

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

Added:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
(from rev 271253, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-i686/buildfix.patch
(from rev 271253, networkmanager-openvpn/trunk/buildfix.patch)
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
(from rev 271253, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
(from rev 271253, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-x86_64/buildfix.patch
(from rev 271253, networkmanager-openvpn/trunk/buildfix.patch)
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install
(from rev 271253, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
Deleted:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install

-+
 /PKGBUILD   |   76 ++
 /networkmanager-openvpn.install |   18 ++
 extra-i686/PKGBUILD |   30 --
 extra-i686/buildfix.patch   |   18 ++
 extra-i686/networkmanager-openvpn.install   |   13 
 extra-x86_64/PKGBUILD   |   30 --
 extra-x86_64/buildfix.patch |   18 ++
 extra-x86_64/networkmanager-openvpn.install |   13 
 8 files changed, 130 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-10 18:51:08 UTC (rev 271253)
+++ extra-i686/PKGBUILD 2016-07-10 18:53:56 UTC (rev 271254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-openvpn
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for OpenVPN"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnm-gtk libsecret openvpn)
-makedepends=(intltool python)
-install=networkmanager-openvpn.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
-sha256sums=('47a6d219a781eff8491c7876b7fb95b12dcfb8f8a05f916f95afc65c7babddef')
-
-build() {
-  cd NetworkManager-openvpn-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/networkmanager \
---enable-more-warnings=yes \
---disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-openvpn-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-openvpn/repos/extra-i686/PKGBUILD (from rev 271253, 
networkmanager-openvpn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-10 18:53:56 UTC (rev 271254)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-openvpn
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for OpenVPN"
+url="https://wiki.gnome.org/Projects/NetworkManager;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnm-gtk libsecret openvpn)
+makedepends=(intltool python)
+install=networkmanager-openvpn.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz
+buildfix.patch)
+sha256sums=('db6b4d5bc49c68990703c90f2cfbdc6a94e16f702b0740085017d5c06d3e5b9d'
+'d300dde598151646554a610256282fc12d098c3bcd19c44e3768efdaa66cea32')
+
+prepare() {
+  cd NetworkManager-openvpn-$pkgver
+  patch -Np1 -i ../buildfix.patch
+  autoreconf -fvi
+}
+
+build() {
+  cd NetworkManager-openvpn-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/networkmanager \
+--enable-more-warnings=yes \
+--disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-openvpn-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: networkmanager-openvpn/repos/extra-i686/buildfix.patch (from rev 
271253, networkmanager-openvpn/trunk/buildfix.patch)
===
--- extra-i686/buildfix.patch   (rev 0)
+++ extra-i686/buildfix.patch   2016-07-10 18:53:56 UTC (rev 271254)
@@ -0,0 +1,18 @@
+diff -u -r NetworkManager-openvpn-1.2.4/properties/tests/Makefile.am 
NetworkManager-openvpn-1.2.4-buildfix/properties/tests/Makefile.am
+--- 

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

2016-07-10 Thread Jan Steffens
Date: Sunday, July 10, 2016 @ 18:51:08
  Author: heftig
Revision: 271253

1.2.4-1

Added:
  networkmanager-openvpn/trunk/buildfix.patch
Modified:
  networkmanager-openvpn/trunk/PKGBUILD
  networkmanager-openvpn/trunk/networkmanager-openvpn.install

+
 PKGBUILD   |   14 +++---
 buildfix.patch |   18 ++
 networkmanager-openvpn.install |4 
 3 files changed, 29 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 16:29:59 UTC (rev 271252)
+++ PKGBUILD2016-07-10 18:51:08 UTC (rev 271253)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=networkmanager-openvpn
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="NetworkManager VPN plugin for OpenVPN"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -12,9 +12,17 @@
 depends=(libnm-gtk libsecret openvpn)
 makedepends=(intltool python)
 install=networkmanager-openvpn.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz)
-sha256sums=('47a6d219a781eff8491c7876b7fb95b12dcfb8f8a05f916f95afc65c7babddef')
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/${pkgver::3}/NetworkManager-openvpn-${pkgver}.tar.xz
+buildfix.patch)
+sha256sums=('db6b4d5bc49c68990703c90f2cfbdc6a94e16f702b0740085017d5c06d3e5b9d'
+'d300dde598151646554a610256282fc12d098c3bcd19c44e3768efdaa66cea32')
 
+prepare() {
+  cd NetworkManager-openvpn-$pkgver
+  patch -Np1 -i ../buildfix.patch
+  autoreconf -fvi
+}
+
 build() {
   cd NetworkManager-openvpn-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Added: buildfix.patch
===
--- buildfix.patch  (rev 0)
+++ buildfix.patch  2016-07-10 18:51:08 UTC (rev 271253)
@@ -0,0 +1,18 @@
+diff -u -r NetworkManager-openvpn-1.2.4/properties/tests/Makefile.am 
NetworkManager-openvpn-1.2.4-buildfix/properties/tests/Makefile.am
+--- NetworkManager-openvpn-1.2.4/properties/tests/Makefile.am  2016-07-02 
11:28:03.0 +0200
 NetworkManager-openvpn-1.2.4-buildfix/properties/tests/Makefile.am 
2016-07-10 20:45:57.976832915 +0200
+@@ -23,12 +23,12 @@
+   $(LIBNMA_CFLAGS)
+ 
+ test_import_export_LDADD = \
++  $(top_builddir)/properties/libnm-vpn-plugin-openvpn-test.la \
+   $(GTHREAD_LIBS) \
+   $(GTK_LIBS) \
+   $(LIBNM_LIBS) \
+   $(LIBNMA_LIBS) \
+-  -ldl \
+-  $(top_builddir)/properties/libnm-vpn-plugin-openvpn-test.la
++  -ldl
+ 
+ 
+ test_import_export_glib_SOURCES = \

Modified: networkmanager-openvpn.install
===
--- networkmanager-openvpn.install  2016-07-10 16:29:59 UTC (rev 271252)
+++ networkmanager-openvpn.install  2016-07-10 18:51:08 UTC (rev 271253)
@@ -7,7 +7,3 @@
 post_upgrade() {
   post_install $1
 }
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in iscan/trunk (PKGBUILD jpegstream.cc.patch)

2016-07-10 Thread Fabio Castelli
Date: Sunday, July 10, 2016 @ 17:10:15
  Author: muflone
Revision: 182620

upgpkg: iscan 2.30.2-1

Added:
  iscan/trunk/jpegstream.cc.patch
Modified:
  iscan/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 jpegstream.cc.patch |   21 +
 2 files changed, 30 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 16:59:11 UTC (rev 182619)
+++ PKGBUILD2016-07-10 17:10:15 UTC (rev 182620)
@@ -5,8 +5,9 @@
 # Contributor: Alessio Sergi 
 
 pkgname=iscan
-pkgver=2.30.1
-pkgrel=9
+pkgver=2.30.2
+pkgrel=1
+_pkgrev=2
 pkgdesc="EPSON Image Scan! front-end for scanners and all-in-ones"
 arch=('i686' 'x86_64')
 url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
@@ -14,11 +15,13 @@
 depends=('gtk2' 'sane' 'libstdc++5')
 makedepends=('gettext' 'gimp')
 optdepends=('iscan-data: Image Scan! data files required for some devices')
-source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-1.tar.gz;
+source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-${_pkgrev}.tar.gz;
 "libpng15.patch"
+"jpegstream.cc.patch"
 "epkowa.conf")
-sha256sums=('79aa9a9f81a7146beb22a382bbaf840fbce61b1bdb82660e541946a471e48426'
+sha256sums=('ca2322a527ab41c8207b060ee54fc3782cba84c444bcf6b9c8ee32f7cda007d9'
 '1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
+'44990a5264e530a7a8ad1f95524e5d70e4f0f9009c53c8ea593cedf8d861a669'
 '8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
 install="${pkgname}.install"
 backup=("etc/sane.d/epkowa.conf")
@@ -27,6 +30,8 @@
   cd "${pkgname}-${pkgver}"
   # patch for building iscan against libpng15 by giovanni
   patch -Np0 -i "../libpng15.patch"
+  # patch for ambiguous div in jpegstream.cc
+  patch -Np0 -i "../jpegstream.cc.patch"
   # add fix for CXX ABI different than 1002
   ln -s libesmod-x86_64.c2.so non-free/libesmod-x86_64.so
 }

Added: jpegstream.cc.patch
===
--- jpegstream.cc.patch (rev 0)
+++ jpegstream.cc.patch 2016-07-10 17:10:15 UTC (rev 182620)
@@ -0,0 +1,21 @@
+--- lib/jpegstream.cc.orig 2016-06-20 06:10:38.0 +0200
 lib/jpegstream.cc  2016-07-10 18:45:40.511301054 +0200
+@@ -33,7 +33,7 @@
+ 
+ #include "jpegstream.hh"
+ 
+-#include 
++// #include 
+ #include 
+ 
+ namespace iscan
+@@ -82,7 +82,8 @@
+ //only that _bits != 8.
+ for (unsigned int i = 0; i < _h_sz; ++i)
+   {
+-div_t index = div (i, 8 * sizeof (JSAMPLE));
++div_t index = div (static_cast(i),
++   static_cast(8 * sizeof (JSAMPLE)));
+ int offset = 8 * sizeof (JSAMPLE) - 1 - index.rem;
+ _scanline[i] = ((line[index.quot] & (1 << offset))
+ ? 0 : ~0);


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

2016-07-10 Thread Fabio Castelli
Date: Sunday, July 10, 2016 @ 17:10:46
  Author: muflone
Revision: 182621

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

Added:
  iscan/repos/community-testing-i686/
  iscan/repos/community-testing-i686/PKGBUILD
(from rev 182620, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-i686/epkowa.conf
(from rev 182620, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-i686/iscan.install
(from rev 182620, iscan/trunk/iscan.install)
  iscan/repos/community-testing-i686/jpegstream.cc.patch
(from rev 182620, iscan/trunk/jpegstream.cc.patch)
  iscan/repos/community-testing-i686/libpng15.patch
(from rev 182620, iscan/trunk/libpng15.patch)
  iscan/repos/community-testing-x86_64/
  iscan/repos/community-testing-x86_64/PKGBUILD
(from rev 182620, iscan/trunk/PKGBUILD)
  iscan/repos/community-testing-x86_64/epkowa.conf
(from rev 182620, iscan/trunk/epkowa.conf)
  iscan/repos/community-testing-x86_64/iscan.install
(from rev 182620, iscan/trunk/iscan.install)
  iscan/repos/community-testing-x86_64/jpegstream.cc.patch
(from rev 182620, iscan/trunk/jpegstream.cc.patch)
  iscan/repos/community-testing-x86_64/libpng15.patch
(from rev 182620, iscan/trunk/libpng15.patch)

--+
 community-testing-i686/PKGBUILD  |   77 +
 community-testing-i686/epkowa.conf   |1 
 community-testing-i686/iscan.install |5 +
 community-testing-i686/jpegstream.cc.patch   |   21 ++
 community-testing-i686/libpng15.patch|   48 +++
 community-testing-x86_64/PKGBUILD|   77 +
 community-testing-x86_64/epkowa.conf |1 
 community-testing-x86_64/iscan.install   |5 +
 community-testing-x86_64/jpegstream.cc.patch |   21 ++
 community-testing-x86_64/libpng15.patch  |   48 +++
 10 files changed, 304 insertions(+)

Copied: iscan/repos/community-testing-i686/PKGBUILD (from rev 182620, 
iscan/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-10 17:10:46 UTC (rev 182621)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: Alessio Sergi 
+
+pkgname=iscan
+pkgver=2.30.2
+pkgrel=1
+_pkgrev=2
+pkgdesc="EPSON Image Scan! front-end for scanners and all-in-ones"
+arch=('i686' 'x86_64')
+url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+license=('GPL2' 'custom:AVASYSPL')
+depends=('gtk2' 'sane' 'libstdc++5')
+makedepends=('gettext' 'gimp')
+optdepends=('iscan-data: Image Scan! data files required for some devices')
+source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-${_pkgrev}.tar.gz;
+"libpng15.patch"
+"jpegstream.cc.patch"
+"epkowa.conf")
+sha256sums=('ca2322a527ab41c8207b060ee54fc3782cba84c444bcf6b9c8ee32f7cda007d9'
+'1a75b8df945a813a297dfd6e3dabae3bc8b51898f23af31640091e31b901f0ba'
+'44990a5264e530a7a8ad1f95524e5d70e4f0f9009c53c8ea593cedf8d861a669'
+'8e9e90fa50f1bd476b13766b19f100470c41dd253dc0605fbb1d0ac346a0beff')
+install="${pkgname}.install"
+backup=("etc/sane.d/epkowa.conf")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # patch for building iscan against libpng15 by giovanni
+  patch -Np0 -i "../libpng15.patch"
+  # patch for ambiguous div in jpegstream.cc
+  patch -Np0 -i "../jpegstream.cc.patch"
+  # add fix for CXX ABI different than 1002
+  ln -s libesmod-x86_64.c2.so non-free/libesmod-x86_64.so
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export LDFLAGS="${LDFLAGS} -ldl -lpng16"
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-dependency-reduction \
+  --enable-frontend \
+  --enable-jpeg \
+  --enable-tiff \
+  --enable-png \
+  --enable-gimp
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  # install files
+  make DESTDIR="${pkgdir}" install
+
+  # install sane configuration files
+  install -m 755 -d "${pkgdir}/etc/sane.d"
+  install -m 644 -D "backend/epkowa.conf" "${pkgdir}/etc/sane.d/"
+  install -m 755 -d "${pkgdir}/etc/sane.d/dll.d"
+  install -m 644 "${srcdir}/epkowa.conf" "${pkgdir}/etc/sane.d/dll.d/"
+
+  # install desktop file
+  install -m 755 -d "${pkgdir}/usr/share/applications"
+  install -m 644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/"
+
+  # install license
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 "non-free/AVASYSPL.en.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/AVASYSPL"
+
+  # install plugin for GIMP
+  install -m 755 -d "${pkgdir}/usr/lib/gimp/2.0/plug-ins"
+  ln -s 

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

2016-07-10 Thread Florian Pritz
Date: Sunday, July 10, 2016 @ 16:59:05
  Author: bluewind
Revision: 182618

upgpkg: fb-client 2.0.1-2

Add missing dependency

Modified:
  fb-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 16:06:56 UTC (rev 182617)
+++ PKGBUILD2016-07-10 16:59:05 UTC (rev 182618)
@@ -2,12 +2,12 @@
 
 pkgname=fb-client
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Client for paste.xinu.at"
 arch=("any")
 url="https://paste.xinu.at;
 license=('GPL3')
-depends=('python' 'python-pycurl')
+depends=('python' 'python-pycurl' 'python-xdg')
 optdepends=('xclip: for automatically copying the URL into the clipboard')
 source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
 md5sums=('bc2ab211a283de56298cbc1f213b24ea'


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

2016-07-10 Thread Florian Pritz
Date: Sunday, July 10, 2016 @ 16:59:11
  Author: bluewind
Revision: 182619

archrelease: copy trunk to community-any

Added:
  fb-client/repos/community-any/PKGBUILD
(from rev 182618, fb-client/trunk/PKGBUILD)
Deleted:
  fb-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 16:59:05 UTC (rev 182618)
+++ PKGBUILD2016-07-10 16:59:11 UTC (rev 182619)
@@ -1,29 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-
-pkgname=fb-client
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Client for paste.xinu.at"
-arch=("any")
-url="https://paste.xinu.at;
-license=('GPL3')
-depends=('python' 'python-pycurl')
-optdepends=('xclip: for automatically copying the URL into the clipboard')
-source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
-md5sums=('bc2ab211a283de56298cbc1f213b24ea'
- 'SKIP')
-validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
-
-build() {
-  cd "$srcdir/fb-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/fb-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fb-client/repos/community-any/PKGBUILD (from rev 182618, 
fb-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 16:59:11 UTC (rev 182619)
@@ -0,0 +1,29 @@
+# Maintainer: Florian "Bluewind" Pritz 
+
+pkgname=fb-client
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="Client for paste.xinu.at"
+arch=("any")
+url="https://paste.xinu.at;
+license=('GPL3')
+depends=('python' 'python-pycurl' 'python-xdg')
+optdepends=('xclip: for automatically copying the URL into the clipboard')
+source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig})
+md5sums=('bc2ab211a283de56298cbc1f213b24ea'
+ 'SKIP')
+validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
+
+build() {
+  cd "$srcdir/fb-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/fb-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-10 Thread Dan McGee
Date: Sunday, July 10, 2016 @ 16:29:59
  Author: dan
Revision: 271252

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

Added:
  dash/repos/testing-i686/
  dash/repos/testing-i686/PKGBUILD
(from rev 271251, dash/trunk/PKGBUILD)
  dash/repos/testing-i686/dash.install
(from rev 271251, dash/trunk/dash.install)
  dash/repos/testing-x86_64/
  dash/repos/testing-x86_64/PKGBUILD
(from rev 271251, dash/trunk/PKGBUILD)
  dash/repos/testing-x86_64/dash.install
(from rev 271251, dash/trunk/dash.install)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/dash.install   |   11 +++
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/dash.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: dash/repos/testing-i686/PKGBUILD (from rev 271251, dash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-10 16:29:59 UTC (rev 271252)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=dash
+pkgver=0.5.9
+pkgrel=1
+pkgdesc="A POSIX compliant shell that aims to be as small as possible"
+arch=('i686' 'x86_64')
+url="http://gondor.apana.org.au/~herbert/dash/;
+license=('BSD')
+depends=('glibc')
+install=dash.install
+source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('b9e9fbf21d95b5317f6e876fe7086a8fe69b3806')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--mandir=/usr/share/man \
+--exec-prefix="" \
+--with-libedit
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: dash/repos/testing-i686/dash.install (from rev 271251, 
dash/trunk/dash.install)
===
--- testing-i686/dash.install   (rev 0)
+++ testing-i686/dash.install   2016-07-10 16:29:59 UTC (rev 271252)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   sed -i '/^\/bin\/dash/d' etc/shells
+}

Copied: dash/repos/testing-x86_64/PKGBUILD (from rev 271251, 
dash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-10 16:29:59 UTC (rev 271252)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=dash
+pkgver=0.5.9
+pkgrel=1
+pkgdesc="A POSIX compliant shell that aims to be as small as possible"
+arch=('i686' 'x86_64')
+url="http://gondor.apana.org.au/~herbert/dash/;
+license=('BSD')
+depends=('glibc')
+install=dash.install
+source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('b9e9fbf21d95b5317f6e876fe7086a8fe69b3806')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--mandir=/usr/share/man \
+--exec-prefix="" \
+--with-libedit
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: dash/repos/testing-x86_64/dash.install (from rev 271251, 
dash/trunk/dash.install)
===
--- testing-x86_64/dash.install (rev 0)
+++ testing-x86_64/dash.install 2016-07-10 16:29:59 UTC (rev 271252)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   sed -i '/^\/bin\/dash/d' etc/shells
+}


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

2016-07-10 Thread Dan McGee
Date: Sunday, July 10, 2016 @ 16:29:53
  Author: dan
Revision: 271251

upgpkg: dash 0.5.9-1

Modified:
  dash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 16:26:24 UTC (rev 271250)
+++ PKGBUILD2016-07-10 16:29:53 UTC (rev 271251)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=dash
-pkgver=0.5.8
+pkgver=0.5.9
 pkgrel=1
 pkgdesc="A POSIX compliant shell that aims to be as small as possible"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 install=dash.install
 
source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('cd058935bba545427caa375337afe8a6309477d2')
+sha1sums=('b9e9fbf21d95b5317f6e876fe7086a8fe69b3806')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-07-10 Thread Dan McGee
Date: Sunday, July 10, 2016 @ 16:26:24
  Author: dan
Revision: 271250

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 271249, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 16:26:18 UTC (rev 271249)
+++ PKGBUILD2016-07-10 16:26:24 UTC (rev 271250)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.9.6
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('07d9b3883198caa847b917c94b665452')
-sha256sums=('e5a1d1a831c06475c708126c6a7e0ae0e67adac9d8a7c39cf0695ad79030b9d9')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 271249, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 16:26:24 UTC (rev 271250)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.9.7
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('7de9ba83bfe01f4b7d45645c1b259c83')
+sha256sums=('2b29e81c8c32b3c0d9a0119217416887c480d927ae2630bada2da83078c93bf6')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+

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

2016-07-10 Thread Dan McGee
Date: Sunday, July 10, 2016 @ 16:26:18
  Author: dan
Revision: 271249

upgpkg: django 1.9.7-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 12:47:35 UTC (rev 271248)
+++ PKGBUILD2016-07-10 16:26:18 UTC (rev 271249)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.9.6
+pkgver=1.9.7
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('07d9b3883198caa847b917c94b665452')
-sha256sums=('e5a1d1a831c06475c708126c6a7e0ae0e67adac9d8a7c39cf0695ad79030b9d9')
+md5sums=('7de9ba83bfe01f4b7d45645c1b259c83')
+sha256sums=('2b29e81c8c32b3c0d9a0119217416887c480d927ae2630bada2da83078c93bf6')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2016-07-10 Thread Fabio Castelli
Date: Sunday, July 10, 2016 @ 16:06:56
  Author: muflone
Revision: 182617

archrelease: copy trunk to community-any

Added:
  iscan-data/repos/community-any/PKGBUILD
(from rev 182616, iscan-data/trunk/PKGBUILD)
Deleted:
  iscan-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 16:06:38 UTC (rev 182616)
+++ PKGBUILD2016-07-10 16:06:56 UTC (rev 182617)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Frederic Bezies < fredbezies at gmail dot com>
-# Contributor: garion < garion @ mailoo.org >
-# Contributor: Alessio Sergi 
-# Contributor: mutlu_inek 
-
-pkgname=iscan-data
-pkgver=1.36.0
-pkgrel=2
-pkgdesc="EPSON Image Scan! data files"
-arch=('any')
-url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
-license=('GPL2')
-depends=('libxslt')
-source=("https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/646738a219f7354bf3268897385f6ce48c0776bf/${pkgname}_${pkgver}-1.tar.gz;)
-sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # install files
-  make DESTDIR="${pkgdir}" install
-
-  # install additional documentation files
-  install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
-}
-

Copied: iscan-data/repos/community-any/PKGBUILD (from rev 182616, 
iscan-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 16:06:56 UTC (rev 182617)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: Alessio Sergi 
+# Contributor: mutlu_inek 
+
+pkgname=iscan-data
+pkgver=1.36.0
+pkgrel=3
+pkgdesc="EPSON Image Scan! data files"
+arch=('any')
+url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
+license=('GPL2')
+depends=('libxslt')
+source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-1.tar.gz;)
+sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  # install files
+  make DESTDIR="${pkgdir}" install
+
+  # install additional documentation files
+  install -m 755 -d "${pkgdir}/usr/share/doc/${pkgname}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+KNOWN-PROBLEMS NEWS SUPPORTED-DEVICES
+}
+


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

2016-07-10 Thread Fabio Castelli
Date: Sunday, July 10, 2016 @ 16:06:38
  Author: muflone
Revision: 182616

upgpkg: iscan-data 1.36.0-3

Modified:
  iscan-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 13:50:14 UTC (rev 182615)
+++ PKGBUILD2016-07-10 16:06:38 UTC (rev 182616)
@@ -7,13 +7,13 @@
 
 pkgname=iscan-data
 pkgver=1.36.0
-pkgrel=2
+pkgrel=3
 pkgdesc="EPSON Image Scan! data files"
 arch=('any')
 url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
 license=('GPL2')
 depends=('libxslt')
-source=("https://download3.ebz.epson.net/dsc/f/03/00/03/61/59/646738a219f7354bf3268897385f6ce48c0776bf/${pkgname}_${pkgver}-1.tar.gz;)
+source=("http://support.epson.net/linux/src/scanner/iscan/${pkgname}_${pkgver}-1.tar.gz;)
 sha256sums=('3a0a0075d0f7fcb0f482cbde2e74c9f6bee64268db32a4e6f470f1a6069117ba')
 
 build() {


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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 13:50:14
  Author: felixonmars
Revision: 182615

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

Added:
  boinc/repos/community-i686/PKGBUILD
(from rev 182614, boinc/trunk/PKGBUILD)
  boinc/repos/community-i686/boinc-AM_CONDITIONAL.patch
(from rev 182614, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-i686/boinc.bash
(from rev 182614, boinc/trunk/boinc.bash)
  boinc/repos/community-i686/boinc.desktop
(from rev 182614, boinc/trunk/boinc.desktop)
  boinc/repos/community-i686/boinc.install
(from rev 182614, boinc/trunk/boinc.install)
  boinc/repos/community-i686/boinc.service
(from rev 182614, boinc/trunk/boinc.service)
  boinc/repos/community-i686/boinc.sysusers
(from rev 182614, boinc/trunk/boinc.sysusers)
  boinc/repos/community-x86_64/PKGBUILD
(from rev 182614, boinc/trunk/PKGBUILD)
  boinc/repos/community-x86_64/boinc-AM_CONDITIONAL.patch
(from rev 182614, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-x86_64/boinc.bash
(from rev 182614, boinc/trunk/boinc.bash)
  boinc/repos/community-x86_64/boinc.desktop
(from rev 182614, boinc/trunk/boinc.desktop)
  boinc/repos/community-x86_64/boinc.install
(from rev 182614, boinc/trunk/boinc.install)
  boinc/repos/community-x86_64/boinc.service
(from rev 182614, boinc/trunk/boinc.service)
  boinc/repos/community-x86_64/boinc.sysusers
(from rev 182614, boinc/trunk/boinc.sysusers)
Deleted:
  boinc/repos/community-i686/PKGBUILD
  boinc/repos/community-i686/boinc-AM_CONDITIONAL.patch
  boinc/repos/community-i686/boinc.bash
  boinc/repos/community-i686/boinc.desktop
  boinc/repos/community-i686/boinc.install
  boinc/repos/community-i686/boinc.service
  boinc/repos/community-i686/boinc.sysusers
  boinc/repos/community-x86_64/PKGBUILD
  boinc/repos/community-x86_64/boinc-AM_CONDITIONAL.patch
  boinc/repos/community-x86_64/boinc.bash
  boinc/repos/community-x86_64/boinc.desktop
  boinc/repos/community-x86_64/boinc.install
  boinc/repos/community-x86_64/boinc.service
  boinc/repos/community-x86_64/boinc.sysusers

-+
 /PKGBUILD   |  254 ++
 /boinc-AM_CONDITIONAL.patch |   38 +++
 /boinc.bash |  198 
 /boinc.desktop  |   32 +++
 /boinc.install  |   10 +
 /boinc.service  |   20 ++
 /boinc.sysusers |4 
 community-i686/PKGBUILD |  126 
 community-i686/boinc-AM_CONDITIONAL.patch   |   19 -
 community-i686/boinc.bash   |   99 --
 community-i686/boinc.desktop|   16 -
 community-i686/boinc.install|5 
 community-i686/boinc.service|   10 -
 community-i686/boinc.sysusers   |2 
 community-x86_64/PKGBUILD   |  126 
 community-x86_64/boinc-AM_CONDITIONAL.patch |   19 -
 community-x86_64/boinc.bash |   99 --
 community-x86_64/boinc.desktop  |   16 -
 community-x86_64/boinc.install  |5 
 community-x86_64/boinc.service  |   10 -
 community-x86_64/boinc.sysusers |2 
 21 files changed, 556 insertions(+), 554 deletions(-)

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


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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 13:49:03
  Author: felixonmars
Revision: 182614

upgpkg: boinc 7.6.33-1

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 12:44:36 UTC (rev 182613)
+++ PKGBUILD2016-07-10 13:49:03 UTC (rev 182614)
@@ -5,13 +5,14 @@
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.6.32
+pkgver=7.6.33
 _tag="client_release/7.6/$pkgver"
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://boinc.berkeley.edu/;
 license=('LGPL')
-makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'webkitgtk2' 'sqlite3' 'curl' 'inetutils' 'libxmu' 'freeglut' 'glu' 'mesa')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'webkitgtk2' 'sqlite3'
+ 'curl' 'inetutils' 'libxmu' 'freeglut' 'glu' 'mesa')
 install=$pkgbase.install
 options=('!staticlibs')
 source=("git+https://github.com/BOINC/boinc.git#tag=$_tag;


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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:47:35
  Author: felixonmars
Revision: 271248

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

Added:
  perl-libintl-perl/repos/extra-i686/PKGBUILD
(from rev 271247, perl-libintl-perl/trunk/PKGBUILD)
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD
(from rev 271247, perl-libintl-perl/trunk/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/extra-i686/PKGBUILD
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-10 12:47:08 UTC (rev 271247)
+++ extra-i686/PKGBUILD 2016-07-10 12:47:35 UTC (rev 271248)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-libintl-perl
-_realname=libintl-perl
-pkgver=1.24
-pkgrel=3
-pkgdesc="Perl Module: Localization support"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/${_realname}/;
-depends=('coreutils' 'gettext' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
-md5sums=('66f989c07541e32325b0557b89aead8f')
-
-build() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make install DESTDIR="${pkgdir}"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-libintl-perl/repos/extra-i686/PKGBUILD (from rev 271247, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-10 12:47:35 UTC (rev 271248)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+pkgver=1.26
+pkgrel=1
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/libintl-perl;
+depends=('coreutils' 'gettext' 'perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
+md5sums=('d355998f5f33a6f4202cd7ded7bf052a')
+
+build() {
+  cd libintl-perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd libintl-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libintl-perl-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-10 12:47:08 UTC (rev 271247)
+++ extra-x86_64/PKGBUILD   2016-07-10 12:47:35 UTC (rev 271248)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-libintl-perl
-_realname=libintl-perl
-pkgver=1.24
-pkgrel=3
-pkgdesc="Perl Module: Localization support"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/${_realname}/;
-depends=('coreutils' 'gettext' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
-md5sums=('66f989c07541e32325b0557b89aead8f')
-
-build() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make install DESTDIR="${pkgdir}"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-  

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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:47:08
  Author: felixonmars
Revision: 271247

upgpkg: perl-libintl-perl 1.26-1

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 12:29:13 UTC (rev 271246)
+++ PKGBUILD2016-07-10 12:47:08 UTC (rev 271247)
@@ -4,32 +4,31 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=perl-libintl-perl
-_realname=libintl-perl
-pkgver=1.24
-pkgrel=3
+pkgver=1.26
+pkgrel=1
 pkgdesc="Perl Module: Localization support"
 arch=('i686' 'x86_64')
 license=('LGPL')
-url="http://search.cpan.org/dist/${_realname}/;
+url="http://search.cpan.org/dist/libintl-perl;
 depends=('coreutils' 'gettext' 'perl')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
-md5sums=('66f989c07541e32325b0557b89aead8f')
+source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz;)
+md5sums=('d355998f5f33a6f4202cd7ded7bf052a')
 
 build() {
-  cd "${srcdir}/${_realname}-$pkgver"
+  cd libintl-perl-$pkgver
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd "${srcdir}/${_realname}-$pkgver"
+  cd libintl-perl-$pkgver
   make test
 }
 
 package() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make install DESTDIR="${pkgdir}"
+  cd libintl-perl-$pkgver
+  make install DESTDIR="$pkgdir"
 # template start; name=perl-binary-module-dependency; version=1;
 if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
_perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')


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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:44:19
  Author: felixonmars
Revision: 182612

upgpkg: perl-graphviz 2.21-1

Modified:
  perl-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 12:41:24 UTC (rev 182611)
+++ PKGBUILD2016-07-10 12:44:19 UTC (rev 182612)
@@ -5,37 +5,34 @@
 # Contributor: Jason St. John 
 # Contributor: antoniolucas 
 
-_perlmod=GraphViz
 pkgname=perl-graphviz
-pkgver=2.20
+pkgver=2.21
 pkgrel=1
 pkgdesc="GraphViz - Interface to AT's GraphViz. Deprecated. See GraphViz2"
 arch=('any')
-url="http://search.cpan.org/dist/$_perlmod;
+url="http://search.cpan.org/dist/GraphViz;
 license=('GPL' 'PerlArtistic')
 options=('!emptydirs')
 depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
- 'perl-xml-twig' 'perl-xml-xpath' 'perl-libwww')
-makedepends=('perl-module-build')
-checkdepends=('perl-test-pod')
-source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_perlmod-$pkgver.tgz;)
-md5sums=('714de36d86950cd436d87d1d52b6')
+ 'perl-xml-twig' 'perl-xml-xpath')
+checkdepends=('perl-test-pod' 'perl-test2-suite')
+source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/GraphViz-$pkgver.tgz;)
+md5sums=('bd5834fe41ace5e0ea5c24dd434cbeef')
 
 build() {
-  cd "$srcdir/$_perlmod-$pkgver"
-
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  perl Build
+  cd GraphViz-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-  cd "$srcdir/$_perlmod-$pkgver"
-  perl Build test
+  cd GraphViz-$pkgver
+  make test
 }
 
 package() {
-  cd "$srcdir/$_perlmod-$pkgver"
-  perl Build install
+  cd GraphViz-$pkgver
+  make install DESTDIR="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:44:36
  Author: felixonmars
Revision: 182613

archrelease: copy trunk to community-any

Added:
  perl-graphviz/repos/community-any/PKGBUILD
(from rev 182612, perl-graphviz/trunk/PKGBUILD)
Deleted:
  perl-graphviz/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 12:44:19 UTC (rev 182612)
+++ PKGBUILD2016-07-10 12:44:36 UTC (rev 182613)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Phillip Smith 
-# http://github.com/fukawi2/aur-packages
-# Contributor: Jason St. John 
-# Contributor: antoniolucas 
-
-_perlmod=GraphViz
-pkgname=perl-graphviz
-pkgver=2.20
-pkgrel=1
-pkgdesc="GraphViz - Interface to AT's GraphViz. Deprecated. See GraphViz2"
-arch=('any')
-url="http://search.cpan.org/dist/$_perlmod;
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
- 'perl-xml-twig' 'perl-xml-xpath' 'perl-libwww')
-makedepends=('perl-module-build')
-checkdepends=('perl-test-pod')
-source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_perlmod-$pkgver.tgz;)
-md5sums=('714de36d86950cd436d87d1d52b6')
-
-build() {
-  cd "$srcdir/$_perlmod-$pkgver"
-
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  perl Build
-}
-
-check() {
-  cd "$srcdir/$_perlmod-$pkgver"
-  perl Build test
-}
-
-package() {
-  cd "$srcdir/$_perlmod-$pkgver"
-  perl Build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-graphviz/repos/community-any/PKGBUILD (from rev 182612, 
perl-graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 12:44:36 UTC (rev 182613)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Phillip Smith 
+# http://github.com/fukawi2/aur-packages
+# Contributor: Jason St. John 
+# Contributor: antoniolucas 
+
+pkgname=perl-graphviz
+pkgver=2.21
+pkgrel=1
+pkgdesc="GraphViz - Interface to AT's GraphViz. Deprecated. See GraphViz2"
+arch=('any')
+url="http://search.cpan.org/dist/GraphViz;
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+depends=('graphviz' 'perl-file-which' 'perl-ipc-run' 'perl-parse-recdescent'
+ 'perl-xml-twig' 'perl-xml-xpath')
+checkdepends=('perl-test-pod' 'perl-test2-suite')
+source=("https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/GraphViz-$pkgver.tgz;)
+md5sums=('bd5834fe41ace5e0ea5c24dd434cbeef')
+
+build() {
+  cd GraphViz-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd GraphViz-$pkgver
+  make test
+}
+
+package() {
+  cd GraphViz-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:41:07
  Author: felixonmars
Revision: 182610

addpkg: perl-test2-suite 0.50-1

Added:
  perl-test2-suite/
  perl-test2-suite/repos/
  perl-test2-suite/trunk/
  perl-test2-suite/trunk/PKGBUILD

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

Added: perl-test2-suite/trunk/PKGBUILD
===
--- perl-test2-suite/trunk/PKGBUILD (rev 0)
+++ perl-test2-suite/trunk/PKGBUILD 2016-07-10 12:41:07 UTC (rev 182610)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test2-suite
+pkgver=0.50
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite;
+# Specify version bounds to pick up the one in [community], since perl 
includes an old one.
+depends=('perl-test-simple>=1.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz;)
+sha512sums=('4de0988cb44846b39c569a6ccc2c3414adb6ee714286d63af61982fa43c0423b2726c749d6eb87711cb7c6ac768bd93889cb8566640d623bd41e6b7fe376c623')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in perl-test2-suite/repos (community-any community-any/PKGBUILD)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:41:24
  Author: felixonmars
Revision: 182611

archrelease: copy trunk to community-any

Added:
  perl-test2-suite/repos/community-any/
  perl-test2-suite/repos/community-any/PKGBUILD
(from rev 182610, perl-test2-suite/trunk/PKGBUILD)

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

Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 182610, 
perl-test2-suite/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-07-10 12:41:24 UTC (rev 182611)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test2-suite
+pkgver=0.50
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite;
+# Specify version bounds to pick up the one in [community], since perl 
includes an old one.
+depends=('perl-test-simple>=1.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz;)
+sha512sums=('4de0988cb44846b39c569a6ccc2c3414adb6ee714286d63af61982fa43c0423b2726c749d6eb87711cb7c6ac768bd93889cb8566640d623bd41e6b7fe376c623')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-test-simple/repos (community-any community-any/PKGBUILD)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:39:04
  Author: felixonmars
Revision: 182609

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 182608, perl-test-simple/trunk/PKGBUILD)

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

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 182608, 
perl-test-simple/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-07-10 12:39:04 UTC (rev 182609)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302040
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('c0f2a669e15d70b29bbf7c83154369c03a02ab9230e1c264b916ae049b08b29cd3e423851addd050037b359821c4a0aa157ed5bab9bd63f1bfe29ca7491ba53d')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:38:49
  Author: felixonmars
Revision: 182608

addpkg: perl-test-simple 1.302040-1

Added:
  perl-test-simple/
  perl-test-simple/repos/
  perl-test-simple/trunk/
  perl-test-simple/trunk/PKGBUILD

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

Added: perl-test-simple/trunk/PKGBUILD
===
--- perl-test-simple/trunk/PKGBUILD (rev 0)
+++ perl-test-simple/trunk/PKGBUILD 2016-07-10 12:38:49 UTC (rev 182608)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302040
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('c0f2a669e15d70b29bbf7c83154369c03a02ab9230e1c264b916ae049b08b29cd3e423851addd050037b359821c4a0aa157ed5bab9bd63f1bfe29ca7491ba53d')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:29:13
  Author: felixonmars
Revision: 271246

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
(from rev 271245, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 12:28:55 UTC (rev 271245)
+++ PKGBUILD2016-07-10 12:29:13 UTC (rev 271246)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-# Contributor: Charles Mauch 
-
-pkgname=perl-yaml
-pkgver=1.17
-pkgrel=1
-pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
-arch=('any')
-url="http://search.cpan.org/dist/YAML/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-yaml')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
-sha1sums=('6738b7c1ab0f846817dcd67ccfa546e403d1aa88')
-
-build() {
-  cd YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd YAML-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 271245, 
perl-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 12:29:13 UTC (rev 271246)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Charles Mauch 
+
+pkgname=perl-yaml
+pkgver=1.18
+pkgrel=1
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
+arch=('any')
+url="http://search.cpan.org/dist/YAML/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-yaml')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
+sha1sums=('b062ac6d2cdcc332daf3d7fc3290c008bd174d89')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-dbd-mysql/repos (4 files)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:28:48
  Author: felixonmars
Revision: 271244

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

Added:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
(from rev 271243, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD
(from rev 271243, perl-dbd-mysql/trunk/PKGBUILD)
Deleted:
  perl-dbd-mysql/repos/extra-i686/PKGBUILD
  perl-dbd-mysql/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-10 12:28:20 UTC (rev 271243)
+++ extra-i686/PKGBUILD 2016-07-10 12:28:48 UTC (rev 271244)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.034
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/DBD-mysql/;
-depends=('libmariadbclient' 'perl-dbi')
-checkdepends=('mariadb' 'perl-test-deep')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('769026e585e0fabf4deda18b4322e02a')
-
-build() {
-  cd DBD-mysql-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
-  make
-}
-
-check() {
-  cd DBD-mysql-$pkgver
-  mkdir -p /tmp/mysql_test
-  mysql_install_db \
- --basedir=/usr \
- --datadir=/tmp/mysql_test
-  mysqld -P 17999 \
- --socket=/tmp/socket.mysql \
- --datadir=/tmp/mysql_test &
-  sleep 10
-  DAEMON_PORT=$!
-  make test
-  kill -9 $DAEMON_PORT
-}
-
-package() {
-  cd DBD-mysql-$pkgver
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 271243, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-10 12:28:48 UTC (rev 271244)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: kevin 
+# Contributor: Eric Johnson 
+
+pkgname=perl-dbd-mysql
+pkgver=4.035
+pkgrel=1
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/DBD-mysql/;
+depends=('libmariadbclient' 'perl-dbi')
+checkdepends=('mariadb' 'perl-test-deep')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
+md5sums=('ac515fb4415c02cb6450fc2ff7f274fc')
+
+build() {
+  cd DBD-mysql-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd DBD-mysql-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test &
+  sleep 10
+  DAEMON_PORT=$!
+  make test
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd DBD-mysql-$pkgver
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-10 12:28:20 UTC (rev 271243)
+++ extra-x86_64/PKGBUILD   2016-07-10 12:28:48 UTC (rev 271244)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: kevin 
-# Contributor: Eric Johnson 
-
-pkgname=perl-dbd-mysql
-pkgver=4.034
-pkgrel=1
-pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'

[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:28:20
  Author: felixonmars
Revision: 271243

upgpkg: perl-dbd-mysql 4.035-1

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 05:05:14 UTC (rev 271242)
+++ PKGBUILD2016-07-10 12:28:20 UTC (rev 271243)
@@ -5,7 +5,7 @@
 # Contributor: Eric Johnson 
 
 pkgname=perl-dbd-mysql
-pkgver=4.034
+pkgver=4.035
 pkgrel=1
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('mariadb' 'perl-test-deep')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/DBD-mysql-${pkgver}.tar.gz)
-md5sums=('769026e585e0fabf4deda18b4322e02a')
+md5sums=('ac515fb4415c02cb6450fc2ff7f274fc')
 
 build() {
   cd DBD-mysql-$pkgver


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

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:28:55
  Author: felixonmars
Revision: 271245

upgpkg: perl-yaml 1.18-1

Modified:
  perl-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 12:28:48 UTC (rev 271244)
+++ PKGBUILD2016-07-10 12:28:55 UTC (rev 271245)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=perl-yaml
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-yaml')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
-sha1sums=('6738b7c1ab0f846817dcd67ccfa546e403d1aa88')
+sha1sums=('b062ac6d2cdcc332daf3d7fc3290c008bd174d89')
 
 build() {
   cd YAML-${pkgver}


[arch-commits] Commit in perl-cpan-meta-check/repos (2 files)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:23:05
  Author: felixonmars
Revision: 182607

archrelease: copy trunk to community-any

Added:
  perl-cpan-meta-check/repos/community-any/
  perl-cpan-meta-check/repos/community-any/PKGBUILD
(from rev 182606, perl-cpan-meta-check/trunk/PKGBUILD)

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

Copied: perl-cpan-meta-check/repos/community-any/PKGBUILD (from rev 182606, 
perl-cpan-meta-check/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-07-10 12:23:05 UTC (rev 182607)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Moritz Bunkus 
+
+pkgname=perl-cpan-meta-check
+pkgver=0.012
+pkgrel=1
+pkgdesc="Verify requirements in a CPAN::Meta object"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/CPAN-Meta-Check'
+depends=('perl')
+makedepends=('perl-test-deep')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
+sha512sums=('99ec6721dfb6be8fae7e5a4f6418d4d12d8d093df11f0596480ecc19a46ef3af3fc3da91ccdd7110f974e8f4d04e33166d76804b673a019bc4994f96b7078e7d')
+
+build() {
+  cd CPAN-Meta-Check-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Meta-Check-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Meta-Check-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:22:46
  Author: felixonmars
Revision: 182606

addpkg: perl-cpan-meta-check 0.012-1

Added:
  perl-cpan-meta-check/
  perl-cpan-meta-check/repos/
  perl-cpan-meta-check/trunk/
  perl-cpan-meta-check/trunk/PKGBUILD

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

Added: perl-cpan-meta-check/trunk/PKGBUILD
===
--- perl-cpan-meta-check/trunk/PKGBUILD (rev 0)
+++ perl-cpan-meta-check/trunk/PKGBUILD 2016-07-10 12:22:46 UTC (rev 182606)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Moritz Bunkus 
+
+pkgname=perl-cpan-meta-check
+pkgver=0.012
+pkgrel=1
+pkgdesc="Verify requirements in a CPAN::Meta object"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/CPAN-Meta-Check'
+depends=('perl')
+makedepends=('perl-test-deep')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
+sha512sums=('99ec6721dfb6be8fae7e5a4f6418d4d12d8d093df11f0596480ecc19a46ef3af3fc3da91ccdd7110f974e8f4d04e33166d76804b673a019bc4994f96b7078e7d')
+
+build() {
+  cd CPAN-Meta-Check-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Meta-Check-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Meta-Check-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in perl-class-load-xs/repos (4 files)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:19:00
  Author: felixonmars
Revision: 182605

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

Added:
  perl-class-load-xs/repos/community-i686/
  perl-class-load-xs/repos/community-i686/PKGBUILD
(from rev 182604, perl-class-load-xs/trunk/PKGBUILD)
  perl-class-load-xs/repos/community-x86_64/
  perl-class-load-xs/repos/community-x86_64/PKGBUILD
(from rev 182604, perl-class-load-xs/trunk/PKGBUILD)

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

Copied: perl-class-load-xs/repos/community-i686/PKGBUILD (from rev 182604, 
perl-class-load-xs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-10 12:19:00 UTC (rev 182605)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 3ED 
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.09
+pkgrel=4
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('i686' 'x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS;
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 
'perl-test-requires'
+  'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('9b24637cf7b035ba369f05e42c0bd5a8590e001f2395b46df078635a50bb3df58ad57850be0010d092ae2530d9a545bbcc5f0055f6ae7f166c93905c022d469d')
+
+build() {
+  cd Class-Load-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Load-XS-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Load-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: perl-class-load-xs/repos/community-x86_64/PKGBUILD (from rev 182604, 
perl-class-load-xs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-10 12:19:00 UTC (rev 182605)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 3ED 
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.09
+pkgrel=4
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('i686' 'x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS;
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 
'perl-test-requires'
+  'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('9b24637cf7b035ba369f05e42c0bd5a8590e001f2395b46df078635a50bb3df58ad57850be0010d092ae2530d9a545bbcc5f0055f6ae7f166c93905c022d469d')
+
+build() {
+  cd Class-Load-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Load-XS-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Load-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2016-07-10 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 12:17:56
  Author: felixonmars
Revision: 182604

addpkg: perl-class-load-xs 0.09-4

Added:
  perl-class-load-xs/
  perl-class-load-xs/repos/
  perl-class-load-xs/trunk/
  perl-class-load-xs/trunk/PKGBUILD

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

Added: perl-class-load-xs/trunk/PKGBUILD
===
--- perl-class-load-xs/trunk/PKGBUILD   (rev 0)
+++ perl-class-load-xs/trunk/PKGBUILD   2016-07-10 12:17:56 UTC (rev 182604)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 3ED 
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.09
+pkgrel=4
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('i686' 'x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS;
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 
'perl-test-requires'
+  'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('9b24637cf7b035ba369f05e42c0bd5a8590e001f2395b46df078635a50bb3df58ad57850be0010d092ae2530d9a545bbcc5f0055f6ae7f166c93905c022d469d')
+
+build() {
+  cd Class-Load-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Load-XS-$pkgver
+  make test
+}
+
+package() {
+  cd Class-Load-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


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

2016-07-10 Thread Alexander Rødseth
Date: Sunday, July 10, 2016 @ 10:41:35
  Author: arodseth
Revision: 182603

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 10:41:27 UTC (rev 182602)
+++ PKGBUILD2016-07-10 10:41:35 UTC (rev 182603)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Aaron Schaefer 
-
-pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Make Python a better tool for controlling and automating other 
programs'
-arch=('any')
-url='http://pexpect.readthedocs.org/en/stable/'
-license=('MIT')
-makedepends=('python' 'python2')
-conflicts=('python-pexpect<=2.4')
-replaces=('python-pexpect<=2.4')
-source=("https://pypi.python.org/packages/56/2b/9c9c113fb88082950067a42cc99e3c61f1df72035f89bb0bdf0a60308ca0/pexpect-$pkgver.tar.gz;)
-md5sums=('562a1a21f2a60b36dfd5d906dbf0943e')
-
-prepare() {
-  cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
-  sed -i 's:env python:env python2:' "python2-pexpect-$pkgver/pexpect/FSM.py"
-}
-
-package_python-pexpect() {
-  depends+=('python' 'python-ptyprocess')
-  cd "pexpect-$pkgver"
-  python setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-
-package_python2-pexpect() {
-  depends+=('python2' 'python2-ptyprocess')
-  cd "python2-pexpect-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 182602, 
python-pexpect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 10:41:35 UTC (rev 182603)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Aaron Schaefer 
+
+pkgname=('python-pexpect' 'python2-pexpect')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Make Python a better tool for controlling and automating other 
programs'
+arch=('any')
+url='http://pexpect.readthedocs.org/en/stable/'
+license=('MIT')
+makedepends=('python' 'python2')
+conflicts=('python-pexpect<=2.4')
+replaces=('python-pexpect<=2.4')
+source=("https://pypi.python.org/packages/b3/7b/7b3659b9d7059d6d21e23b2464c5c84bffd4a34450cbf0ed19c9a8a4a52f/pexpect-4.2.0.tar.gz;)
+md5sums=('8071ec5df0f3d515daedafad672d1632')
+
+prepare() {
+  cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
+  sed -i 's:env python:env python2:' "python2-pexpect-$pkgver/pexpect/FSM.py"
+}
+
+package_python-pexpect() {
+  depends+=('python' 'python-ptyprocess')
+  cd "pexpect-$pkgver"
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+
+package_python2-pexpect() {
+  depends+=('python2' 'python2-ptyprocess')
+  cd "python2-pexpect-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-10 Thread Alexander Rødseth
Date: Sunday, July 10, 2016 @ 10:41:27
  Author: arodseth
Revision: 182602

upgpkg: python-pexpect 4.2.0-1

Modified:
  python-pexpect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-10 04:56:18 UTC (rev 182601)
+++ PKGBUILD2016-07-10 10:41:27 UTC (rev 182602)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='Make Python a better tool for controlling and automating other 
programs'
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python' 'python2')
 conflicts=('python-pexpect<=2.4')
 replaces=('python-pexpect<=2.4')
-source=("https://pypi.python.org/packages/56/2b/9c9c113fb88082950067a42cc99e3c61f1df72035f89bb0bdf0a60308ca0/pexpect-$pkgver.tar.gz;)
-md5sums=('562a1a21f2a60b36dfd5d906dbf0943e')
+source=("https://pypi.python.org/packages/b3/7b/7b3659b9d7059d6d21e23b2464c5c84bffd4a34450cbf0ed19c9a8a4a52f/pexpect-4.2.0.tar.gz;)
+md5sums=('8071ec5df0f3d515daedafad672d1632')
 
 prepare() {
   cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"


<    1   2   3