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

2018-12-31 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 1, 2019 @ 02:19:20
  Author: bisson
Revision: 342847

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 342846, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 342846, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   50 ++
 2 files changed, 51 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 342846, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2019-01-01 02:19:20 UTC (rev 342847)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 342846, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-01-01 02:19:20 UTC (rev 342847)
@@ -0,0 +1,50 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20181219
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha256sums=('c34cd8bec26b942b748f102718b4693af386e96a6d20ffbf0b7bd8946186a10e'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+pkgver() {
+   cd "${srcdir}"
+   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+   sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2018-12-31 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 1, 2019 @ 02:18:58
  Author: bisson
Revision: 342846

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:35:31 UTC (rev 342845)
+++ PKGBUILD2019-01-01 02:18:58 UTC (rev 342846)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20180913
+pkgver=20181219
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='http://www.iana.org/protocols'
@@ -12,7 +12,7 @@
 
source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
 
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
 'LICENSE')
-sha256sums=('f5980a78e74ad4eea95eab8cade52e4a9124735f3d67deee8aa7378fcdc6227a'
+sha256sums=('c34cd8bec26b942b748f102718b4693af386e96a6d20ffbf0b7bd8946186a10e'
 '4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


[arch-commits] Commit in python-sqlalchemy-utils/repos/community-any (2 files)

2018-12-31 Thread Jelle van der Waa via arch-commits
Date: Monday, December 31, 2018 @ 20:16:42
  Author: jelle
Revision: 420111

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-utils/repos/community-any/PKGBUILD
(from rev 420110, python-sqlalchemy-utils/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 20:16:31 UTC (rev 420110)
+++ PKGBUILD2018-12-31 20:16:42 UTC (rev 420111)
@@ -1,38 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Husam Bilal 
-
-_name=sqlalchemy-utils
-pkgname=python-sqlalchemy-utils
-pkgver=0.33.9
-pkgrel=1
-pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
-url='https://github.com/kvesteri/sqlalchemy-utils'
-depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
- 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
- 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
-checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
-makedepends=('python')
-license=('BSD')
-arch=('any')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
-sha512sums=('d8b7a95d3282239ec6b8e7571a06dffddad89b4f745b24e09c6dfbe4eeec8c701100297899c6782e76a2f73fa72a4ccda135fb9fa9e118d6d6baabcf5bc98597')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  # Tests require a postgres and MySQL db
-  pytest --disable-pytest-warnings tests/test_models.py
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sqlalchemy-utils/repos/community-any/PKGBUILD (from rev 420110, 
python-sqlalchemy-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 20:16:42 UTC (rev 420111)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Husam Bilal 
+
+_name=sqlalchemy-utils
+pkgname=python-sqlalchemy-utils
+pkgver=0.33.10
+pkgrel=1
+pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
+url='https://github.com/kvesteri/sqlalchemy-utils'
+depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
+ 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
+ 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
+checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
+makedepends=('python')
+license=('BSD')
+arch=('any')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
+sha512sums=('4a4c8803f315d3549290465513dfe7309c0010e428fdf93f02a703825849a3f0c54e2b24de133373538b81d4480da8f4691d869bf72c488a69bc1e0f94cacec1')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  # Tests require a postgres and MySQL db
+  pytest --disable-pytest-warnings tests/test_models.py
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-31 Thread Jelle van der Waa via arch-commits
Date: Monday, December 31, 2018 @ 20:16:31
  Author: jelle
Revision: 420110

upgpkg: python-sqlalchemy-utils 0.33.10-1

Modified:
  python-sqlalchemy-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 19:23:49 UTC (rev 420109)
+++ PKGBUILD2018-12-31 20:16:31 UTC (rev 420110)
@@ -4,7 +4,7 @@
 
 _name=sqlalchemy-utils
 pkgname=python-sqlalchemy-utils
-pkgver=0.33.9
+pkgver=0.33.10
 pkgrel=1
 pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-utils'
@@ -16,7 +16,7 @@
 license=('BSD')
 arch=('any')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz)
-sha512sums=('d8b7a95d3282239ec6b8e7571a06dffddad89b4f745b24e09c6dfbe4eeec8c701100297899c6782e76a2f73fa72a4ccda135fb9fa9e118d6d6baabcf5bc98597')
+sha512sums=('4a4c8803f315d3549290465513dfe7309c0010e428fdf93f02a703825849a3f0c54e2b24de133373538b81d4480da8f4691d869bf72c488a69bc1e0f94cacec1')
 
 build() {
   cd ${_name}-${pkgver}


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 19:11:59
  Author: maximbaz
Revision: 420095

gpg-crypter: use https sources

Modified:
  gpg-crypter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 19:10:30 UTC (rev 420094)
+++ PKGBUILD2018-12-31 19:11:59 UTC (rev 420095)
@@ -12,7 +12,7 @@
 depends=('gtk3' 'gpgme')
 makedepends=('intltool')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 
sha512sums=('300f1c313fb9f6cc5a1def24e2783cd4b40a8ed1f81b35201399374817b314c1e21bb0fd1dda10ba78f6dc6ffdbf5b26ffb57734eb1cb644650db7f97de7bb23')
 
 build() {


[arch-commits] Commit in gpg-crypter/repos/community-x86_64 (4 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 19:12:11
  Author: maximbaz
Revision: 420096

archrelease: copy trunk to community-x86_64

Added:
  gpg-crypter/repos/community-x86_64/PKGBUILD
(from rev 420095, gpg-crypter/trunk/PKGBUILD)
  gpg-crypter/repos/community-x86_64/gpg-crypter.changelog
(from rev 420095, gpg-crypter/trunk/gpg-crypter.changelog)
Deleted:
  gpg-crypter/repos/community-x86_64/PKGBUILD
  gpg-crypter/repos/community-x86_64/gpg-crypter.changelog

---+
 PKGBUILD  |   59 +++-
 gpg-crypter.changelog |4 +--
 2 files changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 19:11:59 UTC (rev 420095)
+++ PKGBUILD2018-12-31 19:12:11 UTC (rev 420096)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-# Contributor: lp76 
-
-pkgname=gpg-crypter
-pkgver=0.4.1
-pkgrel=3
-pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and 
libgpgme"
-arch=('x86_64')
-url="http://gpg-crypter.sourceforge.net/;
-license=('GPL2')
-depends=('gtk3' 'gpgme')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('300f1c313fb9f6cc5a1def24e2783cd4b40a8ed1f81b35201399374817b314c1e21bb0fd1dda10ba78f6dc6ffdbf5b26ffb57734eb1cb644650db7f97de7bb23')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gpg-crypter/repos/community-x86_64/PKGBUILD (from rev 420095, 
gpg-crypter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 19:12:11 UTC (rev 420096)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: lp76 
+
+pkgname=gpg-crypter
+pkgver=0.4.1
+pkgrel=3
+pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and 
libgpgme"
+arch=('x86_64')
+url="http://gpg-crypter.sourceforge.net/;
+license=('GPL2')
+depends=('gtk3' 'gpgme')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('300f1c313fb9f6cc5a1def24e2783cd4b40a8ed1f81b35201399374817b314c1e21bb0fd1dda10ba78f6dc6ffdbf5b26ffb57734eb1cb644650db7f97de7bb23')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: gpg-crypter.changelog
===
--- gpg-crypter.changelog   2018-12-31 19:11:59 UTC (rev 420095)
+++ gpg-crypter.changelog   2018-12-31 19:12:11 UTC (rev 420096)
@@ -1,2 +0,0 @@
-2012-11-14 Jaroslav Lichtblau 
-   * gpg-crypter 0.4.1-1

Copied: gpg-crypter/repos/community-x86_64/gpg-crypter.changelog (from rev 
420095, gpg-crypter/trunk/gpg-crypter.changelog)
===
--- gpg-crypter.changelog   (rev 0)
+++ gpg-crypter.changelog   2018-12-31 19:12:11 UTC (rev 420096)
@@ -0,0 +1,2 @@
+2012-11-14 Jaroslav Lichtblau 
+   * gpg-crypter 0.4.1-1


[arch-commits] Commit in glew1.10/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 19:10:30
  Author: maximbaz
Revision: 420094

archrelease: copy trunk to community-x86_64

Added:
  glew1.10/repos/community-x86_64/PKGBUILD
(from rev 420093, glew1.10/trunk/PKGBUILD)
Deleted:
  glew1.10/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 19:10:22 UTC (rev 420093)
+++ PKGBUILD2018-12-31 19:10:30 UTC (rev 420094)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Florian Pritz 
-
-pkgname=glew1.10
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='A cross-platform C/C++ extension loading library'
-arch=('x86_64')
-url='http://glew.sourceforge.net'
-license=('BSD' 'MIT' 'GPL')
-depends=('glibc' 'libgl' 'libx11' 'libxext' 'libxi' 'libxmu')
-source=("http://downloads.sourceforge.net/glew/glew-${pkgver}.tgz;)
-sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
-
-prepare() {
-  cd glew-${pkgver}
-
-  sed -i 's|lib64|lib|' config/Makefile.linux
-}
-
-build() {
-  cd glew-${pkgver}
-
-  make
-}
-
-package() {
-  cd glew-${pkgver}
-
-  make GLEW_DEST="${pkgdir}/usr" install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libGLEW.{a,so},pkgconfig}}
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/glew1.10/
-}
-
-# vim: ts=2 sw=2 et:

Copied: glew1.10/repos/community-x86_64/PKGBUILD (from rev 420093, 
glew1.10/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 19:10:30 UTC (rev 420094)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Florian Pritz 
+
+pkgname=glew1.10
+pkgver=1.10.0
+pkgrel=2
+pkgdesc='A cross-platform C/C++ extension loading library'
+arch=('x86_64')
+url='http://glew.sourceforge.net'
+license=('BSD' 'MIT' 'GPL')
+depends=('glibc' 'libgl' 'libx11' 'libxext' 'libxi' 'libxmu')
+source=("https://downloads.sourceforge.net/glew/glew-${pkgver}.tgz;)
+sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
+
+prepare() {
+  cd glew-${pkgver}
+
+  sed -i 's|lib64|lib|' config/Makefile.linux
+}
+
+build() {
+  cd glew-${pkgver}
+
+  make
+}
+
+package() {
+  cd glew-${pkgver}
+
+  make GLEW_DEST="${pkgdir}/usr" install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libGLEW.{a,so},pkgconfig}}
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/glew1.10/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 19:10:22
  Author: maximbaz
Revision: 420093

glew1.10: use https sources

Modified:
  glew1.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 19:03:21 UTC (rev 420092)
+++ PKGBUILD2018-12-31 19:10:22 UTC (rev 420093)
@@ -9,7 +9,7 @@
 url='http://glew.sourceforge.net'
 license=('BSD' 'MIT' 'GPL')
 depends=('glibc' 'libgl' 'libx11' 'libxext' 'libxi' 'libxmu')
-source=("http://downloads.sourceforge.net/glew/glew-${pkgver}.tgz;)
+source=("https://downloads.sourceforge.net/glew/glew-${pkgver}.tgz;)
 sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
 
 prepare() {


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 19:03:05
  Author: felixonmars
Revision: 420091

upgpkg: tamarin-prover 1.4.0-168

rebuild with rio 0.1.8.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 19:01:30 UTC (rev 420090)
+++ PKGBUILD2018-12-31 19:03:05 UTC (rev 420091)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=167
+pkgrel=168
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


[arch-commits] Commit in tamarin-prover/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 19:03:21
  Author: felixonmars
Revision: 420092

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 420091, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
420091, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 19:03:21 UTC (rev 420092)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=168
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 19:01:30
  Author: felixonmars
Revision: 420090

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 420089, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 420089, stack/trunk/stack.install)

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 420089, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 19:01:30 UTC (rev 420090)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=25
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  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
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 420089, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-12-31 19:01:30 UTC (rev 
420090)
@@ -0,0 +1,4 @@
+post_install() {
+  

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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 19:01:15
  Author: felixonmars
Revision: 420089

upgpkg: stack 1.9.3-25

rebuild with rio 0.1.8.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:55:27 UTC (rev 420088)
+++ PKGBUILD2018-12-31 19:01:15 UTC (rev 420089)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=24
+pkgrel=25
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


[arch-commits] Commit in hledger-web/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:55:27
  Author: felixonmars
Revision: 420088

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 420087, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 420087, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:55:27 UTC (rev 420088)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.12
+pkgrel=26
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 
'haskell-http-client'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4c77d67daa0abdd55029fc6af1a3735ab99adc9ec65e8470a84f4b7de39de24bdd636717d50f5f87d4227b4b903e72b0ccde728addc12d26809e83b8baf07f31')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:55:11
  Author: felixonmars
Revision: 420087

upgpkg: hledger-web 1.12-26

rebuild with rio 0.1.8.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:53:42 UTC (rev 420086)
+++ PKGBUILD2018-12-31 18:55:11 UTC (rev 420087)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.12
-pkgrel=25
+pkgrel=26
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:53:25
  Author: felixonmars
Revision: 420085

upgpkg: git-annex 7.20181211-17

rebuild with rio 0.1.8.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:48:10 UTC (rev 420084)
+++ PKGBUILD2018-12-31 18:53:25 UTC (rev 420085)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20181211
-pkgrel=16
+pkgrel=17
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:53:42
  Author: felixonmars
Revision: 420086

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 420085, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 420085, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   56 +
 ghc-8.4.patch |  121 
 2 files changed, 177 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 420085, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:53:42 UTC (rev 420086)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20181211
+pkgrel=17
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs 
Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs 
Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs 
Test.hs
+}
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-ftorrentparser -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
420085, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-12-31 18:53:42 UTC (rev 
420086)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , backendsKeys = backendsKeys a <> backendsKeys b
+   }
+ 

[arch-commits] Commit in haskell-yesod-static/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:48:10
  Author: felixonmars
Revision: 420084

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 420083, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
420083, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:48:10 UTC (rev 420084)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=36
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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-yesod-static/trunk (PKGBUILD)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:47:54
  Author: felixonmars
Revision: 420083

upgpkg: haskell-yesod-static 1.6.0.1-36

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:46:48 UTC (rev 420082)
+++ PKGBUILD2018-12-31 18:47:54 UTC (rev 420083)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=35
+pkgrel=36
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:46:32
  Author: felixonmars
Revision: 420081

upgpkg: haskell-yesod-test 1.6.5.1-43

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:45:32 UTC (rev 420080)
+++ PKGBUILD2018-12-31 18:46:32 UTC (rev 420081)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.5.1
-pkgrel=42
+pkgrel=43
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


[arch-commits] Commit in haskell-yesod-test/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:46:48
  Author: felixonmars
Revision: 420082

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 420081, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
420081, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:46:48 UTC (rev 420082)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.5.1
+pkgrel=43
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('dbee2f3753062bc1a8c5a7657e832e65f2d360fdb1960285f168387fa20fb3fdb98efd6f749ba1e87a4dd78a3823e282205daa1662e831f2bad5572f817c5beb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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-yesod-auth/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:45:32
  Author: felixonmars
Revision: 420080

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
420079, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:45:32 UTC (rev 420080)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.5
+pkgrel=40
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('53daff7afd430c87e0359e2a712e34d10508768b2dece3d2c29b34fa18133d209b870f9f59df83dcf30b86ae75e7881eb7e05d7a51daa6787a2e3f220cadaf7e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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-yesod-auth/trunk (PKGBUILD)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:45:16
  Author: felixonmars
Revision: 420079

upgpkg: haskell-yesod-auth 1.6.5-40

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:44:09 UTC (rev 420078)
+++ PKGBUILD2018-12-31 18:45:16 UTC (rev 420079)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.5
-pkgrel=39
+pkgrel=40
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:44:09
  Author: felixonmars
Revision: 420078

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 420077, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:44:09 UTC (rev 420078)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=188
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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-yesod/trunk (PKGBUILD)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:43:51
  Author: felixonmars
Revision: 420077

upgpkg: haskell-yesod 1.6.0-188

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:42:54 UTC (rev 420076)
+++ PKGBUILD2018-12-31 18:43:51 UTC (rev 420077)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=187
+pkgrel=188
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:42:38
  Author: felixonmars
Revision: 420075

upgpkg: haskell-yesod-form 1.6.3-38

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:42:36 UTC (rev 420074)
+++ PKGBUILD2018-12-31 18:42:38 UTC (rev 420075)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.3
-pkgrel=37
+pkgrel=38
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-form/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:42:54
  Author: felixonmars
Revision: 420076

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 420075, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
420075, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:42:54 UTC (rev 420076)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.3
+pkgrel=38
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8f9d55147c1c65b8e0e0c7414850f02a3b4fddc766287621c11c444584096f68fc2245ab600f3e340b58c6ecedc40848538a7e652342a85a844d30b25336efc8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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-yesod-persistent/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:41:20
  Author: felixonmars
Revision: 420072

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 420071, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 420071, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:41:20 UTC (rev 420072)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.1
+pkgrel=41
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('da12967cef7660581eeea16c5f4a28675fdc1fd697b265e9eee9c462e26385870e894653eada6a02532655693d3b72f202fde445949d44324ebfab40c7f6b52d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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 perl-package-stash-xs/repos/community-x86_64 (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:40:59
  Author: felixonmars
Revision: 420070

archrelease: copy trunk to community-x86_64

Added:
  perl-package-stash-xs/repos/community-x86_64/PKGBUILD
(from rev 420069, perl-package-stash-xs/trunk/PKGBUILD)
Deleted:
  perl-package-stash-xs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:40:40 UTC (rev 420069)
+++ PKGBUILD2018-12-31 18:40:59 UTC (rev 420070)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Justin Davis 
-
-pkgname=perl-package-stash-xs
-pkgver=0.28
-pkgrel=8
-pkgdesc="Faster and more correct implementation of the Package::Stash API"
-arch=('x86_64')
-url="http://search.cpan.org/dist/Package-Stash-XS;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-fatal' 'perl-test-requires')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-$pkgver.tar.gz)
-md5sums=('9664356ec3be02626cbd3081ec246b70')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd Package-Stash-XS-${pkgver}
-
-/usr/bin/perl Makefile.PL
-
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd Package-Stash-XS-${pkgver}
-
-make test
-  )
-}
-
-package() {
-cd Package-Stash-XS-${pkgver}
-
-make DESTDIR="$pkgdir"/ install
-}

Copied: perl-package-stash-xs/repos/community-x86_64/PKGBUILD (from rev 420069, 
perl-package-stash-xs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:40:59 UTC (rev 420070)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Justin Davis 
+
+pkgname=perl-package-stash-xs
+pkgver=0.29
+pkgrel=1
+pkgdesc="Faster and more correct implementation of the Package::Stash API"
+arch=('x86_64')
+url="http://search.cpan.org/dist/Package-Stash-XS;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-fatal' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-XS-$pkgver.tar.gz)
+md5sums=('e5b58846a01aa39c36605e071c306dcc')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Package-Stash-XS-${pkgver}
+
+/usr/bin/perl Makefile.PL
+
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Package-Stash-XS-${pkgver}
+
+make test
+  )
+}
+
+package() {
+cd Package-Stash-XS-${pkgver}
+
+make DESTDIR="$pkgdir"/ install
+}


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:41:04
  Author: felixonmars
Revision: 420071

upgpkg: haskell-yesod-persistent 1.6.0.1-41

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:40:59 UTC (rev 420070)
+++ PKGBUILD2018-12-31 18:41:04 UTC (rev 420071)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in perl-package-stash-xs/trunk (PKGBUILD)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:40:40
  Author: felixonmars
Revision: 420069

upgpkg: perl-package-stash-xs 0.29-1

Modified:
  perl-package-stash-xs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:40:11 UTC (rev 420068)
+++ PKGBUILD2018-12-31 18:40:40 UTC (rev 420069)
@@ -2,8 +2,8 @@
 # Contributor: Justin Davis 
 
 pkgname=perl-package-stash-xs
-pkgver=0.28
-pkgrel=8
+pkgver=0.29
+pkgrel=1
 pkgdesc="Faster and more correct implementation of the Package::Stash API"
 arch=('x86_64')
 url="http://search.cpan.org/dist/Package-Stash-XS;
@@ -12,8 +12,8 @@
 makedepends=('perl-extutils-makemaker')
 checkdepends=('perl-test-fatal' 'perl-test-requires')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-$pkgver.tar.gz)
-md5sums=('9664356ec3be02626cbd3081ec246b70')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-XS-$pkgver.tar.gz)
+md5sums=('e5b58846a01aa39c36605e071c306dcc')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


[arch-commits] Commit in haskell-yesod-default/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:40:11
  Author: felixonmars
Revision: 420068

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 420067, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
420067, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:40:11 UTC (rev 420068)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=454
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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-yesod-default/trunk (PKGBUILD)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:39:54
  Author: felixonmars
Revision: 420067

upgpkg: haskell-yesod-default 1.2.0-454

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:39:32 UTC (rev 420066)
+++ PKGBUILD2018-12-31 18:39:54 UTC (rev 420067)
@@ -4,7 +4,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=453
+pkgrel=454
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:39:32
  Author: felixonmars
Revision: 420066

archrelease: copy trunk to community-any

Added:
  perl-package-stash/repos/community-any/PKGBUILD
(from rev 420065, perl-package-stash/trunk/PKGBUILD)
Deleted:
  perl-package-stash/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:39:12 UTC (rev 420065)
+++ PKGBUILD2018-12-31 18:39:32 UTC (rev 420066)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin Davis 
-
-pkgname=perl-package-stash
-pkgver=0.37
-pkgrel=5
-pkgdesc="Routines for manipulating stashes"
-arch=('any')
-url="http://search.cpan.org/dist/Package-Stash;
-license=('PerlArtistic' 'GPL')
-depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 
'perl-module-implementation')
-checkdepends=('perl-test-fatal' 'perl-test-requires')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-$pkgver.tar.gz)
-sha1sums=('43fc4e362ac1a45eb27fe779806cbd96c891e2dc')
-
-build() {
-  cd Package-Stash-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Package-Stash-$pkgver
-  make test
-}
-
-package() {
-  cd Package-Stash-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-package-stash/repos/community-any/PKGBUILD (from rev 420065, 
perl-package-stash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:39:32 UTC (rev 420066)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin Davis 
+
+pkgname=perl-package-stash
+pkgver=0.38
+pkgrel=1
+pkgdesc="Routines for manipulating stashes"
+arch=('any')
+url="http://search.cpan.org/dist/Package-Stash;
+license=('PerlArtistic' 'GPL')
+depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 
'perl-module-implementation')
+checkdepends=('perl-test-fatal' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-$pkgver.tar.gz)
+sha1sums=('a6f4e04564e8dca31cf559dc49f056e84d520ccc')
+
+build() {
+  cd Package-Stash-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Package-Stash-$pkgver
+  make test
+}
+
+package() {
+  cd Package-Stash-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in haskell-yesod-core/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:39:04
  Author: felixonmars
Revision: 420064

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 420063, haskell-yesod-core/trunk/PKGBUILD)

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
420063, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:39:04 UTC (rev 420064)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.6.9
+pkgrel=22
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-case-insensitive' 
'haskell-cereal'
+ 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cookie'
+ 'haskell-fast-logger' 'haskell-http-types'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 
'haskell-primitive'
+ 'haskell-random' 'haskell-resourcet' 'haskell-rio' 
'haskell-shakespeare'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a2b7c80fe612fb428e115c737ed5dfe5ba9cc165929e5d1896358fe9091552aaea1fbdd0252dc8cc6a987cfc82947aa469e26aab1d3ae2d24c0ef8be53365d69')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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 perl-package-stash/trunk (PKGBUILD)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:39:12
  Author: felixonmars
Revision: 420065

upgpkg: perl-package-stash 0.38-1

Modified:
  perl-package-stash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:39:04 UTC (rev 420064)
+++ PKGBUILD2018-12-31 18:39:12 UTC (rev 420065)
@@ -3,8 +3,8 @@
 # Contributor: Justin Davis 
 
 pkgname=perl-package-stash
-pkgver=0.37
-pkgrel=5
+pkgver=0.38
+pkgrel=1
 pkgdesc="Routines for manipulating stashes"
 arch=('any')
 url="http://search.cpan.org/dist/Package-Stash;
@@ -12,8 +12,8 @@
 depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 
'perl-module-implementation')
 checkdepends=('perl-test-fatal' 'perl-test-requires')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-$pkgver.tar.gz)
-sha1sums=('43fc4e362ac1a45eb27fe779806cbd96c891e2dc')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-$pkgver.tar.gz)
+sha1sums=('a6f4e04564e8dca31cf559dc49f056e84d520ccc')
 
 build() {
   cd Package-Stash-$pkgver


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:38:46
  Author: felixonmars
Revision: 420063

upgpkg: haskell-yesod-core 1.6.9-22

rebuild with rio 0.1.8.0

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:37:26 UTC (rev 420062)
+++ PKGBUILD2018-12-31 18:38:46 UTC (rev 420063)
@@ -4,7 +4,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.6.9
-pkgrel=21
+pkgrel=22
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:37:26
  Author: maximbaz
Revision: 420062

archrelease: copy trunk to community-x86_64

Added:
  gimp-refocus/repos/community-x86_64/PKGBUILD
(from rev 420060, gimp-refocus/trunk/PKGBUILD)
  gimp-refocus/repos/community-x86_64/refocus-gimp-2.0.patch
(from rev 420060, gimp-refocus/trunk/refocus-gimp-2.0.patch)
  gimp-refocus/repos/community-x86_64/refocus-gimp-preview.patch
(from rev 420061, gimp-refocus/trunk/refocus-gimp-preview.patch)
  gimp-refocus/repos/community-x86_64/refocus-mirror-fix.patch
(from rev 420061, gimp-refocus/trunk/refocus-mirror-fix.patch)
Deleted:
  gimp-refocus/repos/community-x86_64/PKGBUILD
  gimp-refocus/repos/community-x86_64/refocus-gimp-2.0.patch
  gimp-refocus/repos/community-x86_64/refocus-gimp-preview.patch
  gimp-refocus/repos/community-x86_64/refocus-mirror-fix.patch

+
 PKGBUILD   |   70 +--
 refocus-gimp-2.0.patch |  418 ++--
 refocus-gimp-preview.patch |  864 +--
 refocus-mirror-fix.patch   |  108 ++---
 4 files changed, 730 insertions(+), 730 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:37:23 UTC (rev 420061)
+++ PKGBUILD2018-12-31 18:37:26 UTC (rev 420062)
@@ -1,35 +0,0 @@
-# Maintainer: Tobias Kieslich 
-# Contributor: Tobias Kieslich 
-
-pkgname=gimp-refocus
-pkgver=0.9.0
-pkgrel=5
-pkgdesc="A sharpen plugin for gimp using FIR Wiener filtering"
-arch=('x86_64')
-url="http://refocus.sourceforge.net/;
-license=('GPL2')
-depends=('gimp')
-source=(http://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz
 \
-refocus-gimp-2.0.patch refocus-mirror-fix.patch 
refocus-gimp-preview.patch)
-md5sums=('8d4eac4ef45c904fb5e73021696bec94'
- '1b7bc13154f483994af3846c7ee29ad7'
- '532593cba030feab8ffa7800fc9cd782'
- '5dcf118f8dee7a32ca35f932ff9b2e3c')
-
-build() {
-  cd "${srcdir}/refocus-${pkgver}"
-  patch -Np0 -i ../refocus-gimp-2.0.patch
-  patch -Np0 -i ../refocus-mirror-fix.patch
-  patch -Np0 -i ../refocus-gimp-preview.patch
-  aclocal
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --bindir=/usr/lib/gimp/2.0/plug-ins
-  sed -i '/^CFLAGS =/s/$/ -std=c99/' src/Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/refocus-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gimp-refocus/repos/community-x86_64/PKGBUILD (from rev 420060, 
gimp-refocus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:37:26 UTC (rev 420062)
@@ -0,0 +1,35 @@
+# Maintainer: Tobias Kieslich 
+# Contributor: Tobias Kieslich 
+
+pkgname=gimp-refocus
+pkgver=0.9.0
+pkgrel=5
+pkgdesc="A sharpen plugin for gimp using FIR Wiener filtering"
+arch=('x86_64')
+url="http://refocus.sourceforge.net/;
+license=('GPL2')
+depends=('gimp')
+source=(https://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz
 \
+refocus-gimp-2.0.patch refocus-mirror-fix.patch 
refocus-gimp-preview.patch)
+md5sums=('8d4eac4ef45c904fb5e73021696bec94'
+ '1b7bc13154f483994af3846c7ee29ad7'
+ '532593cba030feab8ffa7800fc9cd782'
+ '5dcf118f8dee7a32ca35f932ff9b2e3c')
+
+build() {
+  cd "${srcdir}/refocus-${pkgver}"
+  patch -Np0 -i ../refocus-gimp-2.0.patch
+  patch -Np0 -i ../refocus-mirror-fix.patch
+  patch -Np0 -i ../refocus-gimp-preview.patch
+  aclocal
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --bindir=/usr/lib/gimp/2.0/plug-ins
+  sed -i '/^CFLAGS =/s/$/ -std=c99/' src/Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/refocus-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: refocus-gimp-2.0.patch
===
--- refocus-gimp-2.0.patch  2018-12-31 18:37:23 UTC (rev 420061)
+++ refocus-gimp-2.0.patch  2018-12-31 18:37:26 UTC (rev 420062)
@@ -1,209 +0,0 @@
-Index: configure.in
-===
-RCS file: /cvsroot/refocus/refocus/configure.in,v
-retrieving revision 1.1.1.1
-diff -u -u -r1.1.1.1 configure.in
 configure.in   30 Jan 2003 21:29:29 -  1.1.1.1
-+++ configure.in   6 Apr 2004 20:26:54 -
-@@ -1,8 +1,8 @@
- dnl Process this file with autoconf to produce a configure script.
- 
--AC_INIT(README)
--
--AM_INIT_AUTOMAKE(refocus, 0.9.0)
-+AC_INIT([refocus],[0.9.0])
-+AC_CONFIG_SRCDIR(README)
-+AM_INIT_AUTOMAKE
- 
- AC_PROG_CC
- AC_CHECK_PROG(GCC3, gcc3, gcc3)
-@@ -12,7 +12,7 @@
-AC_MSG_RESULT([using $CC as compiler])
- fi
- 
--AC_STDC_HEADERS
-+AC_HEADER_STDC([])
- AC_PROG_RANLIB
- 
- # Check if the user has ATLAS installed in ./lib-atlas
-@@ -36,7 +36,7 @@
- AC_SUBST(LAPACK_INCLUDE_DIR)
- AM_CONDITIONAL(HAVE_ATLAS, test x${have_atlas} = xyes)
- 
--AM_PATH_GIMP(1.2.0)

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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:36:39
  Author: felixonmars
Revision: 420057

upgpkg: python-hypothesis 3.85.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:36:19 UTC (rev 420056)
+++ PKGBUILD2018-12-31 18:36:39 UTC (rev 420057)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.85.1
+pkgver=3.85.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
   'python-dpcontracts' 'python2-dpcontracts')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('cf6951d8cb70539b57147f422e43296518edf416200eec220f0c3f258ee6215f858e496f66b340ea68d1754cd936fc26a4ce4d1ee7a38cf338398d316c06cc24')
+sha512sums=('6dfb6e4a56184336114af03a8bf371dd457ce984a19d3400d46d0f82f84ac99c6da27fe21611f99b720ded4392de0149bb8d926fd8f622dab970ed4a44058b6f')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:36:59
  Author: felixonmars
Revision: 420058

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:36:39 UTC (rev 420057)
+++ PKGBUILD2018-12-31 18:36:59 UTC (rev 420058)
@@ -1,78 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.85.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
-  'python-dpcontracts' 'python2-dpcontracts')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('cf6951d8cb70539b57147f422e43296518edf416200eec220f0c3f258ee6215f858e496f66b340ea68d1754cd936fc26a4ce4d1ee7a38cf338398d316c06cc24')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 420057, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:36:59 UTC (rev 420058)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.85.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 

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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:37:07
  Author: felixonmars
Revision: 420059

upgpkg: haskell-rio 0.1.8.0-1

rebuild with rio 0.1.8.0

Modified:
  haskell-rio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:36:59 UTC (rev 420058)
+++ PKGBUILD2018-12-31 18:37:07 UTC (rev 420059)
@@ -2,8 +2,8 @@
 
 _hkgname=rio
 pkgname=haskell-rio
-pkgver=0.1.7.0
-pkgrel=2
+pkgver=0.1.8.0
+pkgrel=1
 pkgdesc="A standard library for Haskell"
 url="https://github.com/commercialhaskell/rio;
 license=('MIT')
@@ -13,7 +13,7 @@
  'haskell-unordered-containers' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0c9d0e9b3b62a5afb47624db0868788c5ff1cff2a636cf7668e31833a29510fb26f46d7585f67ee8dabf8184c8d7d8a28462a0bd30af0e1e166e8464ab164405')
+sha512sums=('2bf741369f9fe93ad09540a9bba7c9e3a311a0c46c7af3a786f1eb5c260119ee6ca0d372ce64f09067af0876486a3ddec17ec003092061f2b8d8ffe319104474')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:37:12
  Author: maximbaz
Revision: 420060

gimp-refocus: use https sources

Modified:
  gimp-refocus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:37:07 UTC (rev 420059)
+++ PKGBUILD2018-12-31 18:37:12 UTC (rev 420060)
@@ -9,7 +9,7 @@
 url="http://refocus.sourceforge.net/;
 license=('GPL2')
 depends=('gimp')
-source=(http://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz
 \
+source=(https://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz
 \
 refocus-gimp-2.0.patch refocus-mirror-fix.patch 
refocus-gimp-preview.patch)
 md5sums=('8d4eac4ef45c904fb5e73021696bec94'
  '1b7bc13154f483994af3846c7ee29ad7'


[arch-commits] Commit in haskell-rio/repos (2 files)

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:37:23
  Author: felixonmars
Revision: 420061

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rio/repos/community-staging-x86_64/
  haskell-rio/repos/community-staging-x86_64/PKGBUILD
(from rev 420060, haskell-rio/trunk/PKGBUILD)

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

Copied: haskell-rio/repos/community-staging-x86_64/PKGBUILD (from rev 420060, 
haskell-rio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-31 18:37:23 UTC (rev 420061)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=rio
+pkgname=haskell-rio
+pkgver=0.1.8.0
+pkgrel=1
+pkgdesc="A standard library for Haskell"
+url="https://github.com/commercialhaskell/rio;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-hashable' 'haskell-microlens'
+ 'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2bf741369f9fe93ad09540a9bba7c9e3a311a0c46c7af3a786f1eb5c260119ee6ca0d372ce64f09067af0876486a3ddec17ec003092061f2b8d8ffe319104474')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+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 gftp/trunk (PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:36:08
  Author: maximbaz
Revision: 420055

gftp: use https sources

Modified:
  gftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:35:02 UTC (rev 420054)
+++ PKGBUILD2018-12-31 18:36:08 UTC (rev 420055)
@@ -9,7 +9,7 @@
 url="http://www.gftp.org/;
 license=('GPL2')
 depends=('gtk2' 'openssl' 'readline')
-source=(http://www.gftp.org/$pkgname-$pkgver.tar.bz2)
+source=(https://www.gftp.org/$pkgname-$pkgver.tar.bz2)
 md5sums=('5183cb4955d94be0e03c892585547c64')
 
 build() {


[arch-commits] Commit in gftp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:36:19
  Author: maximbaz
Revision: 420056

archrelease: copy trunk to community-x86_64

Added:
  gftp/repos/community-x86_64/PKGBUILD
(from rev 420055, gftp/trunk/PKGBUILD)
Deleted:
  gftp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:36:08 UTC (rev 420055)
+++ PKGBUILD2018-12-31 18:36:19 UTC (rev 420056)
@@ -1,24 +0,0 @@
-# Maintainer:
-# Contributor: Lucien Immink 
-
-pkgname=gftp
-pkgver=2.0.19
-pkgrel=9
-pkgdesc="A multithreaded ftp client for X Windows"
-arch=('x86_64')
-url="http://www.gftp.org/;
-license=('GPL2')
-depends=('gtk2' 'openssl' 'readline')
-source=(http://www.gftp.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('5183cb4955d94be0e03c892585547c64')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gftp/repos/community-x86_64/PKGBUILD (from rev 420055, 
gftp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:36:19 UTC (rev 420056)
@@ -0,0 +1,24 @@
+# Maintainer:
+# Contributor: Lucien Immink 
+
+pkgname=gftp
+pkgver=2.0.19
+pkgrel=9
+pkgdesc="A multithreaded ftp client for X Windows"
+arch=('x86_64')
+url="http://www.gftp.org/;
+license=('GPL2')
+depends=('gtk2' 'openssl' 'readline')
+source=(https://www.gftp.org/$pkgname-$pkgver.tar.bz2)
+md5sums=('5183cb4955d94be0e03c892585547c64')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:35:13
  Author: felixonmars
Revision: 342844

upgpkg: python-pyasn1-modules 0.2.3-1

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 17:52:25 UTC (rev 342843)
+++ PKGBUILD2018-12-31 18:35:13 UTC (rev 342844)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pyasn1-modules
 pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="A collection of ASN.1-based protocols modules"
 arch=('any')
 license=('BSD')
@@ -10,7 +10,7 @@
 url="http://pypi.python.org/pypi/pyasn1-modules;
 makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
 
source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('baedd76b707e21aeaa01b0121bcc1364b930787ca33fd4ec4d1a08f74e3943fea105a80df30fa1dc450ca79aa45ba6b50653ed33b91b549f6ddd160727eb7012')
+sha512sums=('12544fcecf9bed5797dc5d63376db2ee3bc269d509e94c9721dcd8a057b4520acbbfe1bae06d830fd487b3c403e35c97913b85a4529600d5d0d4548bd00e7878')
 
 prepare() {
   cp -a pyasn1-modules-$pkgver{,-py2}


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:35:31
  Author: felixonmars
Revision: 342845

archrelease: copy trunk to extra-any

Added:
  python-pyasn1-modules/repos/extra-any/PKGBUILD
(from rev 342844, python-pyasn1-modules/trunk/PKGBUILD)
Deleted:
  python-pyasn1-modules/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:35:13 UTC (rev 342844)
+++ PKGBUILD2018-12-31 18:35:31 UTC (rev 342845)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pyasn1-modules
-pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.2.2
-pkgrel=2
-pkgdesc="A collection of ASN.1-based protocols modules"
-arch=('any')
-license=('BSD')
-url="http://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
-sha512sums=('baedd76b707e21aeaa01b0121bcc1364b930787ca33fd4ec4d1a08f74e3943fea105a80df30fa1dc450ca79aa45ba6b50653ed33b91b549f6ddd160727eb7012')
-
-prepare() {
-  cp -a pyasn1-modules-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyasn1-modules-$pkgver
-  PYTHONPATH=. python tests/__main__.py
-
-  cd "$srcdir"/pyasn1-modules-$pkgver-py2
-  PYTHONPATH=. python2 tests/__main__.py
-}
-
-package_python-pyasn1-modules() {
-  depends=('python-pyopenssl' 'python-pyasn1')
-
-  cd pyasn1-modules-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-pyasn1-modules() {
-  depends=('python2-pyopenssl' 'python2-pyasn1')
-
-  cd pyasn1-modules-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-pyasn1-modules/repos/extra-any/PKGBUILD (from rev 342844, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:35:31 UTC (rev 342845)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pyasn1-modules
+pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A collection of ASN.1-based protocols modules"
+arch=('any')
+license=('BSD')
+url="http://pypi.python.org/pypi/pyasn1-modules;
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-$pkgver.tar.gz;)
+sha512sums=('12544fcecf9bed5797dc5d63376db2ee3bc269d509e94c9721dcd8a057b4520acbbfe1bae06d830fd487b3c403e35c97913b85a4529600d5d0d4548bd00e7878')
+
+prepare() {
+  cp -a pyasn1-modules-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyasn1-modules-$pkgver
+  PYTHONPATH=. python tests/__main__.py
+
+  cd "$srcdir"/pyasn1-modules-$pkgver-py2
+  PYTHONPATH=. python2 tests/__main__.py
+}
+
+package_python-pyasn1-modules() {
+  depends=('python-pyopenssl' 'python-pyasn1')
+
+  cd pyasn1-modules-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-pyasn1-modules() {
+  depends=('python2-pyopenssl' 'python2-pyasn1')
+
+  cd pyasn1-modules-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:35:02
  Author: felixonmars
Revision: 420054

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:34:43 UTC (rev 420053)
+++ PKGBUILD2018-12-31 18:35:02 UTC (rev 420054)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-parver
-pkgver=0.2
-pkgrel=1
-pkgdesc="Parse and manipulate version numbers"
-url="https://github.com/RazerM/parver;
-license=('MIT')
-arch=('any')
-depends=('python-arpeggio' 'python-attrs' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz;)
-sha512sums=('bbf86d1897d6967d38b624665c9790144eca042deca00c1b40a3d0d1e2019ad28b3643a91955293d8f07ed06e65e1217c675ccfe37e7842a544fc25e0618ee6b')
-
-build() {
-  cd parver-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd parver-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd parver-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-parver/repos/community-any/PKGBUILD (from rev 420053, 
python-parver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:35:02 UTC (rev 420054)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-parver
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Parse and manipulate version numbers"
+url="https://github.com/RazerM/parver;
+license=('MIT')
+arch=('any')
+depends=('python-arpeggio' 'python-attrs' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz;)
+sha512sums=('674e97d5bef6bb02a659ecf5e1a78fa5d597436b656d0251db20fe330a151ae8de52a3f3f0d3732ccb624ad9093116c07837ba0cbe4ae7ae664b4d47ecc3')
+
+build() {
+  cd parver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:34:43
  Author: felixonmars
Revision: 420053

upgpkg: python-parver 0.2.1-1

Modified:
  python-parver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:34:10 UTC (rev 420052)
+++ PKGBUILD2018-12-31 18:34:43 UTC (rev 420053)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-parver
-pkgver=0.2
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="Parse and manipulate version numbers"
 url="https://github.com/RazerM/parver;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz;)
-sha512sums=('bbf86d1897d6967d38b624665c9790144eca042deca00c1b40a3d0d1e2019ad28b3643a91955293d8f07ed06e65e1217c675ccfe37e7842a544fc25e0618ee6b')
+sha512sums=('674e97d5bef6bb02a659ecf5e1a78fa5d597436b656d0251db20fe330a151ae8de52a3f3f0d3732ccb624ad9093116c07837ba0cbe4ae7ae664b4d47ecc3')
 
 build() {
   cd parver-$pkgver


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:33:29
  Author: felixonmars
Revision: 420051

upgpkg: ydcv 0.6.1-1

Modified:
  ydcv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:19:01 UTC (rev 420050)
+++ PKGBUILD2018-12-31 18:33:29 UTC (rev 420051)
@@ -3,7 +3,7 @@
 
 pkgname=ydcv
 pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate 
(Chinese <-> English) service API, as an alternative to the StarDict Console 
Version (sdcv)"
-pkgver=0.6
+pkgver=0.6.1
 pkgrel=1
 arch=("any")
 url="https://github.com/felixonmars/ydcv;
@@ -11,7 +11,7 @@
 depends=('python-setuptools')
 makedepends=('python-setuptools-scm' 'python-setuptools-markdown')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('e8f2b60bd099befc7d0bbe03608259a41979019bfc14c9e8f98034d32fdc4742bc7fa5d284bf70fe714862d027cedc9bf2fc14551ecd43ecd938013b5281775d')
+sha512sums=('ed9bc14fad4413c0e610ab2a3b56c316e6d8fcb97a0f4fcfab130dea2fbbe1941af92af45ec00db970cdd9d9ecb213ff65b0de3a11c178c5ee02b8640c6d3d97')
 
 prepare() {
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver


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

2018-12-31 Thread Felix Yan via arch-commits
Date: Monday, December 31, 2018 @ 18:34:10
  Author: felixonmars
Revision: 420052

archrelease: copy trunk to community-any

Added:
  ydcv/repos/community-any/PKGBUILD
(from rev 420051, ydcv/trunk/PKGBUILD)
Deleted:
  ydcv/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:33:29 UTC (rev 420051)
+++ PKGBUILD2018-12-31 18:34:10 UTC (rev 420052)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor : Fernando "Firef0x" G.P. da Silva 
-
-pkgname=ydcv
-pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate 
(Chinese <-> English) service API, as an alternative to the StarDict Console 
Version (sdcv)"
-pkgver=0.6
-pkgrel=1
-arch=("any")
-url="https://github.com/felixonmars/ydcv;
-license=("GPL")
-depends=('python-setuptools')
-makedepends=('python-setuptools-scm' 'python-setuptools-markdown')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('e8f2b60bd099befc7d0bbe03608259a41979019bfc14c9e8f98034d32fdc4742bc7fa5d284bf70fe714862d027cedc9bf2fc14551ecd43ecd938013b5281775d')
-
-prepare() {
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ydcv/repos/community-any/PKGBUILD (from rev 420051, ydcv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:34:10 UTC (rev 420052)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor : Fernando "Firef0x" G.P. da Silva 
+
+pkgname=ydcv
+pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate 
(Chinese <-> English) service API, as an alternative to the StarDict Console 
Version (sdcv)"
+pkgver=0.6.1
+pkgrel=1
+arch=("any")
+url="https://github.com/felixonmars/ydcv;
+license=("GPL")
+depends=('python-setuptools')
+makedepends=('python-setuptools-scm' 'python-setuptools-markdown')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('ed9bc14fad4413c0e610ab2a3b56c316e6d8fcb97a0f4fcfab130dea2fbbe1941af92af45ec00db970cdd9d9ecb213ff65b0de3a11c178c5ee02b8640c6d3d97')
+
+prepare() {
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gen2shp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:19:01
  Author: maximbaz
Revision: 420050

archrelease: copy trunk to community-x86_64

Added:
  gen2shp/repos/community-x86_64/PKGBUILD
(from rev 420049, gen2shp/trunk/PKGBUILD)
Deleted:
  gen2shp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:18:54 UTC (rev 420049)
+++ PKGBUILD2018-12-31 18:19:01 UTC (rev 420050)
@@ -1,28 +0,0 @@
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=11
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-  sed -i 's:libshp/::' gen2shp.c
-  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
-  make CFLAGS="$CFLAGS"
-
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 420049, 
gen2shp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 18:19:01 UTC (rev 420050)
@@ -0,0 +1,28 @@
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=11
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("https://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS="$CFLAGS"
+
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}


[arch-commits] Commit in geda-gaf/repos/community-x86_64 (4 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:18:12
  Author: maximbaz
Revision: 420048

archrelease: copy trunk to community-x86_64

Added:
  geda-gaf/repos/community-x86_64/ChangeLog
(from rev 420047, geda-gaf/trunk/ChangeLog)
  geda-gaf/repos/community-x86_64/PKGBUILD
(from rev 420047, geda-gaf/trunk/PKGBUILD)
Deleted:
  geda-gaf/repos/community-x86_64/ChangeLog
  geda-gaf/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |  154 ++--
 PKGBUILD  |   76 +++--
 2 files changed, 116 insertions(+), 114 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-12-31 18:17:54 UTC (rev 420047)
+++ ChangeLog   2018-12-31 18:18:12 UTC (rev 420048)
@@ -1,77 +0,0 @@
-2017-03-29 Kyle Keen 
-   * 1.8.2-3
-   - Guile 2.2.0 rebuild
-
-2016-04-28 Kyle Keen 
-   * 1.8.2-2
-   - Install hooks
-
-2014-01-24 Kyle Keen 
-   * 1.8.2-1
-   - Version bump
-
-2013-09-17 Kyle Keen 
-   * 1.8.1-3
-   - Update url
-
-2013-06-04 Bartłomiej Piotrowski 
-   * 1.8.1-2
-   - ???
-
-2012-01-19 Kyle Keen 
-   * 1.8.1-1
-   - Version bump
-
-2012-01-19 Kyle Keen 
-   * 1.6.2-2
-   - libpng15 rebuild
-
-2010-12-26 Stefan Husmann 
-   * 1.6.1-2
-   - adopted, moved to [community]
-   - added some optional dependencies
-   - added some sed-commands for python2 compatibility
-
-2010-02-14 Jared Casper 
-   * 1.6.1-1
-   - Version bump
-
-2009-10-10 Jared Casper 
-   * 1.6.0-2
-   - Fixed a bug causing icon problems
-
-2009-10-05 Jared Casper 
-   * 1.6.0-1
-   - Merged with geda-libs and renamed to geda-gaf to match up with
-   the release tarball name
-
-2009-05-03 Jared Casper 
-   * 1.4.3-2
-   - Added gettext dep (noted by sergej)
-   - Added '|| return 1's to configure and make commands
-   - A bit of other random cleanup of deps
-
-2009-01-03 Jared Casper 
-   * 1.4.3-1
-   - Version bump
-   - Fix dependencies (s/=>/>=/)
-
-2008-12-20 Jared Casper 
-   * 1.4.2-1
-   - Version bump
-   - Update from comments
-
-2008-09-28 Jared Casper 
-   * 1.4.1-1
-   - Version bump
-   - Added icon cache update
-   - Added icon cache and desktop update to post_update
-
-2008-05-07 Jared Casper 
-
-   * 1.4.0-1
-   - adopted by Jared Casper
-   - Update PKGBUILD to current standards and latest version (1.4.0)
-   - add configure options and install script to handle desktop issues
-   - added ChangeLog
-

Copied: geda-gaf/repos/community-x86_64/ChangeLog (from rev 420047, 
geda-gaf/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-12-31 18:18:12 UTC (rev 420048)
@@ -0,0 +1,77 @@
+2017-03-29 Kyle Keen 
+   * 1.8.2-3
+   - Guile 2.2.0 rebuild
+
+2016-04-28 Kyle Keen 
+   * 1.8.2-2
+   - Install hooks
+
+2014-01-24 Kyle Keen 
+   * 1.8.2-1
+   - Version bump
+
+2013-09-17 Kyle Keen 
+   * 1.8.1-3
+   - Update url
+
+2013-06-04 Bartłomiej Piotrowski 
+   * 1.8.1-2
+   - ???
+
+2012-01-19 Kyle Keen 
+   * 1.8.1-1
+   - Version bump
+
+2012-01-19 Kyle Keen 
+   * 1.6.2-2
+   - libpng15 rebuild
+
+2010-12-26 Stefan Husmann 
+   * 1.6.1-2
+   - adopted, moved to [community]
+   - added some optional dependencies
+   - added some sed-commands for python2 compatibility
+
+2010-02-14 Jared Casper 
+   * 1.6.1-1
+   - Version bump
+
+2009-10-10 Jared Casper 
+   * 1.6.0-2
+   - Fixed a bug causing icon problems
+
+2009-10-05 Jared Casper 
+   * 1.6.0-1
+   - Merged with geda-libs and renamed to geda-gaf to match up with
+   the release tarball name
+
+2009-05-03 Jared Casper 
+   * 1.4.3-2
+   - Added gettext dep (noted by sergej)
+   - Added '|| return 1's to configure and make commands
+   - A bit of other random cleanup of deps
+
+2009-01-03 Jared Casper 
+   * 1.4.3-1
+   - Version bump
+   - Fix dependencies (s/=>/>=/)
+
+2008-12-20 Jared Casper 
+   * 1.4.2-1
+   - Version bump
+   - Update from comments
+
+2008-09-28 Jared Casper 
+   * 1.4.1-1
+   - Version bump
+   - Added icon cache update
+   - Added icon cache and desktop update to post_update
+
+2008-05-07 Jared Casper 
+
+   * 1.4.0-1
+   - adopted by Jared Casper
+   - Update PKGBUILD to current standards and latest version (1.4.0)
+   - add configure options and install script to handle desktop issues
+   - added ChangeLog
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 18:17:54 UTC (rev 420047)
+++ PKGBUILD2018-12-31 18:18:12 UTC (rev 420048)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Jared Casper 
-# 

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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:18:54
  Author: maximbaz
Revision: 420049

gen2shp: use https sources

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 18:18:12 UTC (rev 420048)
+++ PKGBUILD2018-12-31 18:18:54 UTC (rev 420049)
@@ -9,7 +9,7 @@
 url='http://www.intevation.de/~jan/gen2shp/'
 license=('GPL')
 depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+source=("https://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
 md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
 
 build() {


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 18:17:54
  Author: maximbaz
Revision: 420047

geda-gaf: verify sources with pgp

Modified:
  geda-gaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 17:38:13 UTC (rev 420046)
+++ PKGBUILD2018-12-31 18:17:54 UTC (rev 420047)
@@ -14,19 +14,21 @@
 optdepends=('python2: for two of the commands (garchive, tragesym)'
   'gawk: for sw2asc')
 replaces=('geda-suite' 'geda-libs')
-source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('fa8a807615decf47027e22a217dd0ded')
+source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('fa8a807615decf47027e22a217dd0ded'
+ 'SKIP')
+validpgpkeys=('6073BA0D62E91251C421C17067B19BABB83BBE9A')
 
 build ()
 {
   cd "$srcdir/$pkgname-$pkgver/"
-  ./configure --prefix=/usr --disable-update-xdg-database 
-  make 
+  ./configure --prefix=/usr --disable-update-xdg-database
+  make
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver/"
-  make DESTDIR="$pkgdir/" install 
+  make DESTDIR="$pkgdir/" install
   sed -i 's+/usr/bin/env python+/usr/bin/env python2+' \
 "$pkgdir/usr/bin/garchive"
   sed -i 's+/usr/bin/python+/usr/bin/python2+' \


[arch-commits] Commit in gdmap/repos/community-x86_64 (6 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 17:38:13
  Author: maximbaz
Revision: 420046

archrelease: copy trunk to community-x86_64

Added:
  gdmap/repos/community-x86_64/ChangeLog
(from rev 420045, gdmap/trunk/ChangeLog)
  gdmap/repos/community-x86_64/PKGBUILD
(from rev 420045, gdmap/trunk/PKGBUILD)
  gdmap/repos/community-x86_64/gtk-fix.patch
(from rev 420045, gdmap/trunk/gtk-fix.patch)
Deleted:
  gdmap/repos/community-x86_64/ChangeLog
  gdmap/repos/community-x86_64/PKGBUILD
  gdmap/repos/community-x86_64/gtk-fix.patch

---+
 ChangeLog |   10 ++---
 PKGBUILD  |   71 +++
 gtk-fix.patch |  100 
 3 files changed, 90 insertions(+), 91 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-12-31 17:37:59 UTC (rev 420045)
+++ ChangeLog   2018-12-31 17:38:13 UTC (rev 420046)
@@ -1,5 +0,0 @@
-2007-06-28 Dragonlord 
-   * updated to major release 0.8.1
-
-2007-06-28 tardo 
-   * Built for x86_64

Copied: gdmap/repos/community-x86_64/ChangeLog (from rev 420045, 
gdmap/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-12-31 17:38:13 UTC (rev 420046)
@@ -0,0 +1,5 @@
+2007-06-28 Dragonlord 
+   * updated to major release 0.8.1
+
+2007-06-28 tardo 
+   * Built for x86_64

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 17:37:59 UTC (rev 420045)
+++ PKGBUILD2018-12-31 17:38:13 UTC (rev 420046)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych 
-
-pkgname=gdmap
-pkgver=0.8.1
-pkgrel=5
-pkgdesc="Tool to inspect the used space of folders."
-arch=('x86_64')
-url="http://gdmap.sourceforge.net;
-license=('GPL')
-depends=('gtk2' 'glib2' 'libxml2')
-makedepends=('gettext' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/gdmap/$pkgname-$pkgver.tar.gz
 \
-   gtk-fix.patch)
-sha512sums=('3aaf4da393aaafc350703962c05bdc2ecd8f244a9a1d614011d2073dbbd3c6bd01b77e3794068f5fc0ce2e7adb39c75a8856f2df070c7bbb685c03b976df0cf5'
-
'e36f6e0affe1bc6268a1902fe3c465e086cc76f51b76814a350df3a3965c261df8931ba9f30edc8b0eda8125256c4b2f7c5278aff241aeaf844f3f09a34e6664')
-
-build() {
-  cd ${srcdir}/gdmap-$pkgver
-
-  cd src
-  # fix deprecated gtk macros call
-  patch -Np0 -i ../../gtk-fix.patch
-  # fix linking
-  sed -i -e 's/@LIBXML_LIBS@/@LIBXML_LIBS@ -lm/g' Makefile.in
-  cd ..
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/gdmap-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gdmap/repos/community-x86_64/PKGBUILD (from rev 420045, 
gdmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 17:38:13 UTC (rev 420046)
@@ -0,0 +1,35 @@
+# Maintainer: Roman Kyrylych 
+
+pkgname=gdmap
+pkgver=0.8.1
+pkgrel=5
+pkgdesc="Tool to inspect the used space of folders."
+arch=('x86_64')
+url="http://gdmap.sourceforge.net;
+license=('GPL')
+depends=('gtk2' 'glib2' 'libxml2')
+makedepends=('gettext' 'intltool')
+source=(https://downloads.sourceforge.net/sourceforge/gdmap/$pkgname-$pkgver.tar.gz
 \
+   gtk-fix.patch)
+sha512sums=('3aaf4da393aaafc350703962c05bdc2ecd8f244a9a1d614011d2073dbbd3c6bd01b77e3794068f5fc0ce2e7adb39c75a8856f2df070c7bbb685c03b976df0cf5'
+
'e36f6e0affe1bc6268a1902fe3c465e086cc76f51b76814a350df3a3965c261df8931ba9f30edc8b0eda8125256c4b2f7c5278aff241aeaf844f3f09a34e6664')
+
+build() {
+  cd ${srcdir}/gdmap-$pkgver
+
+  cd src
+  # fix deprecated gtk macros call
+  patch -Np0 -i ../../gtk-fix.patch
+  # fix linking
+  sed -i -e 's/@LIBXML_LIBS@/@LIBXML_LIBS@ -lm/g' Makefile.in
+  cd ..
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/gdmap-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: gtk-fix.patch
===
--- gtk-fix.patch   2018-12-31 17:37:59 UTC (rev 420045)
+++ gtk-fix.patch   2018-12-31 17:38:13 UTC (rev 420046)
@@ -1,50 +0,0 @@
 gui_support.c  2008/05/23 14:54:28 1.2
-+++ gui_support.c  2012/01/06 13:51:36 1.3
-@@ -2,8 +2,8 @@
-  * distributed under the terms of the GNU Public License.  See the
-  * file COPYING for details.
-  */
--/* $Revision: 1.2 $
-- * $Date: 2008/05/23 14:54:28 $
-+/* $Revision: 1.3 $
-+ * $Date: 2012/01/06 13:51:36 $
-  * $Author: sgop $
-  */
- 
-@@ -85,7 +85,11 @@
-   const char* text;
- 
-   (void)event;
-+#if GTK_CHECK_VERSION(2,20,0)
-+  if (gtk_widget_get_sensitive(GTK_WIDGET(label))) {
-+#else
-   if (GTK_WIDGET_SENSITIVE(label)) {
-+#endif
- char* temp;
- 
- text = g_object_get_data(G_OBJECT(label), "label");
-@@ -129,7 +133,11 @@
- void ui_event_label_set_sensitive(GtkWidget* ebox, gboolean set) {
-   gpointer callback = 

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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 17:37:59
  Author: maximbaz
Revision: 420045

gdmap: use https sources

Modified:
  gdmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 17:36:56 UTC (rev 420044)
+++ PKGBUILD2018-12-31 17:37:59 UTC (rev 420045)
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('gtk2' 'glib2' 'libxml2')
 makedepends=('gettext' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/gdmap/$pkgname-$pkgver.tar.gz
 \
+source=(https://downloads.sourceforge.net/sourceforge/gdmap/$pkgname-$pkgver.tar.gz
 \
gtk-fix.patch)
 
sha512sums=('3aaf4da393aaafc350703962c05bdc2ecd8f244a9a1d614011d2073dbbd3c6bd01b77e3794068f5fc0ce2e7adb39c75a8856f2df070c7bbb685c03b976df0cf5'
 
'e36f6e0affe1bc6268a1902fe3c465e086cc76f51b76814a350df3a3965c261df8931ba9f30edc8b0eda8125256c4b2f7c5278aff241aeaf844f3f09a34e6664')


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 17:36:45
  Author: maximbaz
Revision: 420043

g15daemon: use https sources

Modified:
  g15daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 17:07:58 UTC (rev 420042)
+++ PKGBUILD2018-12-31 17:36:45 UTC (rev 420043)
@@ -9,7 +9,7 @@
 url="http://www.g15tools.com/;
 license=('GPL')
 depends=('libg15render>=1.2')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 g15daemon.service
 ${pkgname}-${pkgver}-uinput.patch
 ${pkgname}-${pkgver}-config-write.patch


[arch-commits] Commit in g15daemon/repos/community-x86_64 (10 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 17:36:56
  Author: maximbaz
Revision: 420044

archrelease: copy trunk to community-x86_64

Added:
  g15daemon/repos/community-x86_64/PKGBUILD
(from rev 420043, g15daemon/trunk/PKGBUILD)
  g15daemon/repos/community-x86_64/g15daemon-1.9.5.3-config-write.patch
(from rev 420043, g15daemon/trunk/g15daemon-1.9.5.3-config-write.patch)
  g15daemon/repos/community-x86_64/g15daemon-1.9.5.3-recv-oob-answer.patch
(from rev 420043, g15daemon/trunk/g15daemon-1.9.5.3-recv-oob-answer.patch)
  g15daemon/repos/community-x86_64/g15daemon-1.9.5.3-uinput.patch
(from rev 420043, g15daemon/trunk/g15daemon-1.9.5.3-uinput.patch)
  g15daemon/repos/community-x86_64/g15daemon.service
(from rev 420043, g15daemon/trunk/g15daemon.service)
Deleted:
  g15daemon/repos/community-x86_64/PKGBUILD
  g15daemon/repos/community-x86_64/g15daemon-1.9.5.3-config-write.patch
  g15daemon/repos/community-x86_64/g15daemon-1.9.5.3-recv-oob-answer.patch
  g15daemon/repos/community-x86_64/g15daemon-1.9.5.3-uinput.patch
  g15daemon/repos/community-x86_64/g15daemon.service

-+
 PKGBUILD|   83 ++
 g15daemon-1.9.5.3-config-write.patch|   24 
 g15daemon-1.9.5.3-recv-oob-answer.patch |   22 +++
 g15daemon-1.9.5.3-uinput.patch  |   70 -
 g15daemon.service   |   22 +++
 5 files changed, 110 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 17:36:45 UTC (rev 420043)
+++ PKGBUILD2018-12-31 17:36:56 UTC (rev 420044)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Valeriy Lyasotskiy 
-
-pkgname=g15daemon
-pkgver=1.9.5.3
-pkgrel=8
-pkgdesc="A daemon that makes it possible to use the G-Buttons and draw on the 
G15 LCD"
-arch=('x86_64')
-url="http://www.g15tools.com/;
-license=('GPL')
-depends=('libg15render>=1.2')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-g15daemon.service
-${pkgname}-${pkgver}-uinput.patch
-${pkgname}-${pkgver}-config-write.patch
-${pkgname}-${pkgver}-recv-oob-answer.patch)
-sha512sums=('3dfeee7e9c0db1014f20e4c489cd4f277a880dc9928d4a2d8ef7a1ceaadfc491f0ffaac8d2a38f07f883f96862d7441500be2415b326f1495c94f86ff467ae4b'
-
'45867c1737cbca98c8a069b30b383404c39438d70179fbd53a91f09921205c9739826ea7868388216219a6b24e4dee6814714a6d162c10dfb4a663a4efa8145d'
-
'be9e8edf9c17c0dfe1d72ec011a4bce97972cb66f05b5fa1fe0839fefd194e1ace40429bd054e7e670064074c0b017b0c33237f7c6964de821bcd119cdd83b4b'
-
'7d6250bc5e8e2c9a0a045ef15d4a0d747e21f7da3cc577cb4ffc8dd8d0baa47a9005276475524c2ca8cca6bb9155549dcb781780d8c76cdec2926923b4bb22d9'
-
'1adb4486e4275b83bb06c6a912cc020cdc56c7c86822ad35ded823fe768d6bed3248081a62c071fd8268a86cb7240610732f9a87c7eb787ce9734c448eec583d')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/${pkgname}-${pkgver}-uinput.patch"
-  patch -Np1 -i "${srcdir}/${pkgname}-${pkgver}-config-write.patch"
-  patch -Np1 -i "${srcdir}/${pkgname}-${pkgver}-recv-oob-answer.patch"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m 644 "${srcdir}/g15daemon.service" \
-"${pkgdir}/usr/lib/systemd/system/g15daemon.service"
-}

Copied: g15daemon/repos/community-x86_64/PKGBUILD (from rev 420043, 
g15daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 17:36:56 UTC (rev 420044)
@@ -0,0 +1,41 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Valeriy Lyasotskiy 
+
+pkgname=g15daemon
+pkgver=1.9.5.3
+pkgrel=8
+pkgdesc="A daemon that makes it possible to use the G-Buttons and draw on the 
G15 LCD"
+arch=('x86_64')
+url="http://www.g15tools.com/;
+license=('GPL')
+depends=('libg15render>=1.2')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+g15daemon.service
+${pkgname}-${pkgver}-uinput.patch
+${pkgname}-${pkgver}-config-write.patch
+${pkgname}-${pkgver}-recv-oob-answer.patch)
+sha512sums=('3dfeee7e9c0db1014f20e4c489cd4f277a880dc9928d4a2d8ef7a1ceaadfc491f0ffaac8d2a38f07f883f96862d7441500be2415b326f1495c94f86ff467ae4b'
+
'45867c1737cbca98c8a069b30b383404c39438d70179fbd53a91f09921205c9739826ea7868388216219a6b24e4dee6814714a6d162c10dfb4a663a4efa8145d'
+
'be9e8edf9c17c0dfe1d72ec011a4bce97972cb66f05b5fa1fe0839fefd194e1ace40429bd054e7e670064074c0b017b0c33237f7c6964de821bcd119cdd83b4b'
+

[arch-commits] Commit in rmlint/repos/community-x86_64 (3 files)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 17:07:58
  Author: mtorromeo
Revision: 420042

archrelease: copy trunk to community-x86_64

Added:
  rmlint/repos/community-x86_64/PKGBUILD
(from rev 420041, rmlint/trunk/PKGBUILD)
  rmlint/repos/community-x86_64/no-sse4.patch
(from rev 420041, rmlint/trunk/no-sse4.patch)
Deleted:
  rmlint/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |  103 
 no-sse4.patch |   16 
 2 files changed, 69 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 17:07:37 UTC (rev 420041)
+++ PKGBUILD2018-12-31 17:07:58 UTC (rev 420042)
@@ -1,50 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Blisfull 
-# Contributor: SahibBommelig 
-
-pkgbase=rmlint
-pkgname=(rmlint rmlint-shredder)
-pkgver=2.8.0
-pkgrel=1
-url="https://github.com/sahib/rmlint;
-license=('GPL3')
-arch=('x86_64')
-makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
- 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
- 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253')
-
-prepare() {
-cd "$srcdir"/$pkgbase-$pkgver
-sed 's/python4/python/' -i gui/SConscript
-}
-
-build() {
-cd "$srcdir"/$pkgbase-$pkgver
-scons config
-scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
-}
-
-package_rmlint() {
-pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
-depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
-
-cd "$srcdir"/$pkgbase-$pkgver
-scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-
-rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
-rm -rf "$pkgdir"/usr/lib
-}
-
-package_rmlint-shredder() {
-pkgdesc="Graphical user interface for rmlint"
-depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
- 'gtksourceview3' 'xdg-utils')
-
-cd "$srcdir"/$pkgbase-$pkgver
-scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-
-rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
-rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
-}

Copied: rmlint/repos/community-x86_64/PKGBUILD (from rev 420041, 
rmlint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 17:07:58 UTC (rev 420042)
@@ -0,0 +1,53 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Blisfull 
+# Contributor: SahibBommelig 
+
+pkgbase=rmlint
+pkgname=(rmlint rmlint-shredder)
+pkgver=2.8.0
+pkgrel=2
+url="https://github.com/sahib/rmlint;
+license=('GPL3')
+arch=('x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+ 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+ 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
+"no-sse4.patch")
+sha256sums=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253'
+'634386ee36022f0ebbb4750a7fbc8475eb2be8e36bee051f7e5878ea09b791f1')
+
+prepare() {
+cd "$srcdir"/$pkgbase-$pkgver
+sed 's/python4/python/' -i gui/SConscript
+# patch -p1 -i "$srcdir"/no-sse4.patch
+}
+
+build() {
+cd "$srcdir"/$pkgbase-$pkgver
+scons config
+scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
+}
+
+package_rmlint() {
+pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
+depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
+rm -rf "$pkgdir"/usr/lib
+}
+
+package_rmlint-shredder() {
+pkgdesc="Graphical user interface for rmlint"
+depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
+ 'gtksourceview3' 'xdg-utils')
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
+rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
+}

Copied: rmlint/repos/community-x86_64/no-sse4.patch (from rev 420041, 
rmlint/trunk/no-sse4.patch)
===
--- no-sse4.patch   (rev 0)
+++ no-sse4.patch   2018-12-31 17:07:58 UTC (rev 420042)
@@ -0,0 +1,16 @@
+diff --git a/SConstruct b/SConstruct
+index 81d54a4..66cc632 100755
+--- a/SConstruct
 

[arch-commits] Commit in rmlint/trunk (PKGBUILD no-sse4.patch)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 17:07:37
  Author: mtorromeo
Revision: 420041

Removed sse4 instructions

Added:
  rmlint/trunk/no-sse4.patch
Modified:
  rmlint/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 no-sse4.patch |   16 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 16:43:13 UTC (rev 420040)
+++ PKGBUILD2018-12-31 17:07:37 UTC (rev 420041)
@@ -5,7 +5,7 @@
 pkgbase=rmlint
 pkgname=(rmlint rmlint-shredder)
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 url="https://github.com/sahib/rmlint;
 license=('GPL3')
 arch=('x86_64')
@@ -12,12 +12,15 @@
 makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
  'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
  'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
+"no-sse4.patch")
+sha256sums=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253'
+'634386ee36022f0ebbb4750a7fbc8475eb2be8e36bee051f7e5878ea09b791f1')
 
 prepare() {
 cd "$srcdir"/$pkgbase-$pkgver
 sed 's/python4/python/' -i gui/SConscript
+# patch -p1 -i "$srcdir"/no-sse4.patch
 }
 
 build() {

Added: no-sse4.patch
===
--- no-sse4.patch   (rev 0)
+++ no-sse4.patch   2018-12-31 17:07:37 UTC (rev 420041)
@@ -0,0 +1,16 @@
+diff --git a/SConstruct b/SConstruct
+index 81d54a4..66cc632 100755
+--- a/SConstruct
 b/SConstruct
+@@ -661,10 +661,7 @@ if conf.env['IS_CYGWIN']:
+ else:
+ conf.env.Append(CCFLAGS=['-fPIC'])
+ 
+-# check _mm_crc32_u64 (SSE4.2) support:
+-conf.check_mm_crc32_u64()
+-if conf.env['HAVE_MM_CRC32_U64']:
+-conf.env.Append(CCFLAGS=['-msse4.2'])
++conf.env['HAVE_MM_CRC32_U64'] = False
+ 
+ if 'clang' in os.path.basename(conf.env['CC']):
+ conf.env.Append(CCFLAGS=['-fcolor-diagnostics'])  # Colored warnings


[arch-commits] Commit in sshguard/repos/community-x86_64 (7 files)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 16:43:13
  Author: mtorromeo
Revision: 420040

archrelease: copy trunk to community-x86_64

Added:
  sshguard/repos/community-x86_64/ChangeLog
(from rev 420039, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 420039, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard.service
(from rev 420039, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/tmpfile.conf
(from rev 420039, sshguard/trunk/tmpfile.conf)
Deleted:
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard.install

--+
 ChangeLog|6 +--
 PKGBUILD |   92 +++--
 sshguard.install |4 --
 sshguard.service |   16 +
 tmpfile.conf |1 
 5 files changed, 68 insertions(+), 51 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-12-31 16:42:54 UTC (rev 420039)
+++ ChangeLog   2018-12-31 16:43:13 UTC (rev 420040)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-x86_64/ChangeLog (from rev 420039, 
sshguard/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-12-31 16:43:13 UTC (rev 420040)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 16:42:54 UTC (rev 420039)
+++ PKGBUILD2018-12-31 16:43:13 UTC (rev 420040)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('x86_64')
-url="http://www.sshguard.net/;
-license=('GPL')
-depends=('iptables')
-backup=('etc/sshguard.conf')
-install=sshguard.install
-source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;)
-sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|tables.target|tables.service|g' examples/sshguard.service
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/sshguard \
---with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "examples/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc"
-  cat <"$pkgdir"/etc/sshguard.conf
-LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"
-BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
-BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
-EOF
-  cp -a examples "$pkgdir/usr/share/doc/sshguard"
-}

Copied: sshguard/repos/community-x86_64/PKGBUILD (from rev 420039, 
sshguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 16:43:13 UTC (rev 420040)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=sshguard
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
+arch=('x86_64')
+url="http://www.sshguard.net/;
+license=('GPL')
+depends=('iptables')
+backup=('etc/sshguard.conf')
+source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
+"tmpfile.conf"
+"sshguard.service")
+sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068'
+'cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f'
+'ba5b8774be772cdd66508d9b421f102f60243d759d24ad58dffcf9eaab10')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|tables.target|tables.service|g' examples/sshguard.service
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/sshguard \
+--with-firewall=iptables
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir/tmpfile.conf" 
"$pkgdir/usr/lib/tmpfiles.d/sshguard.conf"
+  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
+  install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc"
+  cat <"$pkgdir"/etc/sshguard.conf
+LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"
+BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
+BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
+EOF
+  cp -a examples "$pkgdir/usr/share/doc/sshguard"
+}


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

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 16:42:54
  Author: mtorromeo
Revision: 420039

Ordered service after nftables and remove install file

Added:
  sshguard/trunk/sshguard.service
  sshguard/trunk/tmpfile.conf
Modified:
  sshguard/trunk/PKGBUILD
Deleted:
  sshguard/trunk/sshguard.install

--+
 PKGBUILD |   14 +-
 sshguard.install |4 
 sshguard.service |   16 
 tmpfile.conf |1 +
 4 files changed, 26 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 16:29:49 UTC (rev 420038)
+++ PKGBUILD2018-12-31 16:42:54 UTC (rev 420039)
@@ -3,7 +3,7 @@
 
 pkgname=sshguard
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
 arch=('x86_64')
 url="http://www.sshguard.net/;
@@ -10,9 +10,12 @@
 license=('GPL')
 depends=('iptables')
 backup=('etc/sshguard.conf')
-install=sshguard.install
-source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;)
-sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068')
+source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
+"tmpfile.conf"
+"sshguard.service")
+sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068'
+'cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f'
+'ba5b8774be772cdd66508d9b421f102f60243d759d24ad58dffcf9eaab10')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -33,7 +36,8 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
-  install -Dm0644 "examples/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
+  install -Dm0644 "$srcdir/tmpfile.conf" 
"$pkgdir/usr/lib/tmpfiles.d/sshguard.conf"
+  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
   install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc"
   cat <"$pkgdir"/etc/sshguard.conf
 LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"

Deleted: sshguard.install
===
--- sshguard.install2018-12-31 16:29:49 UTC (rev 420038)
+++ sshguard.install2018-12-31 16:42:54 UTC (rev 420039)
@@ -1,4 +0,0 @@
-post_install() {
-  mkdir -p var/db/sshguard
-  echo "-- For more information, see 
https://wiki.archlinux.org/index.php/Sshguard;
-}

Added: sshguard.service
===
--- sshguard.service(rev 0)
+++ sshguard.service2018-12-31 16:42:54 UTC (rev 420039)
@@ -0,0 +1,16 @@
+[Unit]
+Description=SSHGuard - blocks brute-force login attempts
+After=syslog.target
+After=iptables.service
+After=ip6tables.service
+After=libvirtd.service
+After=firewalld.service
+After=nftables.service
+
+[Service]
+ExecStartPre=-/usr/sbin/iptables -N sshguard
+ExecStart=/usr/sbin/sshguard
+Restart=always
+
+[Install]
+WantedBy=multi-user.target

Added: tmpfile.conf
===
--- tmpfile.conf(rev 0)
+++ tmpfile.conf2018-12-31 16:42:54 UTC (rev 420039)
@@ -0,0 +1 @@
+d /var/db/sshguard 0755 - - -


[arch-commits] Commit in strace/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-12-31 Thread Anatol Pomozov via arch-commits
Date: Monday, December 31, 2018 @ 16:34:34
  Author: anatolik
Revision: 342842

archrelease: copy trunk to testing-x86_64

Added:
  strace/repos/testing-x86_64/
  strace/repos/testing-x86_64/PKGBUILD
(from rev 342841, strace/trunk/PKGBUILD)

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

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 342841, 
strace/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-31 16:34:34 UTC (rev 342842)
@@ -0,0 +1,34 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=4.26
+pkgrel=1
+pkgdesc='A diagnostic, debugging and instructional userspace tracer'
+arch=(x86_64)
+url='https://strace.io/'
+license=(BSD)
+depends=(perl libunwind)
+source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
+sha1sums=('b4a054adb74563fc121bcd19b158f58955a20a33'
+  'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-libunwind
+  make
+}
+
+check() {
+  # tests do not work in chroot environment. TODO: fixit.
+  # make -C $pkgname-$pkgver check
+  true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-12-31 Thread Anatol Pomozov via arch-commits
Date: Monday, December 31, 2018 @ 16:34:06
  Author: anatolik
Revision: 342841

upgpkg: strace 4.26-1

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 13:15:05 UTC (rev 342840)
+++ PKGBUILD2018-12-31 16:34:06 UTC (rev 342841)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=4.25
+pkgver=4.26
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha1sums=('4f5c8a0c4bf08b0c012de87ab9d10c0e3b06585f'
+sha1sums=('b4a054adb74563fc121bcd19b158f58955a20a33'
   'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 


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

2018-12-31 Thread David Runge via arch-commits
Date: Monday, December 31, 2018 @ 16:29:49
  Author: dvzrv
Revision: 420038

archrelease: copy trunk to community-any

Added:
  khard/repos/community-any/PKGBUILD
(from rev 420037, khard/trunk/PKGBUILD)
Deleted:
  khard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 16:29:42 UTC (rev 420037)
+++ PKGBUILD2018-12-31 16:29:49 UTC (rev 420038)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-pkgname=khard
-pkgver=0.12.2
-pkgrel=4
-pkgdesc="Console CardDAV client"
-arch=('any')
-url="https://github.com/scheibler/khard;
-license=('GPL3')
-depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
-'python-setuptools' 'python-unidecode' 'python-vobject')
-makedepends=('python-setuptools')
-optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
-'diffutils: Using sdiff_khard_wrapper.sh')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scheibler/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('b46a51b8eea976ce7db0adc9e4e9ac1c0715e0b5e157bf6a437bea50d62f31028dde39d24af3ffe3ddbe066daf1992d7858545e7d5014de2fed35b11b1d9c0b2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # additional wrapper script
-  install -vDm 755 "misc/sdiff/sdiff_${pkgname}_wrapper.sh" \
-"${pkgdir}/usr/lib/${pkgname}/sdiff_${pkgname}_wrapper.sh"
-  # twinkle integration
-  install -t "${pkgdir}/usr/share/${pkgname}/twinkle/scripts/" \
--vDm 644 misc/twinkle/scripts/*.py
-  install -t "${pkgdir}/usr/share/${pkgname}/twinkle/sounds/" \
--vDm 644 misc/twinkle/sounds/*.wav
-  # zsh
-  install -vDm 644 "misc/zsh/_${pkgname}" \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,CHANGES,README.md} "misc/${pkgname}/"*.{example,yaml}
-}

Copied: khard/repos/community-any/PKGBUILD (from rev 420037, 
khard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 16:29:49 UTC (rev 420038)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+pkgname=khard
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Console CardDAV client"
+arch=('any')
+url="https://github.com/scheibler/khard;
+license=('GPL3')
+depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
+'python-setuptools' 'python-unidecode' 'python-vobject')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
+'diffutils: Using sdiff_khard_wrapper.sh')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('353a51a06d6c7aa27b0f1cf35b3f7c113097ea4fa5e27bcb400f00de0cdd65ccaeadcc835b1cba541361a0395265cb967f731b23d875162f2be13381bc0979a6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # additional wrapper script
+  install -vDm 755 "misc/sdiff/sdiff_${pkgname}_wrapper.sh" \
+"${pkgdir}/usr/lib/${pkgname}/sdiff_${pkgname}_wrapper.sh"
+  # twinkle integration
+  install -t "${pkgdir}/usr/share/${pkgname}/twinkle/scripts/" \
+-vDm 644 misc/twinkle/scripts/*.py
+  install -t "${pkgdir}/usr/share/${pkgname}/twinkle/sounds/" \
+-vDm 644 misc/twinkle/sounds/*.wav
+  # zsh
+  install -vDm 644 "misc/zsh/_${pkgname}" \
+"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,CHANGES,README.md} "misc/${pkgname}/"*.{example,yaml}
+}


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

2018-12-31 Thread David Runge via arch-commits
Date: Monday, December 31, 2018 @ 16:29:42
  Author: dvzrv
Revision: 420037

upgpkg: khard 0.13.0-1

Upgrading to 0.13.0. Switching to pythonhosted.org for source. Running tests in 
check().

Modified:
  khard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 16:05:50 UTC (rev 420036)
+++ PKGBUILD2018-12-31 16:29:42 UTC (rev 420037)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=khard
-pkgver=0.12.2
-pkgrel=4
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="Console CardDAV client"
 arch=('any')
 url="https://github.com/scheibler/khard;
@@ -9,10 +9,11 @@
 depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
 'python-setuptools' 'python-unidecode' 'python-vobject')
 makedepends=('python-setuptools')
+checkdepends=('python-pytest')
 optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
 'diffutils: Using sdiff_khard_wrapper.sh')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scheibler/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('b46a51b8eea976ce7db0adc9e4e9ac1c0715e0b5e157bf6a437bea50d62f31028dde39d24af3ffe3ddbe066daf1992d7858545e7d5014de2fed35b11b1d9c0b2')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('353a51a06d6c7aa27b0f1cf35b3f7c113097ea4fa5e27bcb400f00de0cdd65ccaeadcc835b1cba541361a0395265cb967f731b23d875162f2be13381bc0979a6')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -19,6 +20,11 @@
   python setup.py build
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
 package() {
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \


[arch-commits] Commit in leptonica/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Jelle van der Waa via arch-commits
Date: Monday, December 31, 2018 @ 16:05:50
  Author: jelle
Revision: 420036

archrelease: copy trunk to community-x86_64

Added:
  leptonica/repos/community-x86_64/PKGBUILD
(from rev 420035, leptonica/trunk/PKGBUILD)
Deleted:
  leptonica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 16:03:49 UTC (rev 420035)
+++ PKGBUILD2018-12-31 16:05:50 UTC (rev 420036)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christoph Drexler 
-
-pkgname=leptonica
-pkgver=1.76.0
-pkgrel=1
-pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
-arch=('x86_64')
-url="http://www.leptonica.com/;
-license=('custom')
-depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
-sha256sums=('ff98ffef6103cda0e400676f81113a8157569ac0f453c6e03a1a27b305ba25a7')
-
-build() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./autobuild
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/leptonica-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
-}

Copied: leptonica/repos/community-x86_64/PKGBUILD (from rev 420035, 
leptonica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 16:05:50 UTC (rev 420036)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christoph Drexler 
+
+pkgname=leptonica
+pkgver=1.77.0
+pkgrel=1
+pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
+arch=('x86_64')
+url="http://www.leptonica.com/;
+license=('custom')
+depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
+sha256sums=('a11a3f6cb709d5e4d20faa7af55f77057335cbc5ef89103c31a17aea52d7b555')
+
+prepare() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/leptonica-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D leptonica-license.txt 
"$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
+}


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

2018-12-31 Thread Jelle van der Waa via arch-commits
Date: Monday, December 31, 2018 @ 16:03:49
  Author: jelle
Revision: 420035

upgpkg: leptonica 1.77.0-1

Modified:
  leptonica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 16:00:48 UTC (rev 420034)
+++ PKGBUILD2018-12-31 16:03:49 UTC (rev 420035)
@@ -2,19 +2,23 @@
 # Maintainer: Christoph Drexler 
 
 pkgname=leptonica
-pkgver=1.76.0
+pkgver=1.77.0
 pkgrel=1
 pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
 arch=('x86_64')
 url="http://www.leptonica.com/;
 license=('custom')
-depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
+depends=('giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'zlib' 'libwebp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz;)
-sha256sums=('ff98ffef6103cda0e400676f81113a8157569ac0f453c6e03a1a27b305ba25a7')
+sha256sums=('a11a3f6cb709d5e4d20faa7af55f77057335cbc5ef89103c31a17aea52d7b555')
 
+prepare() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./autogen.sh
+}
+
 build() {
   cd "$srcdir"/leptonica-${pkgver}
-  ./autobuild
   ./configure --prefix=/usr
   make
 }


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

2018-12-31 Thread David Runge via arch-commits
Date: Monday, December 31, 2018 @ 16:00:40
  Author: dvzrv
Revision: 420033

upgpkg: python-kaptan 0.5.11-1

Upgrading to 0.5.11. Removing redundant copying of sources.

Modified:
  python-kaptan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 15:49:33 UTC (rev 420032)
+++ PKGBUILD2018-12-31 16:00:40 UTC (rev 420033)
@@ -2,9 +2,9 @@
 _name=kaptan
 pkgbase=python-kaptan
 pkgname=('python-kaptan' 'python2-kaptan')
-pkgver=0.5.10
-pkgrel=2
-pkgdesc="Configuration manager in your pocket."
+pkgver=0.5.11
+pkgrel=1
+pkgdesc="Configuration manager in your pocket"
 arch=('any')
 url="https://emre.github.io/kaptan/;
 license=('BSD')
@@ -13,41 +13,29 @@
 # pypi sdist doesn't have the tests (yet): 
https://github.com/emre/kaptan/issues/93
 
#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/emre/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('a9be1ecc1f91af8550ff8648de91dab9bb601fcf643c7dd87e6a2707097c7f37ed67e3916909491f1eb76116fe7f47d782fe1ce5f127835685008f60d473e43c')
+sha512sums=('5be93b47d4d98de1d1979174856db33fd39c763adec2bd6a2709553c4f332cf330a42a64ced9d68aadb3fbf698b3df9379a0255fb2f4aa03321c5b6140d2a66a')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
-#  export PYTHONPATH=build:${PYTHONPATH}
-#  py.test
+  cd "${_name}-${pkgver}"
   python setup.py test
-
-  cd ../"${pkgname[1]}-${pkgver}"
-#  export PYTHONPATH=build:${PYTHONPATH}
-#  py.test2
   python2 setup.py test
 }
 
 package_python-kaptan() {
   depends=('python-yaml')
-  cd "${pkgname}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
   # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm644 {AUTHORS,CHANGES,README.rst,TODO}
@@ -55,13 +43,13 @@
 
 package_python2-kaptan() {
   depends=('python2-yaml')
-  cd "${pkgname}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
   # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 {AUTHORS,CHANGES,README.rst,TODO}


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

2018-12-31 Thread David Runge via arch-commits
Date: Monday, December 31, 2018 @ 16:00:48
  Author: dvzrv
Revision: 420034

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 16:00:40 UTC (rev 420033)
+++ PKGBUILD2018-12-31 16:00:48 UTC (rev 420034)
@@ -1,72 +0,0 @@
-# Maintainer: David Runge 
-_name=kaptan
-pkgbase=python-kaptan
-pkgname=('python-kaptan' 'python2-kaptan')
-pkgver=0.5.10
-pkgrel=2
-pkgdesc="Configuration manager in your pocket."
-arch=('any')
-url="https://emre.github.io/kaptan/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-yaml' 'python2-setuptools' 
'python2-yaml')
-checkdepends=('python-pytest' 'python2-pytest')
-# pypi sdist doesn't have the tests (yet): 
https://github.com/emre/kaptan/issues/93
-#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/emre/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('a9be1ecc1f91af8550ff8648de91dab9bb601fcf643c7dd87e6a2707097c7f37ed67e3916909491f1eb76116fe7f47d782fe1ce5f127835685008f60d473e43c')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-#  export PYTHONPATH=build:${PYTHONPATH}
-#  py.test
-  python setup.py test
-
-  cd ../"${pkgname[1]}-${pkgver}"
-#  export PYTHONPATH=build:${PYTHONPATH}
-#  py.test2
-  python2 setup.py test
-}
-
-package_python-kaptan() {
-  depends=('python-yaml')
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,CHANGES,README.rst,TODO}
-}
-
-package_python2-kaptan() {
-  depends=('python2-yaml')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,CHANGES,README.rst,TODO}
-  # moving duplicate file
-  mv -v "${pkgdir}/usr/bin/${_name}" "${pkgdir}/usr/bin/${_name}2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kaptan/repos/community-any/PKGBUILD (from rev 420033, 
python-kaptan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 16:00:48 UTC (rev 420034)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+_name=kaptan
+pkgbase=python-kaptan
+pkgname=('python-kaptan' 'python2-kaptan')
+pkgver=0.5.11
+pkgrel=1
+pkgdesc="Configuration manager in your pocket"
+arch=('any')
+url="https://emre.github.io/kaptan/;
+license=('BSD')
+makedepends=('python-setuptools' 'python-yaml' 'python2-setuptools' 
'python2-yaml')
+checkdepends=('python-pytest' 'python2-pytest')
+# pypi sdist doesn't have the tests (yet): 
https://github.com/emre/kaptan/issues/93
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/emre/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('5be93b47d4d98de1d1979174856db33fd39c763adec2bd6a2709553c4f332cf330a42a64ced9d68aadb3fbf698b3df9379a0255fb2f4aa03321c5b6140d2a66a')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-kaptan() {
+  depends=('python-yaml')
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 {AUTHORS,CHANGES,README.rst,TODO}
+}
+
+package_python2-kaptan() {
+  depends=('python2-yaml')
+  cd "${_name}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,CHANGES,README.rst,TODO}
+  # moving duplicate file
+  mv -v 

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

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 15:49:24
  Author: mtorromeo
Revision: 420031

upgpkg: sysdig 0.24.2-1

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 15:40:41 UTC (rev 420030)
+++ PKGBUILD2018-12-31 15:49:24 UTC (rev 420031)
@@ -3,7 +3,7 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.24.1
+pkgver=0.24.2
 pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'pandoc')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 "bashcomp-location.patch")
-sha256sums=('828f99338e9912bde68aa0d6ae3dffe8c20bca999cfcc2b81f45b79cb97dffa9'
+sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
 'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
 
 prepare() {


[arch-commits] Commit in sysdig/repos/community-x86_64 (4 files)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 15:49:33
  Author: mtorromeo
Revision: 420032

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 420031, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 420031, sysdig/trunk/bashcomp-location.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch

-+
 PKGBUILD|  100 +++---
 bashcomp-location.patch |   26 +--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 15:49:24 UTC (rev 420031)
+++ PKGBUILD2018-12-31 15:49:33 UTC (rev 420032)
@@ -1,50 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.24.1
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2' 'Apache' 'MIT')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"bashcomp-location.patch")
-sha256sums=('828f99338e9912bde68aa0d6ae3dffe8c20bca999cfcc2b81f45b79cb97dffa9'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
-
-  cd build
-  make install DESTDIR="$pkgdir"
-
-}

Copied: sysdig/repos/community-x86_64/PKGBUILD (from rev 420031, 
sysdig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 15:49:33 UTC (rev 420032)
@@ -0,0 +1,50 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.24.2
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch")
+sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+
+}

Deleted: bashcomp-location.patch
===
--- bashcomp-location.patch 2018-12-31 15:49:24 UTC (rev 420031)
+++ bashcomp-location.patch 2018-12-31 15:49:33 UTC (rev 420032)
@@ -1,13 +0,0 @@
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index ded65e9..fd2a59b 100644
 a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
- configure_file(debian/prerm.in debian/prerm)
- 
- install(FILES completions/bash/sysdig
--  DESTINATION "${DIR_ETC}/bash_completion.d")
-+  DESTINATION "share/bash-completion/completions/")
- 
- install(FILES completions/zsh/_sysdig
-   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-x86_64/bashcomp-location.patch (from rev 420031, 
sysdig/trunk/bashcomp-location.patch)
===
--- 

[arch-commits] Commit in percona-server/repos/community-x86_64 (10 files)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 15:40:41
  Author: mtorromeo
Revision: 420030

archrelease: copy trunk to community-x86_64

Added:
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 420029, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/build-hostname.patch
(from rev 420029, percona-server/trunk/build-hostname.patch)
  percona-server/repos/community-x86_64/my.cnf
(from rev 420029, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 420029, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/no-werror.patch
(from rev 420029, percona-server/trunk/no-werror.patch)
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch
(from rev 420029, percona-server/trunk/rocksdb-systemlibs.patch)
Deleted:
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch

--+
 PKGBUILD |  352 ++---
 build-hostname.patch |   17 ++
 my.cnf   |   72 -
 mysql-user.conf  |2 
 no-werror.patch  |   28 +++
 rocksdb-systemlibs.patch |  104 ++---
 6 files changed, 307 insertions(+), 268 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 15:40:21 UTC (rev 420029)
+++ PKGBUILD2018-12-31 15:40:41 UTC (rev 420030)
@@ -1,177 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.24_27
-_boost_ver=1.59.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('x86_64')
-makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'pam' 
'numactl' 'jemalloc' 'openssl' 'rpcsvc-proto')
-license=('GPL')
-url="https://www.percona.com/software/mysql-database/percona-server;
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-
"http://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;
-'my.cnf'
-'mysql-user.conf'
-'rocksdb-systemlibs.patch')
-sha256sums=('999593afa241660bc7860264b46a826faf97d80d411966fade24084f47b249a0'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
-'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
-'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
-'fcc3bea0982cda6cc35637d448a46924eccdfeb4c4da0634a26c9d190cf50fe4')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   rm -v sql/sql_yacc.{cc,h}
-
-   sed 's/${fullhostname}/"archbuild"/' -i 
storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-   sed 's/-Werror//g' -i \
-   storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake \
-   plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt
-
-   patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch
-}
-
-build() {
-   # rm -rf build
-   mkdir -p build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DBUILD_CONFIG=mysql_release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8mb4 \
-   -DDEFAULT_COLLATION=utf8mb4_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/doc/percona-server \
-   -DINSTALL_DOCREADMEDIR=share/doc/percona-server \
-   -DINSTALL_DOCDIR=share/doc/percona-server \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   -DINSTALL_SCRIPTDIR=bin \
-   -DINSTALL_INCLUDEDIR=include/perconaserver \
-   -DINSTALL_SUPPORTFILESDIR=share/mysql \
-   -DINSTALL_MYSQLSHAREDIR=share/mysql \
-   -DWITH_ZLIB=system \
-   -DWITH_LZ4=system \
-   -DWITH_SSL=system \
-   -DWITH_LIBWRAP=OFF \
-   -DWITH_MECAB=OFF \
-   -DWITH_PAM=ON \
-   -DWITH_EXTRA_CHARSETS=complex \
-   -DWITH_EMBEDDED_SERVER=ON \
-   -DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-   -DWITH_INNODB_MEMCACHED=ON \
-   -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-   -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-   -DWITH_FEDERATED_STORAGE_ENGINE=ON \
-   -DWITH_ROCKSDB=ON \
-   -DTOKU_DEBUG_PARANOID=OFF \
-   -DWITH_VALGRIND=OFF \
-   -DUSE_VALGRIND=OFF \
-   -DDEBUG_EXTNAME=OFF \
- 

[arch-commits] Commit in percona-server/trunk (PKGBUILD my.cnf)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 15:40:21
  Author: mtorromeo
Revision: 420029

fixed error in my.cnf

Modified:
  percona-server/trunk/PKGBUILD
  percona-server/trunk/my.cnf

--+
 PKGBUILD |2 +-
 my.cnf   |   28 
 2 files changed, 13 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:56:11 UTC (rev 420028)
+++ PKGBUILD2018-12-31 15:40:21 UTC (rev 420029)
@@ -20,7 +20,7 @@
 'rocksdb-systemlibs.patch')
 sha256sums=('ab00626775b85ea506c1d992d66acee50f0bfbde54b830731f61652e87ff93da'
 '8aa4e330c870ef50a896634c931adf468b21f8a69b77007e45c444151229f665'
-'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
+'b467b04d6d06152b2abc33f2a6de63fef0fc922dd5119d2ee1d07d3c1a489731'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
 '1537fdbb92dd1c135c1eb9f4d10c44fd02e652db66c933d731990a1196f1397c'
 'fe1cb2b079c56ff0f827c7dfb25d004b2190410406820c490dc6152cfe392b70'

Modified: my.cnf
===
--- my.cnf  2018-12-31 14:56:11 UTC (rev 420028)
+++ my.cnf  2018-12-31 15:40:21 UTC (rev 420029)
@@ -1,24 +1,19 @@
 # For advice on how to change settings please see
-# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
+# http://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html
 
 [client]
-#password   = your_password
-port= 3306
 socket  = /run/mysqld/mysqld.sock
 
 [mysqld]
-port= 3306
-socket  = /run/mysqld/mysqld.sock
-datadir = /var/lib/mysql
-
 #
 # Remove leading # and set to the amount of RAM for the most important data
 # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
 # innodb_buffer_pool_size = 128M
 #
-# Remove leading # to turn on a very important data integrity option: logging
-# changes to the binary log between backups.
-# log_bin
+# Remove the leading "# " to disable binary logging
+# Binary logging captures changes between backups and is enabled by
+# default. It's default setting is log_bin=binlog
+# disable_log_bin
 #
 # Remove leading # to set options mainly useful for reporting servers.
 # The server defaults are faster for transactions and fast SELECTs.
@@ -26,13 +21,14 @@
 # join_buffer_size = 128M
 # sort_buffer_size = 2M
 # read_rnd_buffer_size = 2M
+#
+# Remove leading # to revert to previous value for 
default_authentication_plugin,
+# this will increase compatibility with older clients. For background, see:
+# 
https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_authentication_plugin
+# default-authentication-plugin=mysql_native_password
 
-# Disabling symbolic-links is recommended to prevent assorted security risks
-symbolic-links=0
+datadir = /var/lib/mysql
+socket  = /run/mysqld/mysqld.sock
 
-# Recommended in standard MySQL setup
-sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
-
-[mysqld_safe]
 log-error   = /var/log/mysqld.log
 pid-file= /run/mysqld/mysqld.pid


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:56:05
  Author: maximbaz
Revision: 420027

upgpkg: copyq 3.7.2-1

Modified:
  copyq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:49:40 UTC (rev 420026)
+++ PKGBUILD2018-12-31 14:56:05 UTC (rev 420027)
@@ -3,8 +3,8 @@
 # Contributor: Karol "Kenji Takahashi" Woźniak 
 
 pkgname=copyq
-pkgver=3.7.1
-pkgrel=2
+pkgver=3.7.2
+pkgrel=1
 pkgdesc="Clipboard manager with searchable and editable history"
 url="https://github.com/hluk/${pkgname};
 depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
@@ -12,7 +12,7 @@
 license=('GPL3')
 arch=('x86_64')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('927c2c2df919c2323a7bbc0f24025bb06e54ad6c4cbf5bbc8dcf86ac0f4f6fc7')
+sha256sums=('6cf65381aa0909719449ecc5b75d88ca61063411ed0cf1c7943781c175eca8ab')
 
 build() {
 cd "CopyQ-${pkgver}"


[arch-commits] Commit in copyq/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:56:11
  Author: maximbaz
Revision: 420028

archrelease: copy trunk to community-x86_64

Added:
  copyq/repos/community-x86_64/PKGBUILD
(from rev 420027, copyq/trunk/PKGBUILD)
Deleted:
  copyq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:56:05 UTC (rev 420027)
+++ PKGBUILD2018-12-31 14:56:11 UTC (rev 420028)
@@ -1,28 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Batou 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-
-pkgname=copyq
-pkgver=3.7.1
-pkgrel=2
-pkgdesc="Clipboard manager with searchable and editable history"
-url="https://github.com/hluk/${pkgname};
-depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
-makedepends=('cmake' 'qt5-tools')
-license=('GPL3')
-arch=('x86_64')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('927c2c2df919c2323a7bbc0f24025bb06e54ad6c4cbf5bbc8dcf86ac0f4f6fc7')
-
-build() {
-cd "CopyQ-${pkgver}"
-cmake -DCMAKE_BUILD_TYPE=Release -DWITH_WEBKIT=0 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_QT5=TRUE .
-make
-}
-
-package() {
-cd "CopyQ-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: copyq/repos/community-x86_64/PKGBUILD (from rev 420027, 
copyq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:56:11 UTC (rev 420028)
@@ -0,0 +1,28 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Batou 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+pkgname=copyq
+pkgver=3.7.2
+pkgrel=1
+pkgdesc="Clipboard manager with searchable and editable history"
+url="https://github.com/hluk/${pkgname};
+depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
+makedepends=('cmake' 'qt5-tools')
+license=('GPL3')
+arch=('x86_64')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('6cf65381aa0909719449ecc5b75d88ca61063411ed0cf1c7943781c175eca8ab')
+
+build() {
+cd "CopyQ-${pkgver}"
+cmake -DCMAKE_BUILD_TYPE=Release -DWITH_WEBKIT=0 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_QT5=TRUE .
+make
+}
+
+package() {
+cd "CopyQ-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in percona-server/trunk (4 files)

2018-12-31 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 31, 2018 @ 14:49:40
  Author: mtorromeo
Revision: 420026

upgpkg: percona-server 8.0.13_3-1

Added:
  percona-server/trunk/build-hostname.patch
  percona-server/trunk/no-werror.patch
Modified:
  percona-server/trunk/PKGBUILD
  percona-server/trunk/rocksdb-systemlibs.patch

--+
 PKGBUILD |   40 +++-
 build-hostname.patch |   17 +
 no-werror.patch  |   28 
 rocksdb-systemlibs.patch |   10 +-
 4 files changed, 69 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:44:41 UTC (rev 420025)
+++ PKGBUILD2018-12-31 14:49:40 UTC (rev 420026)
@@ -2,8 +2,8 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.24_27
-_boost_ver=1.59.0
+pkgver=8.0.13_3
+_boost_ver=1.67.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
 pkgrel=1
@@ -15,23 +15,24 @@
 
"http://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;
 'my.cnf'
 'mysql-user.conf'
+'build-hostname.patch'
+'no-werror.patch'
 'rocksdb-systemlibs.patch')
-sha256sums=('999593afa241660bc7860264b46a826faf97d80d411966fade24084f47b249a0'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
+sha256sums=('ab00626775b85ea506c1d992d66acee50f0bfbde54b830731f61652e87ff93da'
+'8aa4e330c870ef50a896634c931adf468b21f8a69b77007e45c444151229f665'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
-'fcc3bea0982cda6cc35637d448a46924eccdfeb4c4da0634a26c9d190cf50fe4')
+'1537fdbb92dd1c135c1eb9f4d10c44fd02e652db66c933d731990a1196f1397c'
+'fe1cb2b079c56ff0f827c7dfb25d004b2190410406820c490dc6152cfe392b70'
+'38f1acce8d8eff8167f1defcd4ce7063e67beeb7ab67bbf15ba5630290d00b71')
 
 prepare() {
cd $pkgbase-$_pkgver
rm -v sql/sql_yacc.{cc,h}
 
-   sed 's/${fullhostname}/"archbuild"/' -i 
storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-   sed 's/-Werror//g' -i \
-   storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake \
-   plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt
-
-   patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch
+   patch -p1 -i "$srcdir"/build-hostname.patch
+   patch -p1 -i "$srcdir"/no-werror.patch
+   # patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch
 }
 
 build() {
@@ -41,6 +42,7 @@
 
cmake ../$pkgbase-$_pkgver \
-DBUILD_CONFIG=mysql_release \
+   -DREPRODUCIBLE_BUILD=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc/mysql \
-DMYSQL_DATADIR=/var/lib/mysql \
@@ -99,7 +101,7 @@
depends=('zlib' 'openssl')
 
cd build
-   for dir in include libmysql libmysqld libservices; do
+   for dir in include libmysql libservices; do
make -C $dir DESTDIR="$pkgdir" install
done
 
@@ -124,16 +126,16 @@
 
# install man pages
install -d "$pkgdir"/usr/share/man/man1
-   for man in 
mysql{,admin,check,dump,import,show,slap,pump,binlog,_plugin,_upgrade}; do
+   for man in 
mysql{,admin,check,dump,import,show,slap,pump,binlog,_upgrade}; do
install -m644 "$srcdir"/$pkgbase-$_pkgver/man/$man.1 
"$pkgdir"/usr/share/man/man1/$man.1
done
 
# provided by percona-server
-   rm 
"$pkgdir"/usr/bin/mysql{_config_editor,_install_db,_secure_installation,_ssl_rsa_setup}
+   rm 
"$pkgdir"/usr/bin/mysql{_config_editor,_secure_installation,_ssl_rsa_setup}
 }
 
 package_percona-server() {
-   pkgdesc='Drop-in replacement for MySQL that provides improved 
performance, diagnostics, instrumentation and TokuDB storage engine'
+   pkgdesc='Drop-in replacement for MySQL that provides improved 
performance, diagnostics, instrumentation and MyRocks storage engine'
backup=('etc/mysql/my.cnf')
depends=('libaio' 'systemd-tools' 'pam' 'jemalloc' 'numactl' 'lz4' 
'zstd' 'openssl' 'libtirpc')
optdepends=('perl-dbd-mysql')
@@ -165,13 +167,9 @@
rm -r usr/share/aclocal usr/lib/pkgconfig
 
# provided by percona-server-clients
-   rm 
usr/bin/mysql{,admin,check,dump,import,show,slap,pump,binlog,_plugin,test,_upgrade}
-   rm 
usr/share/man/man1/mysql{,admin,check,dump,import,show,slap,pump,binlog,_plugin,_upgrade}.1
+   rm 
usr/bin/mysql{,admin,check,dump,import,show,slap,pump,binlog,test,_upgrade}
+   rm 
usr/share/man/man1/mysql{,admin,check,dump,import,show,slap,pump,binlog,_upgrade}.1
 
-   # deprecated/unused
-   rm usr/bin/replace
-   rm usr/share/man/man1/replace.1
-
# not needed

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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:44:30
  Author: maximbaz
Revision: 420024

freemat: use https sources

Modified:
  freemat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:42:31 UTC (rev 420023)
+++ PKGBUILD2018-12-31 14:44:30 UTC (rev 420024)
@@ -11,7 +11,7 @@
 depends=('arpack' 'fftw' 'glu' 'portaudio' 'qt4' 'libffi')
 makedepends=('cmake' 'python2' 'suitesparse' 'doxygen' 'gcc-fortran')
 install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
+source=(https://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
build-fix.patch
remove-qwebkit.patch)
 md5sums=('ace147e49273ae935d363da8e2a56d4d'


[arch-commits] Commit in freemat/repos/community-x86_64 (10 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:44:41
  Author: maximbaz
Revision: 420025

archrelease: copy trunk to community-x86_64

Added:
  freemat/repos/community-x86_64/ChangeLog
(from rev 420024, freemat/trunk/ChangeLog)
  freemat/repos/community-x86_64/PKGBUILD
(from rev 420024, freemat/trunk/PKGBUILD)
  freemat/repos/community-x86_64/build-fix.patch
(from rev 420024, freemat/trunk/build-fix.patch)
  freemat/repos/community-x86_64/freemat.install
(from rev 420024, freemat/trunk/freemat.install)
  freemat/repos/community-x86_64/remove-qwebkit.patch
(from rev 420024, freemat/trunk/remove-qwebkit.patch)
Deleted:
  freemat/repos/community-x86_64/ChangeLog
  freemat/repos/community-x86_64/PKGBUILD
  freemat/repos/community-x86_64/build-fix.patch
  freemat/repos/community-x86_64/freemat.install
  freemat/repos/community-x86_64/remove-qwebkit.patch

--+
 ChangeLog|6 -
 PKGBUILD |  103 +-
 build-fix.patch  |   42 +++
 freemat.install  |   14 +-
 remove-qwebkit.patch |  276 -
 5 files changed, 220 insertions(+), 221 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-12-31 14:44:30 UTC (rev 420024)
+++ ChangeLog   2018-12-31 14:44:41 UTC (rev 420025)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-

Copied: freemat/repos/community-x86_64/ChangeLog (from rev 420024, 
freemat/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-12-31 14:44:41 UTC (rev 420025)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:44:30 UTC (rev 420024)
+++ PKGBUILD2018-12-31 14:44:41 UTC (rev 420025)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=freemat
-pkgver=4.2
-pkgrel=9
-pkgdesc="A free environment for rapid engineering, scientific prototyping and 
data processing"
-arch=('x86_64')
-url="http://freemat.sourceforge.net;
-license=('GPL')
-depends=('arpack' 'fftw' 'glu' 'portaudio' 'qt4' 'libffi')
-makedepends=('cmake' 'python2' 'suitesparse' 'doxygen' 'gcc-fortran')
-install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
-   build-fix.patch
-   remove-qwebkit.patch)
-md5sums=('ace147e49273ae935d363da8e2a56d4d'
- '042f43dcae863e3fc4c9a10b46761344'
- '5e37816fafe46a79cc157549f5bec554')
-
-prepare() {
-  cd "$srcdir"/FreeMat-$pkgver-Source
-  patch -p1 <"$srcdir"/build-fix.patch
-  patch -p1 <"$srcdir"/remove-qwebkit.patch
-}
-
-build() {
-  cd "$srcdir"/FreeMat-$pkgver-Source
-  unset LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
-  rm -f CMakeCache.txt
-  find . -type f -name '*.moc.cpp' -exec rm -f {} \;
-  find . -type f -name 'add.so' -exec rm -f {} \;
-  echo >libs/libMatC/CJitFuncClang.hpp
-  echo >libs/libMatC/CJitFuncClang.cpp
-
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DUSE_LLVM=OFF \
-   -DFORCE_BUNDLED_UMFPACK=ON \
-   -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   .
-  make
-}
-package() {
-  cd "$srcdir"/FreeMat-$pkgver-Source
-
-  make DESTDIR="$pkgdir" install -j1
-  sed -i "s|/FreeMat-.*/|/FreeMat-$pkgver/|g" $startdir/freemat.install
-  rm "$pkgdir"/usr/bin/blas.ini
-}

Copied: freemat/repos/community-x86_64/PKGBUILD (from rev 420024, 
freemat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:44:41 UTC (rev 420025)
@@ -0,0 +1,51 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freemat
+pkgver=4.2
+pkgrel=9
+pkgdesc="A free environment for rapid engineering, scientific prototyping and 
data processing"
+arch=('x86_64')
+url="http://freemat.sourceforge.net;
+license=('GPL')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qt4' 'libffi')
+makedepends=('cmake' 'python2' 'suitesparse' 'doxygen' 'gcc-fortran')
+install=freemat.install
+source=(https://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
+   build-fix.patch
+   remove-qwebkit.patch)
+md5sums=('ace147e49273ae935d363da8e2a56d4d'
+ '042f43dcae863e3fc4c9a10b46761344'
+ '5e37816fafe46a79cc157549f5bec554')
+
+prepare() {
+  cd "$srcdir"/FreeMat-$pkgver-Source
+  patch -p1 <"$srcdir"/build-fix.patch
+  patch -p1 <"$srcdir"/remove-qwebkit.patch
+}
+
+build() {
+  cd "$srcdir"/FreeMat-$pkgver-Source
+  unset LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
+  rm -f CMakeCache.txt
+  find . -type f -name '*.moc.cpp' -exec rm -f {} \;
+  find . -type f -name 'add.so' -exec rm -f {} \;
+  echo 

[arch-commits] Commit in fillets-ng-data/repos/community-any (4 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:42:31
  Author: maximbaz
Revision: 420023

archrelease: copy trunk to community-any

Added:
  fillets-ng-data/repos/community-any/PKGBUILD
(from rev 420022, fillets-ng-data/trunk/PKGBUILD)
  fillets-ng-data/repos/community-any/fillets-ng-data.changelog
(from rev 420022, fillets-ng-data/trunk/fillets-ng-data.changelog)
Deleted:
  fillets-ng-data/repos/community-any/PKGBUILD
  fillets-ng-data/repos/community-any/fillets-ng-data.changelog

---+
 PKGBUILD  |   39 +++
 fillets-ng-data.changelog |   36 ++--
 2 files changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:42:19 UTC (rev 420022)
+++ PKGBUILD2018-12-31 14:42:31 UTC (rev 420023)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=fillets-ng-data
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Data files for the port of the wonderful puzzle game Fish Fillets"
-url="http://fillets.sf.net/;
-arch=('any')
-license=('GPL')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
-sha256sums=('f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/share/fillets-ng
-  cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}/usr/share/fillets-ng
-}

Copied: fillets-ng-data/repos/community-any/PKGBUILD (from rev 420022, 
fillets-ng-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:42:31 UTC (rev 420023)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=fillets-ng-data
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Data files for the port of the wonderful puzzle game Fish Fillets"
+url="http://fillets.sf.net/;
+arch=('any')
+license=('GPL')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${pkgdir}/usr/share/fillets-ng
+  cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}/usr/share/fillets-ng
+}

Deleted: fillets-ng-data.changelog
===
--- fillets-ng-data.changelog   2018-12-31 14:42:19 UTC (rev 420022)
+++ fillets-ng-data.changelog   2018-12-31 14:42:31 UTC (rev 420023)
@@ -1,18 +0,0 @@
-2013-05-18 Jaroslav Lichtblau 
-   * fillets-ng-data 1.0.1-1
-
-2012-02-20 Jaroslav Lichtblau 
-   * Signing package 1.0.0-2
-
-2009-10-20 Jaroslav Lichtblau 
-   * Update to major release 0.9.2
-   * changed to -any architecture
-
-2009-06-21 Jaroslav Lichtblau 
-   * Update to major release 0.9.0
-
-2009-01-10 Jaroslav Lichtblau 
-   * Update to major release 0.8.1
-
-2008-08-05 Jaroslav Lichtblau 
-   * Package moved to [community]

Copied: fillets-ng-data/repos/community-any/fillets-ng-data.changelog (from rev 
420022, fillets-ng-data/trunk/fillets-ng-data.changelog)
===
--- fillets-ng-data.changelog   (rev 0)
+++ fillets-ng-data.changelog   2018-12-31 14:42:31 UTC (rev 420023)
@@ -0,0 +1,18 @@
+2013-05-18 Jaroslav Lichtblau 
+   * fillets-ng-data 1.0.1-1
+
+2012-02-20 Jaroslav Lichtblau 
+   * Signing package 1.0.0-2
+
+2009-10-20 Jaroslav Lichtblau 
+   * Update to major release 0.9.2
+   * changed to -any architecture
+
+2009-06-21 Jaroslav Lichtblau 
+   * Update to major release 0.9.0
+
+2009-01-10 Jaroslav Lichtblau 
+   * Update to major release 0.8.1
+
+2008-08-05 Jaroslav Lichtblau 
+   * Package moved to [community]


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:42:19
  Author: maximbaz
Revision: 420022

fillets-ng-data: use https sources

Modified:
  fillets-ng-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:40:34 UTC (rev 420021)
+++ PKGBUILD2018-12-31 14:42:19 UTC (rev 420022)
@@ -8,7 +8,7 @@
 arch=('any')
 license=('GPL')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
 sha256sums=('f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799')
 
 package() {


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:40:34
  Author: maximbaz
Revision: 420021

archrelease: copy trunk to community-x86_64

Added:
  fillets-ng/repos/community-x86_64/PKGBUILD
(from rev 420020, fillets-ng/trunk/PKGBUILD)
  fillets-ng/repos/community-x86_64/fillets-ng.changelog
(from rev 420020, fillets-ng/trunk/fillets-ng.changelog)
  fillets-ng/repos/community-x86_64/fillets-ng.png
(from rev 420020, fillets-ng/trunk/fillets-ng.png)
  fillets-ng/repos/community-x86_64/lua-config
(from rev 420020, fillets-ng/trunk/lua-config)
Deleted:
  fillets-ng/repos/community-x86_64/PKGBUILD
  fillets-ng/repos/community-x86_64/fillets-ng.changelog
  fillets-ng/repos/community-x86_64/fillets-ng.png
  fillets-ng/repos/community-x86_64/lua-config

--+
 PKGBUILD |   75 -
 fillets-ng.changelog |   52 -
 lua-config   |   20 ++---
 3 files changed, 73 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:40:25 UTC (rev 420020)
+++ PKGBUILD2018-12-31 14:40:34 UTC (rev 420021)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=fillets-ng
-pkgver=1.0.1
-pkgrel=8
-pkgdesc="Port of the wonderful puzzle game Fish Fillets"
-url="http://fillets.sf.net/;
-arch=('x86_64')
-license=('GPL')
-depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 
'sdl_ttf' 'sdl_image' 'desktop-file-utils')
-makedepends=('gendesk')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
-$pkgname.png lua-config)
-sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
-'338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
-'65200fa109a819f55843b864164812f6a8e5b5bf910e12732dbc507f8982f29a')
-_exec=('fillets')
-
-build() {
-  gendesk -n --exec="fillets" --pkgname="fillets-ng" --pkgdesc="Port of the 
wonderful puzzle game Fish Fillets"
-  export PATH=$PATH:$PWD
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # desktop and icon files
-  install -Dm644 "${srcdir}"/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 "${srcdir}"/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
-}

Copied: fillets-ng/repos/community-x86_64/PKGBUILD (from rev 420020, 
fillets-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:40:34 UTC (rev 420021)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=fillets-ng
+pkgver=1.0.1
+pkgrel=8
+pkgdesc="Port of the wonderful puzzle game Fish Fillets"
+url="http://fillets.sf.net/;
+arch=('x86_64')
+license=('GPL')
+depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 
'sdl_ttf' 'sdl_image' 'desktop-file-utils')
+makedepends=('gendesk')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
+$pkgname.png lua-config)
+sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
+'338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'
+'65200fa109a819f55843b864164812f6a8e5b5bf910e12732dbc507f8982f29a')
+_exec=('fillets')
+
+build() {
+  gendesk -n --exec="fillets" --pkgname="fillets-ng" --pkgdesc="Port of the 
wonderful puzzle game Fish Fillets"
+  export PATH=$PATH:$PWD
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --datadir=/usr/share/$pkgname
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # desktop and icon files
+  install -Dm644 "${srcdir}"/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 "${srcdir}"/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: fillets-ng.changelog
===
--- fillets-ng.changelog2018-12-31 14:40:25 UTC (rev 420020)
+++ fillets-ng.changelog2018-12-31 14:40:34 UTC (rev 420021)
@@ -1,26 +0,0 @@
-2018-08-05 Jaroslav Lichtblau 
-   * Update to major release 1.0.1
-
-2012-02-20 Jaroslav Lichtblau 
-   * Update to major release 1.0.1
-
-2011-01-02 Jaroslav Lichtblau 
-   * Update to major release 1.0.0
-
-2010-03-21 Jaroslav Lichtblau 
-   * Update to major release 0.9.3
-
-2009-10-20 Jaroslav Lichtblau 
-   * Update to major release 0.9.2
-
-2009-07-07 Jaroslav Lichtblau 
-   * Update to major release 0.9.1
-
-2009-06-21 Jaroslav Lichtblau 
-   * Update to major release 0.9.0
-
-2009-01-10 Jaroslav Lichtblau 
-   * Update to major release 

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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:40:25
  Author: maximbaz
Revision: 420020

fillets-ng: use https sources

Modified:
  fillets-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:34:55 UTC (rev 420019)
+++ PKGBUILD2018-12-31 14:40:25 UTC (rev 420020)
@@ -10,7 +10,7 @@
 depends=('fillets-ng-data' 'lua51' 'fribidi' 'gcc-libs' 'libx11' 'sdl_mixer' 
'sdl_ttf' 'sdl_image' 'desktop-file-utils')
 makedepends=('gendesk')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
+source=(https://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz
 $pkgname.png lua-config)
 sha256sums=('329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da'
 '338c9e1b8ac4ef5bb167f4a6090c341897bd2c7f8b4e5afc3ac3131a57bb8c88'


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:34:48
  Author: maximbaz
Revision: 420018

extundelete: use https sources

Modified:
  extundelete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:34:08 UTC (rev 420017)
+++ PKGBUILD2018-12-31 14:34:48 UTC (rev 420018)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('e2fsprogs')
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
 extundelete-e2fsprogs-1.44.1.patch)
 sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4'
 '944a1dc5a0697334fa27eabc198a6b230740199a01d3a942c01570edb996426f')


[arch-commits] Commit in extundelete/repos/community-x86_64 (6 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:34:55
  Author: maximbaz
Revision: 420019

archrelease: copy trunk to community-x86_64

Added:
  extundelete/repos/community-x86_64/PKGBUILD
(from rev 420018, extundelete/trunk/PKGBUILD)
  extundelete/repos/community-x86_64/extundelete-e2fsprogs-1.44.1.patch
(from rev 420018, extundelete/trunk/extundelete-e2fsprogs-1.44.1.patch)
  extundelete/repos/community-x86_64/extundelete.changelog
(from rev 420018, extundelete/trunk/extundelete.changelog)
Deleted:
  extundelete/repos/community-x86_64/PKGBUILD
  extundelete/repos/community-x86_64/extundelete-e2fsprogs-1.44.1.patch
  extundelete/repos/community-x86_64/extundelete.changelog

+
 PKGBUILD   |   69 +--
 extundelete-e2fsprogs-1.44.1.patch |   24 ++--
 extundelete.changelog  |   24 ++--
 3 files changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:34:48 UTC (rev 420018)
+++ PKGBUILD2018-12-31 14:34:55 UTC (rev 420019)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: snuo
-
-pkgname=extundelete
-pkgver=0.2.4
-pkgrel=4
-pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 
partitions by parsing the journal"
-arch=('x86_64')
-url="http://extundelete.sourceforge.net;
-license=('GPL')
-depends=('e2fsprogs')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
-extundelete-e2fsprogs-1.44.1.patch)
-sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4'
-'944a1dc5a0697334fa27eabc198a6b230740199a01d3a942c01570edb996426f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../extundelete-e2fsprogs-1.44.1.patch # Fix build with 
e2fsprogs 1.44.1
-}
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: extundelete/repos/community-x86_64/PKGBUILD (from rev 420018, 
extundelete/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:34:55 UTC (rev 420019)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: snuo
+
+pkgname=extundelete
+pkgver=0.2.4
+pkgrel=4
+pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 
partitions by parsing the journal"
+arch=('x86_64')
+url="http://extundelete.sourceforge.net;
+license=('GPL')
+depends=('e2fsprogs')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+extundelete-e2fsprogs-1.44.1.patch)
+sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4'
+'944a1dc5a0697334fa27eabc198a6b230740199a01d3a942c01570edb996426f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../extundelete-e2fsprogs-1.44.1.patch # Fix build with 
e2fsprogs 1.44.1
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extundelete-e2fsprogs-1.44.1.patch
===
--- extundelete-e2fsprogs-1.44.1.patch  2018-12-31 14:34:48 UTC (rev 420018)
+++ extundelete-e2fsprogs-1.44.1.patch  2018-12-31 14:34:55 UTC (rev 420019)
@@ -1,12 +0,0 @@
-diff -ru extundelete-0.2.4.orig/src/insertionops.cc 
extundelete-0.2.4/src/insertionops.cc
 extundelete-0.2.4.orig/src/insertionops.cc 2018-06-04 22:19:22.460051515 
+
-+++ extundelete-0.2.4/src/insertionops.cc  2018-06-04 22:19:49.256717673 
+
-@@ -33,7 +33,7 @@
-   os << "File flags: " << inode.i_flags << std::endl;
-   os << "File version (for NFS): " << inode.i_generation << std::endl;
-   os << "File ACL: " << inode.i_file_acl << std::endl;
--  os << "Directory ACL: " << inode.i_dir_acl << std::endl;
-+  os << "Directory ACL: " << inode.i_size_high << std::endl;
-   os << "Fragment address: " << inode.i_faddr << std::endl;
-   os << "Direct blocks: ";
-   for (int n = 0; n < EXT2_NDIR_BLOCKS; n++)

Copied: extundelete/repos/community-x86_64/extundelete-e2fsprogs-1.44.1.patch 
(from rev 420018, extundelete/trunk/extundelete-e2fsprogs-1.44.1.patch)
===
--- extundelete-e2fsprogs-1.44.1.patch  (rev 0)
+++ extundelete-e2fsprogs-1.44.1.patch  2018-12-31 14:34:55 UTC (rev 420019)
@@ -0,0 +1,12 @@
+diff -ru extundelete-0.2.4.orig/src/insertionops.cc 
extundelete-0.2.4/src/insertionops.cc
+--- extundelete-0.2.4.orig/src/insertionops.cc 2018-06-04 22:19:22.460051515 
+
 extundelete-0.2.4/src/insertionops.cc

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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:33:59
  Author: maximbaz
Revision: 420016

extremetuxracer: use https sources

Modified:
  extremetuxracer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:30:21 UTC (rev 420015)
+++ PKGBUILD2018-12-31 14:33:59 UTC (rev 420016)
@@ -14,7 +14,7 @@
 makedepends=('csfml')
 conflicts=('ppracer' 'etracer')
 replaces=('ppracer' 'etracer')
-source=("http://downloads.sourceforge.net/${pkgname}/etr-${pkgver}.tar.xz;)
+source=("https://downloads.sourceforge.net/${pkgname}/etr-${pkgver}.tar.xz;)
 sha1sums=('38925f74c827a879fc1ab912e1bf2461496c5474')
 
 build() {


[arch-commits] Commit in extremetuxracer/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:34:08
  Author: maximbaz
Revision: 420017

archrelease: copy trunk to community-x86_64

Added:
  extremetuxracer/repos/community-x86_64/PKGBUILD
(from rev 420016, extremetuxracer/trunk/PKGBUILD)
Deleted:
  extremetuxracer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:33:59 UTC (rev 420016)
+++ PKGBUILD2018-12-31 14:34:08 UTC (rev 420017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Eric Belanger 
-# Contributor: Fabio Scotoni 
-# Contributor: Alexander Rødseth 
-
-pkgname=extremetuxracer
-pkgver=0.7.5
-pkgrel=1
-pkgdesc="Downhill racing game starring Tux"
-arch=('x86_64')
-url="http://sourceforge.net/projects/extremetuxracer/;
-license=('GPL')
-depends=('sfml' 'glu' 'freetype2')
-makedepends=('csfml')
-conflicts=('ppracer' 'etracer')
-replaces=('ppracer' 'etracer')
-source=("http://downloads.sourceforge.net/${pkgname}/etr-${pkgver}.tar.xz;)
-sha1sums=('38925f74c827a879fc1ab912e1bf2461496c5474')
-
-build() {
-  cd "${srcdir}/etr-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/etr-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/etr-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: extremetuxracer/repos/community-x86_64/PKGBUILD (from rev 420016, 
extremetuxracer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:34:08 UTC (rev 420017)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Eric Belanger 
+# Contributor: Fabio Scotoni 
+# Contributor: Alexander Rødseth 
+
+pkgname=extremetuxracer
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Downhill racing game starring Tux"
+arch=('x86_64')
+url="http://sourceforge.net/projects/extremetuxracer/;
+license=('GPL')
+depends=('sfml' 'glu' 'freetype2')
+makedepends=('csfml')
+conflicts=('ppracer' 'etracer')
+replaces=('ppracer' 'etracer')
+source=("https://downloads.sourceforge.net/${pkgname}/etr-${pkgver}.tar.xz;)
+sha1sums=('38925f74c827a879fc1ab912e1bf2461496c5474')
+
+build() {
+  cd "${srcdir}/etr-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/etr-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/etr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in esmtp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:30:21
  Author: maximbaz
Revision: 420015

archrelease: copy trunk to community-x86_64

Added:
  esmtp/repos/community-x86_64/PKGBUILD
(from rev 420014, esmtp/trunk/PKGBUILD)
Deleted:
  esmtp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:30:11 UTC (rev 420014)
+++ PKGBUILD2018-12-31 14:30:21 UTC (rev 420015)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Loui Chang 
-# Contributor: Jeff Mickey 
-# Contributor: Aaron Griffin 
-
-pkgname=esmtp
-pkgver=1.2
-pkgrel=7
-pkgdesc="An easy SMTP forwarder."
-arch=('x86_64')
-url='http://esmtp.sourceforge.net'
-license=('GPL')
-depends=('libesmtp' 'openssl')
-optdepends=('liblockfile: for esmtp-wrapper script'
-'procmail: for local mail delivery')
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('79a9c1f9023d53f35bb82bf446150a72')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm0644 README "${pkgdir}/usr/share/doc/esmtp/README"
-  install -Dm0644 sample.esmtprc "${pkgdir}/usr/share/doc/esmtp/sample.esmtprc"
-  install -Dm0755 esmtp-wrapper "${pkgdir}/usr/share/esmtp/esmtp-wrapper"
-  install -Dm0755 ylwrap "${pkgdir}/usr/share/esmtp/ylwrap"
-}

Copied: esmtp/repos/community-x86_64/PKGBUILD (from rev 420014, 
esmtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:30:21 UTC (rev 420015)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Loui Chang 
+# Contributor: Jeff Mickey 
+# Contributor: Aaron Griffin 
+
+pkgname=esmtp
+pkgver=1.2
+pkgrel=7
+pkgdesc="An easy SMTP forwarder."
+arch=('x86_64')
+url='http://esmtp.sourceforge.net'
+license=('GPL')
+depends=('libesmtp' 'openssl')
+optdepends=('liblockfile: for esmtp-wrapper script'
+'procmail: for local mail delivery')
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('79a9c1f9023d53f35bb82bf446150a72')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 README "${pkgdir}/usr/share/doc/esmtp/README"
+  install -Dm0644 sample.esmtprc "${pkgdir}/usr/share/doc/esmtp/sample.esmtprc"
+  install -Dm0755 esmtp-wrapper "${pkgdir}/usr/share/esmtp/esmtp-wrapper"
+  install -Dm0755 ylwrap "${pkgdir}/usr/share/esmtp/ylwrap"
+}


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:30:11
  Author: maximbaz
Revision: 420014

esmtp: use https sources

Modified:
  esmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:23:17 UTC (rev 420013)
+++ PKGBUILD2018-12-31 14:30:11 UTC (rev 420014)
@@ -15,7 +15,7 @@
 'procmail: for local mail delivery')
 provides=('smtp-forwarder')
 conflicts=('smtp-forwarder')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('79a9c1f9023d53f35bb82bf446150a72')
 
 build() {


[arch-commits] Commit in enigma/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:23:17
  Author: maximbaz
Revision: 420013

archrelease: copy trunk to community-x86_64

Added:
  enigma/repos/community-x86_64/PKGBUILD
(from rev 420012, enigma/trunk/PKGBUILD)
Deleted:
  enigma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:22:53 UTC (rev 420012)
+++ PKGBUILD2018-12-31 14:23:17 UTC (rev 420013)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom 
-# Contributor: Jason Chu 
-# Maintainer: schuay 
-
-pkgname=enigma
-pkgver=1.04
-pkgrel=6
-pkgdesc=" Enigma is a puzzle game involving falling blocks"
-arch=('x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/enigma/;
-license=('custom')
-depends=('ncurses')
-source=("http://www.chiark.greenend.org.uk/~sgtatham/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a7de38cfae06b82c6b7007167157f65d7dd7cd9da5647896a78aff6ddcc8f4290103e6a9f5eb156fd63c2b763687f12eec0f29f5b9813bd2ca63f8b3ed2fda83')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  autoconf # Default CPP and CPPFLAGS cause errors. See FS#36228.
-  ./configure --prefix=/usr --localstatedir=/var
-  sed -i "s/root\.games/root.root/" Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr localstatedir=$pkgdir/var install
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/license
-}

Copied: enigma/repos/community-x86_64/PKGBUILD (from rev 420012, 
enigma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:23:17 UTC (rev 420013)
@@ -0,0 +1,29 @@
+# Contributor: Tom Newsom 
+# Contributor: Jason Chu 
+# Maintainer: schuay 
+
+pkgname=enigma
+pkgver=1.04
+pkgrel=6
+pkgdesc=" Enigma is a puzzle game involving falling blocks"
+arch=('x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/enigma/;
+license=('custom')
+depends=('ncurses')
+source=("https://www.chiark.greenend.org.uk/~sgtatham/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('a7de38cfae06b82c6b7007167157f65d7dd7cd9da5647896a78aff6ddcc8f4290103e6a9f5eb156fd63c2b763687f12eec0f29f5b9813bd2ca63f8b3ed2fda83')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoconf # Default CPP and CPPFLAGS cause errors. See FS#36228.
+  ./configure --prefix=/usr --localstatedir=/var
+  sed -i "s/root\.games/root.root/" Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  make prefix=$pkgdir/usr localstatedir=$pkgdir/var install
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}


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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:22:53
  Author: maximbaz
Revision: 420012

enigma: use https sources

Modified:
  enigma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 14:20:53 UTC (rev 420011)
+++ PKGBUILD2018-12-31 14:22:53 UTC (rev 420012)
@@ -10,7 +10,7 @@
 url="http://www.chiark.greenend.org.uk/~sgtatham/enigma/;
 license=('custom')
 depends=('ncurses')
-source=("http://www.chiark.greenend.org.uk/~sgtatham/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=("https://www.chiark.greenend.org.uk/~sgtatham/$pkgname/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('a7de38cfae06b82c6b7007167157f65d7dd7cd9da5647896a78aff6ddcc8f4290103e6a9f5eb156fd63c2b763687f12eec0f29f5b9813bd2ca63f8b3ed2fda83')
 
 build() {


[arch-commits] Commit in easystroke/repos/community-x86_64 (6 files)

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:20:53
  Author: maximbaz
Revision: 420011

archrelease: copy trunk to community-x86_64

Added:
  easystroke/repos/community-x86_64/PKGBUILD
(from rev 420010, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-x86_64/easystroke-0.6.0-gcc7-build-fix.patch
(from rev 420010, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
  easystroke/repos/community-x86_64/replace-sigc-group-with-lambda.patch
(from rev 420010, easystroke/trunk/replace-sigc-group-with-lambda.patch)
Deleted:
  easystroke/repos/community-x86_64/PKGBUILD
  easystroke/repos/community-x86_64/easystroke-0.6.0-gcc7-build-fix.patch
  easystroke/repos/community-x86_64/replace-sigc-group-with-lambda.patch

---+
 PKGBUILD  |   90 
 easystroke-0.6.0-gcc7-build-fix.patch |   80 ++--
 replace-sigc-group-with-lambda.patch  |   80 ++--
 3 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 14:20:32 UTC (rev 420010)
+++ PKGBUILD2018-12-31 14:20:53 UTC (rev 420011)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Sullivan 
-
-pkgname=easystroke
-pkgver=0.6.0
-pkgrel=19
-pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
-arch=('x86_64')
-url='http://easystroke.sourceforge.net/'
-license=('custom:ISC')
-depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
-source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;
-'easystroke-0.6.0-gcc7-build-fix.patch'
-'replace-sigc-group-with-lambda.patch')
-sha512sums=('a74cbdfd2b56e6b20d895297e80fb63f3d8ac938235ecf7067f984d087004af22a5ea0116ae20b948e238b02a06b14044a7025d65840f0c8d00542332387c921'
-
'ab243cd570a4878767bfc64f39dbf6cc938bf050b50e4ac3bfe5036f5fbdd21dc5cf89784a4f73f78233132b981d00087482835430d240f0b55e16d1acb4'
-
'30b3a50b3434b22d3aed75f8c023eafb78f6980a23c506e9ed70e8787fd2786a1a882468b5c8334e3161c241c1878f8b4f9ba0178e07aad0388d44522e70c245')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # Fix compilation with GCC 7.
-  patch -Np1 -i ../easystroke-0.6.0-gcc7-build-fix.patch
-
-  # fix build with libsigc++ 2.6; also build in C++11 mode
-  # (not sure if the lambda is correct, but seems to work)
-  patch -Np1 -i ../replace-sigc-group-with-lambda.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  make
-  make man
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: easystroke/repos/community-x86_64/PKGBUILD (from rev 420010, 
easystroke/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 14:20:53 UTC (rev 420011)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=19
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+source=("https://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;
+'easystroke-0.6.0-gcc7-build-fix.patch'
+'replace-sigc-group-with-lambda.patch')
+sha512sums=('a74cbdfd2b56e6b20d895297e80fb63f3d8ac938235ecf7067f984d087004af22a5ea0116ae20b948e238b02a06b14044a7025d65840f0c8d00542332387c921'
+
'ab243cd570a4878767bfc64f39dbf6cc938bf050b50e4ac3bfe5036f5fbdd21dc5cf89784a4f73f78233132b981d00087482835430d240f0b55e16d1acb4'
+
'30b3a50b3434b22d3aed75f8c023eafb78f6980a23c506e9ed70e8787fd2786a1a882468b5c8334e3161c241c1878f8b4f9ba0178e07aad0388d44522e70c245')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Fix compilation with GCC 7.
+  patch -Np1 -i ../easystroke-0.6.0-gcc7-build-fix.patch
+
+  # fix build with libsigc++ 2.6; also build in C++11 mode
+  # (not sure if the lambda is correct, but seems to work)
+  patch -Np1 -i ../replace-sigc-group-with-lambda.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: easystroke-0.6.0-gcc7-build-fix.patch

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

2018-12-31 Thread Maxim Baz via arch-commits
Date: Monday, December 31, 2018 @ 14:20:32
  Author: maximbaz
Revision: 420010

easystroke: use https sources

Modified:
  easystroke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 08:43:21 UTC (rev 420009)
+++ PKGBUILD2018-12-31 14:20:32 UTC (rev 420010)
@@ -10,7 +10,7 @@
 license=('custom:ISC')
 depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
 makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
-source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;
+source=("https://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;
 'easystroke-0.6.0-gcc7-build-fix.patch'
 'replace-sigc-group-with-lambda.patch')
 
sha512sums=('a74cbdfd2b56e6b20d895297e80fb63f3d8ac938235ecf7067f984d087004af22a5ea0116ae20b948e238b02a06b14044a7025d65840f0c8d00542332387c921'


[arch-commits] Commit in shadow/repos (13 files)

2018-12-31 Thread Dave Reisner via arch-commits
Date: Monday, December 31, 2018 @ 13:15:05
  Author: dreisner
Revision: 342840

archrelease: copy trunk to testing-x86_64

Added:
  shadow/repos/testing-x86_64/
  shadow/repos/testing-x86_64/LICENSE
(from rev 342839, shadow/trunk/LICENSE)
  shadow/repos/testing-x86_64/PKGBUILD
(from rev 342839, shadow/trunk/PKGBUILD)
  shadow/repos/testing-x86_64/chgpasswd
(from rev 342839, shadow/trunk/chgpasswd)
  shadow/repos/testing-x86_64/chpasswd
(from rev 342839, shadow/trunk/chpasswd)
  shadow/repos/testing-x86_64/defaults.pam
(from rev 342839, shadow/trunk/defaults.pam)
  shadow/repos/testing-x86_64/login.defs
(from rev 342839, shadow/trunk/login.defs)
  shadow/repos/testing-x86_64/newusers
(from rev 342839, shadow/trunk/newusers)
  shadow/repos/testing-x86_64/passwd
(from rev 342839, shadow/trunk/passwd)
  shadow/repos/testing-x86_64/shadow.install
(from rev 342839, shadow/trunk/shadow.install)
  shadow/repos/testing-x86_64/shadow.service
(from rev 342839, shadow/trunk/shadow.service)
  shadow/repos/testing-x86_64/shadow.timer
(from rev 342839, shadow/trunk/shadow.timer)
  shadow/repos/testing-x86_64/useradd.defaults
(from rev 342839, shadow/trunk/useradd.defaults)

--+
 LICENSE  |   31 +++
 PKGBUILD |  154 +++
 chgpasswd|4 +
 chpasswd |6 +
 defaults.pam |6 +
 login.defs   |  208 +
 newusers |6 +
 passwd   |4 +
 shadow.install   |9 ++
 shadow.service   |   11 ++
 shadow.timer |7 +
 useradd.defaults |9 ++
 12 files changed, 455 insertions(+)

Copied: shadow/repos/testing-x86_64/LICENSE (from rev 342839, 
shadow/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2018-12-31 13:15:05 UTC (rev 342840)
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 1990 - 1994, Julianne Frances Haugh
+ * Copyright (c) 1996 - 2000, Marek Michałkiewicz
+ * Copyright (c) 2001 - 2006, Tomasz Kłoczko
+ * Copyright (c) 2007 - 2009, Nicolas François
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. The name of the copyright holders or contributors may not be used to
+ *endorse or promote products derived from this software without
+ *specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ * PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
+ * HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */

Copied: shadow/repos/testing-x86_64/PKGBUILD (from rev 342839, 
shadow/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-31 13:15:05 UTC (rev 342840)
@@ -0,0 +1,154 @@
+# Maintainer: Dave Reisner 
+# Maintainer: Aaron Griffin 
+
+pkgname=shadow
+pkgver=4.6
+pkgrel=2
+pkgdesc="Password and account management tool suite with support for shadow 
files and PAM"
+arch=('x86_64')
+url='https://github.com/shadow-maint/shadow'
+license=('BSD')
+groups=('base')
+depends=('bash' 'pam' 'acl')
+makedepends=('git' 'libxslt' 'docbook-xsl' 'gnome-doc-utils')
+backup=(etc/login.defs
+etc/pam.d/{chage,passwd,shadow,useradd,usermod,userdel}
+etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
+etc/pam.d/{chgpasswd,groupmems}
+etc/default/useradd)
+options=(strip debug)
+install='shadow.install'
+validpgpkeys=('D5C2F9BFCA128BBA22A77218872F702C4D6E25A8')  # Christian Perrier
+source=("git+https://github.com/shadow-maint/shadow.git#tag=$pkgver;
+LICENSE
+chgpasswd
+chpasswd
+defaults.pam
+login.defs
+newusers
+ 

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

2018-12-31 Thread Dave Reisner via arch-commits
Date: Monday, December 31, 2018 @ 13:14:03
  Author: dreisner
Revision: 342839

upgpkg: shadow 4.6-2

- backport fix for crash with `useradd -s ` (FS#60924)
- cherrypick two commits for fixing crashes in usermod
- drop our own local patches (the patches, they do nothing!)

Modified:
  shadow/trunk/PKGBUILD
Deleted:
  shadow/trunk/shadow-strncpy-usage.patch
  shadow/trunk/xstrdup.patch

+
 PKGBUILD   |   25 +++--
 shadow-strncpy-usage.patch |   25 -
 xstrdup.patch  |9 -
 3 files changed, 15 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 08:49:38 UTC (rev 342838)
+++ PKGBUILD2018-12-31 13:14:03 UTC (rev 342839)
@@ -3,7 +3,7 @@
 
 pkgname=shadow
 pkgver=4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Password and account management tool suite with support for shadow 
files and PAM"
 arch=('x86_64')
 url='https://github.com/shadow-maint/shadow'
@@ -28,9 +28,7 @@
 newusers
 passwd
 shadow.{timer,service}
-useradd.defaults
-xstrdup.patch
-shadow-strncpy-usage.patch)
+useradd.defaults)
 sha1sums=('SKIP'
   '33a6cf1e44a1410e5c9726c89e5de68b78f5f922'
   '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
@@ -41,9 +39,7 @@
   '611be25d91c3f8f307c7fe2485d5f781e5dee75f'
   'a154a94b47a3d0c6c287253b98c0d10b861226d0'
   'b5540736f5acbc23b568973eb5645604762db3dd'
-  'c173208c5cf34528602f9931468a67b7f68abad3'
-  '6010fffeed1fc6673ad9875492e1193b1a847b53'
-  '21e12966a6befb25ec123b403cd9b5c492fe5b16')
+  'c173208c5cf34528602f9931468a67b7f68abad3')
 
 pkgver() {
   cd "$pkgname"
@@ -54,10 +50,19 @@
 prepare() {
   cd "$pkgname"
 
-  # need to offer these upstream
-  patch -Np1 <"$srcdir/xstrdup.patch"
-  patch -Np1 <"$srcdir/shadow-strncpy-usage.patch"
+  local backports=(
+# Fix usermod crash
+73a876a05612c278da747faeaeea40c3b8d34a53
+# usermod: prevent a segv
+48dcf7852e51b9d8e7926737cc7f7823978b7d7d
+# https://github.com/shadow-maint/shadow/issues/125
+10e388efc2c786d1ec4ed007891bfefa8826b6fd
+  )
 
+  for commit in "${backports[@]}"; do
+git cherry-pick -n "$commit"
+  done
+
   autoreconf -v -f --install
 
   # supress etc/pam.d/*, we provide our own

Deleted: shadow-strncpy-usage.patch
===
--- shadow-strncpy-usage.patch  2018-12-31 08:49:38 UTC (rev 342838)
+++ shadow-strncpy-usage.patch  2018-12-31 13:14:03 UTC (rev 342839)
@@ -1,25 +0,0 @@
-diff -u shadow-4.1.5/src/usermod.c.orig shadow-4.1.5/src/usermod.c
 shadow-4.1.5/src/usermod.c.orig2012-02-13 08:19:43.792146449 -0500
-+++ shadow-4.1.5/src/usermod.c 2012-02-13 08:21:19.375114500 -0500
-@@ -182,7 +182,7 @@
-   struct tm *tp;
- 
-   if (date < 0) {
--  strncpy (buf, "never", maxsize);
-+  strncpy (buf, "never", maxsize - 1);
-   } else {
-   time_t t = (time_t) date;
-   tp = gmtime ();
-diff -u shadow-4.1.5/src/login.c.orig shadow-4.1.5/src/login.c
 shadow-4.1.5/src/login.c.orig  2012-02-13 08:19:50.951994454 -0500
-+++ shadow-4.1.5/src/login.c   2012-02-13 08:21:04.490430937 -0500
-@@ -752,7 +752,8 @@
- _("%s login: "), hostn);
-   } else {
-   strncpy (loginprompt, _("login: "),
--   sizeof (loginprompt));
-+   sizeof (loginprompt) - 1);
-+  loginprompt[sizeof (loginprompt) - 1] = '\0';
-   }
- 
-   retcode = pam_set_item (pamh, PAM_USER_PROMPT, loginprompt);

Deleted: xstrdup.patch
===
--- xstrdup.patch   2018-12-31 08:49:38 UTC (rev 342838)
+++ xstrdup.patch   2018-12-31 13:14:03 UTC (rev 342839)
@@ -1,9 +0,0 @@
 shadow-4.1.2.1/libmisc/xmalloc.c   2008-08-30 21:55:44.0 -0500
-+++ shadow-4.1.2.1/libmisc/xmalloc.c.new   2008-08-30 21:55:36.0 
-0500
-@@ -61,5 +61,6 @@
- 
- char *xstrdup (const char *str)
- {
-+  if(str == NULL) return NULL;
-   return strcpy (xmalloc (strlen (str) + 1), str);
- }


[arch-commits] Commit in libetonyek/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-12-31 Thread Andreas Radke via arch-commits
Date: Monday, December 31, 2018 @ 08:49:38
  Author: andyrtr
Revision: 342838

archrelease: copy trunk to testing-x86_64

Added:
  libetonyek/repos/testing-x86_64/
  libetonyek/repos/testing-x86_64/PKGBUILD
(from rev 342837, libetonyek/trunk/PKGBUILD)

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

Copied: libetonyek/repos/testing-x86_64/PKGBUILD (from rev 342837, 
libetonyek/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-31 08:49:38 UTC (rev 342838)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Yue
+
+pkgname=libetonyek
+pkgver=0.1.9
+pkgrel=1
+pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
+arch=('x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek;
+license=('MPL')
+depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
+makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-mdds=1.4
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-31 Thread Andreas Radke via arch-commits
Date: Monday, December 31, 2018 @ 08:49:29
  Author: andyrtr
Revision: 342837

upgpkg: libetonyek 0.1.9-1

upstream update 0.1.9

Modified:
  libetonyek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 08:31:55 UTC (rev 342836)
+++ PKGBUILD2018-12-31 08:49:29 UTC (rev 342837)
@@ -3,7 +3,7 @@
 # Contributor: Yue
 
 pkgname=libetonyek
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
 arch=('x86_64')
@@ -12,11 +12,11 @@
 depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
 makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
 source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('9dc92347aee0cc9ed57b175a3e21f9d96ebe55d30fecb10e841d1050794ed82d')
+sha256sums=('e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-mdds=1.2
+  ./configure --prefix=/usr --with-mdds=1.4
   make
 }
 


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

2018-12-31 Thread Balló György via arch-commits
Date: Monday, December 31, 2018 @ 08:43:16
  Author: bgyorgy
Revision: 420008

upgpkg: gnucash-docs 3.4-1

Update to new version

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 08:36:54 UTC (rev 420007)
+++ PKGBUILD2018-12-31 08:43:16 UTC (rev 420008)
@@ -2,7 +2,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=gnucash-docs
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc='Documentation for GnuCash'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(FDL)
 depends=(yelp)
 source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('cc84ca9b45c8e691347c5a9859156fe849f777c6771cb23dca08214809876483')
+sha256sums=('6575438811ecf8a208a33cd6055b4a10ed324b89e12a247a76cdecc5a82489ec')
 
 build() {
   cd $pkgname-$pkgver


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

2018-12-31 Thread Balló György via arch-commits
Date: Monday, December 31, 2018 @ 08:43:21
  Author: bgyorgy
Revision: 420009

archrelease: copy trunk to community-any

Added:
  gnucash-docs/repos/community-any/PKGBUILD
(from rev 420008, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-31 08:43:16 UTC (rev 420008)
+++ PKGBUILD2018-12-31 08:43:21 UTC (rev 420009)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Juergen Hoetzel 
-
-pkgname=gnucash-docs
-pkgver=3.3
-pkgrel=1
-pkgdesc='Documentation for GnuCash'
-arch=(any)
-url='https://gnucash.org/docs.phtml'
-license=(FDL)
-depends=(yelp)
-source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('cc84ca9b45c8e691347c5a9859156fe849f777c6771cb23dca08214809876483')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnucash-docs/repos/community-any/PKGBUILD (from rev 420008, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-31 08:43:21 UTC (rev 420009)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+# Contributor: Juergen Hoetzel 
+
+pkgname=gnucash-docs
+pkgver=3.4
+pkgrel=1
+pkgdesc='Documentation for GnuCash'
+arch=(any)
+url='https://gnucash.org/docs.phtml'
+license=(FDL)
+depends=(yelp)
+source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
+sha256sums=('6575438811ecf8a208a33cd6055b4a10ed324b89e12a247a76cdecc5a82489ec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-31 Thread Balló György via arch-commits
Date: Monday, December 31, 2018 @ 08:36:49
  Author: bgyorgy
Revision: 420006

upgpkg: gnucash 3.4-1

Update to new version

Modified:
  gnucash/trunk/PKGBUILD
Deleted:
  gnucash/trunk/0001-Appdata-remove-old-property.patch
  gnucash/trunk/0001-Fixes-to-the-appdata-file.patch

+
 0001-Appdata-remove-old-property.patch |   39 ---
 0001-Fixes-to-the-appdata-file.patch   |   24 ---
 PKGBUILD   |   22 +++--
 3 files changed, 4 insertions(+), 81 deletions(-)

Deleted: 0001-Appdata-remove-old-property.patch
===
--- 0001-Appdata-remove-old-property.patch  2018-12-31 07:56:17 UTC (rev 
420005)
+++ 0001-Appdata-remove-old-property.patch  2018-12-31 08:36:49 UTC (rev 
420006)
@@ -1,39 +0,0 @@
-From e61d5c472a5d0ad1f1a7ee7abf023e91ae43daae Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 27 Dec 2018 00:12:39 +0100
-Subject: [PATCH] Appdata: remove old property
-
-Use the non-legacy metainfo directory for the appdata file.

- gnucash/gnome/CMakeLists.txt | 2 +-
- gnucash/gnome/gnucash.appdata.xml.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/gnucash/gnome/CMakeLists.txt b/gnucash/gnome/CMakeLists.txt
-index 3e99c19bc..f47c9779d 100644
 a/gnucash/gnome/CMakeLists.txt
-+++ b/gnucash/gnome/CMakeLists.txt
-@@ -180,7 +180,7 @@ endif()
- 
- add_custom_target(gnucash-appdata ALL DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/gnucash.appdata.xml)
- 
--install(FILES ${CMAKE_CURRENT_BINARY_DIR}/gnucash.appdata.xml DESTINATION  
${CMAKE_INSTALL_DATADIR}/appdata)
-+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/gnucash.appdata.xml DESTINATION  
${CMAKE_INSTALL_DATADIR}/metainfo)
- 
- #===
- 
-diff --git a/gnucash/gnome/gnucash.appdata.xml.in 
b/gnucash/gnome/gnucash.appdata.xml.in
-index 5318b7774..d82c786e2 100644
 a/gnucash/gnome/gnucash.appdata.xml.in
-+++ b/gnucash/gnome/gnucash.appdata.xml.in
-@@ -1,6 +1,6 @@
- 
- 
--  org.gnucash.GnuCash
-+  org.gnucash.GnuCash
-   gnucash.desktop
-   CC0-1.0
-   GPL-2.0+
--- 
-2.20.1
-

Deleted: 0001-Fixes-to-the-appdata-file.patch
===
--- 0001-Fixes-to-the-appdata-file.patch2018-12-31 07:56:17 UTC (rev 
420005)
+++ 0001-Fixes-to-the-appdata-file.patch2018-12-31 08:36:49 UTC (rev 
420006)
@@ -1,24 +0,0 @@
-From ff5e7657d5cbd6916ff05e753215f21482492b51 Mon Sep 17 00:00:00 2001
-From: Kalev Lember 
-Date: Thu, 6 Dec 2018 09:16:41 +0100
-Subject: [PATCH] Fixes to the appdata file
-
-Rename the ID from org.gnucash.Gnucash to org.gnucash.GnuCash to match
-flathub, and add a launchable ID to link it to the desktop file.

- gnucash/gnome/gnucash.appdata.xml.in | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/gnucash/gnome/gnucash.appdata.xml.in 
b/gnucash/gnome/gnucash.appdata.xml.in
-index d8f0665811..5318b7774d 100644
 a/gnucash/gnome/gnucash.appdata.xml.in
-+++ b/gnucash/gnome/gnucash.appdata.xml.in
-@@ -1,6 +1,7 @@
- 
- 
--  org.gnucash.Gnucash
-+  org.gnucash.GnuCash
-+  gnucash.desktop
-   CC0-1.0
-   GPL-2.0+
-   GnuCash

Modified: PKGBUILD
===
--- PKGBUILD2018-12-31 07:56:17 UTC (rev 420005)
+++ PKGBUILD2018-12-31 08:36:49 UTC (rev 420006)
@@ -3,8 +3,8 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=3.3
-pkgrel=2
+pkgver=3.4
+pkgrel=1
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'
@@ -16,23 +16,9 @@
 'perl-date-manip: stock information lookups'
 'perl-finance-quote: stock information lookups')
 options=(!emptydirs)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-0001-Fixes-to-the-appdata-file.patch
-0001-Appdata-remove-old-property.patch)
-sha256sums=('491735df36cb7ba9d04de28e28df53c3e5d928bda52009708d2f83ab9a42f820'
-'c3a198a51ec2da93353e1b3082f3d5f32b07abc8eab178a9c4747b19e9710dca'
-'483e9c868db591996edcd061b28ff60db3bba369a28c23142434d774b75a940c')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('95e8d340b7299e67ed9bedd29141cdc50824a1d6c17ebba302396b862e33b2ea')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fixes to the appdata file
-  # https://github.com/Gnucash/gnucash/pull/440
-  # https://github.com/Gnucash/gnucash/pull/444
-  patch -Np1 -i ../0001-Fixes-to-the-appdata-file.patch
-  patch -Np1 -i ../0001-Appdata-remove-old-property.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 


  1   2   >