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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 04:00:18
  Author: lcarlier
Revision: 215743

upgpkg: kphotoalbum 5.2-1

upstream update 5.2

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 03:26:28 UTC (rev 215742)
+++ PKGBUILD2017-03-12 04:00:18 UTC (rev 215743)
@@ -6,8 +6,8 @@
 # Contributor: chfoxli 
 
 pkgname=kphotoalbum
-pkgver=5.1
-pkgrel=2
+pkgver=5.2
+pkgrel=1
 pkgdesc="KDE Photo Album, picture collection manager"
 url="https://www.kphotoalbum.org/;
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2')
 makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 
'kdoctools' 'kparts' 'libkexiv2')
 optdepends=()
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('9c6e175090fc6de1e7d0565a88e1715496e0b1cfbdfc7a11dd4818694b8504b7')
+source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89')
 
 build() {
   mkdir build


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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 04:00:26
  Author: lcarlier
Revision: 215744

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-12 04:00:18 UTC (rev 215743)
+++ community-i686/PKGBUILD 2017-03-12 04:00:26 UTC (rev 215744)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Andrea Scarpino 
-# Contributor: Gilles CHAUVIN 
-# Contributor: Jonathan Schaeffer 
-# Contributor: chfoxli 
-
-pkgname=kphotoalbum
-pkgver=5.1
-pkgrel=2
-pkgdesc="KDE Photo Album, picture collection manager"
-url="https://www.kphotoalbum.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2')
-makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 
'kdoctools' 'kparts' 'libkexiv2')
-optdepends=()
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('9c6e175090fc6de1e7d0565a88e1715496e0b1cfbdfc7a11dd4818694b8504b7')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kphotoalbum/repos/community-i686/PKGBUILD (from rev 215743, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-12 04:00:26 UTC (rev 215744)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Gilles CHAUVIN 
+# Contributor: Jonathan Schaeffer 
+# Contributor: chfoxli 
+
+pkgname=kphotoalbum
+pkgver=5.2
+pkgrel=1
+pkgdesc="KDE Photo Album, picture collection manager"
+url="https://www.kphotoalbum.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2')
+makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 
'kdoctools' 'kparts' 'libkexiv2')
+optdepends=()
+source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-12 04:00:18 UTC (rev 215743)
+++ community-x86_64/PKGBUILD   2017-03-12 04:00:26 UTC (rev 215744)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Andrea Scarpino 
-# Contributor: Gilles CHAUVIN 
-# Contributor: Jonathan Schaeffer 
-# Contributor: chfoxli 
-
-pkgname=kphotoalbum
-pkgver=5.1
-pkgrel=2
-pkgdesc="KDE Photo Album, picture collection manager"
-url="https://www.kphotoalbum.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2')
-makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 
'kdoctools' 'kparts' 'libkexiv2')
-optdepends=()
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('9c6e175090fc6de1e7d0565a88e1715496e0b1cfbdfc7a11dd4818694b8504b7')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kphotoalbum/repos/community-x86_64/PKGBUILD (from rev 215743, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-12 04:00:26 UTC (rev 215744)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: 

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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:38:54
  Author: lcarlier
Revision: 290656

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

Added:
  libzip/repos/testing-i686/
  libzip/repos/testing-i686/PKGBUILD
(from rev 290655, libzip/trunk/PKGBUILD)
  libzip/repos/testing-x86_64/
  libzip/repos/testing-x86_64/PKGBUILD
(from rev 290655, libzip/trunk/PKGBUILD)

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

Copied: libzip/repos/testing-i686/PKGBUILD (from rev 290655, 
libzip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-12 03:38:54 UTC (rev 290656)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2a9b316d16218f1b7562d5a5e0fcbd79')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h "${pkgdir}/usr/include/zipconf.h"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: libzip/repos/testing-x86_64/PKGBUILD (from rev 290655, 
libzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-12 03:38:54 UTC (rev 290656)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libzip
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2a9b316d16218f1b7562d5a5e0fcbd79')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h "${pkgdir}/usr/include/zipconf.h"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:38:33
  Author: lcarlier
Revision: 290655

upgpkg: libzip 1.2.0-1

upstream update 1.2.0

Modified:
  libzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 00:32:06 UTC (rev 290654)
+++ PKGBUILD2017-03-12 03:38:33 UTC (rev 290655)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libzip
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="http://www.nih.at/libzip/index.html;
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('zlib')
 source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f7196e2fbae93d7e1f843aedee9bdf40')
+md5sums=('2a9b316d16218f1b7562d5a5e0fcbd79')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:26:22
  Author: lcarlier
Revision: 215741

upgpkg: lib32-sqlite 3.17.0-1

upstream update 3.17.0

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 03:19:19 UTC (rev 215740)
+++ PKGBUILD2017-03-12 03:26:22 UTC (rev 215741)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=3160200
+_srcver=317
 _docver=${_srcver}
-pkgver=3.16.2
+pkgver=3.17.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
-sha256sums=('ee77c2cc5cc4a7b0a746a1d4496f7aee0d71c558a3bbfcf8e9e0b35416910337')
+sha256sums=('86754bee6bcaf1f2a6bf4a02676eb3a43d22d4e5d8339e217424cb2be6b748c3')
 options=('!makeflags')
 
 prepare() {


[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:26:28
  Author: lcarlier
Revision: 215742

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 215741, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-12 03:26:22 UTC (rev 215741)
+++ PKGBUILD2017-03-12 03:26:28 UTC (rev 215742)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_srcver=3160200
-_docver=${_srcver}
-pkgver=3.16.2
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
-sha256sums=('ee77c2cc5cc4a7b0a746a1d4496f7aee0d71c558a3bbfcf8e9e0b35416910337')
-options=('!makeflags')
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---disable-tcl \
---disable-static
-
-  make
-}
-
-package() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 215741, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-12 03:26:28 UTC (rev 215742)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=317
+_docver=${_srcver}
+pkgver=3.17.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip)
+sha256sums=('86754bee6bcaf1f2a6bf4a02676eb3a43d22d4e5d8339e217424cb2be6b748c3')
+options=('!makeflags')
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:19:10
  Author: lcarlier
Revision: 215739

upgpkg: lib32-libtasn1 4.10-1

upstream update 4.10

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 03:15:24 UTC (rev 215738)
+++ PKGBUILD2017-03-12 03:19:10 UTC (rev 215739)
@@ -5,17 +5,17 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/libtasn1/;
+url="https://www.gnu.org/software/libtasn1/;
 depends=('lib32-glibc' ${_pkgbase})
 makedepends=('gcc-multilib')
 options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('3018d0f466a32b66dde41bb122e6cab6'
+source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('f4faffdf63969d0e4e6df43b9679e8e5'
  'SKIP')
 validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
 
@@ -30,8 +30,7 @@
   --libdir=/usr/lib32 \
   --with-packager=Archlinux \
   --with-packager-bug-reports="http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel} \
-  --disable-gcc-warnings
+  --with-packager-version=${pkgver}-${pkgrel}
   make
 }
 


[arch-commits] Commit in lib32-libtasn1/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:19:19
  Author: lcarlier
Revision: 215740

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD
(from rev 215739, lib32-libtasn1/trunk/PKGBUILD)
Deleted:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-12 03:19:10 UTC (rev 215739)
+++ PKGBUILD2017-03-12 03:19:19 UTC (rev 215740)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Florian Pritz 
-# Contributor: josephgbr 
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=4.9
-pkgrel=1
-pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/libtasn1/;
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('3018d0f466a32b66dde41bb122e6cab6'
- 'SKIP')
-validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports="http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel} \
-  --disable-gcc-warnings
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/"{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 215739, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-12 03:19:19 UTC (rev 215740)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Florian Pritz 
+# Contributor: josephgbr 
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=4.10
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url="https://www.gnu.org/software/libtasn1/;
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(https://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('f4faffdf63969d0e4e6df43b9679e8e5'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/"{bin,include,share}
+}


[arch-commits] Commit in lib32-e2fsprogs/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:15:24
  Author: lcarlier
Revision: 215738

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-e2fsprogs/repos/multilib-x86_64/PKGBUILD
(from rev 215737, lib32-e2fsprogs/trunk/PKGBUILD)
Deleted:
  lib32-e2fsprogs/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-12 03:15:17 UTC (rev 215737)
+++ PKGBUILD2017-03-12 03:15:24 UTC (rev 215738)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: mightyjaym 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=e2fsprogs
-pkgname=lib32-e2fsprogs
-pkgver=1.43.3
-pkgrel=1
-pkgdesc="Ext2 filesystem libraries (32-bit)"
-arch=('x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url="http://e2fsprogs.sourceforge.net;
-depends=('lib32-util-linux' $_pkgbasename)
-makedepends=('bc' 'gcc-multilib')
-validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

-source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha1sums=('7116ab195c411b29bb1532777b95a4e5ccad78c2'
-  'SKIP')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix="" 
--enable-elf-shlibs \
-  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-libs
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-e2fsprogs/repos/multilib-x86_64/PKGBUILD (from rev 215737, 
lib32-e2fsprogs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-12 03:15:24 UTC (rev 215738)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: mightyjaym 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.43.4
+pkgrel=1
+pkgdesc="Ext2 filesystem libraries (32-bit)"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
+sha1sums=('3073dfe3d67075d3ae68e41e78120f14a18ac9ba'
+  'SKIP')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix="" 
--enable-elf-shlibs \
+  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-libs
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:15:17
  Author: lcarlier
Revision: 215737

upgpkg: lib32-e2fsprogs 1.43.4-1

upstream update 1.43.4

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 03:11:08 UTC (rev 215736)
+++ PKGBUILD2017-03-12 03:15:17 UTC (rev 215737)
@@ -5,7 +5,7 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.43.3
+pkgver=1.43.4
 pkgrel=1
 pkgdesc="Ext2 filesystem libraries (32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('bc' 'gcc-multilib')
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha1sums=('7116ab195c411b29bb1532777b95a4e5ccad78c2'
+sha1sums=('3073dfe3d67075d3ae68e41e78120f14a18ac9ba'
   'SKIP')
 
 build() {


[arch-commits] Commit in lib32-dbus/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:11:08
  Author: lcarlier
Revision: 215736

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-dbus/repos/multilib-x86_64/PKGBUILD
(from rev 215735, lib32-dbus/trunk/PKGBUILD)
Deleted:
  lib32-dbus/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-12 03:11:01 UTC (rev 215735)
+++ PKGBUILD2017-03-12 03:11:08 UTC (rev 215736)
@@ -1,65 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru 
-
-pkgname=lib32-dbus
-_pkgbasename=dbus
-pkgver=1.10.14
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system (32-bit)"
-url="https://wiki.freedesktop.org/www/Software/dbus/;
-arch=(x86_64)
-license=(GPL custom)
-provides=(lib32-libdbus)
-conflicts=(lib32-libdbus)
-replaces=(lib32-libdbus)
-depends=(lib32-systemd dbus)
-makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
-_commit=449d6b313d2023360cf0af063cf23232901dd00b  # tags/dbus-1.10.14^0
-source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd dbus
-  git describe --tags | sed 's/^dbus-//;s/-/+/g'
-}
-
-prepare() {
-  cd dbus
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd dbus
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console/ \
-  --enable-inotify --disable-static \
-  --disable-verbose-mode --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd --enable-user-session
-  make
-}
-
-check() {
-  cd dbus
-  make check
-}
-
-package() {
-  cd dbus
-
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,include,lib,share}
-  rm -r "$pkgdir"/{etc,var}
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-dbus/repos/multilib-x86_64/PKGBUILD (from rev 215735, 
lib32-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-12 03:11:08 UTC (rev 215736)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor : Ionut Biru 
+
+pkgname=lib32-dbus
+_pkgbasename=dbus
+pkgver=1.10.16
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system (32-bit)"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(x86_64)
+license=(GPL custom)
+provides=(lib32-libdbus)
+conflicts=(lib32-libdbus)
+replaces=(lib32-libdbus)
+depends=(lib32-systemd dbus)
+makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
+_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dbus
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd dbus
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd dbus
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd dbus
+  make check
+}
+
+package() {
+  cd dbus
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,include,lib,share}
+  rm -r "$pkgdir"/{etc,var}
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-03-11 Thread Laurent Carlier
Date: Sunday, March 12, 2017 @ 03:11:01
  Author: lcarlier
Revision: 215735

upgpkg: lib32-dbus 1.10.16-1

upstream update 1.10.6

Modified:
  lib32-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 00:11:43 UTC (rev 215734)
+++ PKGBUILD2017-03-12 03:11:01 UTC (rev 215735)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-dbus
 _pkgbasename=dbus
-pkgver=1.10.14
+pkgver=1.10.16
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system (32-bit)"
 url="https://wiki.freedesktop.org/www/Software/dbus/;
@@ -14,7 +14,7 @@
 replaces=(lib32-libdbus)
 depends=(lib32-systemd dbus)
 makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
-_commit=449d6b313d2023360cf0af063cf23232901dd00b  # tags/dbus-1.10.14^0
+_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,6 +25,7 @@
 
 prepare() {
   cd dbus
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:31:35
  Author: arojas
Revision: 290653

Remove optdepends from knetattach package

Modified:
  plasma-desktop/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 00:24:12 UTC (rev 290652)
+++ PKGBUILD2017-03-12 00:31:35 UTC (rev 290653)
@@ -6,7 +6,7 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -16,13 +16,6 @@
  'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
 makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
  'libibus' 'scim' 'python' 'kdesignerplugin')
-optdepends=('plasma-nm: Network manager applet'
-'powerdevil: power management'
-'ibus: kimpanel IBUS support'
-'scim: kimpanel SCIM support'
-'discover: manage applications installation from the launcher')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
-replaces=('kcm-touchpad-frameworks')
 groups=('plasma')
 sha256sums=('351eb8d4d1b78c5a18051d7c3f7443bfa8d46dc09714d62b19a8846683b00215'
 'SKIP')


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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:32:06
  Author: arojas
Revision: 290654

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

Added:
  plasma-desktop/repos/testing-i686/PKGBUILD
(from rev 290653, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/testing-x86_64/PKGBUILD
(from rev 290653, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/testing-i686/PKGBUILD
  plasma-desktop/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  128 ++
 testing-i686/PKGBUILD   |   71 -
 testing-x86_64/PKGBUILD |   71 -
 3 files changed, 128 insertions(+), 142 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-12 00:31:35 UTC (rev 290653)
+++ testing-i686/PKGBUILD   2017-03-12 00:32:06 UTC (rev 290654)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.9.3
-pkgrel=2
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 
'appstream-qt'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
- 'libibus' 'scim' 'python' 'kdesignerplugin')
-optdepends=('plasma-nm: Network manager applet'
-'powerdevil: power management'
-'ibus: kimpanel IBUS support'
-'scim: kimpanel SCIM support'
-'discover: manage applications installation from the launcher')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
-replaces=('kcm-touchpad-frameworks')
-groups=('plasma')
-sha256sums=('351eb8d4d1b78c5a18051d7c3f7443bfa8d46dc09714d62b19a8846683b00215'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-'powerdevil: power management'
-'ibus: kimpanel IBUS support'
-'scim: kimpanel SCIM support'
-'discover: manage applications installation from the launcher')
-  conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
-  replaces=('kcm-touchpad-frameworks')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/testing-i686/PKGBUILD (from rev 290653, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-12 00:32:06 UTC (rev 290654)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.9.3
+pkgrel=3
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 
'appstream-qt'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+groups=('plasma')
+sha256sums=('351eb8d4d1b78c5a18051d7c3f7443bfa8d46dc09714d62b19a8846683b00215'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # 

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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:24:12
  Author: arojas
Revision: 290652

Remove no longer needed plasma-desktop optdepend

Modified:
  dolphin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 00:23:26 UTC (rev 290651)
+++ PKGBUILD2017-03-12 00:24:12 UTC (rev 290652)
@@ -14,8 +14,7 @@
 depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
 makedepends=(extra-cmake-modules kdoctools python)
 optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
 conflicts=('kdebase-dolphin<15.08')
 replaces=(kdebase-dolphin)
 groups=(kde-applications kdebase)


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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:23:26
  Author: arojas
Revision: 290651

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

Added:
  kio/repos/testing-i686/PKGBUILD
(from rev 290650, kio/trunk/PKGBUILD)
  kio/repos/testing-x86_64/PKGBUILD
(from rev 290650, kio/trunk/PKGBUILD)
Deleted:
  kio/repos/testing-i686/PKGBUILD
  kio/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-12 00:23:05 UTC (rev 290650)
+++ testing-i686/PKGBUILD   2017-03-12 00:23:26 UTC (rev 290651)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio
-pkgver=5.32.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('364adf30d1df6f52d5960061d4c21e91519dfa8674ae95fa01144805a800aaa5'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kio/repos/testing-i686/PKGBUILD (from rev 290650, kio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-12 00:23:26 UTC (rev 290651)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.32.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave'
+'knetattach: to add new kio-remote entries')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('364adf30d1df6f52d5960061d4c21e91519dfa8674ae95fa01144805a800aaa5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-03-12 00:23:05 UTC (rev 290650)
+++ testing-x86_64/PKGBUILD 2017-03-12 00:23:26 UTC (rev 290651)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio
-pkgver=5.32.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('364adf30d1df6f52d5960061d4c21e91519dfa8674ae95fa01144805a800aaa5'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
-

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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:23:05
  Author: arojas
Revision: 290650

Add knetattach optdepend

Modified:
  kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 00:14:23 UTC (rev 290649)
+++ PKGBUILD2017-03-12 00:23:05 UTC (rev 290650)
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -11,7 +11,8 @@
 license=('LGPL')
 depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave'
+'knetattach: to add new kio-remote entries')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 sha256sums=('364adf30d1df6f52d5960061d4c21e91519dfa8674ae95fa01144805a800aaa5'


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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:14:23
  Author: arojas
Revision: 290649

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

Added:
  plasma-desktop/repos/testing-i686/
  plasma-desktop/repos/testing-i686/PKGBUILD
(from rev 290648, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/testing-x86_64/
  plasma-desktop/repos/testing-x86_64/PKGBUILD
(from rev 290648, plasma-desktop/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   71 ++
 testing-x86_64/PKGBUILD |   71 ++
 2 files changed, 142 insertions(+)

Copied: plasma-desktop/repos/testing-i686/PKGBUILD (from rev 290648, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-12 00:14:23 UTC (rev 290649)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.9.3
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 
'appstream-qt'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+optdepends=('plasma-nm: Network manager applet'
+'powerdevil: power management'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support'
+'discover: manage applications installation from the launcher')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
+replaces=('kcm-touchpad-frameworks')
+groups=('plasma')
+sha256sums=('351eb8d4d1b78c5a18051d7c3f7443bfa8d46dc09714d62b19a8846683b00215'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+'powerdevil: power management'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support'
+'discover: manage applications installation from the launcher')
+  conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
+  replaces=('kcm-touchpad-frameworks')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
+}
+
+package_knetattach() {
+  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
+  depends=(kdelibs4support)
+
+  cd build/knetattach
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-desktop/repos/testing-x86_64/PKGBUILD (from rev 290648, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-12 00:14:23 UTC (rev 290649)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.9.3
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 
'appstream-qt'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+optdepends=('plasma-nm: Network manager applet'
+'powerdevil: power management'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support'
+

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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:13:55
  Author: arojas
Revision: 290648

Split knetattach

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 00:05:08 UTC (rev 290647)
+++ PKGBUILD2017-03-12 00:13:55 UTC (rev 290648)
@@ -3,9 +3,10 @@
 # Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 
-pkgname=plasma-desktop
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
 pkgver=5.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -44,7 +45,27 @@
   make
 }
 
-package() {
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+'powerdevil: power management'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support'
+'discover: manage applications installation from the launcher')
+  conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
+  replaces=('kcm-touchpad-frameworks')
+
   cd build
   make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
 }
+
+package_knetattach() {
+  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
+  depends=(kdelibs4support)
+
+  cd build/knetattach
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-11 Thread Alexander Rødseth
Date: Sunday, March 12, 2017 @ 00:11:43
  Author: arodseth
Revision: 215734

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

Added:
  wings3d/repos/community-i686/PKGBUILD
(from rev 215733, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-i686/wings3d.sh
(from rev 215733, wings3d/trunk/wings3d.sh)
  wings3d/repos/community-x86_64/PKGBUILD
(from rev 215733, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.sh
(from rev 215733, wings3d/trunk/wings3d.sh)
Deleted:
  wings3d/repos/community-i686/PKGBUILD
  wings3d/repos/community-i686/wings3d.sh
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.sh

-+
 /PKGBUILD   |  106 ++
 /wings3d.sh |4 +
 community-i686/PKGBUILD |   52 
 community-i686/wings3d.sh   |2 
 community-x86_64/PKGBUILD   |   52 
 community-x86_64/wings3d.sh |2 
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-12 00:10:20 UTC (rev 215733)
+++ community-i686/PKGBUILD 2017-03-12 00:11:43 UTC (rev 215734)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: kappa 
-
-pkgname=wings3d
-_pkgname=wings
-pkgver=1.5.4
-pkgrel=2
-pkgdesc='3D modeling program'
-arch=('x86_64' 'i686')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
-makedepends=('gendesk' 'imagemagick')
-optdepends=('povray: rendering support via POV-Ray')
-source=("http://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
-"$pkgname.sh")
-sha256sums=('bd04ca1c1237f3a6f29ce3f653015e21142b849b338a3d1ab8633e3c6bcde663'
-'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e')
-
-prepare() {
-  gendesk -f -n \
---pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
---genericname '3D Modeler' --categories 'Graphics;3DGraphics'
-
-  convert "$_pkgname-$pkgver/win32/wings.ico" "$pkgname.png"
-
-  # Path fix for building wpc_lwo
-  ln -s "$srcdir/$_pkgname-$pkgver" \
-"$_pkgname-$pkgver/plugins_src/import_export/wings"
-}
-
-build() {
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make -C "$_pkgname-$pkgver" all lang
-}
-
-package() {
-  install -Dm644 "$pkgname-3.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/lib/$pkgname"
-
-  cd "$_pkgname-$pkgver"
-  for subdir in ebin fonts patches plugins shaders textures; do
-cp -r "$srcdir/$_pkgname-$pkgver/$subdir/" "$pkgdir/usr/lib/$pkgname"
-  done
-}
-
-# getver: wings3d.com/?page_id=84
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-i686/PKGBUILD (from rev 215733, 
wings3d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-12 00:11:43 UTC (rev 215734)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: kappa 
+
+pkgname=wings3d
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='3D modeling program'
+arch=('x86_64' 'i686')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
+makedepends=('gendesk' 'imagemagick')
+optdepends=('povray: rendering support via POV-Ray')
+source=("http://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
+"$pkgname.sh")
+sha256sums=('f0f03cfe9f0ee0ee6c734a2b7e50410d5f21238441cb1f34422b0ecde25b582c'
+'9f91da23a91bd5808a4f3ce38472e262706f648804628648703ad3695df22e27')
+
+prepare() {
+  gendesk -f -n \
+--pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
+--genericname '3D Modeler' --categories 'Graphics;3DGraphics'
+
+  convert "${pkgname%3d}-$pkgver/win32/wings.ico" "$pkgname.png"
+
+  # Path fix for building wpc_lwo
+  ln -s "$srcdir/${pkgname%3d}-$pkgver" \
+"${pkgname%3d}-$pkgver/plugins_src/import_export/wings"
+  ln -s "$srcdir/${pkgname%3d}-$pkgver" "$srcdir/wings"
+}
+
+build() {
+  export ESDL_PATH="$(echo /usr/lib/erlang/lib/esdl-*)"
+  export ERL_LIBS="$srcdir"
+  make -C "${pkgname%3d}-$pkgver" all lang
+}
+
+package() {
+  install -Dm644 "$pkgname-3.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/lib/$pkgname"
+
+  cd "${pkgname%3d}-$pkgver"
+  for subdir in e3d ebin icons plugins psd 

[arch-commits] Commit in wings3d/trunk (PKGBUILD wings3d.sh)

2017-03-11 Thread Alexander Rødseth
Date: Sunday, March 12, 2017 @ 00:10:20
  Author: arodseth
Revision: 215733

upgpkg: wings3d 2.1.5-1

Modified:
  wings3d/trunk/PKGBUILD
  wings3d/trunk/wings3d.sh

+
 PKGBUILD   |   27 ++-
 wings3d.sh |2 +-
 2 files changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 22:07:52 UTC (rev 215732)
+++ PKGBUILD2017-03-12 00:10:20 UTC (rev 215733)
@@ -3,9 +3,8 @@
 # Contributor: kappa 
 
 pkgname=wings3d
-_pkgname=wings
-pkgver=1.5.4
-pkgrel=2
+pkgver=2.1.5
+pkgrel=1
 pkgdesc='3D modeling program'
 arch=('x86_64' 'i686')
 url='http://www.wings3d.com/'
@@ -15,8 +14,8 @@
 optdepends=('povray: rendering support via POV-Ray')
 
source=("http://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2;
 "$pkgname.sh")
-sha256sums=('bd04ca1c1237f3a6f29ce3f653015e21142b849b338a3d1ab8633e3c6bcde663'
-'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e')
+sha256sums=('f0f03cfe9f0ee0ee6c734a2b7e50410d5f21238441cb1f34422b0ecde25b582c'
+'9f91da23a91bd5808a4f3ce38472e262706f648804628648703ad3695df22e27')
 
 prepare() {
   gendesk -f -n \
@@ -23,16 +22,18 @@
 --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
 --genericname '3D Modeler' --categories 'Graphics;3DGraphics'
 
-  convert "$_pkgname-$pkgver/win32/wings.ico" "$pkgname.png"
+  convert "${pkgname%3d}-$pkgver/win32/wings.ico" "$pkgname.png"
 
   # Path fix for building wpc_lwo
-  ln -s "$srcdir/$_pkgname-$pkgver" \
-"$_pkgname-$pkgver/plugins_src/import_export/wings"
+  ln -s "$srcdir/${pkgname%3d}-$pkgver" \
+"${pkgname%3d}-$pkgver/plugins_src/import_export/wings"
+  ln -s "$srcdir/${pkgname%3d}-$pkgver" "$srcdir/wings"
 }
 
 build() {
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make -C "$_pkgname-$pkgver" all lang
+  export ESDL_PATH="$(echo /usr/lib/erlang/lib/esdl-*)"
+  export ERL_LIBS="$srcdir"
+  make -C "${pkgname%3d}-$pkgver" all lang
 }
 
 package() {
@@ -42,9 +43,9 @@
   install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
   install -d "$pkgdir/usr/lib/$pkgname"
 
-  cd "$_pkgname-$pkgver"
-  for subdir in ebin fonts patches plugins shaders textures; do
-cp -r "$srcdir/$_pkgname-$pkgver/$subdir/" "$pkgdir/usr/lib/$pkgname"
+  cd "${pkgname%3d}-$pkgver"
+  for subdir in e3d ebin icons plugins psd shaders src textures tools; do
+cp -r "$srcdir/${pkgname%3d}-$pkgver/$subdir/" "$pkgdir/usr/lib/$pkgname"
   done
 }
 

Modified: wings3d.sh
===
--- wings3d.sh  2017-03-11 22:07:52 UTC (rev 215732)
+++ wings3d.sh  2017-03-12 00:10:20 UTC (rev 215733)
@@ -1,2 +1,2 @@
 #!/bin/sh
-erl -noinput -smp disable -pa /usr/lib/erlang/lib/esdl-*/ebin 
/usr/lib/wings3d/ebin -run wings_start start_halt ${1+"$@"}
+erl -noinput -smp -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin 
-run wings_start start_halt ${1+"$@"}


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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:05:08
  Author: arojas
Revision: 290647

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 290646, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 290646, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 290646, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 290646, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-12 00:04:32 UTC (rev 290646)
+++ extra-i686/PKGBUILD 2017-03-12 00:05:08 UTC (rev 290647)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('486e38711faa42ddaea5c49cf98a77cec37cf6aa'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   

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

2017-03-11 Thread Antonio Rojas
Date: Sunday, March 12, 2017 @ 00:04:32
  Author: arojas
Revision: 290646

Update to 6.9.8.0

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 23:37:15 UTC (rev 290645)
+++ PKGBUILD2017-03-12 00:04:32 UTC (rev 290646)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.10
+pkgver=6.9.8.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('486e38711faa42ddaea5c49cf98a77cec37cf6aa'
+sha1sums=('613cc1502edc9ffde43f80887776cc3fcc1fac71'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2017-03-11 Thread Antonio Rojas
Date: Saturday, March 11, 2017 @ 23:37:15
  Author: arojas
Revision: 290645

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

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

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-03-11 23:36:43 UTC (rev 290644)
+++ staging-i686/PKGBUILD   2017-03-11 23:37:15 UTC (rev 290645)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktexteditor
-pkgver=5.31.0
-pkgrel=2
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kparts' 'libgit2' 'syntax-highlighting')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('966e1c687b670c07aebe3c773f984a4e9ff70562cce798d9be967c4439eb2a25'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-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: ktexteditor/repos/staging-i686/PKGBUILD (from rev 290644, 
ktexteditor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-11 23:37:15 UTC (rev 290645)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.32.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'libgit2' 'syntax-highlighting')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('fc4951138802455f5df773a918d725162febcf0e650d888b66d50c3726e2cbeb'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2017-03-11 23:36:43 UTC (rev 290644)
+++ staging-x86_64/PKGBUILD 2017-03-11 23:37:15 UTC (rev 290645)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktexteditor
-pkgver=5.31.0
-pkgrel=2
-pkgdesc='Advanced embeddable text editor'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kparts' 'libgit2' 'syntax-highlighting')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('966e1c687b670c07aebe3c773f984a4e9ff70562cce798d9be967c4439eb2a25'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-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: ktexteditor/repos/staging-x86_64/PKGBUILD (from rev 290644, 
ktexteditor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-11 23:37:15 UTC (rev 290645)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.32.0
+pkgrel=2

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

2017-03-11 Thread Antonio Rojas
Date: Saturday, March 11, 2017 @ 23:36:43
  Author: arojas
Revision: 290644

libgit2 0.25 rebuild

Modified:
  ktexteditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 23:05:54 UTC (rev 290643)
+++ PKGBUILD2017-03-11 23:36:43 UTC (rev 290644)
@@ -4,7 +4,7 @@
 
 pkgname=ktexteditor
 pkgver=5.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'


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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 23:05:54
  Author: jgc
Revision: 290643

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

Added:
  sbsigntools/repos/staging-i686/
  
sbsigntools/repos/staging-i686/0001-sbsigntools-fix-autogen.sh-for-build-service.patch
(from rev 290642, 
sbsigntools/trunk/0001-sbsigntools-fix-autogen.sh-for-build-service.patch)
  sbsigntools/repos/staging-i686/PKGBUILD
(from rev 290642, sbsigntools/trunk/PKGBUILD)
  
sbsigntools/repos/staging-i686/update-openssl-api-usage-to-support-openssl-1.1.patch
(from rev 290642, 
sbsigntools/trunk/update-openssl-api-usage-to-support-openssl-1.1.patch)
  sbsigntools/repos/staging-x86_64/
  
sbsigntools/repos/staging-x86_64/0001-sbsigntools-fix-autogen.sh-for-build-service.patch
(from rev 290642, 
sbsigntools/trunk/0001-sbsigntools-fix-autogen.sh-for-build-service.patch)
  sbsigntools/repos/staging-x86_64/PKGBUILD
(from rev 290642, sbsigntools/trunk/PKGBUILD)
  
sbsigntools/repos/staging-x86_64/update-openssl-api-usage-to-support-openssl-1.1.patch
(from rev 290642, 
sbsigntools/trunk/update-openssl-api-usage-to-support-openssl-1.1.patch)

+
 staging-i686/0001-sbsigntools-fix-autogen.sh-for-build-service.patch   |  277 
++
 staging-i686/PKGBUILD  |   47 +
 staging-i686/update-openssl-api-usage-to-support-openssl-1.1.patch |  143 
+
 staging-x86_64/0001-sbsigntools-fix-autogen.sh-for-build-service.patch |  277 
++
 staging-x86_64/PKGBUILD|   47 +
 staging-x86_64/update-openssl-api-usage-to-support-openssl-1.1.patch   |  143 
+
 6 files changed, 934 insertions(+)

Copied: 
sbsigntools/repos/staging-i686/0001-sbsigntools-fix-autogen.sh-for-build-service.patch
 (from rev 290642, 
sbsigntools/trunk/0001-sbsigntools-fix-autogen.sh-for-build-service.patch)
===
--- staging-i686/0001-sbsigntools-fix-autogen.sh-for-build-service.patch
(rev 0)
+++ staging-i686/0001-sbsigntools-fix-autogen.sh-for-build-service.patch
2017-03-11 23:05:54 UTC (rev 290643)
@@ -0,0 +1,277 @@
+From c8c7e1ba97d15433247bcf87e88485cf7c6b7cc3 Mon Sep 17 00:00:00 2001
+From: James Bottomley 
+Date: Tue, 26 Jun 2012 09:49:05 +0100
+Subject: sbsigntools: fix autogen.sh for build service
+
+---
+ AUTHORS|   4 ++
+ ChangeLog  | 224 +
+ autogen.sh |  10 ---
+ 3 files changed, 228 insertions(+), 10 deletions(-)
+ create mode 100644 AUTHORS
+ create mode 100644 ChangeLog
+
+diff --git a/AUTHORS b/AUTHORS
+new file mode 100644
+index 000..3eaa355
+--- /dev/null
 b/AUTHORS
+@@ -0,0 +1,4 @@
++  Adam Conrad
++  Ivan Hu
++  James Bottomley
++  Jeremy Kerr
+diff --git a/ChangeLog b/ChangeLog
+new file mode 100644
+index 000..d5d5ea6
+--- /dev/null
 b/ChangeLog
+@@ -0,0 +1,224 @@
++2012-06-20 c07dfb9 Ivan Hu 
++
++  * configure: Add check for bfh.h
++
++2012-06-19 5e07c4e Ivan Hu 
++
++  * tests: Add a test to check invalid PKCS7 signature attaching
++
++2012-06-19 bfb778e Ivan Hu 
++
++  * sbattach: Check that attached signatures are valid PKCS7 data
++
++2012-06-14 bf6df84 Jeremy Kerr 
++
++  * sbverify: Use a variable for image filename
++
++2012-06-13 9b7f7fb Jeremy Kerr 
++
++  * image: Unconditionally parse PE/COFF data
++
++2012-06-13 128f1c1 Jeremy Kerr 
++
++  * sbverify: Check for failed image load
++
++2012-06-13 b48e256 Jeremy Kerr 
++
++  * tests: Add tests for missing image, cert & key files
++
++2012-06-13 0af5e01 Jeremy Kerr 
++
++  * tests: Execute tests in a clean (temporary) directory
++
++2012-06-13 8716e88 Jeremy Kerr 
++
++  * tests: Use COMPILE.S for assembing test object
++
++2012-06-13 807f0e6 Jeremy Kerr 
++
++  * Version 0.2
++
++2012-06-13 7c2d8bb Jeremy Kerr 
++
++  * docs: Add simple manpage for sbattach
++
++2012-06-13 deb9211 Jeremy Kerr 
++
++  * automake: Clean generated man files
++
++2012-06-13 3cde1e4 Jeremy Kerr 
++
++  * tests: Add a few simple tests
++
++2012-06-13 cc881c2 Jeremy Kerr 
++
++  * Remove unused test.c file
++
++2012-06-12 4c79e3a Jeremy Kerr 
++
++  * sbattach: Add too to manage detached signatures
++
++2012-06-12 564f5bc Jeremy Kerr 
++
++  * image: Add facility to write unsigned images
++
++2012-06-11 a07b8d2 Jeremy Kerr 
++
++  * sbsign,sbverify: Update 

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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 23:05:49
  Author: jgc
Revision: 290642

upgpkg: sbsigntools 0.8-2

Added:
  sbsigntools/trunk/update-openssl-api-usage-to-support-openssl-1.1.patch
Modified:
  sbsigntools/trunk/PKGBUILD

---+
 PKGBUILD  |9 -
 update-openssl-api-usage-to-support-openssl-1.1.patch |  143 
 2 files changed, 149 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 22:57:50 UTC (rev 290641)
+++ PKGBUILD2017-03-11 23:05:49 UTC (rev 290642)
@@ -5,7 +5,7 @@
 
 pkgname="sbsigntools"
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools to add signatures to EFI binaries and Drivers"
 arch=('x86_64' 'i686')
 url="https://build.opensuse.org/package/show/home:jejb1:UEFI/sbsigntools;
@@ -14,14 +14,17 @@
 depends=('libutil-linux' 'openssl')
 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git#tag=v${pkgver};
"git://git.ozlabs.org/~ccan/ccan"
-   "0001-sbsigntools-fix-autogen.sh-for-build-service.patch")
+   "0001-sbsigntools-fix-autogen.sh-for-build-service.patch"
+update-openssl-api-usage-to-support-openssl-1.1.patch)
 sha256sums=('SKIP'
 'SKIP'
-'9085ad181f67ac911918864783a9804af456d33c4631659e6acaaa27987786d7')
+'9085ad181f67ac911918864783a9804af456d33c4631659e6acaaa27987786d7'
+'c48939a573c12f798e111921ac19ddf22c6e0cdfdc82dbb0b06c975d14a61341')
 
 prepare() {
cd "${srcdir}/${pkgname}"
patch -p1 -i 
"${srcdir}/0001-sbsigntools-fix-autogen.sh-for-build-service.patch"
+   patch -p1 -i ../update-openssl-api-usage-to-support-openssl-1.1.patch
 
git submodule init
git config submodule."lib/ccan.git".url "${srcdir}/ccan"

Added: update-openssl-api-usage-to-support-openssl-1.1.patch
===
--- update-openssl-api-usage-to-support-openssl-1.1.patch   
(rev 0)
+++ update-openssl-api-usage-to-support-openssl-1.1.patch   2017-03-11 
23:05:49 UTC (rev 290642)
@@ -0,0 +1,143 @@
+Author: Ben Hutchings 
+Date: Sun, 26 Jun 2016 22:04:29 +0200
+Description: Update OpenSSL API usage to support OpenSSL 1.1
+ Most structure definitions in OpenSSL are now opaque and we must call
+ the appropriate accessor functions to get information from them.
+ Not all the accessors are available in older versions, so define the
+ missing accessors as macros.
+ .
+ The X509_retrieve_match() function is no longer usable, as we cannot
+ initialise an X509_OBJECT ourselves.  Instead, iterate over the
+ certificate store and use X509_OBJECT_get_type and X509_cmp to
+ compare certificates.
+
+--- a/src/sbverify.c
 b/src/sbverify.c
+@@ -55,6 +55,14 @@
+ #include 
+ #include 
+ 
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++#define X509_OBJECT_get0_X509(obj) ((obj)->data.x509)
++#define X509_OBJECT_get_type(obj) ((obj)->type)
++#define X509_STORE_CTX_get0_cert(ctx) ((ctx)->cert)
++#define X509_STORE_get0_objects(certs) ((certs)->objs)
++#define X509_get_extended_key_usage(cert) ((cert)->ex_xkusage)
++#endif
++
+ static const char *toolname = "sbverify";
+ static const int cert_name_len = 160;
+ 
+@@ -123,9 +131,9 @@ static void print_signature_info(PKCS7 *
+ 
+   for (i = 0; i < sk_X509_num(p7->d.sign->cert); i++) {
+   cert = sk_X509_value(p7->d.sign->cert, i);
+-  X509_NAME_oneline(cert->cert_info->subject,
++  X509_NAME_oneline(X509_get_subject_name(cert),
+   subject_name, cert_name_len);
+-  X509_NAME_oneline(cert->cert_info->issuer,
++  X509_NAME_oneline(X509_get_issuer_name(cert),
+   issuer_name, cert_name_len);
+ 
+   printf(" - subject: %s\n", subject_name);
+@@ -136,20 +144,26 @@ static void print_signature_info(PKCS7 *
+ static void print_certificate_store_certs(X509_STORE *certs)
+ {
+   char subject_name[cert_name_len + 1], issuer_name[cert_name_len + 1];
++  STACK_OF(X509_OBJECT) *objs;
+   X509_OBJECT *obj;
++  X509 *cert;
+   int i;
+ 
+   printf("certificate store:\n");
+ 
+-  for (i = 0; i < sk_X509_OBJECT_num(certs->objs); i++) {
+-  obj = sk_X509_OBJECT_value(certs->objs, i);
++  objs = X509_STORE_get0_objects(certs);
++
++  for (i = 0; i < sk_X509_OBJECT_num(objs); i++) {
++  obj = sk_X509_OBJECT_value(objs, i);
+ 
+-  if (obj->type != X509_LU_X509)
++  if (X509_OBJECT_get_type(obj) != X509_LU_X509)
+   continue;
+ 
+-  X509_NAME_oneline(obj->data.x509->cert_info->subject,
++  cert = X509_OBJECT_get0_X509(obj);
++
++  X509_NAME_oneline(X509_get_subject_name(cert),
+   

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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:57:50
  Author: jgc
Revision: 290641

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

Added:
  openslp/repos/staging-i686/
  openslp/repos/staging-i686/PKGBUILD
(from rev 290640, openslp/trunk/PKGBUILD)
  openslp/repos/staging-i686/openslp-2.0.0-null-pointer-deref.patch
(from rev 290640, openslp/trunk/openslp-2.0.0-null-pointer-deref.patch)
  openslp/repos/staging-i686/openslp-2.0.0-openssl-1.1-fix.patch
(from rev 290640, openslp/trunk/openslp-2.0.0-openssl-1.1-fix.patch)
  openslp/repos/staging-i686/openslp.service
(from rev 290640, openslp/trunk/openslp.service)
  openslp/repos/staging-x86_64/
  openslp/repos/staging-x86_64/PKGBUILD
(from rev 290640, openslp/trunk/PKGBUILD)
  openslp/repos/staging-x86_64/openslp-2.0.0-null-pointer-deref.patch
(from rev 290640, openslp/trunk/openslp-2.0.0-null-pointer-deref.patch)
  openslp/repos/staging-x86_64/openslp-2.0.0-openssl-1.1-fix.patch
(from rev 290640, openslp/trunk/openslp-2.0.0-openssl-1.1-fix.patch)
  openslp/repos/staging-x86_64/openslp.service
(from rev 290640, openslp/trunk/openslp.service)

---+
 staging-i686/PKGBUILD |   51 
 staging-i686/openslp-2.0.0-null-pointer-deref.patch   |   12 +++
 staging-i686/openslp-2.0.0-openssl-1.1-fix.patch  |   25 +++
 staging-i686/openslp.service  |   11 +++
 staging-x86_64/PKGBUILD   |   51 
 staging-x86_64/openslp-2.0.0-null-pointer-deref.patch |   12 +++
 staging-x86_64/openslp-2.0.0-openssl-1.1-fix.patch|   25 +++
 staging-x86_64/openslp.service|   11 +++
 8 files changed, 198 insertions(+)

Copied: openslp/repos/staging-i686/PKGBUILD (from rev 290640, 
openslp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-11 22:57:50 UTC (rev 290641)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=openslp
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Open-source implementation of Service Location Protocol"
+arch=('i686' 'x86_64')
+url="http://www.openslp.org;
+license=('BSD')
+depends=('bash' 'openssl')
+makedepends=('doxygen')
+backup=('etc/slp.conf' 'etc/slp.reg' 'etc/slp.spi')
+options=(!makeflags)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+openslp.service
+openslp-2.0.0-null-pointer-deref.patch
+openslp-2.0.0-openssl-1.1-fix.patch)
+sha256sums=('924337a2a8e5be043ebaea2a78365c7427ac6e9cee24610a0780808b2ba7579b'
+'8bba465806891a5df4702ab25866bd43258a6b0370b6e0941d188568ef82bdb9'
+'da639ca50ea3e7eeb747505171bc7678a444b6755a7068b0cd294cc87f1ebdbe'
+'bf38f7a251ff41582c17451af185a964d1ed235d0f2ff294e1d2761da17ab078')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|$(datadir)/doc|$(docdir)|' doc/Makefile.in
+  patch -Np1 -i ../openslp-2.0.0-null-pointer-deref.patch
+  patch -Np1 -i ../openslp-2.0.0-openssl-1.1-fix.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--docdir=/usr/share/doc/openslp-${pkgver} \
+--enable-slpv1 \
+--enable-slpv2-security # service would fail to start without this
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" INSTALL_DATA="cp -r" install-docs
+  rm "${pkgdir}/usr/share/doc/openslp-${pkgver}/openslp-doxy-${pkgver}.tar.gz"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "${srcdir}/openslp.service" 
"${pkgdir}/usr/lib/systemd/system/openslp.service"
+}

Copied: openslp/repos/staging-i686/openslp-2.0.0-null-pointer-deref.patch (from 
rev 290640, openslp/trunk/openslp-2.0.0-null-pointer-deref.patch)
===
--- staging-i686/openslp-2.0.0-null-pointer-deref.patch 
(rev 0)
+++ staging-i686/openslp-2.0.0-null-pointer-deref.patch 2017-03-11 22:57:50 UTC 
(rev 290641)
@@ -0,0 +1,12 @@
+diff -up openslp-2.0.0/common/slp_xmalloc.c.orig 
openslp-2.0.0/common/slp_xmalloc.c
+--- openslp-2.0.0/common/slp_xmalloc.c.orig2012-12-07 01:52:08.0 
+0100
 openslp-2.0.0/common/slp_xmalloc.c 2016-05-23 12:58:57.953532979 +0200
+@@ -203,6 +203,8 @@ void * _xrealloc(const char * file, int
+   if (x->size != size)
+   {
+  newptr = _xmalloc(file, line, size);
++ if (newptr == 0)
++return 0;
+  memcpy(newptr, ptr, x->size);
+  _xfree(file, line, x);
+   }

Copied: 

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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:57:45
  Author: jgc
Revision: 290640

upgpkg: openslp 2.0.0-2

Added:
  openslp/trunk/openslp-2.0.0-null-pointer-deref.patch
  openslp/trunk/openslp-2.0.0-openssl-1.1-fix.patch
Modified:
  openslp/trunk/PKGBUILD

+
 PKGBUILD   |   21 ++---
 openslp-2.0.0-null-pointer-deref.patch |   12 
 openslp-2.0.0-openssl-1.1-fix.patch|   25 +
 3 files changed, 51 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 22:42:50 UTC (rev 290639)
+++ PKGBUILD2017-03-11 22:57:45 UTC (rev 290640)
@@ -3,7 +3,7 @@
 
 pkgname=openslp
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source implementation of Service Location Protocol"
 arch=('i686' 'x86_64')
 url="http://www.openslp.org;
@@ -12,14 +12,20 @@
 makedepends=('doxygen')
 backup=('etc/slp.conf' 'etc/slp.reg' 'etc/slp.spi')
 options=(!makeflags)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-
#https://github.com/lunar-linux/moonbase-other/commit/ae74b5873e639d50db0a563d2424114a530c01ae
-openslp.service)
-md5sums=('18cf7940bcc444e32592cf34e84f833f'
- '90eea4426492287ebfc01b2056a3ef9d')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+openslp.service
+openslp-2.0.0-null-pointer-deref.patch
+openslp-2.0.0-openssl-1.1-fix.patch)
+sha256sums=('924337a2a8e5be043ebaea2a78365c7427ac6e9cee24610a0780808b2ba7579b'
+'8bba465806891a5df4702ab25866bd43258a6b0370b6e0941d188568ef82bdb9'
+'da639ca50ea3e7eeb747505171bc7678a444b6755a7068b0cd294cc87f1ebdbe'
+'bf38f7a251ff41582c17451af185a964d1ed235d0f2ff294e1d2761da17ab078')
 
 prepare() {
-  sed -i 's|$(datadir)/doc|$(docdir)|' ${pkgname}-${pkgver}/doc/Makefile.in
+  cd $pkgname-$pkgver
+  sed -i 's|$(datadir)/doc|$(docdir)|' doc/Makefile.in
+  patch -Np1 -i ../openslp-2.0.0-null-pointer-deref.patch
+  patch -Np1 -i ../openslp-2.0.0-openssl-1.1-fix.patch
 }
 
 build() {
@@ -31,6 +37,7 @@
 --docdir=/usr/share/doc/openslp-${pkgver} \
 --enable-slpv1 \
 --enable-slpv2-security # service would fail to start without this
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: openslp-2.0.0-null-pointer-deref.patch
===
--- openslp-2.0.0-null-pointer-deref.patch  (rev 0)
+++ openslp-2.0.0-null-pointer-deref.patch  2017-03-11 22:57:45 UTC (rev 
290640)
@@ -0,0 +1,12 @@
+diff -up openslp-2.0.0/common/slp_xmalloc.c.orig 
openslp-2.0.0/common/slp_xmalloc.c
+--- openslp-2.0.0/common/slp_xmalloc.c.orig2012-12-07 01:52:08.0 
+0100
 openslp-2.0.0/common/slp_xmalloc.c 2016-05-23 12:58:57.953532979 +0200
+@@ -203,6 +203,8 @@ void * _xrealloc(const char * file, int
+   if (x->size != size)
+   {
+  newptr = _xmalloc(file, line, size);
++ if (newptr == 0)
++return 0;
+  memcpy(newptr, ptr, x->size);
+  _xfree(file, line, x);
+   }

Added: openslp-2.0.0-openssl-1.1-fix.patch
===
--- openslp-2.0.0-openssl-1.1-fix.patch (rev 0)
+++ openslp-2.0.0-openssl-1.1-fix.patch 2017-03-11 22:57:45 UTC (rev 290640)
@@ -0,0 +1,25 @@
+diff -up openslp-2.0.0/common/slp_crypto.c.orig 
openslp-2.0.0/common/slp_crypto.c
+--- openslp-2.0.0/common/slp_crypto.c.orig 2012-12-07 21:13:28.0 
+0100
 openslp-2.0.0/common/slp_crypto.c  2017-02-22 11:16:11.620835724 +0100
+@@ -88,11 +88,16 @@ SLPCryptoDSAKey * SLPCryptoDSAKeyDup(SLP
+result =  DSA_new();
+if (result)
+{
+-  result->p = BN_dup(dsa->p);
+-  result->q = BN_dup(dsa->q);
+-  result->g = BN_dup(dsa->g);
+-  result->priv_key = BN_dup(dsa->priv_key);
+-  result->pub_key = BN_dup(dsa->pub_key);
++  const BIGNUM *p, *q, *g;
++  const BIGNUM *priv_key, *pub_key;
++
++  DSA_get0_pqg(dsa, , , );
++  DSA_get0_key(dsa, _key, _key);
++
++  /* would be nice to check return values,
++   * but original code didn't do that either... */
++  DSA_set0_pqg(result, BN_dup(p), BN_dup(q), BN_dup(g));
++  DSA_set0_key(result, BN_dup(pub_key), BN_dup(priv_key));
+}
+return result;
+ }


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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:42:50
  Author: jgc
Revision: 290639

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

Added:
  fetchmail/repos/staging-i686/
  fetchmail/repos/staging-i686/PKGBUILD
(from rev 290638, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/staging-i686/disable-sslv3.patch
(from rev 290638, fetchmail/trunk/disable-sslv3.patch)
  fetchmail/repos/staging-i686/fetchmail.service
(from rev 290638, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/staging-i686/fetchmail.sysusers
(from rev 290638, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/staging-i686/fetchmail.tmpfiles
(from rev 290638, fetchmail/trunk/fetchmail.tmpfiles)
  fetchmail/repos/staging-x86_64/
  fetchmail/repos/staging-x86_64/PKGBUILD
(from rev 290638, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/staging-x86_64/disable-sslv3.patch
(from rev 290638, fetchmail/trunk/disable-sslv3.patch)
  fetchmail/repos/staging-x86_64/fetchmail.service
(from rev 290638, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/staging-x86_64/fetchmail.sysusers
(from rev 290638, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/staging-x86_64/fetchmail.tmpfiles
(from rev 290638, fetchmail/trunk/fetchmail.tmpfiles)

+
 staging-i686/PKGBUILD  |   45 +++
 staging-i686/disable-sslv3.patch   |   20 +++
 staging-i686/fetchmail.service |   11 
 staging-i686/fetchmail.sysusers|2 +
 staging-i686/fetchmail.tmpfiles|1 
 staging-x86_64/PKGBUILD|   45 +++
 staging-x86_64/disable-sslv3.patch |   20 +++
 staging-x86_64/fetchmail.service   |   11 
 staging-x86_64/fetchmail.sysusers  |2 +
 staging-x86_64/fetchmail.tmpfiles  |1 
 10 files changed, 158 insertions(+)

Copied: fetchmail/repos/staging-i686/PKGBUILD (from rev 290638, 
fetchmail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-11 22:42:50 UTC (rev 290639)
@@ -0,0 +1,45 @@
+# $Id$
+
+pkgname=fetchmail
+pkgver=6.3.26
+pkgrel=6
+pkgdesc="A remote-mail retrieval utility"
+arch=('i686' 'x86_64')
+url="http://www.fetchmail.info;
+license=('GPL')
+depends=('openssl')
+makedepends=('python2')
+optdepends=('tk: for using fetchmailconf'
+'python2: for using fetchmailconf')
+options=('!makeflags')
+source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz;
+
"http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc;
+'disable-sslv3.patch' 'fetchmail.tmpfiles' 'fetchmail.sysusers' 
'fetchmail.service')
+sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a'
+  'SKIP'
+  'dab3bf46b033e8ee7cadc020c1fb4ce325f46693'
+  '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
+  'b113cb61a866eff53cd8f113d084a99f01bf5d77'
+  '0fc1870a33d1e0efb70169ddf1b6adc9d253e076')
+validpgpkeys=('FDD00C436E3307E10758C6A8BE618339052E7D95')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../disable-sslv3.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
+  PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail"
+  install -D -m644 ${srcdir}/fetchmail.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf
+  install -D -m644 ${srcdir}/fetchmail.sysusers 
${pkgdir}/usr/lib/sysusers.d/fetchmail.conf
+  install -D -m644 ${srcdir}/fetchmail.service 
${pkgdir}/usr/lib/systemd/system/fetchmail.service
+}

Copied: fetchmail/repos/staging-i686/disable-sslv3.patch (from rev 290638, 
fetchmail/trunk/disable-sslv3.patch)
===
--- staging-i686/disable-sslv3.patch(rev 0)
+++ staging-i686/disable-sslv3.patch2017-03-11 22:42:50 UTC (rev 290639)
@@ -0,0 +1,20 @@
+diff -u -r fetchmail-6.3.26/socket.c fetchmail-6.3.26-nossl3/socket.c
+--- fetchmail-6.3.26/socket.c  2013-04-23 22:00:45.0 +0200
 fetchmail-6.3.26-nossl3/socket.c   2016-03-03 18:18:46.61618 +0100
+@@ -907,14 +907,11 @@
+   _ssl_context[sock] = NULL;
+   if(myproto) {
+   if(!strcasecmp("ssl2",myproto)) {
+-#if HAVE_DECL_SSLV2_CLIENT_METHOD + 0 > 0
+-  _ctx[sock] = SSL_CTX_new(SSLv2_client_method());
+-#else
+   report(stderr, GT_("Your operating system does not 
support SSLv2.\n"));
+   return -1;
+-#endif
+   } else if(!strcasecmp("ssl3",myproto)) {
+-  _ctx[sock] = 

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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:42:44
  Author: jgc
Revision: 290638

upgpkg: fetchmail 6.3.26-6

OpenSSL 1.1

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 22:24:39 UTC (rev 290637)
+++ PKGBUILD2017-03-11 22:42:44 UTC (rev 290638)
@@ -2,7 +2,7 @@
 
 pkgname=fetchmail
 pkgver=6.3.26
-pkgrel=5
+pkgrel=6
 pkgdesc="A remote-mail retrieval utility"
 arch=('i686' 'x86_64')
 url="http://www.fetchmail.info;


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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:24:34
  Author: jgc
Revision: 290636

upgpkg: pulseaudio 10.0-3

OpenSSL 1.1

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 22:18:59 UTC (rev 290635)
+++ PKGBUILD2017-03-11 22:24:34 UTC (rev 290636)
@@ -8,7 +8,7 @@
 pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=10.0
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 license=(GPL)


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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:24:39
  Author: jgc
Revision: 290637

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

Added:
  pulseaudio/repos/staging-i686/
  pulseaudio/repos/staging-i686/PKGBUILD
(from rev 290636, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/staging-i686/padsp-lib32.patch
(from rev 290636, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/staging-i686/pulseaudio.install
(from rev 290636, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/staging-x86_64/
  pulseaudio/repos/staging-x86_64/PKGBUILD
(from rev 290636, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/staging-x86_64/padsp-lib32.patch
(from rev 290636, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/staging-x86_64/pulseaudio.install
(from rev 290636, pulseaudio/trunk/pulseaudio.install)

---+
 staging-i686/PKGBUILD |  206 
 staging-i686/padsp-lib32.patch|   15 ++
 staging-i686/pulseaudio.install   |   14 ++
 staging-x86_64/PKGBUILD   |  206 
 staging-x86_64/padsp-lib32.patch  |   15 ++
 staging-x86_64/pulseaudio.install |   14 ++
 6 files changed, 470 insertions(+)

Copied: pulseaudio/repos/staging-i686/PKGBUILD (from rev 290636, 
pulseaudio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-11 22:24:39 UTC (rev 290637)
@@ -0,0 +1,206 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+pkgbase=pulseaudio
+pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
+pkgdesc="A featureful, general-purpose sound server"
+pkgver=10.0
+pkgrel=3
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
+license=(GPL)
+makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
+ speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
+ lirc openssl fftw orc gtk3 webrtc-audio-processing
+ check autoconf-archive git)
+options=(!emptydirs)
+_commit=84952e6a092b6a0c5b153bd7a4f6e490810681c8  # tags/v10.0^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit;
+padsp-lib32.patch)
+sha256sums=('SKIP'
+'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
+
+pkgver() {
+  cd pulseaudio
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd pulseaudio
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd pulseaudio
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-database=tdb \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-samplerate \
+--disable-rpath \
+--disable-default-build-tests \
+DATADIRNAME=share
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_pulseaudio() {
+  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
+   webrtc-audio-processing)
+  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
+  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
+  install=pulseaudio.install
+  replaces=('pulseaudio-xen<=9.0')
+
+  cd pulseaudio
+
+  _pulsever=$(./git-version-gen .tarball-version)
+  while [[ $_pulsever = *.*.* ]]; do
+_pulsever=${_pulsever%.*}
+  done
+  _pulsever=${_pulsever%%-*}
+
+  make -j1 DESTDIR="$pkgdir" install \
+bashcompletiondir=/usr/share/bash-completion/completions
+
+  cd "$pkgdir"
+  patch -Np1 -i "$srcdir/padsp-lib32.patch"
+
+  # Assumes that any volume adjustment is intended by the user, who can control
+  # each app's volume. Misbehaving clients can trigger earsplitting volume
+  # jumps. App volumes can diverge wildly and cause apps without their own
+  # volume control to fall below sink volume; a sink-only volume control will
+  # suddenly be unable to make such an app loud enough.
+  sed -e '/flat-volumes/iflat-volumes = no' \
+  -i etc/pulse/daemon.conf
+
+  # Superseded by socket activation
+  sed -e '/autospawn/iautospawn = no' \
+  -i etc/pulse/client.conf
+
+  # Disable cork-request module, can result in e.g. media players unpausing
+  # when there's a Skype call incoming
+  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
+  -i usr/bin/start-pulseaudio-x11
+
+  rm etc/dbus-1/system.d/pulseaudio-system.conf
+
+### Split libpulse
+
+  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
+
+  mv etc/pulse/client.conf \
+ 

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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:18:59
  Author: jgc
Revision: 290635

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

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

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

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

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

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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:18:54
  Author: jgc
Revision: 290634

upgpkg: gst-plugins-bad 1.10.4-2

OpenSSL 1.1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 22:06:32 UTC (rev 290633)
+++ PKGBUILD2017-03-11 22:18:54 UTC (rev 290634)
@@ -4,7 +4,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(i686 x86_64)


[arch-commits] Commit in ppsspp/repos/community-x86_64 (8 files)

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 22:07:52
  Author: alucryd
Revision: 215732

archrelease: copy trunk to community-x86_64

Added:
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 215731, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
(from rev 215731, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
(from rev 215731, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 215731, ppsspp/trunk/ppsspp.desktop)
Deleted:
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
  ppsspp/repos/community-x86_64/ppsspp.desktop

-+
 PKGBUILD|  174 
 ppsspp-ffmpeg.patch |  360 +-
 ppsspp-gcc5.1.patch |   80 +--
 ppsspp.desktop  |   18 +-
 4 files changed, 316 insertions(+), 316 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 22:07:20 UTC (rev 215731)
+++ PKGBUILD2017-03-11 22:07:52 UTC (rev 215732)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ben Reedy 
-# Contributor: Clement Guerin 
-# Contributor: Thiago Kenji Okada 
-
-pkgbase=ppsspp
-pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.3
-pkgrel=2
-pkgdesc='A PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('glew' 'libzip' 'sdl2')
-makedepends=('cmake' 'git' 'glu' 'qt5-tools')
-source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=81379c5'
-'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
-
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
-'ppsspp.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
-
-prepare() {
-  cd ppsspp
-
-  for submodule in ffmpeg lang ext/{armips,glslang}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  for ui in sdl qt; do
-if [[ -d build-$ui ]]; then
-  rm -rf build-$ui
-fi
-mkdir build-$ui
-  done
-}
-
-build() {
-  cd ppsspp/build-sdl
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE'
-  make
-
-  cd ../build-qt
-
-  qmake-qt5 CONFIG+='release' QMAKE_LFLAGS+='-lz' ../Qt/PPSSPPQt.pro
-  make
-}
-
-package_ppsspp() {
-  conflicts=('ppsspp-qt')
-
-  cd ppsspp/build-sdl
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,ppsspp}}
-  install -m 755 PPSSPPSDL "${pkgdir}"/usr/bin/ppsspp
-  cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
-}
-
-package_ppsspp-qt() {
-  depends+=('qt5-base')
-  provides=('ppsspp')
-  conflicts=('ppsspp')
-
-  cd ppsspp/build-qt
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 ppsspp "${pkgdir}"/usr/bin/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ppsspp/repos/community-x86_64/PKGBUILD (from rev 215731, 
ppsspp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 22:07:52 UTC (rev 215732)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ben Reedy 
+# Contributor: Clement Guerin 
+# Contributor: Thiago Kenji Okada 
+
+pkgbase=ppsspp
+pkgname=('ppsspp' 'ppsspp-qt')
+pkgver=1.3
+pkgrel=2
+pkgdesc='A PSP emulator written in C++'
+arch=('x86_64')
+url='http://www.ppsspp.org/'
+license=('GPL2')
+depends=('glew' 'libzip' 'sdl2')
+makedepends=('cmake' 'git' 'glu' 'qt5-tools')
+source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
+'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=81379c5'
+'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
+

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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 22:07:20
  Author: alucryd
Revision: 215731

upgpkg: ppsspp 1.3-2

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 21:44:28 UTC (rev 215730)
+++ PKGBUILD2017-03-11 22:07:20 UTC (rev 215731)
@@ -10,7 +10,7 @@
 pkgver=1.3
 pkgrel=2
 pkgdesc='A PSP emulator written in C++'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
 depends=('glew' 'libzip' 'sdl2')


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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:06:32
  Author: jgc
Revision: 290633

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-11 22:06:26 UTC (rev 290632)
+++ extra-i686/PKGBUILD 2017-03-11 22:06:32 UTC (rev 290633)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=libxslt
-pkgver=1.1.29+23+geb1030d
-pkgrel=1
-pkgdesc="XML stylesheet transformation library"
-arch=('i686' 'x86_64')
-url="http://xmlsoft.org/XSLT/;
-license=('custom')
-depends=('libxml2' 'libgcrypt')
-makedepends=('python2' git)
-checkdepends=('docbook-xml' 'python')
-_commit=eb1030de31165b68487f288308f9d1810fed6880  # master
-source=("git://git.gnome.org/libxslt#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-python=/usr/bin/python2
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
-}

Copied: libxslt/repos/extra-i686/PKGBUILD (from rev 290632, 
libxslt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-11 22:06:32 UTC (rev 290633)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=libxslt
+pkgver=1.1.29+41+gdf5330d1
+pkgrel=1
+pkgdesc="XML stylesheet transformation library"
+arch=('i686' 'x86_64')
+url="http://xmlsoft.org/XSLT/;
+license=('custom')
+depends=('libxml2' 'libgcrypt')
+makedepends=('python2' git)
+checkdepends=('docbook-xml' 'python')
+_commit=df5330d1054bdacf17f4fbd43b528fcf453cc9ec  # master
+source=("git://git.gnome.org/libxslt#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --with-python=/usr/bin/python2
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-11 22:06:26 UTC (rev 290632)
+++ extra-x86_64/PKGBUILD   2017-03-11 22:06:32 UTC (rev 290633)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=libxslt
-pkgver=1.1.29+23+geb1030d
-pkgrel=1
-pkgdesc="XML stylesheet transformation library"
-arch=('i686' 'x86_64')
-url="http://xmlsoft.org/XSLT/;
-license=('custom')
-depends=('libxml2' 'libgcrypt')
-makedepends=('python2' git)
-checkdepends=('docbook-xml' 'python')
-_commit=eb1030de31165b68487f288308f9d1810fed6880  # master
-source=("git://git.gnome.org/libxslt#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --with-python=/usr/bin/python2
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-
-  install -d 

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

2017-03-11 Thread Jan de Groot
Date: Saturday, March 11, 2017 @ 22:06:26
  Author: jgc
Revision: 290632

upgpkg: libxslt 1.1.29+41+gdf5330d1-1

Bump to current snapshot, fixes FS#53257

Modified:
  libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 19:45:28 UTC (rev 290631)
+++ PKGBUILD2017-03-11 22:06:26 UTC (rev 290632)
@@ -3,7 +3,7 @@
 # Contributor: John Proctor 
 
 pkgname=libxslt
-pkgver=1.1.29+23+geb1030d
+pkgver=1.1.29+41+gdf5330d1
 pkgrel=1
 pkgdesc="XML stylesheet transformation library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxml2' 'libgcrypt')
 makedepends=('python2' git)
 checkdepends=('docbook-xml' 'python')
-_commit=eb1030de31165b68487f288308f9d1810fed6880  # master
+_commit=df5330d1054bdacf17f4fbd43b528fcf453cc9ec  # master
 source=("git://git.gnome.org/libxslt#commit=$_commit")
 md5sums=('SKIP')
 


[arch-commits] Commit in ppsspp/repos/community-x86_64 (8 files)

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 21:44:28
  Author: alucryd
Revision: 215730

archrelease: copy trunk to community-x86_64

Added:
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 215729, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
(from rev 215729, ppsspp/trunk/ppsspp-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
(from rev 215729, ppsspp/trunk/ppsspp-gcc5.1.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 215729, ppsspp/trunk/ppsspp.desktop)
Deleted:
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp-gcc5.1.patch
  ppsspp/repos/community-x86_64/ppsspp.desktop

-+
 PKGBUILD|  173 
 ppsspp-ffmpeg.patch |  360 +-
 ppsspp-gcc5.1.patch |   80 +--
 ppsspp.desktop  |   18 +-
 4 files changed, 316 insertions(+), 315 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 21:44:15 UTC (rev 215729)
+++ PKGBUILD2017-03-11 21:44:28 UTC (rev 215730)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ben Reedy 
-# Contributor: Clement Guerin 
-# Contributor: Thiago Kenji Okada 
-
-pkgbase=ppsspp
-pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.3
-pkgrel=1
-pkgdesc='A PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('ffmpeg' 'sdl2')
-makedepends=('cmake' 'git' 'glu' 'qt5-tools')
-source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
-'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
-
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
-'ppsspp.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
-
-prepare() {
-  cd ppsspp
-
-  for submodule in lang ext/{armips,glslang}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  for ui in sdl qt; do
-if [[ -d build-$ui ]]; then
-  rm -rf build-$ui
-fi
-mkdir build-$ui
-  done
-}
-
-build() {
-  cd ppsspp/build-sdl
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DUSE_SYSTEM_FFMPEG='TRUE'
-  make
-
-  cd ../build-qt
-
-  qmake-qt5 CONFIG+='release' CONFIG+='system_ffmpeg' ../Qt/PPSSPPQt.pro
-  make
-}
-
-package_ppsspp() {
-  conflicts=('ppsspp-qt')
-
-  cd ppsspp/build-sdl
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,ppsspp}}
-  install -m 755 PPSSPPSDL "${pkgdir}"/usr/bin/ppsspp
-  cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
-}
-
-package_ppsspp-qt() {
-  depends+=('qt5-base')
-  provides=('ppsspp')
-  conflicts=('ppsspp')
-
-  cd ppsspp/build-qt
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 ppsspp "${pkgdir}"/usr/bin/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ppsspp/repos/community-x86_64/PKGBUILD (from rev 215729, 
ppsspp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 21:44:28 UTC (rev 215730)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ben Reedy 
+# Contributor: Clement Guerin 
+# Contributor: Thiago Kenji Okada 
+
+pkgbase=ppsspp
+pkgname=('ppsspp' 'ppsspp-qt')
+pkgver=1.3
+pkgrel=2
+pkgdesc='A PSP emulator written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ppsspp.org/'
+license=('GPL2')
+depends=('glew' 'libzip' 'sdl2')
+makedepends=('cmake' 'git' 'glu' 'qt5-tools')
+source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
+'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=81379c5'
+'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
+
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
+

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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 21:44:15
  Author: alucryd
Revision: 215729

FS#51131: ppsspp 1.3-2

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 20:57:23 UTC (rev 215728)
+++ PKGBUILD2017-03-11 21:44:15 UTC (rev 215729)
@@ -8,16 +8,17 @@
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
-depends=('ffmpeg' 'sdl2')
+depends=('glew' 'libzip' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
+'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=81379c5'
+'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
 'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
-'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
 
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
 'ppsspp.desktop')
 sha256sums=('SKIP'
@@ -24,12 +25,13 @@
 'SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
 '1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
 
 prepare() {
   cd ppsspp
 
-  for submodule in lang ext/{armips,glslang}; do
+  for submodule in ffmpeg lang ext/{armips,glslang}; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
@@ -48,13 +50,12 @@
 
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DUSE_SYSTEM_FFMPEG='TRUE'
+-DCMAKE_SKIP_RPATH='TRUE'
   make
 
   cd ../build-qt
 
-  qmake-qt5 CONFIG+='release' CONFIG+='system_ffmpeg' ../Qt/PPSSPPQt.pro
+  qmake-qt5 CONFIG+='release' QMAKE_LFLAGS+='-lz' ../Qt/PPSSPPQt.pro
   make
 }
 


[arch-commits] Commit in lib32-libepoxy/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:57:23
  Author: alucryd
Revision: 215728

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libepoxy/repos/multilib-x86_64/PKGBUILD
(from rev 215727, lib32-libepoxy/trunk/PKGBUILD)
Deleted:
  lib32-libepoxy/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 20:57:12 UTC (rev 215727)
+++ PKGBUILD2017-03-11 20:57:23 UTC (rev 215728)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Laurent Carlier 
-
-pkgname=lib32-libepoxy
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='A library for handling OpenGL function pointer management for you'
-arch=('x86_64')
-url='https://github.com/anholt/libepoxy'
-license=('MIT')
-depends=('lib32-glibc')
-makedepends=('gcc-multilib' 'lib32-libgl' 'python' 'xorg-util-macros')
-source=("https://github.com/anholt/libepoxy/releases/download/v${pkgver}/libepoxy-${pkgver}.tar.bz2;)
-sha256sums=('1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64')
-
-build() {
-  cd libepoxy-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32'
-}
-
-package() {
-  cd libepoxy-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/include
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libepoxy "${pkgdir}"/usr/share/licenses/lib32-libepoxy
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libepoxy/repos/multilib-x86_64/PKGBUILD (from rev 215727, 
lib32-libepoxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 20:57:23 UTC (rev 215728)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Laurent Carlier 
+
+pkgname=lib32-libepoxy
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Library handling OpenGL function pointer management'
+arch=('x86_64')
+url='https://github.com/anholt/libepoxy'
+license=('MIT')
+depends=('lib32-glibc')
+makedepends=('gcc-multilib' 'lib32-libgl' 'meson' 'python')
+source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz;)
+sha256sums=('88c6abf5522fc29bab7d6c555fd51a855cbd9253c4315f8ea44e832baef21aa6')
+
+prepare() {
+  cd libepoxy-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd libepoxy-${pkgver}/build
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export LANG='en_US.UTF-8'
+
+  meson \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--buildtype='release' \
+..
+  ninja
+}
+
+package() {
+  cd libepoxy-${pkgver}/build
+
+  DESTDIR="${pkgdir}" ninja install
+  rm -rf "${pkgdir}"/usr/include
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libepoxy "${pkgdir}"/usr/share/licenses/lib32-libepoxy
+}
+
+# vim: ts=2 sw=2 et:


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:57:12
  Author: alucryd
Revision: 215727

upgpkg: lib32-libepoxy 1.4.1-1

Modified:
  lib32-libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 20:43:17 UTC (rev 215726)
+++ PKGBUILD2017-03-11 20:57:12 UTC (rev 215727)
@@ -3,33 +3,46 @@
 # Contributor: Laurent Carlier 
 
 pkgname=lib32-libepoxy
-pkgver=1.3.1
-pkgrel=3
-pkgdesc='A library for handling OpenGL function pointer management for you'
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Library handling OpenGL function pointer management'
 arch=('x86_64')
 url='https://github.com/anholt/libepoxy'
 license=('MIT')
 depends=('lib32-glibc')
-makedepends=('gcc-multilib' 'lib32-libgl' 'python' 'xorg-util-macros')
-source=("https://github.com/anholt/libepoxy/releases/download/v${pkgver}/libepoxy-${pkgver}.tar.bz2;)
-sha256sums=('1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64')
+makedepends=('gcc-multilib' 'lib32-libgl' 'meson' 'python')
+source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz;)
+sha256sums=('88c6abf5522fc29bab7d6c555fd51a855cbd9253c4315f8ea44e832baef21aa6')
 
-build() {
+prepare() {
   cd libepoxy-${pkgver}
 
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd libepoxy-${pkgver}/build
+
   export CC='gcc -m32'
   export CXX='/bin/false'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export LANG='en_US.UTF-8'
 
-  ./configure \
+  meson \
 --prefix='/usr' \
---libdir='/usr/lib32'
+--libdir='/usr/lib32' \
+--buildtype='release' \
+..
+  ninja
 }
 
 package() {
-  cd libepoxy-${pkgver}
+  cd libepoxy-${pkgver}/build
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja install
   rm -rf "${pkgdir}"/usr/include
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


[arch-commits] Commit in lib32-libgudev/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:43:17
  Author: alucryd
Revision: 215726

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libgudev/repos/multilib-x86_64/PKGBUILD
(from rev 215725, lib32-libgudev/trunk/PKGBUILD)
Deleted:
  lib32-libgudev/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 20:43:05 UTC (rev 215725)
+++ PKGBUILD2017-03-11 20:43:17 UTC (rev 215726)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: FadeMind 
-# Contributor: Evangelos Foutras 
-
-pkgname=lib32-libgudev
-pkgver=230
-pkgrel=2
-pkgdesc='GObject bindings for libudev'
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/libgudev'
-license=('LGPL2.1')
-depends=('lib32-glib2' 'lib32-systemd' 'libgudev')
-makedepends=('gcc-multilib')
-conflicts=('lib32-systemd<221')
-source=("https://download.gnome.org/sources/libgudev/${pkgver}/libgudev-${pkgver}.tar.xz;)
-sha256sums=('a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18')
-
-build() {
-  cd libgudev-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---disable-introspection
-  make
-}
-
-package() {
-  cd libgudev-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf ${pkgdir}/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libgudev/repos/multilib-x86_64/PKGBUILD (from rev 215725, 
lib32-libgudev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 20:43:17 UTC (rev 215726)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: FadeMind 
+# Contributor: Evangelos Foutras 
+
+pkgname=lib32-libgudev
+pkgver=231
+pkgrel=1
+pkgdesc='GObject bindings for libudev'
+arch=('x86_64')
+url='https://wiki.gnome.org/Projects/libgudev'
+license=('LGPL2.1')
+depends=('lib32-glib2' 'lib32-systemd' 'libgudev')
+makedepends=('gcc-multilib')
+conflicts=('lib32-systemd<221')
+source=("https://download.gnome.org/sources/libgudev/${pkgver}/libgudev-${pkgver}.tar.xz;)
+sha256sums=('3b1ef99d4a8984c35044103d8ddfc3cc52c80035c36abab2bcc5e3532e063f96')
+
+build() {
+  cd libgudev-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--disable-introspection \
+--disable-umockdev
+  make
+}
+
+package() {
+  cd libgudev-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf ${pkgdir}/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:43:05
  Author: alucryd
Revision: 215725

upgpkg: lib32-libgudev 231-1

Modified:
  lib32-libgudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 20:41:37 UTC (rev 215724)
+++ PKGBUILD2017-03-11 20:43:05 UTC (rev 215725)
@@ -4,8 +4,8 @@
 # Contributor: Evangelos Foutras 
 
 pkgname=lib32-libgudev
-pkgver=230
-pkgrel=2
+pkgver=231
+pkgrel=1
 pkgdesc='GObject bindings for libudev'
 arch=('x86_64')
 url='https://wiki.gnome.org/Projects/libgudev'
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 conflicts=('lib32-systemd<221')
 
source=("https://download.gnome.org/sources/libgudev/${pkgver}/libgudev-${pkgver}.tar.xz;)
-sha256sums=('a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18')
+sha256sums=('3b1ef99d4a8984c35044103d8ddfc3cc52c80035c36abab2bcc5e3532e063f96')
 
 build() {
   cd libgudev-${pkgver}
@@ -28,7 +28,8 @@
 --libdir='/usr/lib32' \
 --localstatedir='/var' \
 --sysconfdir='/etc' \
---disable-introspection
+--disable-introspection \
+--disable-umockdev
   make
 }
 


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:41:10
  Author: alucryd
Revision: 215722

upgpkg: lib32-wayland 1.13.0-1

Modified:
  lib32-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 20:35:16 UTC (rev 215721)
+++ PKGBUILD2017-03-11 20:41:10 UTC (rev 215722)
@@ -5,7 +5,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=lib32-wayland
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
 
source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
+sha256sums=('69b052c031a61e89af7cc8780893d0da1e301492352aa449dee9345043e6fe51'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-wayland/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:41:17
  Author: alucryd
Revision: 215723

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-wayland/repos/multilib-x86_64/PKGBUILD
(from rev 215722, lib32-wayland/trunk/PKGBUILD)
Deleted:
  lib32-wayland/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 20:41:10 UTC (rev 215722)
+++ PKGBUILD2017-03-11 20:41:17 UTC (rev 215723)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Tom Gundersen 
-# Contributor: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=lib32-wayland
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('x86_64')
-url='https://wayland.freedesktop.org'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
-source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-sha256sums=('d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1'
-'SKIP')
-
-build() {
-  cd wayland-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-documentation \
---disable-static
-  make
-}
-
-package() {
-  cd wayland-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wayland/repos/multilib-x86_64/PKGBUILD (from rev 215722, 
lib32-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 20:41:17 UTC (rev 215723)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Tom Gundersen 
+# Contributor: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=lib32-wayland
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('x86_64')
+url='https://wayland.freedesktop.org'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libffi' 'lib32-expat' 'lib32-libxml2' 'wayland')
+source=("https://wayland.freedesktop.org/releases/wayland-${pkgver}.tar.xz"{,.sig})
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+sha256sums=('69b052c031a61e89af7cc8780893d0da1e301492352aa449dee9345043e6fe51'
+'SKIP')
+
+build() {
+  cd wayland-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-documentation \
+--disable-static
+  make
+}
+
+package() {
+  cd wayland-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s wayland "${pkgdir}"/usr/share/licenses/lib32-wayland
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-libnm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:35:16
  Author: alucryd
Revision: 215721

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnm/repos/multilib-x86_64/PKGBUILD
(from rev 215720, lib32-libnm/trunk/PKGBUILD)
Deleted:
  lib32-libnm/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  276 ++---
 1 file changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 20:35:04 UTC (rev 215720)
+++ PKGBUILD2017-03-11 20:35:16 UTC (rev 215721)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=lib32-libnm
-pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.6.0
-pkgrel=1
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/NetworkManager'
-license=('GPL2' 'LGPL2.1')
-makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
- 'iptables' 'lib32-dbus' 'lib32-dbus-glib' 'lib32-jansson'
- 'lib32-libgudev' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
- 'lib32-libnl' 'lib32-libsoup' 'lib32-nspr' 'lib32-nss'
- 'lib32-polkit' 'lib32-util-linux' 'modemmanager' 'perl-yaml'
- 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='2554a8736d41e1091fb69a796a126f818873449b'
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/NetworkManager' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-wifi \
---disable-bluez5-dun \
---disable-concheck \
---disable-gtk-doc-html \
---disable-introspection \
---disable-ifcfg-rh \
---disable-ifcfg-suse \
---disable-ifnet \
---disable-ifupdown \
---disable-introspection \
---disable-lto \
---disable-more-warnings \
---disable-ppp \
---disable-static \
---disable-teamdctl \
---with-config-dhcp-default='dhclient' \
---with-config-dns-rc-manager-default='resolvconf' \
---with-config-logging-backend-default='journal' \
---with-config-plugins-default='keyfile' \
---with-crypto='nss' \
---with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
---with-dhclient='/usr/bin/dhclient' \
---with-dist-version="${pkgver}-${pkgrel}, Arch Linux" \
---with-dnsmasq='/usr/bin/dnsmasq' \
---with-dnssec-trigger='/usr/lib/dnssec-trigger' \
---with-hostname-persist='default' \
---with-iptables='/usr/bin/iptables' \
---with-modem-manager-1 \
---with-kernel-firmware-dir='/usr/lib/firmware' \
---with-libnm-glib \
---with-libsoup \
---with-modem-manager-1 \
---with-resolvconf='/usr/bin/resolvconf' \
---with-session-tracking='systemd' \
---with-suspend-resume='systemd' \
---with-system-ca-path='/etc/ssl/certs' \
---with-systemd-journal \
---with-systemd-logind \
---with-systemdsystemunitdir='/usr/lib/systemd/system' \
---with-udev-dir='/usr/lib/udev' \
---with-wext \
---without-consolekit \
---without-dhcpcd \
---without-libaudit \
---without-netconfig \
---without-nmcli \
---without-nmtui \
---without-ofono \
---without-selinux
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
-
-  make DESTDIR="${srcdir}"/install install
-}
-
-package_lib32-libnm() {
-  pkgdesc='NetworkManager client library'
-  depends=('lib32-glib2' 'lib32-glibc' 'lib32-jansson' 'lib32-libgudev'
-   'lib32-nspr' 'lib32-nss' 'lib32-util-linux' 'libnm')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-
-}
-
-package_lib32-libnm-glib() {
-  pkgdesc='NetworkManager client library (legacy)'
-  depends=('lib32-dbus' 'lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc'
-   'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux'
-   'libnm-glib')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr 

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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:35:04
  Author: alucryd
Revision: 215720

upgpkg: lib32-libnm 1.6.2-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 20:19:31 UTC (rev 215719)
+++ PKGBUILD2017-03-11 20:35:04 UTC (rev 215720)
@@ -9,7 +9,7 @@
 
 pkgbase=lib32-libnm
 pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.6.0
+pkgver=1.6.2
 pkgrel=1
 arch=('x86_64')
 url='https://wiki.gnome.org/Projects/NetworkManager'
@@ -20,7 +20,7 @@
  'lib32-libnl' 'lib32-libsoup' 'lib32-nspr' 'lib32-nss'
  'lib32-polkit' 'lib32-util-linux' 'modemmanager' 'perl-yaml'
  'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='2554a8736d41e1091fb69a796a126f818873449b'
+_commit='037a12f96eff09aa48481fda7ea602a3388afc74'
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit};)
 sha256sums=('SKIP')
 


[arch-commits] Commit in lib32-libnewt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:19:31
  Author: alucryd
Revision: 215719

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnewt/repos/multilib-x86_64/PKGBUILD
(from rev 215718, lib32-libnewt/trunk/PKGBUILD)
Deleted:
  lib32-libnewt/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 20:19:19 UTC (rev 215718)
+++ PKGBUILD2017-03-11 20:19:31 UTC (rev 215719)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: oi_wtf 
-# Contributor: Alexander Rødseth 
-# Contributor: Roman Kyrylych 
-# Contributor: Tom Killian 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lib32-libnewt
-pkgver=0.52.19
-pkgrel=1
-pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=('x86_64')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('lib32-glibc' 'lib32-gpm' 'lib32-popt' 'lib32-slang' 'libnewt')
-makedepends=('gcc-multilib' 'lib32-tcl')
-optdepends=('lib32-tcl: whiptcl support')
-options=('!makeflags')
-source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
-
-prepare() {
-  cd newt-${pkgver}
-
-  sed -i "s:tcl8.4:tcl8.6:" Makefile.in
-  echo '#define USE_INTERP_RESULT 1' >> config.h
-}
-
-build() {
-  cd newt-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---with-gpm-support \
---without-python
-  make
-}
-
-package() {
-  cd newt-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libnewt/repos/multilib-x86_64/PKGBUILD (from rev 215718, 
lib32-libnewt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 20:19:31 UTC (rev 215719)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: oi_wtf 
+# Contributor: Alexander Rødseth 
+# Contributor: Roman Kyrylych 
+# Contributor: Tom Killian 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-libnewt
+pkgver=0.52.19
+pkgrel=2
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=('x86_64')
+url='https://fedorahosted.org/newt/'
+license=('GPL')
+depends=('lib32-glibc' 'lib32-gpm' 'lib32-popt' 'lib32-slang' 'libnewt')
+makedepends=('gcc-multilib' 'lib32-tcl')
+optdepends=('lib32-tcl: whiptcl support')
+options=('!makeflags')
+source=("https://releases.pagure.org/newt/newt-${pkgver}.tar.gz;)
+sha256sums=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
+
+prepare() {
+  cd newt-${pkgver}
+
+  sed -i "s:tcl8.4:tcl8.6:" Makefile.in
+  echo '#define USE_INTERP_RESULT 1' >> config.h
+}
+
+build() {
+  cd newt-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--with-gpm-support \
+--without-python
+  make
+}
+
+package() {
+  cd newt-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 20:19:19
  Author: alucryd
Revision: 215718

upgpkg: lib32-libnewt 0.52.19-2

Modified:
  lib32-libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 19:59:54 UTC (rev 215717)
+++ PKGBUILD2017-03-11 20:19:19 UTC (rev 215718)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-libnewt
 pkgver=0.52.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
 arch=('x86_64')
 url='https://fedorahosted.org/newt/'
@@ -17,7 +17,7 @@
 makedepends=('gcc-multilib' 'lib32-tcl')
 optdepends=('lib32-tcl: whiptcl support')
 options=('!makeflags')
-source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
+source=("https://releases.pagure.org/newt/newt-${pkgver}.tar.gz;)
 sha256sums=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
 
 prepare() {


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 19:59:54
  Author: alucryd
Revision: 215717

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

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

---+
 /PKGBUILD |  120 
 community-i686/PKGBUILD   |   61 --
 community-x86_64/PKGBUILD |   61 --
 3 files changed, 120 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-11 19:59:39 UTC (rev 215716)
+++ community-i686/PKGBUILD 2017-03-11 19:59:54 UTC (rev 215717)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=('i686' 'x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
- 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
- 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('git' 'vulkan-icd-loader')
-optdepends=('libretro-desmume: Nintendo DS core'
-'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
-'libretro-genesis-plus: Sega Master System/Genesis/Game 
Gear/CD/32X core'
-'libretro-mgba: Nintendo Game Boy Advance core'
-'libretro-mupen64plus: Nintendo 64 core'
-'libretro-nestopia: Nintendo Entertainment System core'
-'libretro-pcsx-rearmed: Sony PlayStation core'
-'libretro-reicast: Sega Dreamcast core'
-'libretro-snes9x: Super Nintendo Entertainment System core'
-'libretro-yabause: Sega Saturn core'
-'libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'retroarch-assets-xmb: XMB menu assets'
-'retroarch-autoconfig-udev: udev joypad autoconfig')
-backup=('etc/retroarch.cfg')
-_commit=('d8855caae9fe3e249a2aab358480e2fe16c4ef0e')
-source=("git+https://github.com/libretro/RetroArch.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix='/usr' \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl
-  make
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/video
-  install -m 644 gfx/video_filters/*.{filt,so} 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-i686/PKGBUILD (from rev 215716, 
retroarch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-11 19:59:54 UTC (rev 215717)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=('i686' 'x86_64')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
+ 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
+ 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
+makedepends=('vulkan-icd-loader')
+optdepends=('libretro-desmume: Nintendo DS core'
+'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
+'libretro-genesis-plus: Sega Master System/Genesis/Game 
Gear/CD/32X core'
+'libretro-mgba: Nintendo Game Boy Advance core'
+'libretro-mupen64plus: Nintendo 64 core'
+'libretro-nestopia: Nintendo Entertainment System core'
+'libretro-pcsx-rearmed: Sony PlayStation core'
+'libretro-reicast: Sega Dreamcast core'
+'libretro-snes9x: Super Nintendo Entertainment System core'
+'libretro-yabause: Sega Saturn core'
+'libretro-overlays: Collection of overlays'
+'libretro-shaders: Collection 

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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 19:59:39
  Author: alucryd
Revision: 215716

upgpkg: retroarch 1.5.0-1

Modified:
  retroarch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 19:47:21 UTC (rev 215715)
+++ PKGBUILD2017-03-11 19:59:39 UTC (rev 215716)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
  'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
  'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('git' 'vulkan-icd-loader')
+makedepends=('vulkan-icd-loader')
 optdepends=('libretro-desmume: Nintendo DS core'
 'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
 'libretro-genesis-plus: Sega Master System/Genesis/Game 
Gear/CD/32X core'
@@ -32,12 +32,11 @@
 'retroarch-assets-xmb: XMB menu assets'
 'retroarch-autoconfig-udev: udev joypad autoconfig')
 backup=('etc/retroarch.cfg')
-_commit=('d8855caae9fe3e249a2aab358480e2fe16c4ef0e')
-source=("git+https://github.com/libretro/RetroArch.git#commit=${_commit};)
-sha256sums=('SKIP')
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;)
+sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5')
 
 build() {
-  cd RetroArch
+  cd RetroArch-${pkgver}
 
   ./configure \
 --prefix='/usr' \
@@ -50,7 +49,7 @@
 }
 
 package() {
-  cd RetroArch
+  cd RetroArch-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 19:47:21
  Author: alucryd
Revision: 215715

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 215714, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 215714, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 215714, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 215714, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 215714, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 215714, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 215714, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 215714, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 215714, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 215714, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 215714, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 215714, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   36 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   18 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   18 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-11 19:47:04 UTC (rev 215714)
+++ community-i686/PKGBUILD 2017-03-11 19:47:21 UTC (rev 215715)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('dfdb3ee9fbc02ffa33730e7bc2c0c1bedbb938ee3615607fc37e2f80f5882944'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {

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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 19:47:04
  Author: alucryd
Revision: 215714

upgpkg: emby-server 3.2.7-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 18:06:23 UTC (rev 215713)
+++ PKGBUILD2017-03-11 19:47:04 UTC (rev 215714)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.2.4
+pkgver=3.2.7
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('dfdb3ee9fbc02ffa33730e7bc2c0c1bedbb938ee3615607fc37e2f80f5882944'
+sha256sums=('50f57575dea4d5ea8c64afd2a8e9dfa535918400ee8fea593359c09cf74bece3'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2017-03-11 Thread Christian Hesse
Date: Saturday, March 11, 2017 @ 19:45:28
  Author: eworm
Revision: 290631

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

Added:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-i686/0001-remove-a-forgotten-instance-of-libsuffix.patch
(from rev 290630, 
gpgme/trunk/0001-remove-a-forgotten-instance-of-libsuffix.patch)
  gpgme/repos/testing-i686/PKGBUILD
(from rev 290630, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/0001-remove-a-forgotten-instance-of-libsuffix.patch
(from rev 290630, 
gpgme/trunk/0001-remove-a-forgotten-instance-of-libsuffix.patch)
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 290630, gpgme/trunk/PKGBUILD)

+
 testing-i686/0001-remove-a-forgotten-instance-of-libsuffix.patch   |   33 +
 testing-i686/PKGBUILD  |   57 
++
 testing-x86_64/0001-remove-a-forgotten-instance-of-libsuffix.patch |   33 +
 testing-x86_64/PKGBUILD|   57 
++
 4 files changed, 180 insertions(+)

Copied: 
gpgme/repos/testing-i686/0001-remove-a-forgotten-instance-of-libsuffix.patch 
(from rev 290630, 
gpgme/trunk/0001-remove-a-forgotten-instance-of-libsuffix.patch)
===
--- testing-i686/0001-remove-a-forgotten-instance-of-libsuffix.patch
(rev 0)
+++ testing-i686/0001-remove-a-forgotten-instance-of-libsuffix.patch
2017-03-11 19:45:28 UTC (rev 290631)
@@ -0,0 +1,33 @@
+From 572c1aac107125ce62230251713349348373db5a Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Wed, 16 Nov 2016 23:09:45 +0100
+Subject: [PATCH] Remove a forgotten instance of @libsuffix@
+
+* lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten
+instance of @libsuffix@.
+--
+
+b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from
+cmake config files, but missed one instance.
+
+Signed-off-by: Heiko Becker 
+---
+ lang/cpp/src/GpgmeppConfig.cmake.in.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lang/cpp/src/GpgmeppConfig.cmake.in.in 
b/lang/cpp/src/GpgmeppConfig.cmake.in.in
+index 928d19f..cbe9713 100644
+--- a/lang/cpp/src/GpgmeppConfig.cmake.in.in
 b/lang/cpp/src/GpgmeppConfig.cmake.in.in
+@@ -63,7 +63,7 @@ add_library(Gpgmepp SHARED IMPORTED)
+ 
+ set_target_properties(Gpgmepp PROPERTIES
+   INTERFACE_INCLUDE_DIRECTORIES 
"@resolved_includedir@/gpgme++;@resolved_includedir@"
+-  INTERFACE_LINK_LIBRARIES 
"pthread;@resolved_libdir@/libgpgme@libsuffix@;@LIBASSUAN_LIBS@"
++  INTERFACE_LINK_LIBRARIES 
"pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@"
+   IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so"
+ )
+ 
+-- 
+2.8.0.rc3
+

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 290630, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-11 19:45:28 UTC (rev 290631)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgbase=gpgme
+pkgname=(gpgme qgpgme)
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+makedepends=('libgpg-error' 'gnupg' 'qt5-base')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.sig}
+'0001-remove-a-forgotten-instance-of-libsuffix.patch')
+sha256sums=('596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d1e5d33'
+ 'SKIP'
+ 'fb743604a031b9f8be816ccb643a78ed12a660d7cbeb8519387d7f44c7d33c8a')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < "${srcdir}/0001-remove-a-forgotten-instance-of-libsuffix.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make check
+}
+
+package_gpgme() {
+  depends=('libgpg-error' 'gnupg>=2')
+  options=('!emptydirs')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # split qgpgme
+  rm -r "${pkgdir}"/usr/include/{qgpgme,QGpgME}/
+  rm -r "${pkgdir}"/usr/lib/{cmake/QGpgme/,libqgpgme.*}
+}
+
+package_qgpgme() {
+  pkgdesc="Qt bindings for GPGme"
+  depends=('gpgme' 'qt5-base')
+
+  cd ${pkgbase}-${pkgver}/lang/qt
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
gpgme/repos/testing-x86_64/0001-remove-a-forgotten-instance-of-libsuffix.patch 
(from rev 290630, 
gpgme/trunk/0001-remove-a-forgotten-instance-of-libsuffix.patch)

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

2017-03-11 Thread Christian Hesse
Date: Saturday, March 11, 2017 @ 19:45:23
  Author: eworm
Revision: 290630

upgpkg: gpgme 1.8.0-2

Remove a forgotten instance of @libsuffix@ (FS#53249)

Added:
  gpgme/trunk/0001-remove-a-forgotten-instance-of-libsuffix.patch
Modified:
  gpgme/trunk/PKGBUILD

-+
 0001-remove-a-forgotten-instance-of-libsuffix.patch |   33 ++
 PKGBUILD|   13 +--
 2 files changed, 43 insertions(+), 3 deletions(-)

Added: 0001-remove-a-forgotten-instance-of-libsuffix.patch
===
--- 0001-remove-a-forgotten-instance-of-libsuffix.patch 
(rev 0)
+++ 0001-remove-a-forgotten-instance-of-libsuffix.patch 2017-03-11 19:45:23 UTC 
(rev 290630)
@@ -0,0 +1,33 @@
+From 572c1aac107125ce62230251713349348373db5a Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Wed, 16 Nov 2016 23:09:45 +0100
+Subject: [PATCH] Remove a forgotten instance of @libsuffix@
+
+* lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten
+instance of @libsuffix@.
+--
+
+b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from
+cmake config files, but missed one instance.
+
+Signed-off-by: Heiko Becker 
+---
+ lang/cpp/src/GpgmeppConfig.cmake.in.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lang/cpp/src/GpgmeppConfig.cmake.in.in 
b/lang/cpp/src/GpgmeppConfig.cmake.in.in
+index 928d19f..cbe9713 100644
+--- a/lang/cpp/src/GpgmeppConfig.cmake.in.in
 b/lang/cpp/src/GpgmeppConfig.cmake.in.in
+@@ -63,7 +63,7 @@ add_library(Gpgmepp SHARED IMPORTED)
+ 
+ set_target_properties(Gpgmepp PROPERTIES
+   INTERFACE_INCLUDE_DIRECTORIES 
"@resolved_includedir@/gpgme++;@resolved_includedir@"
+-  INTERFACE_LINK_LIBRARIES 
"pthread;@resolved_libdir@/libgpgme@libsuffix@;@LIBASSUAN_LIBS@"
++  INTERFACE_LINK_LIBRARIES 
"pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@"
+   IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so"
+ )
+ 
+-- 
+2.8.0.rc3
+

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 19:38:54 UTC (rev 290629)
+++ PKGBUILD2017-03-11 19:45:23 UTC (rev 290630)
@@ -6,17 +6,24 @@
 pkgbase=gpgme
 pkgname=(gpgme qgpgme)
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C wrapper library for GnuPG"
 arch=('i686' 'x86_64')
 url="http://www.gnupg.org/related_software/gpgme/;
 license=('LGPL')
 makedepends=('libgpg-error' 'gnupg' 'qt5-base')
-source=(https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.sig})
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.sig}
+'0001-remove-a-forgotten-instance-of-libsuffix.patch')
 sha256sums=('596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d1e5d33'
- 'SKIP')
+ 'SKIP'
+ 'fb743604a031b9f8be816ccb643a78ed12a660d7cbeb8519387d7f44c7d33c8a')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < "${srcdir}/0001-remove-a-forgotten-instance-of-libsuffix.patch"
+}
+
 build() {
   cd ${pkgbase}-${pkgver}
   ./configure --prefix=/usr --disable-fd-passing --disable-static \


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 19:38:54
  Author: alucryd
Revision: 290629

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-11 19:38:24 UTC (rev 290628)
+++ extra-i686/PKGBUILD 2017-03-11 19:38:54 UTC (rev 290629)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor 03/08/04 
-
-pkgname=libmatroska
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='Matroska library'
-arch=('i686' 'x86_64')
-url='https://dl.matroska.org/downloads/libmatroska/'
-license=('LGPL')
-depends=('libebml.so')
-provides=('libmatroska.so')
-source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.bz2;)
-sha256sums=('79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc')
-
-build() {
-  cd libmatroska-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package() {
-  cd libmatroska-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libmatroska/repos/extra-i686/PKGBUILD (from rev 290628, 
libmatroska/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-11 19:38:54 UTC (rev 290629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor 03/08/04 
+
+pkgname=libmatroska
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Matroska library'
+arch=('i686' 'x86_64')
+url='https://dl.matroska.org/downloads/libmatroska/'
+license=('LGPL')
+depends=('libebml.so')
+provides=('libmatroska.so')
+source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.bz2;)
+sha256sums=('46441eb3bae9f970f68affaa211dd74302a7072dcd2becfb1114da11b66525fa')
+
+build() {
+  cd libmatroska-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd libmatroska-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-11 19:38:24 UTC (rev 290628)
+++ extra-x86_64/PKGBUILD   2017-03-11 19:38:54 UTC (rev 290629)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor 03/08/04 
-
-pkgname=libmatroska
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='Matroska library'
-arch=('i686' 'x86_64')
-url='https://dl.matroska.org/downloads/libmatroska/'
-license=('LGPL')
-depends=('libebml.so')
-provides=('libmatroska.so')
-source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.bz2;)
-sha256sums=('79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc')
-
-build() {
-  cd libmatroska-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package() {
-  cd libmatroska-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libmatroska/repos/extra-x86_64/PKGBUILD (from rev 290628, 
libmatroska/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-11 19:38:54 UTC (rev 290629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor 03/08/04 
+
+pkgname=libmatroska
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Matroska library'
+arch=('i686' 'x86_64')
+url='https://dl.matroska.org/downloads/libmatroska/'
+license=('LGPL')
+depends=('libebml.so')
+provides=('libmatroska.so')
+source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.bz2;)
+sha256sums=('46441eb3bae9f970f68affaa211dd74302a7072dcd2becfb1114da11b66525fa')
+
+build() {
+  cd libmatroska-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd libmatroska-${pkgver}
+
+  make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 19:38:24
  Author: alucryd
Revision: 290628

upgpkg: libmatroska 1.4.7-1

Modified:
  libmatroska/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 18:23:37 UTC (rev 290627)
+++ PKGBUILD2017-03-11 19:38:24 UTC (rev 290628)
@@ -4,7 +4,7 @@
 # Contributor 03/08/04 
 
 pkgname=libmatroska
-pkgver=1.4.5
+pkgver=1.4.7
 pkgrel=1
 pkgdesc='Matroska library'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libebml.so')
 provides=('libmatroska.so')
 
source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.bz2;)
-sha256sums=('79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc')
+sha256sums=('46441eb3bae9f970f68affaa211dd74302a7072dcd2becfb1114da11b66525fa')
 
 build() {
   cd libmatroska-${pkgver}


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

2017-03-11 Thread Dave Reisner
Date: Saturday, March 11, 2017 @ 18:23:37
  Author: dreisner
Revision: 290627

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 290626, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 290626, mkinitcpio/trunk/mkinitcpio.install)

+
 PKGBUILD   |   33 +
 mkinitcpio.install |   15 +++
 2 files changed, 48 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 290626, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-03-11 18:23:37 UTC (rev 290627)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=23
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="https://projects.archlinux.org/mkinitcpio.git/;
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive'
+ 'coreutils' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'lz4: Use lz4 compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+install=mkinitcpio.install
+sha256sums=('80f12a07f0dceef81dfe87200f099bd2149e0990391dda6defebaa5697f8a35a'
+'SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
+  '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 290626, 
mkinitcpio/trunk/mkinitcpio.install)
===
--- testing-any/mkinitcpio.install  (rev 0)
+++ testing-any/mkinitcpio.install  2017-03-11 18:23:37 UTC (rev 290627)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
+printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+
+  if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then
+printf '==> The "block" hook has replaced several hooks:\n'
+printf '   fw, sata, pata, scsi, virtio, mmc, usb\n'
+printf 'Replace any and all of these in /etc/mkinitcpio.conf with a 
single\n'
+printf 'instance of the "block" hook\n'
+  fi
+}


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

2017-03-11 Thread Dave Reisner
Date: Saturday, March 11, 2017 @ 18:23:23
  Author: dreisner
Revision: 290626

upgpkg: mkinitcpio 23-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 18:11:26 UTC (rev 290625)
+++ PKGBUILD2017-03-11 18:23:23 UTC (rev 290626)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=22
+pkgver=23
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -19,7 +19,7 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('54c1fc0fc128ae486e72362f49f52e94acd5fcfea9f44b719dc33250e42664eb'
+sha256sums=('80f12a07f0dceef81dfe87200f099bd2149e0990391dda6defebaa5697f8a35a'
 'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras


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

2017-03-11 Thread Antonio Rojas
Date: Saturday, March 11, 2017 @ 18:11:26
  Author: arojas
Revision: 290625

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-11 18:10:49 UTC (rev 290624)
+++ extra-i686/PKGBUILD 2017-03-11 18:11:26 UTC (rev 290625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('daf75ffcab2af9c8035e7ab3baa932f5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE \
--DINSTALL_PLASMOID=OFF
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 290624, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-11 18:11:26 UTC (rev 290625)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=(i686 x86_64)
+url="http://smb4k.sourceforge.net/;
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework)
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8a9f9bbfc9876816393d9f269952ddfe896c540e2de26b634b8e709a13ceca95')
+
+prepare() {
+  mkdir -p build
+
+# fix doc cmake conflicts
+  sed -e '/kdoctools_install/d' -i $pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-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-03-11 18:10:49 UTC (rev 290624)
+++ extra-x86_64/PKGBUILD   2017-03-11 18:11:26 UTC (rev 290625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('daf75ffcab2af9c8035e7ab3baa932f5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE \
--DINSTALL_PLASMOID=OFF
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-x86_64/PKGBUILD (from rev 290624, 
smb4k/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-11 18:11:26 UTC (rev 290625)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=(i686 x86_64)
+url="http://smb4k.sourceforge.net/;
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework)
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8a9f9bbfc9876816393d9f269952ddfe896c540e2de26b634b8e709a13ceca95')
+
+prepare() {
+  mkdir -p build
+
+# fix doc cmake conflicts
+  sed -e '/kdoctools_install/d' -i $pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver 

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

2017-03-11 Thread Antonio Rojas
Date: Saturday, March 11, 2017 @ 18:10:49
  Author: arojas
Revision: 290624

Update to 2.0.0

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 15:27:55 UTC (rev 290623)
+++ PKGBUILD2017-03-11 18:10:49 UTC (rev 290624)
@@ -3,28 +3,37 @@
 # Contributor: Emanuele Rampichini 
 
 pkgname=smb4k
-pkgver=1.2.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework)
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('daf75ffcab2af9c8035e7ab3baa932f5')
+sha256sums=('8a9f9bbfc9876816393d9f269952ddfe896c540e2de26b634b8e709a13ceca95')
 
+prepare() {
+  mkdir -p build
+
+# fix doc cmake conflicts
+  sed -e '/kdoctools_install/d' -i $pkgname-$pkgver/CMakeLists.txt
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=RELEASE \
--DINSTALL_PLASMOID=OFF
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd build
 
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 18:06:23
  Author: felixonmars
Revision: 215713

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 215712, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 215712, 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 215712, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 18:06:23 UTC (rev 215713)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=7
+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")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+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 
215712, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 18:06:23 UTC (rev 215713)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=7
+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")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+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 \
+

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 18:05:57
  Author: felixonmars
Revision: 215712

upgpkg: pandoc-crossref 0.2.5.0-7

rebuild with JuicyPixels,3.2.8.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 17:59:57 UTC (rev 215711)
+++ PKGBUILD2017-03-11 18:05:57 UTC (rev 215712)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.5.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:59:57
  Author: felixonmars
Revision: 215711

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 215710, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 215710, 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 215710, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 17:59:57 UTC (rev 215711)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=19
+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=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+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 
215710, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 17:59:57 UTC (rev 215711)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=19
+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-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:59:31
  Author: felixonmars
Revision: 215710

upgpkg: haskell-hakyll 4.9.5.1-19

rebuild with JuicyPixels,3.2.8.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 17:52:56 UTC (rev 215709)
+++ PKGBUILD2017-03-11 17:59:31 UTC (rev 215710)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=18
+pkgrel=19
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:52:30
  Author: felixonmars
Revision: 215708

upgpkg: pandoc-citeproc 0.10.4.1-12

rebuild with JuicyPixels,3.2.8.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 17:39:28 UTC (rev 215707)
+++ PKGBUILD2017-03-11 17:52:30 UTC (rev 215708)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:52:56
  Author: felixonmars
Revision: 215709

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 215708, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 215708, 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 215708, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 17:52:56 UTC (rev 215709)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+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=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+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 
215708, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 17:52:56 UTC (rev 215709)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+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" 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:39:28
  Author: felixonmars
Revision: 215707

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 215706, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 215706, 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 215706, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 17:39:28 UTC (rev 215707)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=21
+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-skylighting" "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=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+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 215706, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 17:39:28 UTC (rev 215707)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=21
+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-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:39:00
  Author: felixonmars
Revision: 215706

upgpkg: pandoc 1.19.2.1-21

rebuild with JuicyPixels,3.2.8.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 17:15:11 UTC (rev 215705)
+++ PKGBUILD2017-03-11 17:39:00 UTC (rev 215706)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:15:11
  Author: felixonmars
Revision: 215705

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

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

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

Copied: haskell-juicypixels/repos/community-staging-i686/PKGBUILD (from rev 
215704, haskell-juicypixels/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 17:15:11 UTC (rev 215705)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=JuicyPixels
+pkgname=haskell-juicypixels
+pkgver=3.2.8.1
+pkgrel=1
+pkgdesc="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff 
and radiance)"
+url="https://github.com/Twinside/Juicy.Pixels;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-primitive" "haskell-vector" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b325ed50b887d65af7175bba03a2df5ef04a1e0f73adf2e3aa62d1676fa27104')
+
+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 \
+-f-mmap
+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-juicypixels/repos/community-staging-x86_64/PKGBUILD (from rev 
215704, haskell-juicypixels/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 17:15:11 UTC (rev 215705)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=JuicyPixels
+pkgname=haskell-juicypixels
+pkgver=3.2.8.1
+pkgrel=1
+pkgdesc="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff 
and radiance)"
+url="https://github.com/Twinside/Juicy.Pixels;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-primitive" "haskell-vector" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b325ed50b887d65af7175bba03a2df5ef04a1e0f73adf2e3aa62d1676fa27104')
+
+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 \
+-f-mmap
+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}"
+  

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:14:45
  Author: felixonmars
Revision: 215704

upgpkg: haskell-juicypixels 3.2.8.1-1

rebuild with JuicyPixels,3.2.8.1

Modified:
  haskell-juicypixels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 17:05:16 UTC (rev 215703)
+++ PKGBUILD2017-03-11 17:14:45 UTC (rev 215704)
@@ -4,15 +4,15 @@
 
 _hkgname=JuicyPixels
 pkgname=haskell-juicypixels
-pkgver=3.2.8
-pkgrel=2
+pkgver=3.2.8.1
+pkgrel=1
 pkgdesc="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff 
and radiance)"
 url="https://github.com/Twinside/Juicy.Pixels;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mtl" "haskell-primitive" "haskell-vector" 
"haskell-zlib")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('038c6547d543442a93b2028be4b84c225bb7a6fa913e1fc57325c58d043d5644')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b325ed50b887d65af7175bba03a2df5ef04a1e0f73adf2e3aa62d1676fa27104')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:04:07
  Author: felixonmars
Revision: 215701

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

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 215700, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 215700, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
215700, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 17:04:07 UTC (rev 215701)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17
+pkgrel=7
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('444a9b4b913e5f7addb1b9c5aa778f32d2b9e040d9b1c4d8a232fae908392891')
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 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-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
215700, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 17:04:07 UTC (rev 215701)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17
+pkgrel=7
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 17:03:41
  Author: felixonmars
Revision: 215700

upgpkg: haskell-yesod-auth 1.4.17-7

rebuild with mime-mail,0.4.13.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:57:50 UTC (rev 215699)
+++ PKGBUILD2017-03-11 17:03:41 UTC (rev 215700)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17
-pkgrel=6
+pkgrel=7
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:57:50
  Author: felixonmars
Revision: 215699

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

Added:
  haskell-mime-mail/repos/community-staging-i686/
  haskell-mime-mail/repos/community-staging-i686/PKGBUILD
(from rev 215698, haskell-mime-mail/trunk/PKGBUILD)
  haskell-mime-mail/repos/community-staging-x86_64/
  haskell-mime-mail/repos/community-staging-x86_64/PKGBUILD
(from rev 215698, haskell-mime-mail/trunk/PKGBUILD)

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

Copied: haskell-mime-mail/repos/community-staging-i686/PKGBUILD (from rev 
215698, haskell-mime-mail/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 16:57:50 UTC (rev 215699)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mime-mail
+pkgname=haskell-mime-mail
+pkgver=0.4.13.1
+pkgrel=1
+pkgdesc="Compose MIME email messages."
+url="http://github.com/snoyberg/mime-mail;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder"
+ "haskell-random" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9481671092739dab1d963c9db0dce56a0187390fb24c9badeeded6afb5895917')
+
+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
+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-mime-mail/repos/community-staging-x86_64/PKGBUILD (from rev 
215698, haskell-mime-mail/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 16:57:50 UTC (rev 215699)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mime-mail
+pkgname=haskell-mime-mail
+pkgver=0.4.13.1
+pkgrel=1
+pkgdesc="Compose MIME email messages."
+url="http://github.com/snoyberg/mime-mail;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder"
+ "haskell-random" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9481671092739dab1d963c9db0dce56a0187390fb24c9badeeded6afb5895917')
+
+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
+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 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:57:24
  Author: felixonmars
Revision: 215698

upgpkg: haskell-mime-mail 0.4.13.1-1

rebuild with mime-mail,0.4.13.1

Modified:
  haskell-mime-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:53:22 UTC (rev 215697)
+++ PKGBUILD2017-03-11 16:57:24 UTC (rev 215698)
@@ -4,7 +4,7 @@
 
 _hkgname=mime-mail
 pkgname=haskell-mime-mail
-pkgver=0.4.13
+pkgver=0.4.13.1
 pkgrel=1
 pkgdesc="Compose MIME email messages."
 url="http://github.com/snoyberg/mime-mail;
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder"
  "haskell-random" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('a089fd837b77b75eb36dc1749da422820d2658d0145a378e6de32f3b30b7a440')
+sha256sums=('9481671092739dab1d963c9db0dce56a0187390fb24c9badeeded6afb5895917')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:51:12
  Author: felixonmars
Revision: 215687

upgpkg: hoogle 5.0.9-23

rebuild with cmdargs,0.10.15

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:46:14 UTC (rev 215686)
+++ PKGBUILD2017-03-11 16:51:12 UTC (rev 215687)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=22
+pkgrel=23
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:51:37
  Author: felixonmars
Revision: 215688

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 215687, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 16:51:37 UTC (rev 215688)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=23
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 215687, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 16:51:37 UTC (rev 215688)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=23
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:46:14
  Author: felixonmars
Revision: 215686

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 215685, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 215685, ghc-mod/trunk/PKGBUILD)

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

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 215685, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 16:46:14 UTC (rev 215686)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=13
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd "${srcdir}/${pkgbase}"
+
+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 -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 215685, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 16:46:14 UTC (rev 215686)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=13
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:45:48
  Author: felixonmars
Revision: 215685

upgpkg: ghc-mod 5.7.0.0-13

rebuild with cmdargs,0.10.15

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:34:14 UTC (rev 215684)
+++ PKGBUILD2017-03-11 16:45:48 UTC (rev 215685)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:34:14
  Author: felixonmars
Revision: 215684

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

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

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

Copied: hlint/repos/community-staging-i686/PKGBUILD (from rev 215683, 
hlint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 16:34:14 UTC (rev 215684)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.41
+pkgrel=3
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
+
+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 \
+-fgpl -fthreaded
+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_hlint() {
+depends=('gmp' 'libffi')
+
+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-hlint() {
+pkgdesc="Source code suggestions (docs and libraries)"
+depends=("${makedepends[@]}" 'hlint')
+
+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 -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
+}

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 215683, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 16:34:14 UTC (rev 215684)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.41
+pkgrel=3
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
+
+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 \
+-fgpl -fthreaded
+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_hlint() {
+depends=('gmp' 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:33:45
  Author: felixonmars
Revision: 215683

upgpkg: hlint 1.9.41-3

rebuild with cmdargs,0.10.15

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:29:12 UTC (rev 215682)
+++ PKGBUILD2017-03-11 16:33:45 UTC (rev 215683)
@@ -5,7 +5,7 @@
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
 pkgver=1.9.41
-pkgrel=2
+pkgrel=3
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:29:12
  Author: felixonmars
Revision: 215682

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 215681, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 16:29:12 UTC (rev 215682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.16
+pkgrel=19
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs" "haskell-dlist"
+ "haskell-either" "haskell-mtl" "haskell-regex-base" 
"haskell-regex-pcre"
+ "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-unix-compat" 
"haskell-unicode-show"
+ "haskell-unordered-containers" "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7161e331f409ee95abfab14f720ad300ce4c9bd37a9fae74de6643c0f30b134b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 215681, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 16:29:12 UTC (rev 215682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.16
+pkgrel=19
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs" "haskell-dlist"
+ "haskell-either" "haskell-mtl" "haskell-regex-base" 
"haskell-regex-pcre"
+ "haskell-regex-posix" "haskell-safe" "haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-unix-compat" 
"haskell-unicode-show"
+ "haskell-unordered-containers" "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7161e331f409ee95abfab14f720ad300ce4c9bd37a9fae74de6643c0f30b134b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:28:42
  Author: felixonmars
Revision: 215681

upgpkg: cgrep 6.6.16-19

rebuild with cmdargs,0.10.15

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:24:53 UTC (rev 215680)
+++ PKGBUILD2017-03-11 16:28:42 UTC (rev 215681)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.16
-pkgrel=18
+pkgrel=19
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:24:53
  Author: felixonmars
Revision: 215680

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

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 215679, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-i686/http-client-0.5.patch
(from rev 215679, purescript/trunk/http-client-0.5.patch)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 215679, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 215679, purescript/trunk/http-client-0.5.patch)

+
 community-staging-i686/PKGBUILD|   57 ++
 community-staging-i686/http-client-0.5.patch   |   90 +++
 community-staging-x86_64/PKGBUILD  |   57 ++
 community-staging-x86_64/http-client-0.5.patch |   90 +++
 4 files changed, 294 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 215679, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 16:24:53 UTC (rev 215680)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.10.7
+pkgrel=11
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-foldl" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-client" "haskell-http-types" 
"haskell-language-javascript"
+ "haskell-lens" "haskell-lifted-base" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-parallel" 
"haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-system-filepath"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-turtle" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" 
"haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+http-client-0.5.patch)
+sha256sums=('85dff2f4b6916e9d45b6a1b2674dc6c91c56ac6c1597f627d5f1cbee9d0b3a9d'
+'2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../http-client-0.5.patch
+
+sed -e 's/pipes >= 4.0.0 && < 4.3.0,/pipes >= 4.0.0 \&\& < 4.4.0,/' \
+-e 's/websockets >= 0.9 && <0.10/websockets >= 0.9 \&\& <0.11/' \
+-e 's/aeson >= 0.8 && < 1.0,/aeson >= 0.8,/' \
+-i purescript.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-i686/http-client-0.5.patch (from rev 
215679, purescript/trunk/http-client-0.5.patch)
===
--- community-staging-i686/http-client-0.5.patch
(rev 0)
+++ community-staging-i686/http-client-0.5.patch2017-03-11 16:24:53 UTC 
(rev 215680)
@@ -0,0 +1,90 @@
+From e0527fb7f10721870014d7c08b1a2f8f5bf2edcf Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Mon, 22 Aug 2016 17:51:42 +0300
+Subject: [PATCH] Support http-client-0.5
+
+---
+ purescript.cabal   |  2 +-
+ src/Language/PureScript/Ide/Pursuit.hs | 44 --
+ stack.yaml 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 16:24:26
  Author: felixonmars
Revision: 215679

upgpkg: purescript 0.10.7-11

rebuild with cmdargs,0.10.15

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 16:01:13 UTC (rev 215678)
+++ PKGBUILD2017-03-11 16:24:26 UTC (rev 215679)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.10.7
-pkgrel=10
+pkgrel=11
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-03-11 Thread Evangelos Foutras
Date: Saturday, March 11, 2017 @ 16:01:13
  Author: foutrelis
Revision: 215678

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 215677, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 16:01:06 UTC (rev 215677)
+++ PKGBUILD2017-03-11 16:01:13 UTC (rev 215678)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.2
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('2ce428ff4ad26eb369972c0c4917a24826ccafe2b427455bb9037d6272886ce3'
-'SKIP'
-'9a57a28180ed2451e582338ebd1e5b02073d8cb31f657292664902137c6db741'
-'SKIP'
-'7e5209f8fc8022df31dd8b04b34e2d2fe352818e6cf3d6fdb1a2fade8f3a31e9'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 215677, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 16:01:13 UTC (rev 215678)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.1.2.3
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('a7de09769b5d4155d1f263c28950fdd1c1242905c5f12852af63c17d41c1d79e'
+'SKIP'
+'edecb74361cd88e5f0fe087ad63096f51107d7672928c6a4b9be6bd97718e676'
+'SKIP'
+

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

2017-03-11 Thread Evangelos Foutras
Date: Saturday, March 11, 2017 @ 16:01:06
  Author: foutrelis
Revision: 215677

upgpkg: shorewall 5.1.2.3-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 15:59:35 UTC (rev 215676)
+++ PKGBUILD2017-03-11 16:01:06 UTC (rev 215677)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.1.2
+pkgver=5.1.2.3
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('2ce428ff4ad26eb369972c0c4917a24826ccafe2b427455bb9037d6272886ce3'
+sha256sums=('a7de09769b5d4155d1f263c28950fdd1c1242905c5f12852af63c17d41c1d79e'
 'SKIP'
-'9a57a28180ed2451e582338ebd1e5b02073d8cb31f657292664902137c6db741'
+'edecb74361cd88e5f0fe087ad63096f51107d7672928c6a4b9be6bd97718e676'
 'SKIP'
-'7e5209f8fc8022df31dd8b04b34e2d2fe352818e6cf3d6fdb1a2fade8f3a31e9'
+'a4c166ac722dc74be96e3572818511609e6ea343e69b9851507b5462cdc8274f'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2017-03-11 Thread Evangelos Foutras
Date: Saturday, March 11, 2017 @ 15:59:35
  Author: foutrelis
Revision: 215676

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 15:59:27 UTC (rev 215675)
+++ PKGBUILD2017-03-11 15:59:35 UTC (rev 215676)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 

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

2017-03-11 Thread Evangelos Foutras
Date: Saturday, March 11, 2017 @ 15:59:27
  Author: foutrelis
Revision: 215675

upgpkg: python-stevedore 1.21.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 15:58:21 UTC (rev 215674)
+++ PKGBUILD2017-03-11 15:59:27 UTC (rev 215675)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:58:21
  Author: felixonmars
Revision: 215674

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 215673, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 215673, 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 215673, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 15:58:21 UTC (rev 215674)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=18
+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=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+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 
215673, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 15:58:21 UTC (rev 215674)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=18
+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-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:57:54
  Author: felixonmars
Revision: 215673

upgpkg: haskell-hakyll 4.9.5.1-18

rebuild with cmdargs,0.10.15

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 15:51:17 UTC (rev 215672)
+++ PKGBUILD2017-03-11 15:57:54 UTC (rev 215673)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=17
+pkgrel=18
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:51:17
  Author: felixonmars
Revision: 215672

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 215671, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 215671, 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 215671, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 15:51:17 UTC (rev 215672)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=11
+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=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+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 
215671, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 15:51:17 UTC (rev 215672)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=11
+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" 

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:50:51
  Author: felixonmars
Revision: 215671

upgpkg: pandoc-citeproc 0.10.4.1-11

rebuild with cmdargs,0.10.15

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 15:39:02 UTC (rev 215670)
+++ PKGBUILD2017-03-11 15:50:51 UTC (rev 215671)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:39:02
  Author: felixonmars
Revision: 215670

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

Added:
  haskell-aeson-pretty/repos/community-staging-i686/
  haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD
(from rev 215669, haskell-aeson-pretty/trunk/PKGBUILD)
  haskell-aeson-pretty/repos/community-staging-x86_64/
  haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD
(from rev 215669, haskell-aeson-pretty/trunk/PKGBUILD)

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

Copied: haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 
215669, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 15:39:02 UTC (rev 215670)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.2
+pkgrel=7
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6cb429821040bdd6f819b1c6170cac630a4155fa57fa24eb3d496c06030fb9b0')
+
+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 \
+-f-lib-only
+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-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 
215669, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 15:39:02 UTC (rev 215670)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.2
+pkgrel=7
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6cb429821040bdd6f819b1c6170cac630a4155fa57fa24eb3d496c06030fb9b0')
+
+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 \
+-f-lib-only
+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"

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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:38:36
  Author: felixonmars
Revision: 215669

upgpkg: haskell-aeson-pretty 0.8.2-7

rebuild with cmdargs,0.10.15

Modified:
  haskell-aeson-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 15:36:20 UTC (rev 215668)
+++ PKGBUILD2017-03-11 15:38:36 UTC (rev 215669)
@@ -5,7 +5,7 @@
 _hkgname=aeson-pretty
 pkgname=haskell-aeson-pretty
 pkgver=0.8.2
-pkgrel=6
+pkgrel=7
 pkgdesc="JSON pretty-printing library and command-line tool."
 url="http://github.com/informatikr/aeson-pretty;
 license=("custom:BSD3")


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:36:20
  Author: felixonmars
Revision: 215668

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

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

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

Copied: haskell-cmdargs/repos/community-staging-i686/PKGBUILD (from rev 215667, 
haskell-cmdargs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-11 15:36:20 UTC (rev 215668)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmdargs
+pkgname=haskell-cmdargs
+pkgver=0.10.15
+pkgrel=1
+pkgdesc="Command line argument processing"
+url="http://community.haskell.org/~ndm/cmdargs/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c80306ee127532fe4f852b690da470e7f5d8e58dce7122368c7e1b5b4629a55f')
+
+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 \
+-fquotation -f-testprog
+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-cmdargs/repos/community-staging-x86_64/PKGBUILD (from rev 
215667, haskell-cmdargs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-11 15:36:20 UTC (rev 215668)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmdargs
+pkgname=haskell-cmdargs
+pkgver=0.10.15
+pkgrel=1
+pkgdesc="Command line argument processing"
+url="http://community.haskell.org/~ndm/cmdargs/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c80306ee127532fe4f852b690da470e7f5d8e58dce7122368c7e1b5b4629a55f')
+
+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 \
+-fquotation -f-testprog
+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"
+}


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:35:54
  Author: felixonmars
Revision: 215667

upgpkg: haskell-cmdargs 0.10.15-1

rebuild with cmdargs,0.10.15

Modified:
  haskell-cmdargs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 15:30:32 UTC (rev 215666)
+++ PKGBUILD2017-03-11 15:35:54 UTC (rev 215667)
@@ -4,15 +4,15 @@
 
 _hkgname=cmdargs
 pkgname=haskell-cmdargs
-pkgver=0.10.14
-pkgrel=2
+pkgver=0.10.15
+pkgrel=1
 pkgdesc="Command line argument processing"
 url="http://community.haskell.org/~ndm/cmdargs/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('38b60053c11394a1876d2744950eece66ca9e4364298c1383f247894044bce58')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c80306ee127532fe4f852b690da470e7f5d8e58dce7122368c7e1b5b4629a55f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-11 Thread Felix Yan
Date: Saturday, March 11, 2017 @ 15:30:32
  Author: felixonmars
Revision: 215666

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-11 15:30:12 UTC (rev 215665)
+++ PKGBUILD2017-03-11 15:30:32 UTC (rev 215666)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Chris Fordham  aka 
flaccid
-# Package Source: 
https://github.com/flaccid/archlinux-packages/blob/master/python-jmespath/PKGBUILD
-
-pkgbase=python-jmespath
-pkgname=(python-jmespath python2-jmespath)
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='A query language for JSON'
-arch=('any')
-url="https://github.com/jmespath/jmespath;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-py' 'python2-py')
-source=("git+https://github.com/jmespath/jmespath.py.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a jmespath.py{,-py2}
-}
-
-build() {
-  cd "$srcdir/jmespath.py"
-  python setup.py build
-
-  cd "$srcdir/jmespath.py-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/jmespath.py"
-  LC_CTYPE=en_US.utf8 nosetests3
-
-  cd "$srcdir/jmespath.py-py2"
-  LC_CTYPE=en_US.utf8 nosetests2
-}
-
-package_python-jmespath() {
-  depends=('python')
-
-  cd $srcdir/jmespath.py
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-jmespath() {
-  depends=('python2')
-
-  cd $srcdir/jmespath.py-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/jp{,2}.py
-}

Copied: python-jmespath/repos/community-any/PKGBUILD (from rev 215665, 
python-jmespath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-11 15:30:32 UTC (rev 215666)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Chris Fordham  aka 
flaccid
+# Package Source: 
https://github.com/flaccid/archlinux-packages/blob/master/python-jmespath/PKGBUILD
+
+pkgbase=python-jmespath
+pkgname=(python-jmespath python2-jmespath)
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='A query language for JSON'
+arch=('any')
+url="https://github.com/jmespath/jmespath;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-py' 'python2-py')
+source=("git+https://github.com/jmespath/jmespath.py.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a jmespath.py{,-py2}
+}
+
+build() {
+  cd "$srcdir/jmespath.py"
+  python setup.py build
+
+  cd "$srcdir/jmespath.py-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/jmespath.py"
+  LC_CTYPE=en_US.utf8 nosetests3
+
+  cd "$srcdir/jmespath.py-py2"
+  LC_CTYPE=en_US.utf8 nosetests2
+}
+
+package_python-jmespath() {
+  depends=('python')
+
+  cd $srcdir/jmespath.py
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-jmespath() {
+  depends=('python2')
+
+  cd $srcdir/jmespath.py-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jp{,2}.py
+}


  1   2   3   >