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

2017-01-16 Thread Antonio Rojas
Date: Tuesday, January 17, 2017 @ 07:11:04
  Author: arojas
Revision: 286760

Add missing quickcontrols dependency

Modified:
  kirigami/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 04:28:40 UTC (rev 286759)
+++ PKGBUILD2017-01-17 07:11:04 UTC (rev 286760)
@@ -3,12 +3,12 @@
 
 pkgname=kirigami
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A QtQuick based components set'
 arch=(i686 x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(qt5-declarative qt5-svg)
+depends=(qt5-quickcontrols qt5-svg)
 makedepends=(extra-cmake-modules qt5-tools plasma-framework)
 
source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 md5sums=('04491f0180ba69cea095e9ed61f76c9f'


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

2017-01-16 Thread Antonio Rojas
Date: Tuesday, January 17, 2017 @ 07:11:37
  Author: arojas
Revision: 286761

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-17 07:11:04 UTC (rev 286760)
+++ extra-i686/PKGBUILD 2017-01-17 07:11:37 UTC (rev 286761)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kirigami
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A QtQuick based components set'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt5-declarative qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools plasma-framework)
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('04491f0180ba69cea095e9ed61f76c9f'
- 'SKIP')
-validpgpkeys=('1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: kirigami/repos/extra-i686/PKGBUILD (from rev 286760, 
kirigami/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-17 07:11:37 UTC (rev 286761)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='A QtQuick based components set'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-quickcontrols qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools plasma-framework)
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('04491f0180ba69cea095e9ed61f76c9f'
+ 'SKIP')
+validpgpkeys=('1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-17 07:11:04 UTC (rev 286760)
+++ extra-x86_64/PKGBUILD   2017-01-17 07:11:37 UTC (rev 286761)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kirigami
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A QtQuick based components set'
-arch=(i686 x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt5-declarative qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools plasma-framework)
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('04491f0180ba69cea095e9ed61f76c9f'
- 'SKIP')
-validpgpkeys=('1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: kirigami/repos/extra-x86_64/PKGBUILD (from rev 286760, 
kirigami/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-17 07:11:37 UTC (rev 286761)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='A QtQuick based components set'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-quickcontrols qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools plasma-framework)
+source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('04491f0180ba69cea095e9ed61f76c9f'
+ 'SKIP')
+validpgpkeys=('1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2017-01-16 Thread Jan Steffens
Date: Tuesday, January 17, 2017 @ 04:28:40
  Author: heftig
Revision: 286759

Go back to 2.40.16

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 03:27:37 UTC (rev 286758)
+++ PKGBUILD2017-01-17 04:28:40 UTC (rev 286759)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.41.0
+pkgver=2.40.16
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -10,8 +10,8 @@
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git cargo)
-_commit=e7aec5151543573c2f18484d4134959e219dc4a4  # tags/2.41.0^0
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git)
+_commit=e68ec17827a7116fc418189d474c5fafa08555b5  # tags/2.40.16^0
 source=("git+https://git.gnome.org/browse/librsvg#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-01-16 Thread Jan Steffens
Date: Tuesday, January 17, 2017 @ 03:27:37
  Author: heftig
Revision: 286758

archrelease: copy trunk to extra-any

Added:
  pyatspi/repos/extra-any/PKGBUILD
(from rev 286757, pyatspi/trunk/PKGBUILD)
Deleted:
  pyatspi/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 03:27:01 UTC (rev 286757)
+++ PKGBUILD2017-01-17 03:27:37 UTC (rev 286758)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=pyatspi
-pkgname=(python-atspi python2-atspi)
-pkgver=2.20.2
-pkgrel=2
-arch=(any)
-url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
-license=('GPL2')
-makedepends=(python-gobject python2-gobject at-spi2-core)
-source=(http://download.gnome.org/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('50e5021cd19f2b12b36ba06635aa4e8c9d980eb988855b352b24f80bddf317da')
-
-build() {
-  mkdir python2 python3
-
-  cd $pkgbase-$pkgver
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-
-  cd ../python2
-  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
-  make
-
-  cd ../python3
-  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
-  make
-}
-
-package_python-atspi() {
-  pkgdesc="Python 3 bindings for at-spi"
-  depends=(python-gobject at-spi2-core)
-
-  cd python3
-  make DESTDIR="$pkgdir" install
-}
-
-package_python2-atspi() {
-  pkgdesc="Python 2 bindings for at-spi"
-  depends=(python2-gobject at-spi2-core)
-  provides=("pyatspi=$pkgver")
-  replaces=(pyatspi)
-  conflicts=(pyatspi)
-
-  cd python2
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyatspi/repos/extra-any/PKGBUILD (from rev 286757, 
pyatspi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 03:27:37 UTC (rev 286758)
@@ -0,0 +1,54 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.20.3
+pkgrel=1
+arch=(any)
+url="https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=(GPL2)
+makedepends=(python-gobject python2-gobject at-spi2-core gnome-common git)
+_commit=7bf7658b96e00e4efa077ed8e9432443ecc5eb0a  # tags/PYATSPI_2_20_3^0
+source=("git+https://git.gnome.org/browse/pyatspi2#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pyatspi2
+  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir python2 python3
+  cd pyatspi2
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd python$1
+  ../pyatspi2/configure --prefix=/usr --with-python=/usr/bin/python$1
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package_python-atspi() {
+  pkgdesc="Python 3 bindings for at-spi"
+  depends=(python-gobject at-spi2-core)
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-atspi() {
+  pkgdesc="Python 2 bindings for at-spi"
+  depends=(python2-gobject at-spi2-core)
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-16 Thread Jan Steffens
Date: Tuesday, January 17, 2017 @ 03:27:01
  Author: heftig
Revision: 286757

2.20.3-1

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 02:37:39 UTC (rev 286756)
+++ PKGBUILD2017-01-17 03:27:01 UTC (rev 286757)
@@ -1,31 +1,38 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Contributor: Ionut Biru 
 
 pkgbase=pyatspi
 pkgname=(python-atspi python2-atspi)
-pkgver=2.20.2
-pkgrel=2
+pkgver=2.20.3
+pkgrel=1
 arch=(any)
-url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
-license=('GPL2')
-makedepends=(python-gobject python2-gobject at-spi2-core)
-source=(http://download.gnome.org/sources/${pkgbase}/${pkgver:0:4}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('50e5021cd19f2b12b36ba06635aa4e8c9d980eb988855b352b24f80bddf317da')
+url="https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=(GPL2)
+makedepends=(python-gobject python2-gobject at-spi2-core gnome-common git)
+_commit=7bf7658b96e00e4efa077ed8e9432443ecc5eb0a  # tags/PYATSPI_2_20_3^0
+source=("git+https://git.gnome.org/browse/pyatspi2#commit=$_commit;)
+sha256sums=('SKIP')
 
-build() {
+pkgver() {
+  cd pyatspi2
+  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
   mkdir python2 python3
+  cd pyatspi2
+  NOCONFIGURE=1 ./autogen.sh
+}
 
-  cd $pkgbase-$pkgver
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-
-  cd ../python2
-  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
+_build() (
+  cd python$1
+  ../pyatspi2/configure --prefix=/usr --with-python=/usr/bin/python$1
   make
+)
 
-  cd ../python3
-  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
-  make
+build() {
+  _build 2
+  _build 3
 }
 
 package_python-atspi() {
@@ -39,9 +46,6 @@
 package_python2-atspi() {
   pkgdesc="Python 2 bindings for at-spi"
   depends=(python2-gobject at-spi2-core)
-  provides=("pyatspi=$pkgver")
-  replaces=(pyatspi)
-  conflicts=(pyatspi)
 
   cd python2
   make DESTDIR="$pkgdir" install


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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:39:22
  Author: felixonmars
Revision: 207659

upgpkg: ibus-table 1.9.15-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 02:37:12 UTC (rev 207658)
+++ PKGBUILD2017-01-17 02:39:22 UTC (rev 207659)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-table
-pkgver=1.9.14
+pkgver=1.9.15
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')


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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:39:42
  Author: felixonmars
Revision: 207660

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 207659, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 207659, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   82 +++
 sgml_fix.patch |   48 
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 02:39:22 UTC (rev 207659)
+++ PKGBUILD2017-01-17 02:39:42 UTC (rev 207660)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: coderoar 
-# Contributor: leemars 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-table
-pkgver=1.9.14
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url="https://github.com/kaio/ibus-table;
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 207659, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 02:39:42 UTC (rev 207660)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: coderoar 
+# Contributor: leemars 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-table
+pkgver=1.9.15
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url="https://github.com/kaio/ibus-table;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=("git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2017-01-17 02:39:22 UTC (rev 207659)
+++ sgml_fix.patch  2017-01-17 02:39:42 UTC (rev 207660)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML} > 
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 207659, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2017-01-17 02:39:42 UTC (rev 207660)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  

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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:37:39
  Author: felixonmars
Revision: 286756

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 286755, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  164 ++---
 1 file changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 02:37:09 UTC (rev 286755)
+++ PKGBUILD2017-01-17 02:37:39 UTC (rev 286756)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=33.1.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
- 'python2-appdirs' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-pip' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py ptr
-)}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 286755, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 02:37:39 UTC (rev 286756)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=33.1.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python-pip' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() { (
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.UTF-8
+
+  # 

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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:37:09
  Author: felixonmars
Revision: 286755

upgpkg: python-setuptools 1:33.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 02:25:00 UTC (rev 286754)
+++ PKGBUILD2017-01-17 02:37:09 UTC (rev 286755)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=33.1.0
+pkgver=33.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:37:12
  Author: felixonmars
Revision: 207658

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-17 02:36:44 UTC (rev 207657)
+++ community-i686/PKGBUILD 2017-01-17 02:37:12 UTC (rev 207658)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.30.0
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
-sha256sums=('bf6c5366d11d2a6038c8e19f01f9b874041793aaf317e0206120e3e8c9c431f6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 207657, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-17 02:37:12 UTC (rev 207658)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.31.0
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
+checkdepends=('cppunit')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
+sha256sums=('7b85619048b23406f241e38a5b1b8b0bc2cae9e80fd117810c2a71ecca813f8c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-17 02:36:44 UTC (rev 207657)
+++ community-x86_64/PKGBUILD   2017-01-17 02:37:12 UTC (rev 207658)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.30.0
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)

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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:36:44
  Author: felixonmars
Revision: 207657

upgpkg: aria2 1.31.0-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:39:13 UTC (rev 207656)
+++ PKGBUILD2017-01-17 02:36:44 UTC (rev 207657)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.30.0
+pkgver=1.31.0
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
 checkdepends=('cppunit')
 
source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
-sha256sums=('bf6c5366d11d2a6038c8e19f01f9b874041793aaf317e0206120e3e8c9c431f6')
+sha256sums=('7b85619048b23406f241e38a5b1b8b0bc2cae9e80fd117810c2a71ecca813f8c')
 
 build() {
   cd $pkgname-$pkgver


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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:25:00
  Author: felixonmars
Revision: 286754

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 286753, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  164 ++---
 1 file changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 02:24:28 UTC (rev 286753)
+++ PKGBUILD2017-01-17 02:25:00 UTC (rev 286754)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=33.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
- 'python2-appdirs' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-pip' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py test
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py test
-)}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 286753, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 02:25:00 UTC (rev 286754)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=33.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python-pip' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() { (
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.UTF-8
+
+  # 

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

2017-01-16 Thread Felix Yan
Date: Tuesday, January 17, 2017 @ 02:24:28
  Author: felixonmars
Revision: 286753

upgpkg: python-setuptools 1:33.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 01:39:31 UTC (rev 286752)
+++ PKGBUILD2017-01-17 02:24:28 UTC (rev 286753)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=33.0.0
+pkgver=33.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -56,10 +56,10 @@
   export PYTHONDONTWRITEBYTECODE=1
 
   cd "$srcdir"/setuptools
-  python setup.py test
+  python setup.py ptr
 
   cd "$srcdir"/setuptools-py2
-  python2 setup.py test
+  python2 setup.py ptr
 )}
  
 package_python-setuptools() {


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

2017-01-16 Thread Jan Steffens
Date: Tuesday, January 17, 2017 @ 01:39:31
  Author: heftig
Revision: 286752

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

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 286751, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-i686/pluginsdir.diff
(from rev 286751, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 286751, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/pluginsdir.diff
(from rev 286751, epiphany/trunk/pluginsdir.diff)
Deleted:
  epiphany/repos/extra-i686/PKGBUILD
  epiphany/repos/extra-i686/pluginsdir.diff
  epiphany/repos/extra-x86_64/PKGBUILD
  epiphany/repos/extra-x86_64/pluginsdir.diff

--+
 /PKGBUILD|  106 +
 /pluginsdir.diff |   56 +
 extra-i686/PKGBUILD  |   53 
 extra-i686/pluginsdir.diff   |   28 --
 extra-x86_64/PKGBUILD|   53 
 extra-x86_64/pluginsdir.diff |   28 --
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-17 01:37:58 UTC (rev 286751)
+++ extra-i686/PKGBUILD 2017-01-17 01:39:31 UTC (rev 286752)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.22.4
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr gnome-desktop)
-makedepends=(intltool itstool docbook-xml startup-notification
- gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
-groups=(gnome)
-_commit=516d6e584bf93569b13657f45c8fc8f2bc56b44f  # tags/3.22.4^0
-source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;
-pluginsdir.diff)
-sha256sums=('SKIP'
-'SKIP'
-'42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../pluginsdir.diff
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/$pkgname
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: epiphany/repos/extra-i686/PKGBUILD (from rev 286751, 
epiphany/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-17 01:39:31 UTC (rev 286752)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.22.5
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop)
+makedepends=(intltool itstool docbook-xml startup-notification
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=e580ac9a6946ce6932c482494d7317415d321721  # tags/3.22.5^0
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;
+pluginsdir.diff)
+sha256sums=('SKIP'
+'SKIP'
+'42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/pluginsdir.diff
===
--- extra-i686/pluginsdir.diff  2017-01-17 01:37:58 UTC (rev 286751)
+++ extra-i686/pluginsdir.diff  2017-01-17 01:39:31 UTC (rev 286752)
@@ -1,28 +0,0 @@
- embed/Makefile.am| 1 +
- embed/ephy-embed-shell.c | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git c/embed/Makefile.am i/embed/Makefile.am
-index 8969e1b59e252c19..7c3225b02c2ec5fb 100644
 c/embed/Makefile.am
-+++ i/embed/Makefile.am
-@@ -65,6 +65,7 @@ libephyembed_la_CPPFLAGS = \
- 

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

2017-01-16 Thread Jan Steffens
Date: Tuesday, January 17, 2017 @ 01:37:58
  Author: heftig
Revision: 286751

3.22.5-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 21:37:31 UTC (rev 286750)
+++ PKGBUILD2017-01-17 01:37:58 UTC (rev 286751)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.22.4
+pkgver=3.22.5
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
@@ -12,7 +12,7 @@
 makedepends=(intltool itstool docbook-xml startup-notification
  gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
 groups=(gnome)
-_commit=516d6e584bf93569b13657f45c8fc8f2bc56b44f  # tags/3.22.4^0
+_commit=e580ac9a6946ce6932c482494d7317415d321721  # tags/3.22.5^0
 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;
 pluginsdir.diff)


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:39:02
  Author: spupykin
Revision: 207655

upgpkg: perl-datetime-locale 1.11-1

upd

Modified:
  perl-datetime-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:38:58 UTC (rev 207654)
+++ PKGBUILD2017-01-16 22:39:02 UTC (rev 207655)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-locale
-pkgver=1.10
+pkgver=1.11
 pkgrel=1
 pkgdesc="Localization support for DateTime.pm "
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl-params-validate' 'perl-list-moreutils')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
-md5sums=('e8203878991aa67bdef14de7e4823d03')
+sha256sums=('e8ac9348d95f78251b4a05fae3dbcb02e83ab67dfbae66512622c96c34ab2bcb')
 
 build() {
   cd  "$srcdir"/DateTime-Locale-$pkgver


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:39:13
  Author: spupykin
Revision: 207656

archrelease: copy trunk to community-any

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

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

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

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


[arch-commits] Commit in perl-datetime-format-strptime/repos/community-any (2 files)

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:38:58
  Author: spupykin
Revision: 207654

archrelease: copy trunk to community-any

Added:
  perl-datetime-format-strptime/repos/community-any/PKGBUILD
(from rev 207653, perl-datetime-format-strptime/trunk/PKGBUILD)
Deleted:
  perl-datetime-format-strptime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:38:44 UTC (rev 207653)
+++ PKGBUILD2017-01-16 22:38:58 UTC (rev 207654)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Caleb Cushing 
-
-pkgname=perl-datetime-format-strptime
-pkgver=1.68
-pkgrel=1
-pkgdesc="Parse and Format DateTimes using Strptime"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-datetime>=0.72' 'perl-datetime-locale>=0.45'
-'perl-datetime-timezone>=0.79' 'perl-params-validate>=0.64')
-url="http://search.cpan.org/dist/DateTime-Format-Strptime;
-source=("http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz;)
-md5sums=('50dcc1ff5346848fe1ec928bda07fe44')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1
-  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-datetime-format-strptime/repos/community-any/PKGBUILD (from rev 
207653, perl-datetime-format-strptime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:38:58 UTC (rev 207654)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-datetime-format-strptime
+pkgver=1.70
+pkgrel=1
+pkgdesc="Parse and Format DateTimes using Strptime"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-datetime>=0.72' 'perl-datetime-locale>=0.45'
+'perl-datetime-timezone>=0.79' 'perl-params-validate>=0.64')
+url="http://search.cpan.org/dist/DateTime-Format-Strptime;
+source=("http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz;)
+sha256sums=('ceead46b714c6baea3250b987078771f1ffbe217b501d6fc91ff3c5f2afbbc67')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1
+  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:38:44
  Author: spupykin
Revision: 207653

upgpkg: perl-datetime-format-strptime 1.70-1

upd

Modified:
  perl-datetime-format-strptime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:34:40 UTC (rev 207652)
+++ PKGBUILD2017-01-16 22:38:44 UTC (rev 207653)
@@ -3,7 +3,7 @@
 # Contributor: Caleb Cushing 
 
 pkgname=perl-datetime-format-strptime
-pkgver=1.68
+pkgver=1.70
 pkgrel=1
 pkgdesc="Parse and Format DateTimes using Strptime"
 arch=('any')
@@ -13,7 +13,7 @@
 'perl-datetime-timezone>=0.79' 'perl-params-validate>=0.64')
 url="http://search.cpan.org/dist/DateTime-Format-Strptime;
 
source=("http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz;)
-md5sums=('50dcc1ff5346848fe1ec928bda07fe44')
+sha256sums=('ceead46b714c6baea3250b987078771f1ffbe217b501d6fc91ff3c5f2afbbc67')
 
 build() {
   export PERL_MM_USE_DEFAULT=1


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:34:13
  Author: spupykin
Revision: 207651

upgpkg: unrealircd 4.0.10-1

upd

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:34:09 UTC (rev 207650)
+++ PKGBUILD2017-01-16 22:34:13 UTC (rev 207651)
@@ -3,7 +3,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=4.0.9
+pkgver=4.0.10
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
unrealircd.service
unrealircd.tmpfiles.d
install.pl)
-sha256sums=('fd089e028ccf8aed2164dd0e61f75a915a2dc16db26b46138681859915320922'
+sha256sums=('69ec154750212fd021cfe89dff65dfc0a73848d5962d4e641b0d48e90ac926d7'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '2b2efb4b87b5b270e87fc0187ac1c559d41a41e6c81615182dc2bdd18bfcaccd'
 '43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:34:40
  Author: spupykin
Revision: 207652

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 207651, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/install.pl
(from rev 207651, unrealircd/trunk/install.pl)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 207651, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 207651, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 207651, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 207651, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 207651, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 207651, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 207651, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 207651, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/install.pl
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  136 +++
 /install.pl|   10 ++
 /unrealircd.install|   24 +
 /unrealircd.service|   24 +
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   68 ---
 community-i686/install.pl  |5 -
 community-i686/unrealircd.install  |   12 --
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/install.pl|5 -
 community-x86_64/unrealircd.install|   12 --
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 22:34:13 UTC (rev 207651)
+++ community-i686/PKGBUILD 2017-01-16 22:34:40 UTC (rev 207652)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.0.9
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   install.pl)
-sha256sums=('fd089e028ccf8aed2164dd0e61f75a915a2dc16db26b46138681859915320922'
-'0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
-'2b2efb4b87b5b270e87fc0187ac1c559d41a41e6c81615182dc2bdd18bfcaccd'
-'43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')
-
-prepare() {
-  cd "$srcdir"/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd "$srcdir"/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd "$srcdir"/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL="$srcdir"/install.pl install
-  mv "$pkgdir"/usr/unrealircd "$pkgdir"/etc/unrealircd/unrealircd
-  cp "$pkgdir"/etc/unrealircd/examples/example.conf 
"$pkgdir"/etc/unrealircd/unrealircd.conf
-  rm -rf "$pkgdir"/tmp
-
-  install -Dm0644 

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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:34:09
  Author: spupykin
Revision: 207650

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 207649, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 207649, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 207649, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 207649, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 207649, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 207649, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  122 +++
 /rsyslog.conf  |   88 +
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   61 -
 community-i686/rsyslog.conf|   44 
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   61 -
 community-x86_64/rsyslog.conf  |   44 
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 22:33:48 UTC (rev 207649)
+++ community-i686/PKGBUILD 2017-01-16 22:34:09 UTC (rev 207650)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=8.23.0
-pkgrel=1
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-sha256sums=('244e79552d37a5729f3f53786062828adc16fd080eeb0de6507bff55ed21693b'
-'0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
-'5fd51665ab9a81fbb24773068cb261b8dec073d74082c121633f49b9381d9a3f')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --enable-impstats \
-  --enable-imptcp \
-  --enable-omprog \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make install DESTDIR="$pkgdir"
-  install -D -m644 "$srcdir"/${pkgname}.conf "$pkgdir"/etc/${pkgname}.conf
-  install -D -m644 "$srcdir"/${pkgname}.logrotate 
"$pkgdir"/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 207649, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 22:34:09 UTC (rev 207650)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.24.0
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')

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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:18
  Author: spupykin
Revision: 207645

upgpkg: perl-www-mechanize 1.83-1

upd

Modified:
  perl-www-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:33:15 UTC (rev 207644)
+++ PKGBUILD2017-01-16 22:33:18 UTC (rev 207645)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-www-mechanize
-pkgver=1.75
+pkgver=1.83
 pkgrel=1
 pkgdesc="Automates web page form & link interaction"
 arch=(any)
@@ -12,8 +12,8 @@
 depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/WWW-Mechanize-$pkgver.tar.gz)
-md5sums=('9a4b9c8827f519908ef0a0d2b8ae96fa')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
+sha256sums=('4b5fe979e0d00418ba92efe40725f2ad22333ef311ca0ec98363409c870e8ce5')
 
 build() {
   cd  "$srcdir"/WWW-Mechanize-$pkgver


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:33
  Author: spupykin
Revision: 207647

upgpkg: perl-xml-xpath 1.40-1

upd

Modified:
  perl-xml-xpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:33:29 UTC (rev 207646)
+++ PKGBUILD2017-01-16 22:33:33 UTC (rev 207647)
@@ -2,7 +2,7 @@
 #Maintainer:
 
 pkgname=perl-xml-xpath
-pkgver=1.37
+pkgver=1.40
 pkgrel=1
 pkgdesc="A set of modules for parsing and evaluating XPath statements"
 arch=('any')
@@ -11,9 +11,7 @@
 depends=('perl' 'perl-xml-parser')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz;)
-sha1sums=('72a8e7a71f5d0b46e004adfbc5c5dbf59affd03c')
-sha1sums=('0d5d33450e3e3b422371eef3828919c34c7cc1cf')
-sha1sums=('8cedbb3073e064f6c827697aad5539f26147a4f5')
+sha1sums=('a373c9d071a6c675c77320a905053baa5e7a99ff')
 
 build() {
   cd "${srcdir}/XML-XPath-${pkgver}"


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:44
  Author: spupykin
Revision: 207648

archrelease: copy trunk to community-any

Added:
  perl-xml-xpath/repos/community-any/PKGBUILD
(from rev 207647, perl-xml-xpath/trunk/PKGBUILD)
Deleted:
  perl-xml-xpath/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:33:33 UTC (rev 207647)
+++ PKGBUILD2017-01-16 22:33:44 UTC (rev 207648)
@@ -1,32 +0,0 @@
-# $Id$
-#Maintainer:
-
-pkgname=perl-xml-xpath
-pkgver=1.37
-pkgrel=1
-pkgdesc="A set of modules for parsing and evaluating XPath statements"
-arch=('any')
-url="https://metacpan.org/release/XML-XPath;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-xml-parser')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz;)
-sha1sums=('72a8e7a71f5d0b46e004adfbc5c5dbf59affd03c')
-sha1sums=('0d5d33450e3e3b422371eef3828919c34c7cc1cf')
-sha1sums=('8cedbb3073e064f6c827697aad5539f26147a4f5')
-
-build() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-#  make test
-}
-
-package() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-xml-xpath/repos/community-any/PKGBUILD (from rev 207647, 
perl-xml-xpath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:33:44 UTC (rev 207648)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.40
+pkgrel=1
+pkgdesc="A set of modules for parsing and evaluating XPath statements"
+arch=('any')
+url="https://metacpan.org/release/XML-XPath;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-parser')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz;)
+sha1sums=('a373c9d071a6c675c77320a905053baa5e7a99ff')
+
+build() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+#  make test
+}
+
+package() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:48
  Author: spupykin
Revision: 207649

upgpkg: rsyslog 8.24.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:33:44 UTC (rev 207648)
+++ PKGBUILD2017-01-16 22:33:48 UTC (rev 207649)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=rsyslog
-pkgver=8.23.0
+pkgver=8.24.0
 pkgrel=1
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-sha256sums=('244e79552d37a5729f3f53786062828adc16fd080eeb0de6507bff55ed21693b'
+sha256sums=('37f32ce33e32a88e1bea0511e8e557d90b7378b81520e3236a9af5ba6ea993d7'
 '0f5bea3fd4dff2c9f097bf95768b2e1f6e9cfd9a08eab98bc3b3b4d2ed44119a'
 '5fd51665ab9a81fbb24773068cb261b8dec073d74082c121633f49b9381d9a3f')
 


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:29
  Author: spupykin
Revision: 207646

archrelease: copy trunk to community-any

Added:
  perl-www-mechanize/repos/community-any/PKGBUILD
(from rev 207645, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
  perl-www-mechanize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:33:18 UTC (rev 207645)
+++ PKGBUILD2017-01-16 22:33:29 UTC (rev 207646)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-www-mechanize
-pkgver=1.75
-pkgrel=1
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="http://search.cpan.org/dist/WWW-Mechanize;
-license=('GPL' 'PerlArtistic')
-depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
-'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/WWW-Mechanize-$pkgver.tar.gz)
-md5sums=('9a4b9c8827f519908ef0a0d2b8ae96fa')
-
-build() {
-  cd  $srcdir/WWW-Mechanize-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/WWW-Mechanize-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-www-mechanize/repos/community-any/PKGBUILD (from rev 207645, 
perl-www-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:33:29 UTC (rev 207646)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-www-mechanize
+pkgver=1.83
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="http://search.cpan.org/dist/WWW-Mechanize;
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
+'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
+sha256sums=('4b5fe979e0d00418ba92efe40725f2ad22333ef311ca0ec98363409c870e8ce5')
+
+build() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-datetime-timezone/repos/community-any (4 files)

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:00
  Author: spupykin
Revision: 207642

archrelease: copy trunk to community-any

Added:
  perl-datetime-timezone/repos/community-any/ChangeLog
(from rev 207641, perl-datetime-timezone/trunk/ChangeLog)
  perl-datetime-timezone/repos/community-any/PKGBUILD
(from rev 207641, perl-datetime-timezone/trunk/PKGBUILD)
Deleted:
  perl-datetime-timezone/repos/community-any/ChangeLog
  perl-datetime-timezone/repos/community-any/PKGBUILD

---+
 ChangeLog |   10 +-
 PKGBUILD  |   58 +-
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2017-01-16 22:32:51 UTC (rev 207641)
+++ ChangeLog   2017-01-16 22:33:00 UTC (rev 207642)
@@ -1,5 +0,0 @@
-
-2008-01-05  Douglas Soares de Andrade  
-
-   * Updated for x86_64
-

Copied: perl-datetime-timezone/repos/community-any/ChangeLog (from rev 207641, 
perl-datetime-timezone/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2017-01-16 22:33:00 UTC (rev 207642)
@@ -0,0 +1,5 @@
+
+2008-01-05  Douglas Soares de Andrade  
+
+   * Updated for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:32:51 UTC (rev 207641)
+++ PKGBUILD2017-01-16 22:33:00 UTC (rev 207642)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime-timezone
-pkgver=2.05
-pkgrel=1
-pkgdesc="Time zone object base class and factory "
-arch=(any)
-url="http://search.cpan.org/dist/DateTime-TimeZone;
-license=('GPL' 'PerlArtistic')
-depends=('perl-class-singleton>=1.03' 'perl-params-validate>=0.72' 
'perl-class-load'
-'perl-list-allutils')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-md5sums=('c48de9112613c16fd280c23d32706d10')
-
-build() {
-  cd  $srcdir/DateTime-TimeZone-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DateTime-TimeZone-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-timezone/repos/community-any/PKGBUILD (from rev 207641, 
perl-datetime-timezone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:33:00 UTC (rev 207642)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime-timezone
+pkgver=2.09
+pkgrel=1
+pkgdesc="Time zone object base class and factory "
+arch=(any)
+url="http://search.cpan.org/dist/DateTime-TimeZone;
+license=('GPL' 'PerlArtistic')
+depends=('perl-class-singleton>=1.03' 'perl-params-validate>=0.72' 
'perl-class-load'
+'perl-list-allutils')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
+sha256sums=('b694761873ce904f17d6edf957c74bd25d0b7b3cf6745f95bcabf85279c1f0b2')
+
+build() {
+  cd  "$srcdir"/DateTime-TimeZone-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DateTime-TimeZone-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:15
  Author: spupykin
Revision: 207644

archrelease: copy trunk to community-any

Added:
  perl-image-info/repos/community-any/PKGBUILD
(from rev 207643, perl-image-info/trunk/PKGBUILD)
Deleted:
  perl-image-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:33:04 UTC (rev 207643)
+++ PKGBUILD2017-01-16 22:33:15 UTC (rev 207644)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Caleb Cushing 
-
-pkgname=perl-image-info
-pkgver=1.38
-pkgrel=1
-pkgdesc="Extract meta information from image files"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Image-Info'
-source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-md5sums=('0fa4db4bdf14b6f453655bafa62d766a')
-
-build() {
-  cd ${srcdir}/Image-Info-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/Image-Info-$pkgver
-  make DESTDIR="${pkgdir}/" install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-image-info/repos/community-any/PKGBUILD (from rev 207643, 
perl-image-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:33:15 UTC (rev 207644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-image-info
+pkgver=1.39
+pkgrel=1
+pkgdesc="Extract meta information from image files"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Image-Info'
+source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
+sha256sums=('af155264667a2c22e3e2225195b8f6589329f9567e1789b7ce439ee21178713d')
+
+build() {
+  cd "$srcdir"/Image-Info-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/Image-Info-$pkgver
+  make DESTDIR="${pkgdir}/" install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:33:04
  Author: spupykin
Revision: 207643

upgpkg: perl-image-info 1.39-1

upd

Modified:
  perl-image-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:33:00 UTC (rev 207642)
+++ PKGBUILD2017-01-16 22:33:04 UTC (rev 207643)
@@ -3,7 +3,7 @@
 # Contributor: Caleb Cushing 
 
 pkgname=perl-image-info
-pkgver=1.38
+pkgver=1.39
 pkgrel=1
 pkgdesc="Extract meta information from image files"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 url='http://search.cpan.org/dist/Image-Info'
 
source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-md5sums=('0fa4db4bdf14b6f453655bafa62d766a')
+sha256sums=('af155264667a2c22e3e2225195b8f6589329f9567e1789b7ce439ee21178713d')
 
 build() {
   cd "$srcdir"/Image-Info-$pkgver


[arch-commits] Commit in perl-cpan-perl-releases/repos/community-any (2 files)

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:10
  Author: spupykin
Revision: 207636

archrelease: copy trunk to community-any

Added:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD
(from rev 207635, perl-cpan-perl-releases/trunk/PKGBUILD)
Deleted:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:32:00 UTC (rev 207635)
+++ PKGBUILD2017-01-16 22:32:10 UTC (rev 207636)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-cpan-perl-releases
-pkgver=2.88
-pkgrel=1
-pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=('any')
-url="https://metacpan.org/release/CPAN-Perl-Releases;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('890ab9c5af681aa62c8989e13133c724')
-
-build() {
-  cd CPAN-Perl-Releases-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Perl-Releases-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Perl-Releases-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-cpan-perl-releases/repos/community-any/PKGBUILD (from rev 207635, 
perl-cpan-perl-releases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:32:10 UTC (rev 207636)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-cpan-perl-releases
+pkgver=3.06
+pkgrel=1
+pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
+arch=('any')
+url="https://metacpan.org/release/CPAN-Perl-Releases;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
+sha256sums=('0094662066d6437bca88d1f14571800075e513fdc31742094bab092f2db05e74')
+
+build() {
+  cd CPAN-Perl-Releases-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Perl-Releases-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Perl-Releases-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:47
  Author: spupykin
Revision: 207640

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:32:36 UTC (rev 207639)
+++ PKGBUILD2017-01-16 22:32:47 UTC (rev 207640)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime-set
-pkgver=0.3600
-pkgrel=1
-pkgdesc="Datetime sets and set math"
-arch=(any)
-url="http://search.cpan.org/dist/DateTime-Set;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-set-infinite>=0.59' 'perl-datetime>=0.12')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-$pkgver.tar.gz)
-md5sums=('8e98f70dc648bba7e9d91dd0e8d36b76')
-
-build() {
-  cd  $srcdir/DateTime-Set-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DateTime-Set-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-set/repos/community-any/PKGBUILD (from rev 207639, 
perl-datetime-set/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:32:47 UTC (rev 207640)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime-set
+pkgver=0.3900
+pkgrel=1
+pkgdesc="Datetime sets and set math"
+arch=(any)
+url="http://search.cpan.org/dist/DateTime-Set;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-set-infinite>=0.59' 'perl-datetime>=0.12')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-$pkgver.tar.gz)
+sha256sums=('94f41c3924aafde4ef7fa6b58e0595d4038d8ac5ffd62ba111b13c5f4dbc0946')
+
+build() {
+  cd  "$srcdir"/DateTime-Set-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DateTime-Set-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:15
  Author: spupykin
Revision: 207637

upgpkg: perl-datetime 1.42-1

upd

Modified:
  perl-datetime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:32:10 UTC (rev 207636)
+++ PKGBUILD2017-01-16 22:32:15 UTC (rev 207637)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime
-pkgver=1.39
-pkgrel=2
+pkgver=1.42
+pkgrel=1
 pkgdesc="A complete, easy to use date and time object"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/DateTime;
@@ -18,7 +18,7 @@
 provides=("perl-datetime=`printf %.4f $pkgver`")
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
 
 build() {
   cd  "$srcdir"/DateTime-$pkgver


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:32
  Author: spupykin
Revision: 207638

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

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 207637, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 207637, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/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 2017-01-16 22:32:15 UTC (rev 207637)
+++ community-i686/PKGBUILD 2017-01-16 22:32:32 UTC (rev 207638)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round'
-'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
-'perl-params-validationcompiler')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# 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-datetime/repos/community-i686/PKGBUILD (from rev 207637, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 22:32:32 UTC (rev 207638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=1
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# 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: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-16 22:32:15 UTC (rev 207637)
+++ community-x86_64/PKGBUILD   2017-01-16 22:32:32 UTC (rev 207638)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round'
-'perl-namespace-autoclean' 'perl-specio' 

[arch-commits] Commit in perl-b-hooks-endofscope/repos/community-any (2 files)

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:31:56
  Author: spupykin
Revision: 207634

archrelease: copy trunk to community-any

Added:
  perl-b-hooks-endofscope/repos/community-any/PKGBUILD
(from rev 207633, perl-b-hooks-endofscope/trunk/PKGBUILD)
Deleted:
  perl-b-hooks-endofscope/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 22:31:45 UTC (rev 207633)
+++ PKGBUILD2017-01-16 22:31:56 UTC (rev 207634)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Maxwell Pray a.k.a. Synthead 
-# Contributor: aurp...@juster.us
-
-pkgname="perl-b-hooks-endofscope"
-_cpanname="B-Hooks-EndOfScope"
-pkgver=0.15
-pkgrel=2
-pkgdesc="Execute code after a scope finished compilation"
-arch=("any")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl-module-implementation"
-"perl-module-runtime"
-"perl-sub-exporter"
-"perl-sub-exporter-progressive"
-"perl-try-tiny"
-"perl-variable-magic>=0.34"
-"perl>=5.5.0")
-url="http://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/;
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz;)
-md5sums=('61dd64e3a05ffb06fee9bee3211d16b8')
-
-build() {
-   cd $srcdir/B-Hooks-EndOfScope-$pkgver
-   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-   make
-}
-
-check() {
-   cd $srcdir/B-Hooks-EndOfScope-$pkgver
-   make test
-}
-
-package() {
-   cd $srcdir/B-Hooks-EndOfScope-$pkgver
-   make install DESTDIR=$pkgdir
-   # Remove "perllocal.pod" and ".packlist".
-   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-b-hooks-endofscope/repos/community-any/PKGBUILD (from rev 207633, 
perl-b-hooks-endofscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 22:31:56 UTC (rev 207634)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Maxwell Pray a.k.a. Synthead 
+# Contributor: aurp...@juster.us
+
+pkgname="perl-b-hooks-endofscope"
+_cpanname="B-Hooks-EndOfScope"
+pkgver=0.21
+pkgrel=1
+pkgdesc="Execute code after a scope finished compilation"
+arch=("any")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl-module-implementation"
+"perl-module-runtime"
+"perl-sub-exporter"
+"perl-sub-exporter-progressive"
+"perl-try-tiny"
+"perl-variable-magic>=0.34"
+"perl>=5.5.0")
+url="http://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/;
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz;)
+sha256sums=('90f3580880f1d68b843c142cc86f58bead1f3e03634c63868ac9eba5eedae02c')
+
+build() {
+   cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+   make test
+}
+
+package() {
+   cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+   make install DESTDIR="$pkgdir"
+   # Remove "perllocal.pod" and ".packlist".
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:00
  Author: spupykin
Revision: 207635

upgpkg: perl-cpan-perl-releases 3.06-1

upd

Modified:
  perl-cpan-perl-releases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:31:56 UTC (rev 207634)
+++ PKGBUILD2017-01-16 22:32:00 UTC (rev 207635)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-cpan-perl-releases
-pkgver=2.88
+pkgver=3.06
 pkgrel=1
 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('890ab9c5af681aa62c8989e13133c724')
+sha256sums=('0094662066d6437bca88d1f14571800075e513fdc31742094bab092f2db05e74')
 
 build() {
   cd CPAN-Perl-Releases-$pkgver


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:51
  Author: spupykin
Revision: 207641

upgpkg: perl-datetime-timezone 2.09-1

upd

Modified:
  perl-datetime-timezone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:32:47 UTC (rev 207640)
+++ PKGBUILD2017-01-16 22:32:51 UTC (rev 207641)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-timezone
-pkgver=2.05
+pkgver=2.09
 pkgrel=1
 pkgdesc="Time zone object base class and factory "
 arch=(any)
@@ -13,7 +13,7 @@
 'perl-list-allutils')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-md5sums=('c48de9112613c16fd280c23d32706d10')
+sha256sums=('b694761873ce904f17d6edf957c74bd25d0b7b3cf6745f95bcabf85279c1f0b2')
 
 build() {
   cd  "$srcdir"/DateTime-TimeZone-$pkgver


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:36
  Author: spupykin
Revision: 207639

upgpkg: perl-datetime-set 0.3900-1

upd

Modified:
  perl-datetime-set/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:32:32 UTC (rev 207638)
+++ PKGBUILD2017-01-16 22:32:36 UTC (rev 207639)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-set
-pkgver=0.3600
+pkgver=0.3900
 pkgrel=1
 pkgdesc="Datetime sets and set math"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0' 'perl-set-infinite>=0.59' 'perl-datetime>=0.12')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-$pkgver.tar.gz)
-md5sums=('8e98f70dc648bba7e9d91dd0e8d36b76')
+sha256sums=('94f41c3924aafde4ef7fa6b58e0595d4038d8ac5ffd62ba111b13c5f4dbc0946')
 
 build() {
   cd  "$srcdir"/DateTime-Set-$pkgver


[arch-commits] Commit in perl-b-hooks-endofscope/trunk (PKGBUILD)

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:31:45
  Author: spupykin
Revision: 207633

upgpkg: perl-b-hooks-endofscope 0.21-1

upd

Modified:
  perl-b-hooks-endofscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 22:31:40 UTC (rev 207632)
+++ PKGBUILD2017-01-16 22:31:45 UTC (rev 207633)
@@ -5,8 +5,8 @@
 
 pkgname="perl-b-hooks-endofscope"
 _cpanname="B-Hooks-EndOfScope"
-pkgver=0.15
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 pkgdesc="Execute code after a scope finished compilation"
 arch=("any")
 license=("PerlArtistic" "GPL")
@@ -20,7 +20,7 @@
 "perl>=5.5.0")
 url="http://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/;
 
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz;)
-md5sums=('61dd64e3a05ffb06fee9bee3211d16b8')
+sha256sums=('90f3580880f1d68b843c142cc86f58bead1f3e03634c63868ac9eba5eedae02c')
 
 build() {
cd "$srcdir"/B-Hooks-EndOfScope-$pkgver


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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:31:40
  Author: spupykin
Revision: 207632

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 22:31:20 UTC (rev 207631)
+++ community-i686/PKGBUILD 2017-01-16 22:31:40 UTC (rev 207632)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.44.4
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(i686 x86_64)
-license=(GPL2)
-url=https://l3net.wordpress.com/projects/firejail/
-backup=(etc/firejail/login.users)
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # fix build
-   export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: firejail/repos/community-i686/PKGBUILD (from rev 207631, 
firejail/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 22:31:40 UTC (rev 207632)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.44.6
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)
+url=https://l3net.wordpress.com/projects/firejail/
+backup=(etc/firejail/login.users)
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
+source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('6f7b1c3e497d90a5ed21465991727a8099af3839b8642cc17c0664962cd55787'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # fix build
+   export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-16 22:31:20 UTC (rev 207631)
+++ community-x86_64/PKGBUILD   2017-01-16 22:31:40 UTC (rev 207632)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.44.4
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(i686 x86_64)
-license=(GPL2)
-url=https://l3net.wordpress.com/projects/firejail/
-backup=(etc/firejail/login.users)
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # fix build
-   export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 207631, 
firejail/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-16 22:31:40 UTC (rev 207632)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.44.6
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(i686 x86_64)
+license=(GPL2)

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

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:31:20
  Author: spupykin
Revision: 207631

upgpkg: firejail 0.9.44.6-1

upd

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 20:28:10 UTC (rev 207630)
+++ PKGBUILD2017-01-16 22:31:20 UTC (rev 207631)
@@ -3,7 +3,7 @@
 # Maintainer: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
-pkgver=0.9.44.4
+pkgver=0.9.44.6
 pkgrel=1
 pkgdesc="Linux namespaces sandbox program"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
 
#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
 
source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f'
+sha256sums=('6f7b1c3e497d90a5ed21465991727a8099af3839b8642cc17c0664962cd55787'
 'SKIP')
 
 build() {


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

2017-01-16 Thread Antonio Rojas
Date: Monday, January 16, 2017 @ 21:37:31
  Author: arojas
Revision: 286750

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

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

---+
 /PKGBUILD |  108 
 extra-i686/PKGBUILD   |   48 -
 extra-x86_64/PKGBUILD |   48 -
 3 files changed, 108 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-16 21:36:39 UTC (rev 286749)
+++ extra-i686/PKGBUILD 2017-01-16 21:37:31 UTC (rev 286750)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="http://www.kdenlive.org/;
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff knotifyconfig kded kfilemetadata qt5-webkit mlt glu 
sdl_image hicolor-icon-theme qt5-quickcontrols)
-makedepends=(extra-cmake-modules kdoctools v4l-utils python)
-optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrkit: for creation of DVD ISO images'
-'dvdauthor: for creation of DVD'
-'dvgrab: for firewire capture'
-'libdv: for webcam capture (if FFmpeg is not installed)'
-'recordmydesktop: for screen capture'
-'xine-ui: for DVD preview'
-'plasma-desktop: theme configuration')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
-md5sums=('3c906a40f0c5649f4b1b68f4693352dc'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdenlive/repos/extra-i686/PKGBUILD (from rev 286749, 
kdenlive/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-16 21:37:31 UTC (rev 286750)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=16.12.1
+pkgrel=2
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="http://www.kdenlive.org/;
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff knotifyconfig kded kfilemetadata qt5-webkit mlt glu 
sdl_image hicolor-icon-theme qt5-quickcontrols)
+makedepends=(extra-cmake-modules kdoctools v4l-utils python)
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrkit: for creation of DVD ISO images'
+'dvdauthor: for creation of DVD'
+'dvgrab: for firewire capture'
+'libdv: for webcam capture (if FFmpeg is not installed)'
+'recordmydesktop: for screen capture'
+'xine-ui: for DVD preview'
+'plasma-desktop: theme configuration')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig}
+
kdebug-375094.patch::"https://cgit.kde.org/kdenlive.git/patch/?id=8a20fca8;)
+md5sums=('3c906a40f0c5649f4b1b68f4693352dc'
+ 'SKIP'
+ 'f8a7398628108c736df294a6ed446c6a')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix crash on NVIDIA 
+  patch -p1 -i ../kdebug-375094.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-16 21:36:39 UTC (rev 286749)
+++ extra-x86_64/PKGBUILD   2017-01-16 21:37:31 UTC (rev 286750)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# 

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

2017-01-16 Thread Antonio Rojas
Date: Monday, January 16, 2017 @ 21:36:39
  Author: arojas
Revision: 286749

Fix crash on NVIDIA (FS#52536)

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 19:52:38 UTC (rev 286748)
+++ PKGBUILD2017-01-16 21:36:39 UTC (rev 286749)
@@ -7,7 +7,7 @@
 
 pkgname=kdenlive
 pkgver=16.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
 url="http://www.kdenlive.org/;
@@ -23,13 +23,19 @@
 'recordmydesktop: for screen capture'
 'xine-ui: for DVD preview'
 'plasma-desktop: theme configuration')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig}
+
kdebug-375094.patch::"https://cgit.kde.org/kdenlive.git/patch/?id=8a20fca8;)
 md5sums=('3c906a40f0c5649f4b1b68f4693352dc'
- 'SKIP')
+ 'SKIP'
+ 'f8a7398628108c736df294a6ed446c6a')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
-prepare(){
+prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix crash on NVIDIA 
+  patch -p1 -i ../kdebug-375094.patch
 }
 
 build() {


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

2017-01-16 Thread Jelle van der Waa
Date: Monday, January 16, 2017 @ 20:28:10
  Author: jelle
Revision: 207630

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 20:27:56 UTC (rev 207629)
+++ community-i686/PKGBUILD 2017-01-16 20:28:10 UTC (rev 207630)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.76.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('680ff5183638cc4fb2addb19ea5394891b097d5cb508eb6725a43e630d2ad5f5'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 207629, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 20:28:10 UTC (rev 207630)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.77.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 

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

2017-01-16 Thread Jelle van der Waa
Date: Monday, January 16, 2017 @ 20:27:56
  Author: jelle
Revision: 207629

upgpkg: calibre 2.77.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 20:24:46 UTC (rev 207628)
+++ PKGBUILD2017-01-16 20:27:56 UTC (rev 207629)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.76.0
+pkgver=2.77.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('680ff5183638cc4fb2addb19ea5394891b097d5cb508eb6725a43e630d2ad5f5'
+sha256sums=('575d1f197d5df95258ac6de3b2b7f6f8706e38d0044dbb4ae791653d229b69c0'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-01-16 Thread Jelle van der Waa
Date: Monday, January 16, 2017 @ 20:24:46
  Author: jelle
Revision: 207628

archrelease: copy trunk to community-any

Added:
  python-decorator/repos/community-any/LICENSE.txt
(from rev 207627, python-decorator/trunk/LICENSE.txt)
  python-decorator/repos/community-any/PKGBUILD
(from rev 207627, python-decorator/trunk/PKGBUILD)
Deleted:
  python-decorator/repos/community-any/LICENSE.txt
  python-decorator/repos/community-any/PKGBUILD

-+
 LICENSE.txt |   52 -
 PKGBUILD|  118 +-
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2017-01-16 20:24:31 UTC (rev 207627)
+++ LICENSE.txt 2017-01-16 20:24:46 UTC (rev 207628)
@@ -1,26 +0,0 @@
-Copyright (c) 2007, Michele Simionato
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-  Redistributions of source code must retain the above copyright 
-  notice, this list of conditions and the following disclaimer.
-  Redistributions in bytecode form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in
-  the documentation and/or other materials provided with the
-  distribution. 
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-  DAMAGE.

Copied: python-decorator/repos/community-any/LICENSE.txt (from rev 207627, 
python-decorator/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2017-01-16 20:24:46 UTC (rev 207628)
@@ -0,0 +1,26 @@
+Copyright (c) 2007, Michele Simionato
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  Redistributions of source code must retain the above copyright 
+  notice, this list of conditions and the following disclaimer.
+  Redistributions in bytecode form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in
+  the documentation and/or other materials provided with the
+  distribution. 
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 20:24:31 UTC (rev 207627)
+++ PKGBUILD2017-01-16 20:24:46 UTC (rev 207628)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Pierre Chapuis 
-
-pkgname=('python-decorator' 'python2-decorator')
-pkgver=4.0.10
-pkgrel=2
-pkgdesc='Python Decorator module'
-arch=('any')
-url='http://pypi.python.org/pypi/decorator'
-license=('BSD')
-makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/13/8a/4eed41e338e8dcc13ca41c94b142d4d20c0de684ee5065523fee406ce76f/decorator-4.0.10.tar.gz;
-'LICENSE.txt')
-md5sums=('434b57fdc3230c500716c5aff8896100'
- '0ca76d2c707f09dbb04acc425ea1a08b')
-
-build() {
-  # Make python and python2 builds possible
-  cp -r decorator-$pkgver decorator2-$pkgver
-
-  cd "$srcdir/decorator-$pkgver"
-
-  python3 setup.py build
-
-  cd "$srcdir/decorator2-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python2-decorator() {
-depends=('python2')

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

2017-01-16 Thread Jelle van der Waa
Date: Monday, January 16, 2017 @ 20:24:31
  Author: jelle
Revision: 207627

upgpkg: python-decorator 4.0.11-1

Modified:
  python-decorator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 19:45:21 UTC (rev 207626)
+++ PKGBUILD2017-01-16 20:24:31 UTC (rev 207627)
@@ -3,16 +3,16 @@
 # Contributor: Pierre Chapuis 
 
 pkgname=('python-decorator' 'python2-decorator')
-pkgver=4.0.10
-pkgrel=2
+pkgver=4.0.11
+pkgrel=1
 pkgdesc='Python Decorator module'
 arch=('any')
 url='http://pypi.python.org/pypi/decorator'
 license=('BSD')
 makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/13/8a/4eed41e338e8dcc13ca41c94b142d4d20c0de684ee5065523fee406ce76f/decorator-4.0.10.tar.gz;
+source=('https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570/decorator-4.0.11.tar.gz'
 'LICENSE.txt')
-md5sums=('434b57fdc3230c500716c5aff8896100'
+md5sums=('73644c8f0bd4983d1b6a34b49adec0ae'
  '0ca76d2c707f09dbb04acc425ea1a08b')
 
 build() {


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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:52:38
  Author: heftig
Revision: 286748

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 286747, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf-query-loaders.hook
(from rev 286747, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 286747, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 286747, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
(from rev 286747, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 286747, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

+
 /PKGBUILD  |  114 +++
 /gdk-pixbuf-query-loaders.hook |   22 +
 /gdk-pixbuf2.install   |6 +
 extra-i686/PKGBUILD|   57 -
 extra-i686/gdk-pixbuf-query-loaders.hook   |   11 --
 extra-i686/gdk-pixbuf2.install |3 
 extra-x86_64/PKGBUILD  |   57 -
 extra-x86_64/gdk-pixbuf-query-loaders.hook |   11 --
 extra-x86_64/gdk-pixbuf2.install   |3 
 9 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-16 19:51:43 UTC (rev 286747)
+++ extra-i686/PKGBUILD 2017-01-16 19:52:38 UTC (rev 286748)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.36.3
-pkgrel=2
-pkgdesc="An image loading library"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Projects/GdkPixbuf;
-license=(LGPL2.1)
-depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
-makedepends=(gtk-doc gobject-introspection git docbook-utils)
-install=gdk-pixbuf2.install
-_commit=9e87fc089b90a52fd1c2a26769c94dcd843f6a29  # tags/2.36.3^0
-source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
-gdk-pixbuf-query-loaders.hook)
-sha256sums=('SKIP'
-'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gdk-pixbuf
-
-  # Jasper sometimes runs into this limit
-  sed -i 's/ifdef HAVE_SETRLIMIT/if 0/' tests/pixbuf-randomly-modified.c
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gdk-pixbuf
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png \
---enable-gtk-doc \
---enable-man
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd gdk-pixbuf
-  make check
-}
-
-package() {
-  cd gdk-pixbuf
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gdk-pixbuf-query-loaders.hook 
"$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
-}
-
-# vim:set et sw=2:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 286747, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-16 19:52:38 UTC (rev 286748)
@@ -0,0 +1,57 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.36.4
+pkgrel=1
+pkgdesc="An image loading library"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/GdkPixbuf;
+license=(LGPL2.1)
+depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
+makedepends=(gtk-doc gobject-introspection git docbook-utils)
+install=gdk-pixbuf2.install
+_commit=4ec19e7e9afb9b84c455b8d81877b50fe2bfae3f  # tags/2.36.4^0
+source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('SKIP'
+'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+pkgver() {
+  cd gdk-pixbuf
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gdk-pixbuf
+
+  # Jasper sometimes runs into this limit
+  sed -i 's/ifdef HAVE_SETRLIMIT/if 0/' tests/pixbuf-randomly-modified.c
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gdk-pixbuf
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png \
+--enable-gtk-doc \
+--enable-man
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd gdk-pixbuf
+  make check
+}
+
+package() {
+  cd gdk-pixbuf
+  

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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:51:43
  Author: heftig
Revision: 286747

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 286746, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 286746, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 286746, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 286746, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 286746, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 286746, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 286746, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 286746, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 286746, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 286746, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 286746, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 286746, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |  210 
 /gtk-query-immodules-3.0.hook |   22 ++
 /gtk-update-icon-cache.hook   |   26 +++
 /gtk-update-icon-cache.script |   20 ++
 /gtk3.install |6 
 /settings.ini |8 +
 extra-i686/PKGBUILD   |  105 --
 extra-i686/gtk-query-immodules-3.0.hook   |   11 -
 extra-i686/gtk-update-icon-cache.hook |   13 -
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/settings.ini   |4 
 extra-x86_64/PKGBUILD |  105 --
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 -
 extra-x86_64/gtk-update-icon-cache.hook   |   13 -
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/settings.ini |4 
 18 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-16 19:48:21 UTC (rev 286746)
+++ extra-i686/PKGBUILD 2017-01-16 19:51:43 UTC (rev 286747)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.6
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa)
-makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups)
-license=(LGPL)
-_commit=92f6bcdca6b600e80fd5eb4d96b94185c75c10e6  # tags/3.22.6^0
-source=("git://git.gnome.org/gtk+#commit=$_commit"
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-cd gtk+
-git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-mkdir print-backends
-cd gtk+
-
-# WTF: Work around an issue building i686 on soyuz
-echo >git.mk
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd gtk+
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
-

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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:48:21
  Author: heftig
Revision: 286746

3.22.7-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 19:47:01 UTC (rev 286745)
+++ PKGBUILD2017-01-16 19:48:21 UTC (rev 286746)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.6
+pkgver=3.22.7
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
  adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa)
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups)
 license=(LGPL)
-_commit=92f6bcdca6b600e80fd5eb4d96b94185c75c10e6  # tags/3.22.6^0
+_commit=a22e80122ede660844742fd7e41f16ef8e070510  # tags/3.22.7^0
 source=("git://git.gnome.org/gtk+#commit=$_commit"
 settings.ini
 gtk-query-immodules-3.0.hook


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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:47:01
  Author: heftig
Revision: 286745

2.36.4-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 19:45:49 UTC (rev 286744)
+++ PKGBUILD2017-01-16 19:47:01 UTC (rev 286745)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=gdk-pixbuf2
-pkgver=2.36.3
-pkgrel=2
+pkgver=2.36.4
+pkgrel=1
 pkgdesc="An image loading library"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/GdkPixbuf;
@@ -11,7 +11,7 @@
 depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
 makedepends=(gtk-doc gobject-introspection git docbook-utils)
 install=gdk-pixbuf2.install
-_commit=9e87fc089b90a52fd1c2a26769c94dcd843f6a29  # tags/2.36.3^0
+_commit=4ec19e7e9afb9b84c455b8d81877b50fe2bfae3f  # tags/2.36.4^0
 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit;
 gdk-pixbuf-query-loaders.hook)
 sha256sums=('SKIP'


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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:45:49
  Author: heftig
Revision: 286744

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 286743, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 286743, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-16 19:37:04 UTC (rev 286743)
+++ extra-i686/PKGBUILD 2017-01-16 19:45:49 UTC (rev 286744)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.22.3
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool gnome-common git)
-options=(!emptydirs)
-_commit=f757be17382c55cc4039cbc71fbd974600101d14  # tags/EVOLUTION_EWS_3_22_3^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 286743, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-16 19:45:49 UTC (rev 286744)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.22.4
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool gnome-common git)
+options=(!emptydirs)
+_commit=238108c5b0209548a70b5dc208dd10a146837748  # tags/EVOLUTION_EWS_3_22_4^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-16 19:37:04 UTC (rev 286743)
+++ extra-x86_64/PKGBUILD   2017-01-16 19:45:49 UTC (rev 286744)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.22.3
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool gnome-common git)
-options=(!emptydirs)
-_commit=f757be17382c55cc4039cbc71fbd974600101d14  # tags/EVOLUTION_EWS_3_22_3^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' 

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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:45:21
  Author: heftig
Revision: 207626

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

Added:
  gnome-software/repos/community-i686/PKGBUILD
(from rev 207625, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-x86_64/PKGBUILD
(from rev 207625, gnome-software/trunk/PKGBUILD)
Deleted:
  gnome-software/repos/community-i686/PKGBUILD
  gnome-software/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 19:36:50 UTC (rev 207625)
+++ community-i686/PKGBUILD 2017-01-16 19:45:21 UTC (rev 207626)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgname=gnome-software
-pkgver=3.22.4
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-arch=(i686 x86_64)
-license=(GPL2)
-url="https://wiki.gnome.org/Apps/Software/;
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
flatpak
- packagekit archlinux-appstream-data gtkspell3 libgudev)
-makedepends=(intltool python docbook-xsl gnome-common git)
-_commit=e4adab70e9c5a3ff9db4d9c6fa34b920c2b3e535  # 
tags/GNOME_SOFTWARE_3_22_4^0
-source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --disable-schemas-compile --enable-packagekit \
---enable-flatpak --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnome-software/repos/community-i686/PKGBUILD (from rev 207625, 
gnome-software/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 19:45:21 UTC (rev 207626)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgname=gnome-software
+pkgver=3.22.5
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(i686 x86_64)
+license=(GPL2)
+url="https://wiki.gnome.org/Apps/Software/;
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
flatpak
+ packagekit archlinux-appstream-data gtkspell3 libgudev)
+makedepends=(intltool python docbook-xsl gnome-common git)
+_commit=fa42b723f508eda87a2efd96201a9851134b7c51  # 
tags/GNOME_SOFTWARE_3_22_5^0
+source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-schemas-compile --enable-packagekit \
+--enable-flatpak --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-16 19:36:50 UTC (rev 207625)
+++ community-x86_64/PKGBUILD   2017-01-16 19:45:21 UTC (rev 207626)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgname=gnome-software
-pkgver=3.22.4
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-arch=(i686 x86_64)
-license=(GPL2)
-url="https://wiki.gnome.org/Apps/Software/;
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
flatpak
- packagekit archlinux-appstream-data gtkspell3 libgudev)
-makedepends=(intltool python docbook-xsl gnome-common git)
-_commit=e4adab70e9c5a3ff9db4d9c6fa34b920c2b3e535  # 
tags/GNOME_SOFTWARE_3_22_4^0
-source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd 

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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:37:04
  Author: heftig
Revision: 286743

3.22.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 19:34:37 UTC (rev 286742)
+++ PKGBUILD2017-01-16 19:37:04 UTC (rev 286743)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.22.3
+pkgver=3.22.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git)
 options=(!emptydirs)
-_commit=f757be17382c55cc4039cbc71fbd974600101d14  # tags/EVOLUTION_EWS_3_22_3^0
+_commit=238108c5b0209548a70b5dc208dd10a146837748  # tags/EVOLUTION_EWS_3_22_4^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:36:50
  Author: heftig
Revision: 207625

3.22.5-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 18:14:58 UTC (rev 207624)
+++ PKGBUILD2017-01-16 19:36:50 UTC (rev 207625)
@@ -4,7 +4,7 @@
 # Contributor: Yosef Or Boczko 
 
 pkgname=gnome-software
-pkgver=3.22.4
+pkgver=3.22.5
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
flatpak
  packagekit archlinux-appstream-data gtkspell3 libgudev)
 makedepends=(intltool python docbook-xsl gnome-common git)
-_commit=e4adab70e9c5a3ff9db4d9c6fa34b920c2b3e535  # 
tags/GNOME_SOFTWARE_3_22_4^0
+_commit=fa42b723f508eda87a2efd96201a9851134b7c51  # 
tags/GNOME_SOFTWARE_3_22_5^0
 source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:34:10
  Author: heftig
Revision: 286741

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-16 19:29:59 UTC (rev 286740)
+++ extra-i686/PKGBUILD 2017-01-16 19:34:10 UTC (rev 286741)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.22.3
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gnome-common gtk-doc yelp-tools git)
-options=(!emptydirs)
-_commit=a32b010ed714b69e6159fb4ef64b51fff9859de1  # tags/EVOLUTION_3_22_3^0
-source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile \
-  --disable-autoar \
-  --enable-gtk-doc
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 286740, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-16 19:34:10 UTC (rev 286741)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.22.4
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gnome-common gtk-doc yelp-tools git)
+options=(!emptydirs)
+_commit=1d604187d036e05f978b5fd584935facc834dd6a  # tags/EVOLUTION_3_22_4^0
+source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+
+  ./configure --prefix=/usr 

[arch-commits] Commit in evolution-data-server/repos (4 files)

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:34:37
  Author: heftig
Revision: 286742

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 286741, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 286741, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-16 19:34:10 UTC (rev 286741)
+++ extra-i686/PKGBUILD 2017-01-16 19:34:37 UTC (rev 286742)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.22.3
-pkgrel=2
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
-license=(GPL)
-_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782  # 
tags/EVOLUTION_DATA_SERVER_3_22_3^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  make check -k || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 286741, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-16 19:34:37 UTC (rev 286742)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.22.4
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
+license=(GPL)
+_commit=c8ef824c451b27016a21604fc8813c88d5dded1f  # 
tags/EVOLUTION_DATA_SERVER_3_22_4^0
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  make check -k || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-16 19:34:10 UTC (rev 286741)
+++ extra-x86_64/PKGBUILD   2017-01-16 19:34:37 UTC (rev 286742)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.22.3
-pkgrel=2
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
-license=(GPL)
-_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782  # 
tags/EVOLUTION_DATA_SERVER_3_22_3^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)

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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:29:59
  Author: heftig
Revision: 286740

3.22.4-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 19:29:54 UTC (rev 286739)
+++ PKGBUILD2017-01-16 19:29:59 UTC (rev 286740)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.22.3
+pkgver=3.22.4
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -15,7 +15,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gnome-common gtk-doc yelp-tools git)
 options=(!emptydirs)
-_commit=a32b010ed714b69e6159fb4ef64b51fff9859de1  # tags/EVOLUTION_3_22_3^0
+_commit=1d604187d036e05f978b5fd584935facc834dd6a  # tags/EVOLUTION_3_22_4^0
 source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-01-16 Thread Jan Steffens
Date: Monday, January 16, 2017 @ 19:29:54
  Author: heftig
Revision: 286739

3.22.4-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 17:45:53 UTC (rev 286738)
+++ PKGBUILD2017-01-16 19:29:54 UTC (rev 286739)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.22.3
-pkgrel=2
+pkgver=3.22.4
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
 license=(GPL)
-_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782  # 
tags/EVOLUTION_DATA_SERVER_3_22_3^0
+_commit=c8ef824c451b27016a21604fc8813c88d5dded1f  # 
tags/EVOLUTION_DATA_SERVER_3_22_4^0
 
source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-01-16 Thread Bartłomiej Piotrowski
Date: Monday, January 16, 2017 @ 18:14:58
  Author: bpiotrowski
Revision: 207624

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
(from rev 207623, 
ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
  ansible/repos/community-any/PKGBUILD
(from rev 207623, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

-+
 0001-Revert-Add-jinja2-version-constraint.patch |   26 
 PKGBUILD|  127 +++---
 2 files changed, 92 insertions(+), 61 deletions(-)

Copied: 
ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch 
(from rev 207623, ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 
(rev 0)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-01-16 18:14:58 UTC 
(rev 207624)
@@ -0,0 +1,26 @@
+From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 16 Jan 2017 19:09:30 +0100
+Subject: [PATCH] Revert "Add jinja2 version constraint."
+
+This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0eec3da0b..ef7aa3dad 100644
+--- a/setup.py
 b/setup.py
+@@ -22,7 +22,7 @@ setup(name='ansible',
+   license='GPLv3',
+   # Ansible will also make use of a system copy of python-six if 
installed but use a
+   # Bundled copy if it's not.
+-  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
++  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
+   package_dir={ '': 'lib' },
+   packages=find_packages('lib'),
+   package_data={
+-- 
+2.11.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 18:14:42 UTC (rev 207623)
+++ PKGBUILD2017-01-16 18:14:58 UTC (rev 207624)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.2.1.0rc5
-_pkgver1=2.2.1.0
-_pkgver2=2.2.1.0-0.5.rc5
-pkgrel=3
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python-setuptools' 
'python2-setuptools')
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${_pkgver2}.tar.gz;)
-sha512sums=('5e2078181e54e6713ea0674fa7c6334023e65354334c192f19945631e4215cf8cc871e93f3e1c2af411c053c4185f3e6ba81f24c0ee7b59d75c9144fa7500f5b')
-
-prepare() {
-cp -r ${pkgname}-${_pkgver1} "${srcdir}"/${pkgname}-${_pkgver1}-python
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${_pkgver1}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${_pkgver1}-python
-  python setup.py build
-}
-
-package_ansible() {
-  provides=('python2-ansible')
-
-  cd ${pkgname}-${_pkgver1}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}
-
-package_python-ansible() {
-  pkgdesc='python bindings for ansible'
-  depends=('python-paramiko' 'python-jinja' 'python-yaml' 'python-crypto')
-
-  cd "${srcdir}"/ansible-${_pkgver1}-python
-  python setup.py install --root=${pkgdir} --optimize=1
-  rm "${pkgdir}"/usr/bin/ansible*
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 207623, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-16 18:14:58 UTC (rev 207624)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 

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

2017-01-16 Thread Bartłomiej Piotrowski
Date: Monday, January 16, 2017 @ 18:14:42
  Author: bpiotrowski
Revision: 207623

2.2.1.0-1: new upstream release; revert patch constraining jinja2 to < 2.9

Added:
  ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch
Modified:
  ansible/trunk/PKGBUILD

-+
 0001-Revert-Add-jinja2-version-constraint.patch |   26 +++
 PKGBUILD|   29 --
 2 files changed, 43 insertions(+), 12 deletions(-)

Added: 0001-Revert-Add-jinja2-version-constraint.patch
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 
(rev 0)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-01-16 18:14:42 UTC 
(rev 207623)
@@ -0,0 +1,26 @@
+From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 16 Jan 2017 19:09:30 +0100
+Subject: [PATCH] Revert "Add jinja2 version constraint."
+
+This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0eec3da0b..ef7aa3dad 100644
+--- a/setup.py
 b/setup.py
+@@ -22,7 +22,7 @@ setup(name='ansible',
+   license='GPLv3',
+   # Ansible will also make use of a system copy of python-six if 
installed but use a
+   # Bundled copy if it's not.
+-  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
++  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
+   package_dir={ '': 'lib' },
+   packages=find_packages('lib'),
+   package_data={
+-- 
+2.11.0
+

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 13:55:38 UTC (rev 207622)
+++ PKGBUILD2017-01-16 18:14:42 UTC (rev 207623)
@@ -7,10 +7,8 @@
 # Contributor: atweiden 
 
 pkgname=(ansible python-ansible)
-pkgver=2.2.1.0rc5
-_pkgver1=2.2.1.0
-_pkgver2=2.2.1.0-0.5.rc5
-pkgrel=3
+pkgver=2.2.1.0
+pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -19,20 +17,27 @@
 optdepends=('python2-passlib: crypt values for vars_prompt'
 'python2-netaddr: for the ipaddr filter'
 'python2-systemd: log to journal')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python-setuptools' 
'python2-setuptools')
+makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
+ 'python-setuptools') 
 backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${_pkgver2}.tar.gz;)
-sha512sums=('5e2078181e54e6713ea0674fa7c6334023e65354334c192f19945631e4215cf8cc871e93f3e1c2af411c053c4185f3e6ba81f24c0ee7b59d75c9144fa7500f5b')
+source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;
+0001-Revert-Add-jinja2-version-constraint.patch)
+sha512sums=('10f90f4ac68215febd14e36fa9ea3b2156677f2b7a29a08633e0702bcbd8a7c3551980deeabcff756380b076ac7ba6a5e9eca07af66d908d8d6627390744bc00'
+
'e2eb3a070840984ad7539ba81cd85810b2226d43642dd7b5b0232b85d31294cbc1e370b85d3ec3d7f321b113395606cefb58d0968ef66ccf23020e51786da7b1')
 
 prepare() {
-cp -r ${pkgname}-${_pkgver1} "${srcdir}"/${pkgname}-${_pkgver1}-python
+  pushd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/0001-Revert-Add-jinja2-version-constraint.patch
+  popd
+
+  cp -r ${pkgname}-${pkgver} "${srcdir}"/${pkgname}-${pkgver}-python
 }
 
 build() {
-  cd "${srcdir}"/${pkgname}-${_pkgver1}
+  cd "${srcdir}"/${pkgname}-${pkgver}
   python2 setup.py build
 
-  cd "${srcdir}"/${pkgname}-${_pkgver1}-python
+  cd "${srcdir}"/${pkgname}-${pkgver}-python
   python setup.py build
 }
 
@@ -39,7 +44,7 @@
 package_ansible() {
   provides=('python2-ansible')
 
-  cd ${pkgname}-${_pkgver1}
+  cd ${pkgname}-${pkgver}
   python2 setup.py install -O1 --root="${pkgdir}"
   install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
 
@@ -55,7 +60,7 @@
   pkgdesc='python bindings for ansible'
   depends=('python-paramiko' 'python-jinja' 'python-yaml' 'python-crypto')
 
-  cd "${srcdir}"/ansible-${_pkgver1}-python
+  cd "${srcdir}"/ansible-${pkgver}-python
   python setup.py install --root=${pkgdir} --optimize=1
   rm "${pkgdir}"/usr/bin/ansible*
 }


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

2017-01-16 Thread Jerome Leclanche
Date: Monday, January 16, 2017 @ 13:55:38
  Author: jleclanche
Revision: 207622

upgpkg: lxqt-common 0.11.2-1

Upstream release 0.11.2

Modified:
  lxqt-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 12:56:53 UTC (rev 207621)
+++ PKGBUILD2017-01-16 13:55:38 UTC (rev 207622)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-common
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "04680dbb63e69a272ec8f573d34a8bdb7c7c9ff14f4d0e16115b14f6fbd6b32e"
+   "1c0520208a582b557d38926a92cc9d321a6402e77f40cfd47c727da9aa70f1d6"
"SKIP"
 )
 validpgpkeys=(


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

2017-01-16 Thread Christian Hesse
Date: Monday, January 16, 2017 @ 13:24:08
  Author: eworm
Revision: 286733

upgpkg: mariadb 10.1.20-5

change default char set to utf8mb4

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 12:52:09 UTC (rev 286732)
+++ PKGBUILD2017-01-16 13:24:08 UTC (rev 286733)
@@ -6,7 +6,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.1.20
 _pkgver=${pkgver/.a/a}
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -41,8 +41,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DMYSQL_DATADIR=/var/lib/mysql \
 -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
+-DDEFAULT_CHARSET=utf8mb4 \
+-DDEFAULT_COLLATION=utf8mb4_unicode_ci \
 -DENABLED_LOCAL_INFILE=ON \
 -DINSTALL_DOCDIR=share/doc/mariadb \
 -DINSTALL_DOCREADMEDIR=share/doc/mariadb \


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

2017-01-16 Thread Christian Hesse
Date: Monday, January 16, 2017 @ 13:24:13
  Author: eworm
Revision: 286734

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

Added:
  mariadb/repos/testing-i686/
  mariadb/repos/testing-i686/PKGBUILD
(from rev 286733, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-i686/mariadb-sysusers.conf
(from rev 286733, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/testing-i686/mariadb-tmpfile.conf
(from rev 286733, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-i686/mariadb.install
(from rev 286733, mariadb/trunk/mariadb.install)
  mariadb/repos/testing-x86_64/
  mariadb/repos/testing-x86_64/PKGBUILD
(from rev 286733, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-x86_64/mariadb-sysusers.conf
(from rev 286733, mariadb/trunk/mariadb-sysusers.conf)
  mariadb/repos/testing-x86_64/mariadb-tmpfile.conf
(from rev 286733, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-x86_64/mariadb.install
(from rev 286733, mariadb/trunk/mariadb.install)

--+
 testing-i686/PKGBUILD|  191 +
 testing-i686/mariadb-sysusers.conf   |1 
 testing-i686/mariadb-tmpfile.conf|1 
 testing-i686/mariadb.install |9 +
 testing-x86_64/PKGBUILD  |  191 +
 testing-x86_64/mariadb-sysusers.conf |1 
 testing-x86_64/mariadb-tmpfile.conf  |1 
 testing-x86_64/mariadb.install   |9 +
 8 files changed, 404 insertions(+)

Copied: mariadb/repos/testing-i686/PKGBUILD (from rev 286733, 
mariadb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-16 13:24:13 UTC (rev 286734)
@@ -0,0 +1,191 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Christian Hesse 
+
+pkgbase=mariadb
+pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
+pkgver=10.1.20
+_pkgver=${pkgver/.a/a}
+pkgrel=5
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mariadb.org/'
+makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
+ 'lz4' 'boost' 'libevent' 'systemd')
+validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 
+source=(https://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
+mariadb-sysusers.conf
+mariadb-tmpfile.conf)
+sha256sums=('c24e83f24d674d9912319f9e9422f093c8ca6be1721a4380cbd74792b89ba0b9'
+'SKIP'
+'e1a22777c65854041f16fc0a2db3218d17b4d7e7ec7ab7a77cf49c71277c1515'
+'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
+
+prepare() {
+  # Changes to the upstream unit files:
+  #  * remove the alias from unit files, we install symlinks in package 
function
+  #  * enable PrivateTmp for a little bit more security
+  sed -i -e '/^Alias/d' \
+-e '/^PrivateTmp/c PrivateTmp=true' \
+$pkgbase-$_pkgver/support-files/mariadb{,@}.service.in
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgbase-$_pkgver \
+-DCMAKE_AR=/usr/bin/gcc-ar \
+-DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
+-DBUILD_CONFIG=mysql_release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DDEFAULT_CHARSET=utf8mb4 \
+-DDEFAULT_COLLATION=utf8mb4_unicode_ci \
+-DENABLED_LOCAL_INFILE=ON \
+-DINSTALL_DOCDIR=share/doc/mariadb \
+-DINSTALL_DOCREADMEDIR=share/doc/mariadb \
+-DINSTALL_MANDIR=share/man \
+-DINSTALL_PLUGINDIR=lib/mysql/plugin \
+-DINSTALL_SCRIPTDIR=bin \
+-DINSTALL_SYSCONFDIR=/etc/mysql \
+-DINSTALL_SYSCONF2DIR=/etc/mysql \
+-DINSTALL_INCLUDEDIR=include/mysql \
+-DINSTALL_SUPPORTFILESDIR=share/mysql \
+-DINSTALL_MYSQLSHAREDIR=share/mysql \
+-DINSTALL_SHAREDIR=share/mysql \
+-DINSTALL_SYSTEMD_UNITDIR=/usr/lib/systemd/system/ \
+-DWITH_SYSTEMD=yes \
+-DWITH_READLINE=ON \
+-DWITH_ZLIB=system \
+-DWITH_SSL=system \
+-DWITH_PCRE=system \
+-DWITH_LIBWRAP=OFF \
+-DWITH_JEMALLOC=ON \
+-DWITH_EXTRA_CHARSETS=complex \
+-DWITH_EMBEDDED_SERVER=ON \
+-DWITH_ARCHIVE_STORAGE_ENGINE=1 \
+-DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
+-DWITH_INNOBASE_STORAGE_ENGINE=1 \
+-DWITH_PARTITION_STORAGE_ENGINE=1 \
+-DWITH_TOKUDB_STORAGE_ENGINE=1 \
+-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
+-DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
+-DWITHOUT_PBXT_STORAGE_ENGINE=1 \
+-DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
+-DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks" \
+-DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks" \
+

[arch-commits] Commit in gitlab/trunk (5 files)

2017-01-16 Thread Sven-Hendrik Haase
Date: Monday, January 16, 2017 @ 12:56:13
  Author: svenstaro
Revision: 207620

upgpkg: gitlab 8.15.4-2

Fix unit files to use ruby-2.3 and bundler-2.3

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-backup.service
  gitlab/trunk/gitlab-mailroom.service
  gitlab/trunk/gitlab-sidekiq.service
  gitlab/trunk/gitlab-unicorn.service

-+
 PKGBUILD|   10 +-
 gitlab-backup.service   |2 +-
 gitlab-mailroom.service |2 +-
 gitlab-sidekiq.service  |4 ++--
 gitlab-unicorn.service  |2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 12:52:39 UTC (rev 207619)
+++ PKGBUILD2017-01-16 12:56:13 UTC (rev 207620)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.15.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -42,10 +42,10 @@
 lighttpd.conf.example)
 install='gitlab.install'
 
sha512sums=('485907942cc84603886985c2fddbccf11d0b01ba8491af225387fb6e58629766177b59cd923df76c91e4d5dd4cc345deb5ce87f7012789f2f6c5fbef7fe5dfe5'
-
'1464ca9399b627bb8bd286608b4ad93feca6bc54c7e63c98180744e710295508a89a1a34c412b82e3eaad9308a82b2ea2483ae0f0b1e1149c24b17ab0d126f69'
-
'9844b8e42e8d50e6eac54711fb8c9745d506560676e0b8d5f1c42fb5177b9b4bac5c0d3c6a673d9e54f4b5e21056627db1d434c5c76d4f3ede8cc15a109f3cb6'
-
'e74f54224e7fd5f24c3459f34649ce5fddc70886faf7eb8520513d8715b3c17452aab62676b779c136ba576193a09ae3a5471abe51013d7ecd8b37d6e0acd393'
-
'97b566751405ad46204f9d42e835a20aa330436929674913acfb35a2a1fdce06975f15db4f83708ec5d1ab4509b6d34f1bc23e43f0db1bf28073c4bd865cb007'
+
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
+
'52651e4a5dd2d632e31b7275283f9b8ab2c32c4d56b63d17bd843f300e273e382e339e5aed66222b1b2279273357cbb73aa38119f04784fe380d1550346f1ff3'
+
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'
+
'c097a26d1c24f120967ae457f9008df06af0cd2662306410d8e3f6cc4b5772416125fcd3c895bc35872251060083e8c95b37455b8d20154518d8c467625291eb'
 
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
 
'c519a51d31300074ea12594fbcc8e9610d991ef04b1dac94d93a2b201df3465999cc7c6ac7f3896e02b117c2366d61dea1ef2f6b9cd7b18998385a7f26e5700f'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'

Modified: gitlab-backup.service
===
--- gitlab-backup.service   2017-01-16 12:52:39 UTC (rev 207619)
+++ gitlab-backup.service   2017-01-16 12:56:13 UTC (rev 207620)
@@ -16,4 +16,4 @@
 ProtectSystem=full
 ProtectHome=true
 NoNewPrivileges=true
-ExecStart=/usr/bin/bundle exec rake gitlab:backup:create
+ExecStart=/usr/bin/bundle-2.3 exec rake gitlab:backup:create

Modified: gitlab-mailroom.service
===
--- gitlab-mailroom.service 2017-01-16 12:52:39 UTC (rev 207619)
+++ gitlab-mailroom.service 2017-01-16 12:56:13 UTC (rev 207620)
@@ -11,7 +11,7 @@
 Environment=RAILS_ENV=production PATH=/opt/ruby/bin:/usr/bin
 SyslogIdentifier=gitlab-mailroom
 PIDFile=/run/gitlab/mailroom.pid
-ExecStart=/usr/bin/bundle exec mail_room -q -c /config/mail_room.yml
+ExecStart=/usr/bin/bundle-2.3 exec mail_room -q -c 
/config/mail_room.yml
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 Restart=on-failure
 RestartSec=1

Modified: gitlab-sidekiq.service
===
--- gitlab-sidekiq.service  2017-01-16 12:52:39 UTC (rev 207619)
+++ gitlab-sidekiq.service  2017-01-16 12:56:13 UTC (rev 207620)
@@ -21,8 +21,8 @@
 # use postfix' sendmail wrapper. If you use an SMTP server
 # instead you can safely enable this security feature.
 #NoNewPrivileges=true
-ExecStart=/usr/bin/bundle exec sidekiq -C /config/sidekiq_queues.yml 
-e production
-ExecStop=/usr/bin/bundle exec sidekiqctl stop /run/gitlab/sidekiq.pid
+ExecStart=/usr/bin/bundle-2.3 exec sidekiq -C 
/config/sidekiq_queues.yml -e production
+ExecStop=/usr/bin/bundle-2.3 exec sidekiqctl stop /run/gitlab/sidekiq.pid
 Restart=on-failure
 RestartSec=1
 

Modified: gitlab-unicorn.service
===
--- gitlab-unicorn.service  2017-01-16 12:52:39 UTC (rev 207619)
+++ gitlab-unicorn.service  2017-01-16 12:56:13 UTC (rev 207620)
@@ -19,7 +19,7 @@
 ProtectSystem=full
 ProtectHome=true
 NoNewPrivileges=true
-ExecStart=/usr/bin/bundle exec unicorn_rails 

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

2017-01-16 Thread Sven-Hendrik Haase
Date: Monday, January 16, 2017 @ 12:41:55
  Author: svenstaro
Revision: 286731

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

Added:
  python/repos/extra-i686/PKGBUILD
(from rev 286730, python/trunk/PKGBUILD)
  python/repos/extra-i686/dont-make-libpython-readonly.patch
(from rev 286730, python/trunk/dont-make-libpython-readonly.patch)
  python/repos/extra-x86_64/PKGBUILD
(from rev 286730, python/trunk/PKGBUILD)
  python/repos/extra-x86_64/dont-make-libpython-readonly.patch
(from rev 286730, python/trunk/dont-make-libpython-readonly.patch)
Deleted:
  python/repos/extra-i686/PKGBUILD
  python/repos/extra-i686/dont-make-libpython-readonly.patch
  python/repos/extra-x86_64/PKGBUILD
  python/repos/extra-x86_64/dont-make-libpython-readonly.patch

-+
 /PKGBUILD   |  204 ++
 /dont-make-libpython-readonly.patch |   26 ++
 extra-i686/PKGBUILD |  102 ---
 extra-i686/dont-make-libpython-readonly.patch   |   13 -
 extra-x86_64/PKGBUILD   |  102 ---
 extra-x86_64/dont-make-libpython-readonly.patch |   13 -
 6 files changed, 230 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-16 12:41:43 UTC (rev 286730)
+++ extra-i686/PKGBUILD 2017-01-16 12:41:55 UTC (rev 286731)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=python
-pkgver=3.6.0
-pkgrel=1
-_pybasever=3.6
-pkgdesc="Next generation of the python high-level scripting language"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.python.org/;
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 
'xorg-server-xvfb')
-optdepends=('python-setuptools'
-'python-pip'
-'sqlite'
-'mpdecimal: for decimal'
-'xz: for lzma'
-'tk: for tkinter')
-provides=('python3')
-replaces=('python3')
-source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc}
-dont-make-libpython-readonly.patch)
-sha1sums=('18ebf7d726782967d967dc00e3aa08b334fbdd5c'
-  'SKIP'
-  'c22b24324b8e53326702de439c401d97927ee3f2')
-validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D')  # Ned Deily (Python 
release signing key) 
-
-prepare() {
-  cd Python-${pkgver}
-
-  # FS#45809
-  patch -p1 -i ../dont-make-libpython-readonly.patch
-
-  # FS#23997
-  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
-
-  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-  rm -r Modules/_decimal/libmpdec
-}
-
-build() {
-  cd Python-${pkgver}
-
-  # Disable bundled pip & setuptools
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --with-threads \
-  --with-computed-gotos \
-  --enable-optimizations \
-  --with-lto \
-  --enable-ipv6 \
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm \
-  --with-system-ffi \
-  --with-system-libmpdec \
-  --enable-loadable-sqlite-extensions \
-  --without-ensurepip
-
-  LC_CTYPE=en_US.UTF-8 xvfb-run make EXTRA_CFLAGS="$CFLAGS"
-}
-
-check() {
-  # test_gdb is expected to fail with LTO
-
-  cd Python-${pkgver}
-  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
-  LC_CTYPE=en_US.UTF-8 xvfb-run \
-"${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_gdb
-}
-
-package() {
-  cd Python-${pkgver}
-
-  # Hack to avoid building again
-  sed -i 's/^all:.*$/all: build_all/' Makefile
-
-  make DESTDIR="${pkgdir}" EXTRA_CFLAGS="$CFLAGS" install
-
-  # Why are these not done by default...
-  ln -s python3   "${pkgdir}"/usr/bin/python
-  ln -s python3-config"${pkgdir}"/usr/bin/python-config
-  ln -s idle3 "${pkgdir}"/usr/bin/idle
-  ln -s pydoc3"${pkgdir}"/usr/bin/pydoc
-  ln -s python${_pybasever}.1 "${pkgdir}"/usr/share/man/man1/python.1
-
-  # some useful "stuff" FS#46146
-  install -dm755 "${pkgdir}"/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
-  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/i18n/
-  install -m755 Tools/scripts/{README,*py} 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/scripts/
-
-  # License
-  install 

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

2017-01-16 Thread Sven-Hendrik Haase
Date: Monday, January 16, 2017 @ 12:41:43
  Author: svenstaro
Revision: 286730

upgpkg: python 3.6.0-2

rebuild

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 11:48:38 UTC (rev 286729)
+++ PKGBUILD2017-01-16 12:41:43 UTC (rev 286730)
@@ -7,7 +7,7 @@
 
 pkgname=python
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 _pybasever=3.6
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('i686' 'x86_64')


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

2017-01-16 Thread Johannes Löthberg
Date: Monday, January 16, 2017 @ 11:25:08
  Author: demize
Revision: 207618

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 207617, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 207617, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 207617, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 207617, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 207617, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 207617, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  140 +
 /haproxy.cfg |   98 +
 /haproxy.install |   24 ++
 community-i686/PKGBUILD  |   70 --
 community-i686/haproxy.cfg   |   49 
 community-i686/haproxy.install   |   12 ---
 community-x86_64/PKGBUILD|   70 --
 community-x86_64/haproxy.cfg |   49 
 community-x86_64/haproxy.install |   12 ---
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 11:24:56 UTC (rev 207617)
+++ community-i686/PKGBUILD 2017-01-16 11:25:08 UTC (rev 207618)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.7.1
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('d0acaae02e444039e11892ea31dde478'
- '27941f31d25d5629f4bdef6bc4b2555a')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 207617, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 11:25:08 UTC (rev 207618)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.7.2
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('7330b36f3764ebe409e9305803dc30e2'
+ '27941f31d25d5629f4bdef6bc4b2555a')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib 

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

2017-01-16 Thread Johannes Löthberg
Date: Monday, January 16, 2017 @ 11:24:56
  Author: demize
Revision: 207617

upgpkg: haproxy 1.7.2-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 10:30:15 UTC (rev 207616)
+++ PKGBUILD2017-01-16 11:24:56 UTC (rev 207617)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -20,7 +20,7 @@
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
 
-md5sums=('d0acaae02e444039e11892ea31dde478'
+md5sums=('7330b36f3764ebe409e9305803dc30e2'
  '27941f31d25d5629f4bdef6bc4b2555a')
 
 prepare() {


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

2017-01-16 Thread Nicola Squartini
Date: Monday, January 16, 2017 @ 10:30:15
  Author: tensor5
Revision: 207616

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 10:29:34 UTC (rev 207615)
+++ community-i686/PKGBUILD 2017-01-16 10:30:15 UTC (rev 207616)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.6
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
-sha256sums=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 207615, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 10:30:15 UTC (rev 207616)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.7
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
+sha256sums=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-16 10:29:34 UTC (rev 207615)
+++ community-x86_64/PKGBUILD   2017-01-16 10:30:15 UTC (rev 207616)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.5.6
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
-sha256sums=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac')
-
-build() {
-cd go-ethereum-${pkgver}
-
-make all
-}
-
-package() {
-cd go-ethereum-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 207615, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-16 10:30:15 UTC (rev 207616)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.5.7
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
+sha256sums=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369')
+
+build() {
+cd go-ethereum-${pkgver}
+
+make all
+}
+
+package() {
+cd go-ethereum-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2017-01-16 Thread Nicola Squartini
Date: Monday, January 16, 2017 @ 10:29:34
  Author: tensor5
Revision: 207615

upgpkg: geth 1.5.7-1

Modified:
  geth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 10:24:21 UTC (rev 207614)
+++ PKGBUILD2017-01-16 10:29:34 UTC (rev 207615)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=geth
-pkgver=1.5.6
+pkgver=1.5.7
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz;)
-sha256sums=('c920db2fc93af73b998f6626b0a93c843de4bf05a6ec0cfbbecb0310426c5eac')
+sha256sums=('758cebced8321d68547ce17f7fa95f7a8b86cb2c1da8ce80231825fc2a7c9369')
 
 build() {
 cd go-ethereum-${pkgver}


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 10:09:41
  Author: felixonmars
Revision: 207608

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 207607, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 207607, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 207607, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-16 10:09:41 UTC (rev 207608)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.1
+pkgrel=25
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht" 
"haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
207607, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-16 10:09:41 UTC (rev 207608)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.1
+pkgrel=25
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht" 
"haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2aa2266ac3916677c18bd9a88b99f32622c22c983abaed3598020913ca3912ed')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 10:09:10
  Author: felixonmars
Revision: 207607

upgpkg: pandoc-crossref 0.2.4.1-25

rebuild with pandoc-types-1.17.0.5

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 10:07:14 UTC (rev 207606)
+++ PKGBUILD2017-01-16 10:09:10 UTC (rev 207607)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 10:07:14
  Author: felixonmars
Revision: 207606

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

Added:
  libmongoc/repos/community-testing-i686/PKGBUILD
(from rev 207605, libmongoc/trunk/PKGBUILD)
  libmongoc/repos/community-testing-x86_64/PKGBUILD
(from rev 207605, libmongoc/trunk/PKGBUILD)
Deleted:
  libmongoc/repos/community-testing-i686/PKGBUILD
  libmongoc/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-testing-i686/PKGBUILD   |   32 --
 community-testing-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-16 10:06:42 UTC (rev 207605)
+++ community-testing-i686/PKGBUILD 2017-01-16 10:07:14 UTC (rev 207606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('python-pifpaf')
-checkdepends_x86_64=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-cd "$srcdir/mongo-c-driver"
-pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-testing-i686/PKGBUILD (from rev 207605, 
libmongoc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-16 10:07:14 UTC (rev 207606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+
+check() {
+cd "$srcdir/mongo-c-driver"
+pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+cd "$srcdir/mongo-c-driver"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-01-16 10:06:42 UTC (rev 207605)
+++ community-testing-x86_64/PKGBUILD   2017-01-16 10:07:14 UTC (rev 207606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl')
-makedepends=('git')
-checkdepends=('python-pifpaf')
-checkdepends_x86_64=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
-}
-
-check() {
-cd "$srcdir/mongo-c-driver"
-pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-testing-x86_64/PKGBUILD (from rev 207605, 
libmongoc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-16 10:07:14 UTC (rev 207606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+makedepends=('git')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/mongo-c-driver"
+PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+make
+}
+

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 10:06:42
  Author: felixonmars
Revision: 207605

upgpkg: libmongoc 1.5.3-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 10:04:18 UTC (rev 207604)
+++ PKGBUILD2017-01-16 10:06:42 UTC (rev 207605)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('i686' 'x86_64')


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 10:04:18
  Author: felixonmars
Revision: 207604

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 207603, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 207603, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 207603, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-16 10:04:18 UTC (rev 207604)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.3.0
+pkgrel=3
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f15c6cd2118501fa6be44e3cb3d9f37a22fced0fd1ebd64236277e2daf622e7a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
207603, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-16 10:04:18 UTC (rev 207604)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.3.0
+pkgrel=3
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 10:03:55
  Author: felixonmars
Revision: 207603

upgpkg: haskell-hakyll 4.9.3.0-3

rebuild with pandoc-types-1.17.0.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:58:51 UTC (rev 207602)
+++ PKGBUILD2017-01-16 10:03:55 UTC (rev 207603)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:58:06
  Author: felixonmars
Revision: 207600

upgpkg: libbson 1.5.3-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:57:46 UTC (rev 207599)
+++ PKGBUILD2017-01-16 09:58:06 UTC (rev 207600)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('i686' 'x86_64')


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:58:51
  Author: felixonmars
Revision: 207602

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

Added:
  libbson/repos/community-testing-i686/PKGBUILD
(from rev 207601, libbson/trunk/PKGBUILD)
  libbson/repos/community-testing-x86_64/PKGBUILD
(from rev 207601, libbson/trunk/PKGBUILD)
Deleted:
  libbson/repos/community-testing-i686/PKGBUILD
  libbson/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-16 09:58:10 UTC (rev 207601)
+++ community-testing-i686/PKGBUILD 2017-01-16 09:58:51 UTC (rev 207602)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-testing-i686/PKGBUILD (from rev 207601, 
libbson/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-16 09:58:51 UTC (rev 207602)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-01-16 09:58:10 UTC (rev 207601)
+++ community-testing-x86_64/PKGBUILD   2017-01-16 09:58:51 UTC (rev 207602)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
-}

Copied: libbson/repos/community-testing-x86_64/PKGBUILD (from rev 207601, 
libbson/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-16 09:58:51 UTC (rev 207602)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+cd "$srcdir/$pkgname"
+./autogen.sh --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+make DESTDIR="$pkgdir/" install
+}


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:58:10
  Author: felixonmars
Revision: 207601

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 207599, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 207599, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 207599, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-16 09:58:10 UTC (rev 207601)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.3
+pkgrel=12
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2f6233ff91a9fb08edfb0ac2b4ec40729d87590a7c557d0452674dd3c7df4d58')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
207599, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-16 09:58:10 UTC (rev 207601)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.3
+pkgrel=12
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+  

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:57:46
  Author: felixonmars
Revision: 207599

upgpkg: pandoc-citeproc 0.10.3-12

rebuild with pandoc-types-1.17.0.5

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:52:32 UTC (rev 207598)
+++ PKGBUILD2017-01-16 09:57:46 UTC (rev 207599)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-01-16 Thread Pierre Neidhardt
Date: Monday, January 16, 2017 @ 09:52:32
  Author: ambrevar
Revision: 207598

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 09:52:18 UTC (rev 207597)
+++ community-i686/PKGBUILD 2017-01-16 09:52:32 UTC (rev 207598)
@@ -1,57 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.15.9
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-depends=("ncurses")
-makedepends=("git" "go")
-optdepends=("fish: fish keybindings"
-   "fzf-extras: fzf keybindings from junegunn wiki and dotfiles"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim-fzf: vim plugin"
-   "zsh: zsh keybindings")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
-   "git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('58069729ee67f94cf31bf62b1734a70db323f1c4367bbffaa9edf9ec9cb5a075'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
-}

Copied: fzf/repos/community-i686/PKGBUILD (from rev 207597, fzf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 09:52:32 UTC (rev 207598)
@@ -0,0 +1,57 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="Command-line fuzzy finder"
+arch=("i686" "x86_64")
+url="https://github.com/junegunn/fzf;
+license=("MIT")
+depends=("ncurses")
+makedepends=("git" "go")
+optdepends=("fish: fish keybindings"
+   "fzf-extras: fzf keybindings from junegunn wiki and dotfiles"
+   "tmux: fzf-tmux script for launching fzf in a tmux pane"
+   "vim-fzf: vim plugin"
+   "zsh: zsh keybindings")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
+   "git+https://github.com/junegunn/$pkgname.wiki;)
+sha256sums=('f8a05e9e72f6e2b87bec63809843afa77fd89067722407f6f9a86299c6215fce'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   msg2 'Building...'
+   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ## Doc
+   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
+
+   ## Man page
+   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
+
+   ## License
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
+
+   ## Binaries
+   install -dm755 "$pkgdir/usr/bin"
+   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir/usr/share/fzf"
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
+
+   

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

2017-01-16 Thread Pierre Neidhardt
Date: Monday, January 16, 2017 @ 09:52:18
  Author: ambrevar
Revision: 207597

upgpkg: fzf 0.16.1-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:45:20 UTC (rev 207596)
+++ PKGBUILD2017-01-16 09:52:18 UTC (rev 207597)
@@ -5,7 +5,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.15.9
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="Command-line fuzzy finder"
 arch=("i686" "x86_64")
@@ -20,7 +20,7 @@
"zsh: zsh keybindings")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz;
"git+https://github.com/junegunn/$pkgname.wiki;)
-sha256sums=('58069729ee67f94cf31bf62b1734a70db323f1c4367bbffaa9edf9ec9cb5a075'
+sha256sums=('f8a05e9e72f6e2b87bec63809843afa77fd89067722407f6f9a86299c6215fce'
 'SKIP')
 
 build() {


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:49:18
  Author: felixonmars
Revision: 286655

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

Added:
  python-numpy/repos/testing-i686/
  python-numpy/repos/testing-i686/PKGBUILD
(from rev 286654, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-i686/site.cfg
(from rev 286654, python-numpy/trunk/site.cfg)
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 286654, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/site.cfg
(from rev 286654, python-numpy/trunk/site.cfg)

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/site.cfg   |4 ++
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/site.cfg |4 ++
 4 files changed, 178 insertions(+)

Copied: python-numpy/repos/testing-i686/PKGBUILD (from rev 286654, 
python-numpy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-16 09:49:18 UTC (rev 286655)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.numpy.org/;
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
+   'python-nose' 'python2-nose' 'cython' 'cython2')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
+md5sums=('301a46fc8148d08f608f0efc637c1d1b'
+ '6ac5f9dac5d4c0e25a2eba6c98bf5b3c')
+
+prepare() {
+  cp site.cfg numpy-$pkgver
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -shared"
+
+  echo "Building Python2"
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo "Building Python3"
+  cd ../numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2' 'cblas')
+  optdepends=('python2-nose: testsuite')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python' 'cblas')
+  optdepends=('python-nose: testsuite')
+  provides=("python3-numpy=${pkgver}")
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.6
+  _pyinc=3.6m
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
+}

Copied: python-numpy/repos/testing-i686/site.cfg (from rev 286654, 
python-numpy/trunk/site.cfg)
===
--- testing-i686/site.cfg   (rev 0)
+++ testing-i686/site.cfg   2017-01-16 09:49:18 UTC (rev 286655)
@@ -0,0 +1,4 @@
+[atlas]
+atlas_libs = cblas
+libraries = cblas
+

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 286654, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-01-16 09:49:18 UTC (rev 286655)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:48:50
  Author: felixonmars
Revision: 286654

upgpkg: python-numpy 1.12.0-1

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 07:55:32 UTC (rev 286653)
+++ PKGBUILD2017-01-16 09:48:50 UTC (rev 286654)
@@ -6,7 +6,7 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.11.3
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
'python-nose' 'python2-nose' 'cython' 'cython2')
 options=('staticlibs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
-md5sums=('2025c9a18c836702a82262e1a04a3fbc'
+md5sums=('301a46fc8148d08f608f0efc637c1d1b'
  '6ac5f9dac5d4c0e25a2eba6c98bf5b3c')
 
 prepare() {


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:45:20
  Author: felixonmars
Revision: 207596

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 207595, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-16 09:45:20 UTC (rev 207596)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.1
+pkgrel=12
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('9d22db0a1536de0984f4a605f1a28649e68d540e6d892947d9644987ecc4172a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 207595, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-16 09:45:20 UTC (rev 207596)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.1
+pkgrel=12
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" 

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:44:47
  Author: felixonmars
Revision: 207595

upgpkg: pandoc 1.19.1-12

rebuild with pandoc-types-1.17.0.5

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:36:54 UTC (rev 207594)
+++ PKGBUILD2017-01-16 09:44:47 UTC (rev 207595)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-01-16 Thread Gaëtan Bisson
Date: Monday, January 16, 2017 @ 09:36:54
  Author: bisson
Revision: 207594

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 09:31:35 UTC (rev 207593)
+++ community-i686/PKGBUILD 2017-01-16 09:36:54 UTC (rev 207594)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.6.0
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('af2faabd36a8f1d4760476c995e6e9c5836b6153')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:tree_flags:flags:g' -i core/git-access.c
-   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
core/git-access.c
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.6.0
+pkgrel=2
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('af2faabd36a8f1d4760476c995e6e9c5836b6153')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i core/git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
core/git-access.c
+   sed 's:
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.6.0
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('af2faabd36a8f1d4760476c995e6e9c5836b6153')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:tree_flags:flags:g' -i core/git-access.c
-   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
core/git-access.c
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.6.0
+pkgrel=2
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('af2faabd36a8f1d4760476c995e6e9c5836b6153')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i core/git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
core/git-access.c
+   sed 's:

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

2017-01-16 Thread Gaëtan Bisson
Date: Monday, January 16, 2017 @ 09:31:35
  Author: bisson
Revision: 207593

fix marble detection

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:29:19 UTC (rev 207592)
+++ PKGBUILD2017-01-16 09:31:35 UTC (rev 207593)
@@ -5,7 +5,7 @@
 pkgname=subsurface
 _pkgname=Subsurface
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
 license=('GPL2')
@@ -29,10 +29,10 @@
install -d build
cd build
cmake \
-   -DUSE_LIBGIT23_API=1 \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DMARBLE_LIBRARIES=/usr/lib/libssrfmarblewidget.so \
+   -DMARBLE_INCLUDE_DIR=/usr/include/subsurface/marble \
..
make
 }


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:29:19
  Author: felixonmars
Revision: 207592

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 207591, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 207591, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/flex-2.6.3.patch

--+
 PKGBUILD |  373 ++---
 flex-2.6.3.patch |   19 --
 2 files changed, 184 insertions(+), 208 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
207591, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 09:26:36 UTC (rev 207591)
+++ PKGBUILD2017-01-16 09:29:19 UTC (rev 207592)
@@ -1,189 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.0rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-flex-2.6.3.patch)
-sha1sums=('b2639f4b62ac83eafbb66beff46be2cba28c08a5'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  '8da80ebf00a37f85abc58770aa68fa4a00eaaf7d')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv 

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:26:36
  Author: felixonmars
Revision: 207591

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 207590, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 207590, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 207590, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   33 ++
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  361 -
 3 files changed, 236 insertions(+), 198 deletions(-)

Copied: wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 207590, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-16 09:26:36 UTC 
(rev 207591)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-01-16 09:25:45 UTC (rev 207590)
+++ 30-win32-aliases.conf   2017-01-16 09:26:36 UTC (rev 207591)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 207590, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-01-16 09:26:36 UTC (rev 207591)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 09:25:45 UTC (rev 207590)
+++ PKGBUILD2017-01-16 09:26:36 UTC (rev 207591)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.0rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('8950490863853fe988e7338b24842f9fb35ef249'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   

[arch-commits] Commit in wine/repos/community-i686 (5 files)

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:25:45
  Author: felixonmars
Revision: 207590

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 207589, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 207589, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 207589, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   33 ++
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  361 -
 3 files changed, 236 insertions(+), 198 deletions(-)

Copied: wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 207589, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-16 09:25:45 UTC 
(rev 207590)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-01-16 09:25:12 UTC (rev 207589)
+++ 30-win32-aliases.conf   2017-01-16 09:25:45 UTC (rev 207590)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 207589, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-01-16 09:25:45 UTC (rev 207590)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 09:25:12 UTC (rev 207589)
+++ PKGBUILD2017-01-16 09:25:45 UTC (rev 207590)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.0rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('8950490863853fe988e7338b24842f9fb35ef249'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:25:12
  Author: felixonmars
Revision: 207589

upgpkg: wine 2.0rc5-1

Added:
  wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch
Modified:
  wine/trunk/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   33 +
 PKGBUILD |   13 ++---
 2 files changed, 42 insertions(+), 4 deletions(-)

Added: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-16 09:25:12 UTC 
(rev 207589)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:18:41 UTC (rev 207588)
+++ PKGBUILD2017-01-16 09:25:12 UTC (rev 207589)
@@ -5,16 +5,18 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.0rc4
+pkgver=2.0rc5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('8950490863853fe988e7338b24842f9fb35ef249'
+30-win32-aliases.conf
+0001-winhlp32-Workaround-a-bug-in-Flex.patch)
+sha1sums=('6574e347da690a91bc4da67619a960cde6a1d2b3'
   'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
+  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
+  '6ab256347d41e63694528db9e093c0abe8ca4bc1')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
   DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
 
@@ -105,6 +107,9 @@
   # Allow ccache to work
   mv $pkgname-$_pkgbasever $pkgname
 
+  # https://bugs.winehq.org/show_bug.cgi?id=42132
+  (cd $pkgname; patch -p1 -i ../0001-winhlp32-Workaround-a-bug-in-Flex.patch)
+
   sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
 
   # Get rid of old build dirs


[arch-commits] Commit in wine-staging/repos/community-i686 (5 files)

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:18:41
  Author: felixonmars
Revision: 207588

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 207587, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 207587, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD
  wine-staging/repos/community-i686/flex-2.6.3.patch

--+
 PKGBUILD |  373 ++---
 flex-2.6.3.patch |   19 --
 2 files changed, 184 insertions(+), 208 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
207587, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-16 09:18:19 UTC (rev 207587)
+++ PKGBUILD2017-01-16 09:18:41 UTC (rev 207588)
@@ -1,189 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.0rc4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-flex-2.6.3.patch)
-sha1sums=('b2639f4b62ac83eafbb66beff46be2cba28c08a5'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  '8da80ebf00a37f85abc58770aa68fa4a00eaaf7d')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv 

[arch-commits] Commit in wine-staging/trunk (PKGBUILD flex-2.6.3.patch)

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:18:19
  Author: felixonmars
Revision: 207587

upgpkg: wine-staging 2.0rc5-1

Modified:
  wine-staging/trunk/PKGBUILD
Deleted:
  wine-staging/trunk/flex-2.6.3.patch

--+
 PKGBUILD |   13 -
 flex-2.6.3.patch |   19 ---
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:17:45 UTC (rev 207586)
+++ PKGBUILD2017-01-16 09:18:19 UTC (rev 207587)
@@ -6,17 +6,15 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=2.0rc4
+pkgver=2.0rc5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-flex-2.6.3.patch)
-sha1sums=('b2639f4b62ac83eafbb66beff46be2cba28c08a5'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  '8da80ebf00a37f85abc58770aa68fa4a00eaaf7d')
+30-win32-aliases.conf)
+sha1sums=('e9eca2bbb587968577562af5c236deabd7b5da63'
+  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"
 url="http://www.wine-staging.com;
@@ -112,9 +110,6 @@
   # Allow ccache to work
   mv wine-patched-staging-$_pkgbasever $pkgname
 
-  # https://bugs.winehq.org/show_bug.cgi?id=42132
-  (cd $pkgname; patch -p1 -i ../flex-2.6.3.patch)
-
   sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
 
   # Get rid of old build dirs

Deleted: flex-2.6.3.patch
===
--- flex-2.6.3.patch2017-01-16 09:17:45 UTC (rev 207586)
+++ flex-2.6.3.patch2017-01-16 09:18:19 UTC (rev 207587)
@@ -1,19 +0,0 @@
 a/programs/winhlp32/macro.lex.l
-+++ a/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@ 
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput noyywrap never-interactive 8bit
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif


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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:17:45
  Author: felixonmars
Revision: 207586

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

Added:
  haskell-texmath/repos/community-staging-i686/
  haskell-texmath/repos/community-staging-i686/PKGBUILD
(from rev 207585, haskell-texmath/trunk/PKGBUILD)
  haskell-texmath/repos/community-staging-x86_64/
  haskell-texmath/repos/community-staging-x86_64/PKGBUILD
(from rev 207585, haskell-texmath/trunk/PKGBUILD)

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

Copied: haskell-texmath/repos/community-staging-i686/PKGBUILD (from rev 207585, 
haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-16 09:17:45 UTC (rev 207586)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.9
+pkgrel=6
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6ee9cda09fd38b27309abf50216ae2081543c0edf939f71cc3856feca24c5f2c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
207585, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-16 09:17:45 UTC (rev 207586)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.9
+pkgrel=6
+pkgdesc="Conversion between formats used to represent mathematics."
+url="http://github.com/jgm/texmath;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-network-uri" "haskell-pandoc-types"
+ "haskell-parsec" "haskell-syb" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6ee9cda09fd38b27309abf50216ae2081543c0edf939f71cc3856feca24c5f2c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 

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

2017-01-16 Thread Felix Yan
Date: Monday, January 16, 2017 @ 09:16:52
  Author: felixonmars
Revision: 207585

upgpkg: haskell-texmath 0.9-6

rebuild with pandoc-types-1.17.0.5

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:11:48 UTC (rev 207584)
+++ PKGBUILD2017-01-16 09:16:52 UTC (rev 207585)
@@ -5,7 +5,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Conversion between formats used to represent mathematics."
 url="http://github.com/jgm/texmath;
 license=("GPL")


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

2017-01-16 Thread Gaëtan Bisson
Date: Monday, January 16, 2017 @ 09:11:48
  Author: bisson
Revision: 207584

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 09:10:43 UTC (rev 207583)
+++ community-i686/PKGBUILD 2017-01-16 09:11:48 UTC (rev 207584)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.6
-pkgrel=3
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:tree_flags:flags:g' -i git-access.c
-   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('af2faabd36a8f1d4760476c995e6e9c5836b6153')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i core/git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
core/git-access.c
+   sed 's:
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.6
-pkgrel=3
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble'
- 'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:tree_flags:flags:g' -i git-access.c
-   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
-   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('af2faabd36a8f1d4760476c995e6e9c5836b6153')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:tree_flags:flags:g' -i core/git-access.c
+   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
core/git-access.c
+   sed 's:

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

2017-01-16 Thread Gaëtan Bisson
Date: Monday, January 16, 2017 @ 09:10:43
  Author: bisson
Revision: 207583

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 09:09:07 UTC (rev 207582)
+++ PKGBUILD2017-01-16 09:10:43 UTC (rev 207583)
@@ -4,8 +4,8 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.5.6
-pkgrel=3
+pkgver=4.6.0
+pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
 license=('GPL2')
@@ -15,27 +15,30 @@
  'subsurface-libdc' 'subsurface-marble'
  'qt5-connectivity' 'grantlee')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('db74614fe66da19f8a07a375551e1ef032291b4a')
+sha1sums=('af2faabd36a8f1d4760476c995e6e9c5836b6153')
 
 prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
-   sed 's:tree_flags:flags:g' -i git-access.c
-   sed 's:GIT_MERGE_TREE_FIND_RENAMES:GIT_MERGE_FIND_RENAMES:g' -i 
git-access.c
-   sed 's:

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

2017-01-16 Thread Gaëtan Bisson
Date: Monday, January 16, 2017 @ 09:09:07
  Author: bisson
Revision: 207582

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

Added:
  subsurface-marble/repos/community-i686/PKGBUILD
(from rev 207581, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-x86_64/PKGBUILD
(from rev 207581, subsurface-marble/trunk/PKGBUILD)
Deleted:
  subsurface-marble/repos/community-i686/PKGBUILD
  subsurface-marble/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 09:08:37 UTC (rev 207581)
+++ community-i686/PKGBUILD 2017-01-16 09:09:07 UTC (rev 207582)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-marble
-_pkgname=marble-subsurface-branch
-pkgver=4.5.6
-pkgrel=1
-pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
-license=('GPL' 'LGPL' 'FDL')
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DQT5BUILD=ON \
-   -DQTONLY=ON \
-   -DBUILD_MARBLE_APPS=OFF \
-   -DBUILD_MARBLE_EXAMPLES=OFF \
-   -DBUILD_MARBLE_TESTS=OFF \
-   -DBUILD_MARBLE_TOOLS=OFF \
-   -DBUILD_TESTING=OFF \
-   -DWITH_DESIGNER_PLUGIN=OFF \
-   -DBUILD_WITH_DBUS=OFF \
-   .
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr"
-   mv include subsurface
-   install -d include
-   mv subsurface include
-rm -fr share/{appdata,icons}
-
-   # Provided by marble-data, avoids conflicts.
-   rm share/marble/cmake/FindMarble.cmake
-   rm -fr share/marble/data
-
-   # Conflicts with libastro
-   rm lib/libastro.so{,.1,.0.17.20}
-}

Copied: subsurface-marble/repos/community-i686/PKGBUILD (from rev 207581, 
subsurface-marble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 09:09:07 UTC (rev 207582)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='https://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('52c107eef0b8e7686c96df9557c36849d5ff8871')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-16 09:08:37 UTC (rev 207581)
+++ community-x86_64/PKGBUILD   2017-01-16 09:09:07 UTC (rev 207582)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-marble
-_pkgname=marble-subsurface-branch
-pkgver=4.5.6
-pkgrel=1
-pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
-license=('GPL' 'LGPL' 'FDL')
-arch=('i686' 'x86_64')
-makedepends=('cmake')

  1   2   >