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

2018-12-20 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 21, 2018 @ 07:09:11
  Author: svenstaro
Revision: 417066

archrelease: copy trunk to community-x86_64

Added:
  qmltermwidget/repos/community-x86_64/PKGBUILD
(from rev 417065, qmltermwidget/trunk/PKGBUILD)
Deleted:
  qmltermwidget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 07:09:01 UTC (rev 417065)
+++ PKGBUILD2018-12-21 07:09:11 UTC (rev 417066)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-
-pkgname=qmltermwidget
-pkgrel=3
-pkgver=0.1.0
-pkgdesc='QML port of qtermwidget'
-arch=('x86_64')
-url='https://github.com/Swordfish90/qmltermwidget'
-license=('GPL')
-depends=('qt5-declarative')
-conflicts=('cool-retro-term-git<1.0.0RC1.r39')
-source=("https://github.com/Swordfish90/qmltermwidget/archive/v$pkgver.tar.gz;)
-sha512sums=('d628b02deb9cce1bb1c1365b045d18a4d1afa641abb928979dba79c7aa58cd940d4974052a5dd6dd2f68d938451b28f3d2e15ab54430e4432c0b174bb4ee62d0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qmltermwidget/repos/community-x86_64/PKGBUILD (from rev 417065, 
qmltermwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 07:09:11 UTC (rev 417066)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Doug Newgard 
+
+pkgname=qmltermwidget
+pkgrel=1
+pkgver=0.2.0
+pkgdesc='QML port of qtermwidget'
+arch=('x86_64')
+url='https://github.com/Swordfish90/qmltermwidget'
+license=('GPL')
+depends=('qt5-declarative')
+source=("https://github.com/Swordfish90/qmltermwidget/archive/$pkgver.tar.gz;)
+sha512sums=('544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-12-20 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 21, 2018 @ 07:09:01
  Author: svenstaro
Revision: 417065

upgpkg: qmltermwidget 0.2.0-1

Modified:
  qmltermwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 07:07:56 UTC (rev 417064)
+++ PKGBUILD2018-12-21 07:09:01 UTC (rev 417065)
@@ -2,16 +2,15 @@
 # Contributor: Doug Newgard 
 
 pkgname=qmltermwidget
-pkgrel=3
-pkgver=0.1.0
+pkgrel=1
+pkgver=0.2.0
 pkgdesc='QML port of qtermwidget'
 arch=('x86_64')
 url='https://github.com/Swordfish90/qmltermwidget'
 license=('GPL')
 depends=('qt5-declarative')
-conflicts=('cool-retro-term-git<1.0.0RC1.r39')
-source=("https://github.com/Swordfish90/qmltermwidget/archive/v$pkgver.tar.gz;)
-sha512sums=('d628b02deb9cce1bb1c1365b045d18a4d1afa641abb928979dba79c7aa58cd940d4974052a5dd6dd2f68d938451b28f3d2e15ab54430e4432c0b174bb4ee62d0')
+source=("https://github.com/Swordfish90/qmltermwidget/archive/$pkgver.tar.gz;)
+sha512sums=('544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-12-20 Thread Jiachen Yang via arch-commits
Date: Friday, December 21, 2018 @ 07:07:56
  Author: farseerfc
Revision: 417064

archrelease: copy trunk to community-x86_64

Added:
  pdfpc/repos/community-x86_64/PKGBUILD
(from rev 417063, pdfpc/trunk/PKGBUILD)
Deleted:
  pdfpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 07:07:12 UTC (rev 417063)
+++ PKGBUILD2018-12-21 07:07:56 UTC (rev 417064)
@@ -1,41 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.2.1
-_pkgver=$pkgver
-pkgrel=3
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support'
-'gst-libav: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;
-
"issue321.patch::https://github.com/pdfpc/pdfpc/compare/v4.2.1...42b436a89971066603bc5e6161278173913ca785.patch;
-
"issue390.patch::https://github.com/pdfpc/pdfpc/commit/e0dfb5120869715739c994cbbee8cdb6c44430a4.patch;)
-
-sha256sums=('f67eedf092a9bc275dde312f3166063a2e88569f030839efc211127245be6df8'
-'f6b16b3d0cf37352d9333651980328f77bbff2783cbb67bfa919c4bebab5870a'
-'206c37d86a650bed48da3a69024550e4b2854d20327f593981555c637b9cdc0e')
-
-prepare() {
-cd "$srcdir/$pkgname-$_pkgver"
-patch -Np1 -i ../issue321.patch
-patch -Np1 -i ../issue390.patch
-}
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 417063, 
pdfpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 07:07:56 UTC (rev 417064)
@@ -0,0 +1,35 @@
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.3.0
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support'
+'gst-libav: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
+
+sha256sums=('15bb8f202988a978635f9b569f57be6dfe6e29e8ed3fc4929781cf8ef553ea2a')
+
+#prepare() {
+#cd "$srcdir/$pkgname-$_pkgver"
+#}
+
+build() {
+cd "$srcdir/$pkgname-$_pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$_pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2018-12-20 Thread Jiachen Yang via arch-commits
Date: Friday, December 21, 2018 @ 07:07:12
  Author: farseerfc
Revision: 417063

upgpkg: pdfpc 4.3.0-1

pdfpc 4.3.0

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 06:57:11 UTC (rev 417062)
+++ PKGBUILD2018-12-21 07:07:12 UTC (rev 417063)
@@ -2,9 +2,9 @@
 # Contributor: Andreas Bilke 
 
 pkgname=pdfpc
-pkgver=4.2.1
+pkgver=4.3.0
 _pkgver=$pkgver
-pkgrel=3
+pkgrel=1
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
 url='https://pdfpc.github.io/'
@@ -13,19 +13,13 @@
 optdepends=('gst-plugins-good: more codecs for video playback support'
 'gst-libav: more codecs for video playback support')
 makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;
-
"issue321.patch::https://github.com/pdfpc/pdfpc/compare/v4.2.1...42b436a89971066603bc5e6161278173913ca785.patch;
-
"issue390.patch::https://github.com/pdfpc/pdfpc/commit/e0dfb5120869715739c994cbbee8cdb6c44430a4.patch;)
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
 
-sha256sums=('f67eedf092a9bc275dde312f3166063a2e88569f030839efc211127245be6df8'
-'f6b16b3d0cf37352d9333651980328f77bbff2783cbb67bfa919c4bebab5870a'
-'206c37d86a650bed48da3a69024550e4b2854d20327f593981555c637b9cdc0e')
+sha256sums=('15bb8f202988a978635f9b569f57be6dfe6e29e8ed3fc4929781cf8ef553ea2a')
 
-prepare() {
-cd "$srcdir/$pkgname-$_pkgver"
-patch -Np1 -i ../issue321.patch
-patch -Np1 -i ../issue390.patch
-}
+#prepare() {
+#cd "$srcdir/$pkgname-$_pkgver"
+#}
 
 build() {
 cd "$srcdir/$pkgname-$_pkgver"


[arch-commits] Commit in python-dbus-signature-pyparsing/repos/community-any (2 files)

2018-12-20 Thread Jiachen Yang via arch-commits
Date: Friday, December 21, 2018 @ 06:57:10
  Author: farseerfc
Revision: 417061

archrelease: copy trunk to community-any

Added:
  python-dbus-signature-pyparsing/repos/community-any/PKGBUILD
(from rev 417060, python-dbus-signature-pyparsing/trunk/PKGBUILD)
Deleted:
  python-dbus-signature-pyparsing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 06:56:24 UTC (rev 417060)
+++ PKGBUILD2018-12-21 06:57:10 UTC (rev 417061)
@@ -1,35 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Christopher A. Williamson 
-
-pkgname='python-dbus-signature-pyparsing'
-_srcname='dbus-signature-pyparsing'
-pkgver=0.03
-pkgrel=3
-pkgdesc='A Parser for a D-Bus Signature'
-arch=('any')
-license=('Apache')
-url='stratis-storage.github.io'
-makedepends=('git' 'python-pylint')
-checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
-source=(
-  
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz;
-)
-sha256sums=(
-  '263a41161304f239213c0e1234f4afdbe28b7103e60129f0448ae14fb0e9c52b'
-)
-
-check() {
-  cd "${_srcname}-${pkgver}"
-  nosetests
-}
-
-package() {
-  cd "${_srcname}-${pkgver}"
-
-  install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-dbus-signature-pyparsing/repos/community-any/PKGBUILD (from rev 
417060, python-dbus-signature-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 06:57:10 UTC (rev 417061)
@@ -0,0 +1,36 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Christopher A. Williamson 
+
+pkgname='python-dbus-signature-pyparsing'
+_srcname='dbus-signature-pyparsing'
+pkgver=0.03
+pkgrel=4
+pkgdesc='A Parser for a D-Bus Signature'
+arch=('any')
+license=('Apache')
+url='https://github.com/stratis-storage/dbus-signature-pyparsing/releases'
+depends=('python-pyparsing')
+makedepends=('git')
+checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
+source=(
+  
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz;
+)
+sha256sums=(
+  '263a41161304f239213c0e1234f4afdbe28b7103e60129f0448ae14fb0e9c52b'
+)
+
+check() {
+  cd "${_srcname}-${pkgver}"
+  nosetests
+}
+
+package() {
+  cd "${_srcname}-${pkgver}"
+
+  install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-20 Thread Daniel M. Capella via arch-commits
Date: Friday, December 21, 2018 @ 06:57:11
  Author: polyzen
Revision: 417062

archrelease: copy trunk to community-x86_64

Added:
  espeak-ng/repos/community-x86_64/
  espeak-ng/repos/community-x86_64/PKGBUILD
(from rev 417060, espeak-ng/trunk/PKGBUILD)

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

Copied: espeak-ng/repos/community-x86_64/PKGBUILD (from rev 417060, 
espeak-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-21 06:57:11 UTC (rev 417062)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=espeak-ng
+pkgver=1.49.2
+pkgrel=2
+pkgdesc='Multi-lingual software speech synthesizer'
+url=https://github.com/espeak-ng/espeak-ng
+arch=('x86_64')
+license=('GPL3')
+depends=('pcaudiolib')
+conflicts=('espeak')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('521220113cb4e2a4a03e29f2c0edad6239170fec95ba67077ccae46d32167f6b72b7a357d73e48abf21fdb0334bf9f010ee1b8325f6520ec4893c48f2a2676ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make src/espeak-ng src/speak-ng
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-20 Thread Jiachen Yang via arch-commits
Date: Friday, December 21, 2018 @ 06:56:24
  Author: farseerfc
Revision: 417060

upgpkg: python-dbus-signature-pyparsing 0.03-4

python-dbus-signature-pyparsing fix FS#61135

Modified:
  python-dbus-signature-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 06:22:47 UTC (rev 417059)
+++ PKGBUILD2018-12-21 06:56:24 UTC (rev 417060)
@@ -4,12 +4,13 @@
 pkgname='python-dbus-signature-pyparsing'
 _srcname='dbus-signature-pyparsing'
 pkgver=0.03
-pkgrel=3
+pkgrel=4
 pkgdesc='A Parser for a D-Bus Signature'
 arch=('any')
 license=('Apache')
-url='stratis-storage.github.io'
-makedepends=('git' 'python-pylint')
+url='https://github.com/stratis-storage/dbus-signature-pyparsing/releases'
+depends=('python-pyparsing')
+makedepends=('git')
 checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
 source=(
   
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz;


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

2018-12-20 Thread Eli Schwartz via arch-commits
Date: Friday, December 21, 2018 @ 06:22:47
  Author: eschwartz
Revision: 417059

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  172 ++---
 1 file changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 06:22:28 UTC (rev 417058)
+++ PKGBUILD2018-12-21 06:22:47 UTC (rev 417059)
@@ -1,86 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.35.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('3f1cb12804de37ea0bbe4119b378ac60fac5e1f0b113d28cca0c3af2252fa1bd'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-  # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-
-  LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  # This is kind of ugly but removes traces of the build root.
-  while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python2 -m compileall -d "${_destdir}" "${_file}"
-python2 -O -m compileall -d "${_destdir}" "${_file}"
-  done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 417058, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 06:22:47 UTC (rev 417059)
@@ -0,0 +1,86 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+   

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

2018-12-20 Thread Eli Schwartz via arch-commits
Date: Friday, December 21, 2018 @ 06:22:28
  Author: eschwartz
Revision: 417058

upgpkg: calibre 3.36.0-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 06:06:18 UTC (rev 417057)
+++ PKGBUILD2018-12-21 06:22:28 UTC (rev 417058)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.35.0
-pkgrel=2
+pkgver=3.36.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
@@ -27,7 +27,7 @@
 'poppler: required for converting pdf to html')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('3f1cb12804de37ea0bbe4119b378ac60fac5e1f0b113d28cca0c3af2252fa1bd'
+sha256sums=('68cd787db3eafc2907e2e62b6bf895836c880f6bc91686de1b6ace9dc4226e39'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 


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

2018-12-20 Thread Daniel M. Capella via arch-commits
Date: Friday, December 21, 2018 @ 06:06:18
  Author: polyzen
Revision: 417057

archrelease: copy trunk to community-x86_64

Added:
  pcaudiolib/repos/community-x86_64/
  pcaudiolib/repos/community-x86_64/PKGBUILD
(from rev 417056, pcaudiolib/trunk/PKGBUILD)

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

Copied: pcaudiolib/repos/community-x86_64/PKGBUILD (from rev 417056, 
pcaudiolib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-21 06:06:18 UTC (rev 417057)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=pcaudiolib
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable C Audio Library'
+url=https://github.com/espeak-ng/pcaudiolib
+arch=('x86_64')
+license=('GPL3')
+depends=('alsa-lib' 'libpulse')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d503c11b355601e1e05f0f438a0cd9ce277d19fd53d3f7edf26f6e17f1f8184e8b2112a282e8ed74db8646bb5534d2a9a3c707b1742ce02ef13fd89669785007')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-12-20 Thread Daniel M. Capella via arch-commits
Date: Friday, December 21, 2018 @ 05:58:00
  Author: polyzen
Revision: 417056

Initial commit

Added:
  pcaudiolib/
  pcaudiolib/repos/
  pcaudiolib/trunk/
  pcaudiolib/trunk/PKGBUILD

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

Added: pcaudiolib/trunk/PKGBUILD
===
--- pcaudiolib/trunk/PKGBUILD   (rev 0)
+++ pcaudiolib/trunk/PKGBUILD   2018-12-21 05:58:00 UTC (rev 417056)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=pcaudiolib
+pkgver=1.1
+pkgrel=2
+pkgdesc='Portable C Audio Library'
+url=https://github.com/espeak-ng/pcaudiolib
+arch=('x86_64')
+license=('GPL3')
+depends=('alsa-lib' 'libpulse')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d503c11b355601e1e05f0f438a0cd9ce277d19fd53d3f7edf26f6e17f1f8184e8b2112a282e8ed74db8646bb5534d2a9a3c707b1742ce02ef13fd89669785007')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-20 Thread Jan Steffens via arch-commits
Date: Friday, December 21, 2018 @ 05:47:14
  Author: heftig
Revision: 342624

0.2.5-1

Modified:
  pipewire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 03:21:55 UTC (rev 342623)
+++ PKGBUILD2018-12-21 05:47:14 UTC (rev 342624)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pipewire
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org;
@@ -10,7 +10,7 @@
 depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
 makedepends=(git meson doxygen graphviz xmltoman valgrind)
 install=pipewire.install
-_commit=14ebb85e7482c5b7963d2e647608464f5cd148bb  # tags/0.2.4
+_commit=bcec14decbdd61eb200abfc396f779cc89c0dade  # tags/0.2.5
 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2018-12-20 Thread Jan Steffens via arch-commits
Date: Friday, December 21, 2018 @ 05:47:51
  Author: heftig
Revision: 342625

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 342624, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 342624, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   88 ++---
 pipewire.install |   28 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 05:47:14 UTC (rev 342624)
+++ PKGBUILD2018-12-21 05:47:51 UTC (rev 342625)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=14ebb85e7482c5b7963d2e647608464f5cd148bb  # tags/0.2.4
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 342624, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 05:47:51 UTC (rev 342625)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=bcec14decbdd61eb200abfc396f779cc89c0dade  # tags/0.2.5
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2018-12-21 05:47:14 UTC (rev 342624)
+++ pipewire.install2018-12-21 05:47:51 UTC (rev 342625)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 342624, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-12-21 05:47:51 UTC (rev 342625)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in (4 files)

2018-12-20 Thread Daniel M. Capella via arch-commits
Date: Friday, December 21, 2018 @ 05:46:45
  Author: polyzen
Revision: 417055

Initial commit

Added:
  espeak-ng/
  espeak-ng/repos/
  espeak-ng/trunk/
  espeak-ng/trunk/PKGBUILD

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

Added: espeak-ng/trunk/PKGBUILD
===
--- espeak-ng/trunk/PKGBUILD(rev 0)
+++ espeak-ng/trunk/PKGBUILD2018-12-21 05:46:45 UTC (rev 417055)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=espeak-ng
+pkgver=1.49.2
+pkgrel=2
+pkgdesc='Multi-lingual software speech synthesizer'
+url=https://github.com/espeak-ng/espeak-ng
+arch=('x86_64')
+license=('GPL3')
+depends=('pcaudiolib')
+conflicts=('espeak')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('521220113cb4e2a4a03e29f2c0edad6239170fec95ba67077ccae46d32167f6b72b7a357d73e48abf21fdb0334bf9f010ee1b8325f6520ec4893c48f2a2676ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make src/espeak-ng src/speak-ng
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gimagereader (5 files)

2018-12-20 Thread Balló György via arch-commits
Date: Friday, December 21, 2018 @ 01:38:11
  Author: bgyorgy
Revision: 417047

archrelease: copy trunk to community-x86_64

Added:
  gimagereader/repos/
  gimagereader/repos/community-x86_64/
  gimagereader/repos/community-x86_64/PKGBUILD
(from rev 417046, gimagereader/trunk/PKGBUILD)
  gimagereader/repos/community-x86_64/openmp.patch
(from rev 417046, gimagereader/trunk/openmp.patch)
  gimagereader/repos/community-x86_64/setlocale.patch
(from rev 417046, gimagereader/trunk/setlocale.patch)

-+
 PKGBUILD|   80 ++
 openmp.patch|   26 +
 setlocale.patch |   72 
 3 files changed, 178 insertions(+)

Copied: gimagereader/repos/community-x86_64/PKGBUILD (from rev 417046, 
gimagereader/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-21 01:38:11 UTC (rev 417047)
@@ -0,0 +1,80 @@
+# Maintainer: Balló György 
+
+pkgbase=gimagereader
+pkgname=(gimagereader-gtk gimagereader-qt gimagereader-common)
+pkgver=3.3.0
+pkgrel=1
+url="https://github.com/manisandro/gImageReader;
+pkgdesc="Gtk/Qt front-end to tesseract-ocr"
+arch=(x86_64)
+license=(GPL3)
+depends=(desktop-file-utils djvulibre gtksourceviewmm gtkspellmm libxml++ 
libzip podofo
+ poppler-glib poppler-qt5 qt5-imageformats qtspell quazip sane 
tesseract)
+makedepends=(cmake intltool python-gobject)
+source=(https://github.com/manisandro/gImageReader/releases/download/v$pkgver/$pkgbase-$pkgver.tar.xz
+setlocale.patch
+openmp.patch)
+sha256sums=('91615af41e89170aadaae68cb0db94eb62abdd5b308e8a5162477ba9baf6efe9'
+'d007abed0fd16e3db340b3d5114a7de7b7b1cdb858f9fce51655df98a02c1baa'
+'ee84de7fee390ee54152b4e332e50d8f585b0c9a3aa8b40a04f865b5250607c2')
+
+prepare() {
+  [[ -d build-gtk ]] || mkdir build-gtk
+  [[ -d build-qt ]] || mkdir build-qt
+  [[ -d gimagereader-common ]] || mkdir gimagereader-common
+
+  cd $pkgbase-$pkgver
+
+  # Set locale to C before constructing TessBaseAPI
+  # https://github.com/manisandro/gImageReader/issues/375
+  patch -Np1 -i ../setlocale.patch
+
+  # Run OpenMP once before calling tesseract
+  # https://github.com/manisandro/gImageReader/issues/285
+  patch -Np1 -i ../openmp.patch
+}
+
+build() {
+  cd build-gtk
+  cmake -G "Unix Makefiles" ../$pkgbase-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINTERFACE_TYPE=gtk
+  make
+
+  cd ../build-qt
+  cmake -G "Unix Makefiles" ../$pkgbase-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINTERFACE_TYPE=qt5
+  make
+}
+
+package_gimagereader-gtk() {
+  pkgdesc="Gtk front-end to tesseract-ocr"
+  depends=(gimagereader-common djvulibre gtksourceviewmm gtkspellmm libxml++ 
libzip podofo poppler-glib sane tesseract)
+
+  cd build-gtk
+  make DESTDIR="$pkgdir" install
+
+  # Split gimagereader-common
+  mv "$pkgdir"/usr/share/{doc,icons,locale} \
+ "$srcdir/gimagereader-common/"
+}
+
+package_gimagereader-qt() {
+  pkgdesc="Qt front-end to tesseract-ocr"
+  depends=(gimagereader-common desktop-file-utils djvulibre podofo poppler-qt5 
qt5-imageformats qtspell quazip sane tesseract)
+
+  cd build-qt
+  make DESTDIR="$pkgdir" install
+
+  # Split gimagereader-common
+  rm -r "$pkgdir"/usr/share/{doc,icons,locale}
+}
+
+package_gimagereader-common() {
+  pkgdesc="Common files for gImageReader"
+  depends=(hicolor-icon-theme)
+
+  mkdir -p "$pkgdir"/usr/share
+  mv gimagereader-common/* "$pkgdir/usr/share"
+}

Copied: gimagereader/repos/community-x86_64/openmp.patch (from rev 417046, 
gimagereader/trunk/openmp.patch)
===
--- repos/community-x86_64/openmp.patch (rev 0)
+++ repos/community-x86_64/openmp.patch 2018-12-21 01:38:11 UTC (rev 417047)
@@ -0,0 +1,26 @@
+From 122ed08d72265e3abb02c48c4be804d793058fc9 Mon Sep 17 00:00:00 2001
+From: Philip Rinn 
+Date: Fri, 5 Jan 2018 15:22:47 +0100
+Subject: [PATCH] Run OpenMP once before calling tesseract (fixes: #285)
+
+---
+ gtk/src/main.cc | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/gtk/src/main.cc b/gtk/src/main.cc
+index a2668e4..9fec77a 100644
+--- a/gtk/src/main.cc
 b/gtk/src/main.cc
+@@ -94,6 +94,12 @@ int main (int argc, char *argv[]) {
+   }
+ #endif
+ 
++// Run OpenMP once before tesseract is called, otherwise it might be
++// _very_ slow, see https://github.com/manisandro/gImageReader/issues/285
++// Sleep 1 millisecond to prevent being optimized out.
++#pragma omp parallel for schedule(static)
++for(int i = 0; i < 1; i++) { sleep(1); }
++
+   std::string localeDir = Glib::build_filename(pkgDir, "share", "locale");
+ 
+   bindtextdomain(GETTEXT_PACKAGE, localeDir.c_str());

Copied: gimagereader/repos/community-x86_64/setlocale.patch (from rev 

[arch-commits] Commit in qtspell (3 files)

2018-12-20 Thread Balló György via arch-commits
Date: Friday, December 21, 2018 @ 01:34:30
  Author: bgyorgy
Revision: 417046

archrelease: copy trunk to community-x86_64

Added:
  qtspell/repos/
  qtspell/repos/community-x86_64/
  qtspell/repos/community-x86_64/PKGBUILD
(from rev 417045, qtspell/trunk/PKGBUILD)

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

Copied: qtspell/repos/community-x86_64/PKGBUILD (from rev 417045, 
qtspell/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-21 01:34:30 UTC (rev 417046)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+
+pkgname=qtspell
+pkgver=0.8.5
+pkgrel=2
+url="https://github.com/manisandro/qtspell;
+pkgdesc="Spell checking for Qt text widgets"
+arch=(x86_64)
+license=(GPL3)
+depends=(enchant iso-codes qt5-base)
+makedepends=(cmake qt5-tools)
+source=($pkgname-$pkgver.tar.gz::https://github.com/manisandro/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('4d13b8b07b6c572fd6e1896dd87f6516113f36c31aa2d1f3aa9d6bfe672461c5')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gtkspellmm (3 files)

2018-12-20 Thread Balló György via arch-commits
Date: Friday, December 21, 2018 @ 01:33:18
  Author: bgyorgy
Revision: 417045

archrelease: copy trunk to community-x86_64

Added:
  gtkspellmm/repos/
  gtkspellmm/repos/community-x86_64/
  gtkspellmm/repos/community-x86_64/PKGBUILD
(from rev 417044, gtkspellmm/trunk/PKGBUILD)

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

Copied: gtkspellmm/repos/community-x86_64/PKGBUILD (from rev 417044, 
gtkspellmm/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-12-21 01:33:18 UTC (rev 417045)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+
+pkgbase=gtkspellmm
+pkgname=(gtkspellmm gtkspellmm-docs)
+pkgver=3.0.5
+pkgrel=3
+url="http://gtkspell.sourceforge.net/;
+pkgdesc="C++ binding for gtkspell"
+arch=(x86_64)
+license=(GPL)
+depends=(gtkmm3 gtkspell3)
+makedepends=(gtkmm3-docs)
+source=(https://downloads.sourceforge.net/gtkspell/$pkgbase-$pkgver.tar.xz)
+sha256sums=('5b875a5753ce593274d0c6e803af6300973020c5443905999aba96ed3cef1545')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gtkspellmm() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install doc_subdirs=
+}
+
+package_gtkspellmm-docs() {
+  pkgdesc="Developer documentation for gtkspellmm"
+  depends=(gtkmm3-docs)
+
+  cd $pkgbase-$pkgver
+  make -C doc DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (11 files)

2018-12-20 Thread Balló György via arch-commits
Date: Friday, December 21, 2018 @ 01:31:42
  Author: bgyorgy
Revision: 417044

Move gimagereader from AUR with 102 votes

And its dependencies: gtkspellmm, qtspell.

Added:
  gimagereader/
  gimagereader/trunk/
  gimagereader/trunk/PKGBUILD
  gimagereader/trunk/openmp.patch
  gimagereader/trunk/setlocale.patch
  gtkspellmm/
  gtkspellmm/trunk/
  gtkspellmm/trunk/PKGBUILD
  qtspell/
  qtspell/trunk/
  qtspell/trunk/PKGBUILD

+
 gimagereader/trunk/PKGBUILD|   80 +++
 gimagereader/trunk/openmp.patch|   26 +++
 gimagereader/trunk/setlocale.patch |   72 +++
 gtkspellmm/trunk/PKGBUILD  |   34 ++
 qtspell/trunk/PKGBUILD |   29 
 5 files changed, 241 insertions(+)

Added: gimagereader/trunk/PKGBUILD
===
--- gimagereader/trunk/PKGBUILD (rev 0)
+++ gimagereader/trunk/PKGBUILD 2018-12-21 01:31:42 UTC (rev 417044)
@@ -0,0 +1,80 @@
+# Maintainer: Balló György 
+
+pkgbase=gimagereader
+pkgname=(gimagereader-gtk gimagereader-qt gimagereader-common)
+pkgver=3.3.0
+pkgrel=1
+url="https://github.com/manisandro/gImageReader;
+pkgdesc="Gtk/Qt front-end to tesseract-ocr"
+arch=(x86_64)
+license=(GPL3)
+depends=(desktop-file-utils djvulibre gtksourceviewmm gtkspellmm libxml++ 
libzip podofo
+ poppler-glib poppler-qt5 qt5-imageformats qtspell quazip sane 
tesseract)
+makedepends=(cmake intltool python-gobject)
+source=(https://github.com/manisandro/gImageReader/releases/download/v$pkgver/$pkgbase-$pkgver.tar.xz
+setlocale.patch
+openmp.patch)
+sha256sums=('91615af41e89170aadaae68cb0db94eb62abdd5b308e8a5162477ba9baf6efe9'
+'d007abed0fd16e3db340b3d5114a7de7b7b1cdb858f9fce51655df98a02c1baa'
+'ee84de7fee390ee54152b4e332e50d8f585b0c9a3aa8b40a04f865b5250607c2')
+
+prepare() {
+  [[ -d build-gtk ]] || mkdir build-gtk
+  [[ -d build-qt ]] || mkdir build-qt
+  [[ -d gimagereader-common ]] || mkdir gimagereader-common
+
+  cd $pkgbase-$pkgver
+
+  # Set locale to C before constructing TessBaseAPI
+  # https://github.com/manisandro/gImageReader/issues/375
+  patch -Np1 -i ../setlocale.patch
+
+  # Run OpenMP once before calling tesseract
+  # https://github.com/manisandro/gImageReader/issues/285
+  patch -Np1 -i ../openmp.patch
+}
+
+build() {
+  cd build-gtk
+  cmake -G "Unix Makefiles" ../$pkgbase-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINTERFACE_TYPE=gtk
+  make
+
+  cd ../build-qt
+  cmake -G "Unix Makefiles" ../$pkgbase-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINTERFACE_TYPE=qt5
+  make
+}
+
+package_gimagereader-gtk() {
+  pkgdesc="Gtk front-end to tesseract-ocr"
+  depends=(gimagereader-common djvulibre gtksourceviewmm gtkspellmm libxml++ 
libzip podofo poppler-glib sane tesseract)
+
+  cd build-gtk
+  make DESTDIR="$pkgdir" install
+
+  # Split gimagereader-common
+  mv "$pkgdir"/usr/share/{doc,icons,locale} \
+ "$srcdir/gimagereader-common/"
+}
+
+package_gimagereader-qt() {
+  pkgdesc="Qt front-end to tesseract-ocr"
+  depends=(gimagereader-common desktop-file-utils djvulibre podofo poppler-qt5 
qt5-imageformats qtspell quazip sane tesseract)
+
+  cd build-qt
+  make DESTDIR="$pkgdir" install
+
+  # Split gimagereader-common
+  rm -r "$pkgdir"/usr/share/{doc,icons,locale}
+}
+
+package_gimagereader-common() {
+  pkgdesc="Common files for gImageReader"
+  depends=(hicolor-icon-theme)
+
+  mkdir -p "$pkgdir"/usr/share
+  mv gimagereader-common/* "$pkgdir/usr/share"
+}


Property changes on: gimagereader/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gimagereader/trunk/openmp.patch
===
--- gimagereader/trunk/openmp.patch (rev 0)
+++ gimagereader/trunk/openmp.patch 2018-12-21 01:31:42 UTC (rev 417044)
@@ -0,0 +1,26 @@
+From 122ed08d72265e3abb02c48c4be804d793058fc9 Mon Sep 17 00:00:00 2001
+From: Philip Rinn 
+Date: Fri, 5 Jan 2018 15:22:47 +0100
+Subject: [PATCH] Run OpenMP once before calling tesseract (fixes: #285)
+
+---
+ gtk/src/main.cc | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/gtk/src/main.cc b/gtk/src/main.cc
+index a2668e4..9fec77a 100644
+--- a/gtk/src/main.cc
 b/gtk/src/main.cc
+@@ -94,6 +94,12 @@ int main (int argc, char *argv[]) {
+   }
+ #endif
+ 
++// Run OpenMP once before tesseract is called, otherwise it might be
++// _very_ slow, see https://github.com/manisandro/gImageReader/issues/285
++// Sleep 1 millisecond to prevent being optimized out.
++#pragma omp parallel for schedule(static)
++for(int i = 0; i < 1; i++) { sleep(1); }
++
+   std::string localeDir = Glib::build_filename(pkgDir, "share", "locale");
+ 
+   

[arch-commits] Commit in cowpatty/trunk (PKGBUILD cowpatty-4.6-fixup16.patch)

2018-12-20 Thread Levente Polyak via arch-commits
Date: Friday, December 21, 2018 @ 00:28:32
  Author: anthraxx
Revision: 417042

upgpkg: cowpatty 4.8-1

Modified:
  cowpatty/trunk/PKGBUILD
Deleted:
  cowpatty/trunk/cowpatty-4.6-fixup16.patch

+
 PKGBUILD   |   36 +--
 cowpatty-4.6-fixup16.patch |  403 ---
 2 files changed, 18 insertions(+), 421 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 23:44:08 UTC (rev 417041)
+++ PKGBUILD2018-12-21 00:28:32 UTC (rev 417042)
@@ -5,37 +5,37 @@
 # Contributor: Stephane Travostino 
 
 pkgname=cowpatty
-pkgver=4.6
-pkgrel=9
-pkgdesc="Wireless WPA/WPA2 PSK handshake cracking utility"
-url="http://www.willhackforsushi.com/?page_id=50;
+pkgver=4.8
+pkgrel=1
+pkgdesc='Wireless WPA/WPA2 PSK handshake cracking utility'
+url='https://github.com/joswr1ght/cowpatty'
 arch=('x86_64')
 license=('GPL')
 depends=('openssl' 'libpcap')
-options=('docs' '!makeflags')
-source=(${pkgname}-${pkgver}.tgz::http://www.willhackforsushi.com/code/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
-cowpatty-4.6-fixup16.patch)
-sha512sums=('87c55f3f43c0342cbcc46227a1e4cfe3f23e215adc68e376991b85344b00b56e7b57e3cf0f1e3d18378cd830a247b2e36644b41b5c0f00a2a382b410f4ab35af'
-
'ad98cbf6abc2e08e15eba733d0e572c1ae08559dc458da7c07c5def920fd1d1885c63635f464533062fef9dcf31eb55dcdfff62936fdeb25f23d1e60da3b5990')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/joswr1ght/cowpatty/archive/${pkgver}.tar.gz)
+sha512sums=('a0a6ef859e0d1a5d753377b8eac50ef46ded7c1ddae50795bdc1170a5c8b572a3ae397ac9bcb9341863a69f0d2dc3e24d9727873baa10c3ee730d8dc6a8d0683')
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -r 's|(= -pipe)|+\1|g' -i Makefile
+  cd ${pkgname}-${pkgver}
+  sed -E 's|(= -pipe)|+\1|g' -i Makefile
   sed 's|-g3 -ggdb||g' -i Makefile
-  patch -Np1 < "${srcdir}/cowpatty-4.6-fixup16.patch"
+  sed '/clang/d' -i Makefile
+  sed -E "s/(cowpatty.c -o|genpmk.c -o)/${LDFLAGS} \\1/g" -i Makefile
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
-  make all strip 
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" ${CPPFLAGS}"
+  make all strip
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" BINDIR=/usr/bin install
   install -Dm 644 dict "${pkgdir}/usr/share/cowpatty/dict"
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:

Deleted: cowpatty-4.6-fixup16.patch
===
--- cowpatty-4.6-fixup16.patch  2018-12-20 23:44:08 UTC (rev 417041)
+++ cowpatty-4.6-fixup16.patch  2018-12-21 00:28:32 UTC (rev 417042)
@@ -1,403 +0,0 @@
-diff -uNr cowpatty-4.6/cowpatty.c cowpatty-4.6-fixup16/cowpatty.c
 cowpatty-4.6/cowpatty.c2009-07-03 08:15:50.0 -0700
-+++ cowpatty-4.6-fixup16/cowpatty.c2009-08-01 13:26:14.820815924 -0700
-@@ -94,8 +94,7 @@
-  "\t-d \tHash file (genpmk)\n"
-  "\t-r \tPacket capture file\n"
-  "\t-s \tNetwork SSID (enclose in quotes if SSID includes 
spaces)\n"
-- "\t-2 \tUse frames 1 and 2 or 2 and 3 for key attack (nonstrict 
mode)\n"
--   "\t-c \tCheck for valid 4-way frames, does not crack\n"
-+ "\t-c \tCheck for valid 4-way frames, does not crack\n"
-  "\t-h \tPrint this help information and exit\n"
-  "\t-v \tPrint verbose information (more -v for more verbosity)\n"
-  "\t-V \tPrint program version and exit\n" "\n");
-@@ -151,7 +150,7 @@
- 
-   int c;
- 
--  while ((c = getopt(argc, argv, "f:r:s:d:c2nhvV")) != EOF) {
-+  while ((c = getopt(argc, argv, "f:r:s:d:cnhvV")) != EOF) {
-   switch (c) {
-   case 'f':
-   strncpy(opt->dictfile, optarg, sizeof(opt->dictfile));
-@@ -166,9 +165,6 @@
-   strncpy(opt->hashfile, optarg, sizeof(opt->hashfile));
-   break;
-   case 'n':
--  case '2':
--  opt->nonstrict++;
--  break;
-   case 'c':
-   opt->checkonly++;
-   break;
-@@ -271,6 +267,7 @@
-   case DLT_IEEE802_11:
-   case DLT_PRISM_HEADER:
-   case DLT_IEEE802_11_RADIO:
-+  case DLT_PPI:
-   break;
-   default:
-   /* Unknown/unsupported pcap type */
-@@ -293,7 +290,9 @@
-   /* Assume it's a libpcap file for now */
-   int ret;
-   struct ieee80211_radiotap_header *rtaphdr;
-+  struct ieee80211_radiotap_header *ppihdr;
-   int rtaphdrlen=0;
-+  int 

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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Friday, December 21, 2018 @ 00:28:39
  Author: anthraxx
Revision: 417043

archrelease: copy trunk to community-x86_64

Added:
  cowpatty/repos/community-x86_64/PKGBUILD
(from rev 417042, cowpatty/trunk/PKGBUILD)
Deleted:
  cowpatty/repos/community-x86_64/PKGBUILD
  cowpatty/repos/community-x86_64/cowpatty-4.6-fixup16.patch

+
 PKGBUILD   |   82 
 cowpatty-4.6-fixup16.patch |  403 ---
 2 files changed, 41 insertions(+), 444 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 00:28:32 UTC (rev 417042)
+++ PKGBUILD2018-12-21 00:28:39 UTC (rev 417043)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: CRT 
-# Contributor: Sébastien Duquette 
-# Contributor: icarus 
-# Contributor: Stephane Travostino 
-
-pkgname=cowpatty
-pkgver=4.6
-pkgrel=9
-pkgdesc="Wireless WPA/WPA2 PSK handshake cracking utility"
-url="http://www.willhackforsushi.com/?page_id=50;
-arch=('x86_64')
-license=('GPL')
-depends=('openssl' 'libpcap')
-options=('docs' '!makeflags')
-source=(${pkgname}-${pkgver}.tgz::http://www.willhackforsushi.com/code/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
-cowpatty-4.6-fixup16.patch)
-sha512sums=('87c55f3f43c0342cbcc46227a1e4cfe3f23e215adc68e376991b85344b00b56e7b57e3cf0f1e3d18378cd830a247b2e36644b41b5c0f00a2a382b410f4ab35af'
-
'ad98cbf6abc2e08e15eba733d0e572c1ae08559dc458da7c07c5def920fd1d1885c63635f464533062fef9dcf31eb55dcdfff62936fdeb25f23d1e60da3b5990')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -r 's|(= -pipe)|+\1|g' -i Makefile
-  sed 's|-g3 -ggdb||g' -i Makefile
-  patch -Np1 < "${srcdir}/cowpatty-4.6-fixup16.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make all strip 
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
-  install -Dm 644 dict "${pkgdir}/usr/share/cowpatty/dict"
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cowpatty/repos/community-x86_64/PKGBUILD (from rev 417042, 
cowpatty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 00:28:39 UTC (rev 417043)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: CRT 
+# Contributor: Sébastien Duquette 
+# Contributor: icarus 
+# Contributor: Stephane Travostino 
+
+pkgname=cowpatty
+pkgver=4.8
+pkgrel=1
+pkgdesc='Wireless WPA/WPA2 PSK handshake cracking utility'
+url='https://github.com/joswr1ght/cowpatty'
+arch=('x86_64')
+license=('GPL')
+depends=('openssl' 'libpcap')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/joswr1ght/cowpatty/archive/${pkgver}.tar.gz)
+sha512sums=('a0a6ef859e0d1a5d753377b8eac50ef46ded7c1ddae50795bdc1170a5c8b572a3ae397ac9bcb9341863a69f0d2dc3e24d9727873baa10c3ee730d8dc6a8d0683')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -E 's|(= -pipe)|+\1|g' -i Makefile
+  sed 's|-g3 -ggdb||g' -i Makefile
+  sed '/clang/d' -i Makefile
+  sed -E "s/(cowpatty.c -o|genpmk.c -o)/${LDFLAGS} \\1/g" -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" ${CPPFLAGS}"
+  make all strip
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" BINDIR=/usr/bin install
+  install -Dm 644 dict "${pkgdir}/usr/share/cowpatty/dict"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: cowpatty-4.6-fixup16.patch
===
--- cowpatty-4.6-fixup16.patch  2018-12-21 00:28:32 UTC (rev 417042)
+++ cowpatty-4.6-fixup16.patch  2018-12-21 00:28:39 UTC (rev 417043)
@@ -1,403 +0,0 @@
-diff -uNr cowpatty-4.6/cowpatty.c cowpatty-4.6-fixup16/cowpatty.c
 cowpatty-4.6/cowpatty.c2009-07-03 08:15:50.0 -0700
-+++ cowpatty-4.6-fixup16/cowpatty.c2009-08-01 13:26:14.820815924 -0700
-@@ -94,8 +94,7 @@
-  "\t-d \tHash file (genpmk)\n"
-  "\t-r \tPacket capture file\n"
-  "\t-s \tNetwork SSID (enclose in quotes if SSID includes 
spaces)\n"
-- "\t-2 \tUse frames 1 and 2 or 2 and 3 for key attack (nonstrict 
mode)\n"
--   "\t-c \tCheck for valid 4-way frames, does not crack\n"
-+ "\t-c \tCheck for valid 4-way frames, does not crack\n"
-  "\t-h \tPrint this help information and exit\n"
-  "\t-v \tPrint verbose information (more -v for more verbosity)\n"
-  "\t-V \tPrint program version and exit\n" "\n");
-@@ -151,7 +150,7 @@
- 
-   int c;
- 
--  while ((c = getopt(argc, argv, "f:r:s:d:c2nhvV")) != EOF) {
-+  while ((c = getopt(argc, argv, "f:r:s:d:cnhvV")) != EOF) {
- 

[arch-commits] Commit in memcached/repos (5 files)

2018-12-20 Thread Levente Polyak via arch-commits
Date: Friday, December 21, 2018 @ 00:04:31
  Author: anthraxx
Revision: 342618

archrelease: copy trunk to testing-x86_64

Added:
  memcached/repos/testing-x86_64/
  memcached/repos/testing-x86_64/PKGBUILD
(from rev 342617, memcached/trunk/PKGBUILD)
  memcached/repos/testing-x86_64/memcached.service.patch
(from rev 342617, memcached/trunk/memcached.service.patch)
  memcached/repos/testing-x86_64/memcached.sysusers
(from rev 342617, memcached/trunk/memcached.sysusers)
  memcached/repos/testing-x86_64/memcached.tmpfiles
(from rev 342617, memcached/trunk/memcached.tmpfiles)

-+
 PKGBUILD|   58 +++
 memcached.service.patch |   75 ++
 memcached.sysusers  |1 
 memcached.tmpfiles  |1 
 4 files changed, 135 insertions(+)

Copied: memcached/repos/testing-x86_64/PKGBUILD (from rev 342617, 
memcached/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-21 00:04:31 UTC (rev 342618)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.5.12
+pkgrel=1
+pkgdesc='Distributed memory object caching system'
+url='https://memcached.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('libevent' 'libseccomp')
+optdepends=('perl: for memcached-tool usage')
+source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
+memcached.service.patch
+memcached.tmpfiles
+memcached.sysusers)
+sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
+'303375f1245db0f3bf82faa6cb935639d8194c760fec45f105eecaaec22436a5'
+'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
+'228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
+sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
+
'79b69d3b48ab04ff76607d52de61cfca471edb376d2a08fc2c1b9b259c097d04499d1f326ba06fd058a039de145be475cd3527007dffb2256a0b5c2ea7548a88'
+
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
+
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 < ../memcached.service.patch
+  sed -e 's/^##safer##//g' -i scripts/*.service
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-seccomp
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
+  install -Dm 644 scripts/memcached-tool.1 -t "${pkgdir}/usr/share/man/man1"
+
+  install -Dm 644 scripts/*.service -t "${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 ../memcached.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/memcached.conf"
+  install -Dm 644 ../memcached.sysusers 
"${pkgdir}/usr/lib/sysusers.d/memcached.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: memcached/repos/testing-x86_64/memcached.service.patch (from rev 
342617, memcached/trunk/memcached.service.patch)
===
--- testing-x86_64/memcached.service.patch  (rev 0)
+++ testing-x86_64/memcached.service.patch  2018-12-21 00:04:31 UTC (rev 
342618)
@@ -0,0 +1,75 @@
+From f74056bec3910ef03b6e993084731b482ba359ba Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Wed, 19 Dec 2018 01:00:32 +0100
+Subject: [PATCH] modern configuration purely using systemd overrides
+
+---
+ scripts/memcached.service  | 12 ++--
+ scripts/memcached@.service | 15 +--
+ 2 files changed, 19 insertions(+), 8 deletions(-)
+
+diff --git a/scripts/memcached.service b/scripts/memcached.service
+index 88a4b8a..3a1e87e 100644
+--- a/scripts/memcached.service
 b/scripts/memcached.service
+@@ -7,6 +7,9 @@
+ #
+ # [Service]
+ # Environment=OPTIONS="-l 127.0.0.1,::1"
++#
++# To use the "instanced" version of this, just start 'memcached@11211' or
++# whatever port you'd like.
+ 
+ 
+ [Unit]
+@@ -14,8 +17,13 @@ Description=memcached daemon
+ After=network.target
+ 
+ [Service]
+-EnvironmentFile=/etc/sysconfig/memcached
+-ExecStart=/usr/bin/memcached -p ${PORT} -u ${USER} -m ${CACHESIZE} -c 
${MAXCONN} $OPTIONS
++User=memcached
++Environment=CACHESIZE=64
++Environment=MAXCONN=1024
++Environment=LISTEN="-l 127.0.0.1,::1"
++Environment=OPTIONS="-o modern -o drop_privileges"
++ExecStart=/usr/bin/memcached -m ${CACHESIZE} -c ${MAXCONN} ${LISTEN} 
${OPTIONS}
++Restart=always

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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Friday, December 21, 2018 @ 00:03:53
  Author: anthraxx
Revision: 342617

upgpkg: memcached 1.5.12-1 (enable seccomp)

Yes, we enable seccomp - its not rocket science to fix if
proper logs and dumps are provided and provides a significant
limitation in terms of exploitation.

It is tested and it works, if you encounter issues, provide proper
logs, dumps an straces.

Added:
  memcached/trunk/memcached.service.patch
Modified:
  memcached/trunk/PKGBUILD
Deleted:
  memcached/trunk/memcached.service

-+
 PKGBUILD|   20 +++-
 memcached.service   |   16 -
 memcached.service.patch |   75 ++
 3 files changed, 87 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 19:53:18 UTC (rev 342616)
+++ PKGBUILD2018-12-21 00:03:53 UTC (rev 342617)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin <6d6...@gmail.com>
 
 pkgname=memcached
-pkgver=1.5.10
+pkgver=1.5.12
 pkgrel=1
 pkgdesc='Distributed memory object caching system'
 url='https://memcached.org/'
@@ -12,21 +12,22 @@
 depends=('libevent' 'libseccomp')
 optdepends=('perl: for memcached-tool usage')
 source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
-memcached.service
+memcached.service.patch
 memcached.tmpfiles
 memcached.sysusers)
-sha256sums=('494c060dbd96d546c74ab85a3cc3984d009b4423767ac33e05dd2340c01f1c4b'
-'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd'
+sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
+'303375f1245db0f3bf82faa6cb935639d8194c760fec45f105eecaaec22436a5'
 'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
 '228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
-sha512sums=('5b6217ab90492cb4b3f6597c935a4028697f1d071516d647a70f6ba9353db16184ef229935733e669d4120d34d72f6f2415edcfd3ec899e06eab9d3f494f11f1'
-
'5b006064b3ab31a6982f5c7b1ab4a49d64118a459913bd4be18ca63bf606dcae3550121d05a34ac8932d28b367e18fa76699c46e311b0b6a22f36ab1885ebebe'
+sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
+
'79b69d3b48ab04ff76607d52de61cfca471edb376d2a08fc2c1b9b259c097d04499d1f326ba06fd058a039de145be475cd3527007dffb2256a0b5c2ea7548a88'
 
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
 
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -e 's/^##safer##//g' -i scripts/memcached.service 
scripts/memcached@.service
+  patch -Np1 < ../memcached.service.patch
+  sed -e 's/^##safer##//g' -i scripts/*.service
 }
 
 build() {
@@ -45,8 +46,11 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+
   install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
-  install -Dm 644 ../memcached.service -t "${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 scripts/memcached-tool.1 -t "${pkgdir}/usr/share/man/man1"
+
+  install -Dm 644 scripts/*.service -t "${pkgdir}/usr/lib/systemd/system"
   install -Dm 644 ../memcached.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/memcached.conf"
   install -Dm 644 ../memcached.sysusers 
"${pkgdir}/usr/lib/sysusers.d/memcached.conf"
 }

Deleted: memcached.service
===
--- memcached.service   2018-12-20 19:53:18 UTC (rev 342616)
+++ memcached.service   2018-12-21 00:03:53 UTC (rev 342617)
@@ -1,16 +0,0 @@
-[Unit]
-Description=Memcached Daemon
-After=network.target
-
-[Service]
-User=memcached
-# Remove '-l 127.0.0.1' to listen on all addresses
-ExecStart=/usr/bin/memcached -l 127.0.0.1 -o modern
-Restart=always
-PrivateTmp=yes
-PrivateDevices=yes
-ProtectSystem=full
-MemoryDenyWriteExecute=yes
-
-[Install]
-WantedBy=multi-user.target

Added: memcached.service.patch
===
--- memcached.service.patch (rev 0)
+++ memcached.service.patch 2018-12-21 00:03:53 UTC (rev 342617)
@@ -0,0 +1,75 @@
+From f74056bec3910ef03b6e993084731b482ba359ba Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Wed, 19 Dec 2018 01:00:32 +0100
+Subject: [PATCH] modern configuration purely using systemd overrides
+
+---
+ scripts/memcached.service  | 12 ++--
+ scripts/memcached@.service | 15 +--
+ 2 files changed, 19 insertions(+), 8 deletions(-)
+
+diff --git a/scripts/memcached.service b/scripts/memcached.service
+index 88a4b8a..3a1e87e 100644
+--- a/scripts/memcached.service
 b/scripts/memcached.service
+@@ -7,6 +7,9 @@
+ #
+ # [Service]
+ # 

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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 23:44:02
  Author: anthraxx
Revision: 417040

upgpkg: python-bluepy 1.3.0-1

Modified:
  python-bluepy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 23:36:02 UTC (rev 417039)
+++ PKGBUILD2018-12-20 23:44:02 UTC (rev 417040)
@@ -3,7 +3,7 @@
 _pyname=bluepy-v
 pkgbase=python-bluepy
 pkgname=('python-bluepy' 'python2-bluepy')
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='Python module for interfacing with Bluetooth LE devices through Bluez'
 url='https://github.com/IanHarvey/bluepy'
@@ -14,8 +14,8 @@
  'python2' 'python2-setuptools' 'python2-sphinx')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/IanHarvey/bluepy/archive/v/${pkgver}.tar.gz)
-sha256sums=('e3e2e4817818a095e5972ea69f57f7614d94c0dd2f106ac1f7958c8da1ef9389')
-sha512sums=('99d2ec8eb3a84aa9ed63d7a7c4f8b99d21aa756e14cd3af5976869f701033bf12dcc89628f3dfbd2b2eeb72c7d87e524326098f2645e1b1329c3af5a397a9dac')
+sha256sums=('878e68e6d0f2823a5ebc5763e97ed887cc599120a5cc0bac577b7d655db6cd3e')
+sha512sums=('817fcc44646008a4aadac39b1e9ef694fd706b4d23e2299c78084e48f804beec2e76af2701572ce76d9cf325de09e0ded539dd1ceb6ed574cb5d589045c17e37')
 
 prepare() {
   (cd ${_pyname}-${pkgver}


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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 23:44:08
  Author: anthraxx
Revision: 417041

archrelease: copy trunk to community-x86_64

Added:
  python-bluepy/repos/community-x86_64/PKGBUILD
(from rev 417040, python-bluepy/trunk/PKGBUILD)
Deleted:
  python-bluepy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 23:44:02 UTC (rev 417040)
+++ PKGBUILD2018-12-20 23:44:08 UTC (rev 417041)
@@ -1,79 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pyname=bluepy-v
-pkgbase=python-bluepy
-pkgname=('python-bluepy' 'python2-bluepy')
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Python module for interfacing with Bluetooth LE devices through Bluez'
-url='https://github.com/IanHarvey/bluepy'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('bluez' 'glib2'
- 'python' 'python-setuptools' 'python-sphinx'
- 'python2' 'python2-setuptools' 'python2-sphinx')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/IanHarvey/bluepy/archive/v/${pkgver}.tar.gz)
-sha256sums=('e3e2e4817818a095e5972ea69f57f7614d94c0dd2f106ac1f7958c8da1ef9389')
-sha512sums=('99d2ec8eb3a84aa9ed63d7a7c4f8b99d21aa756e14cd3af5976869f701033bf12dcc89628f3dfbd2b2eeb72c7d87e524326098f2645e1b1329c3af5a397a9dac')
-
-prepare() {
-  (cd ${_pyname}-${pkgver}
-sed 's|CFLAGS =|CFLAGS +=|g' -i bluepy/Makefile
-sed 's|CPPFLAGS =|CPPFLAGS +=|g' -i bluepy/Makefile
-sed 's| $(LDLIBS)| $(LDFLAGS) $(LDLIBS)|g' -i bluepy/Makefile
-  )
-  cp -a ${_pyname}-${pkgver}{,-py2}
-  (cd ${_pyname}-${pkgver}-py2
-sed 's|env python$|env python2|g' -i bluepy/*.py
-sed 's|/usr/bin/python$|/usr/bin/python2|g' -i bluepy/*.py
-  )
-}
-
-build() {
-  msg2 "Building python..."
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C bluepy
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  msg2 "Building python2..."
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C bluepy
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-package_python-bluepy() {
-  depends=('python' 'python-setuptools' 'bluez' 'glib2')
-  cd ${_pyname}-${pkgver}
-
-  # install
-  python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 README.md docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/bluepy.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 755 bluepy/bluepy-helper -t 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy
-
-  # cleanup
-  rm 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy/{bluez-src.tgz,Makefile,bluepy-helper.c}
-}
-
-package_python2-bluepy() {
-  depends=('python2' 'python2-setuptools' 'bluez' 'glib2')
-  cd ${_pyname}-${pkgver}-py2
-
-  # install
-  python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
-  install -Dm 644 README.md docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/bluepy.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 755 bluepy/bluepy-helper -t 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy
-
-  # cleanup
-  rm 
"${pkgdir}"/usr/lib/python*/site-packages/bluepy/{bluez-src.tgz,Makefile,bluepy-helper.c}
-  for prog in blescan sensortag thingy52; do
-mv "${pkgdir}/usr/bin/${prog}"{,-py2}
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bluepy/repos/community-x86_64/PKGBUILD (from rev 417040, 
python-bluepy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 23:44:08 UTC (rev 417041)
@@ -0,0 +1,79 @@
+# Maintainer: Levente Polyak 
+
+_pyname=bluepy-v
+pkgbase=python-bluepy
+pkgname=('python-bluepy' 'python2-bluepy')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Python module for interfacing with Bluetooth LE devices through Bluez'
+url='https://github.com/IanHarvey/bluepy'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('bluez' 'glib2'
+ 'python' 'python-setuptools' 'python-sphinx'
+ 'python2' 'python2-setuptools' 'python2-sphinx')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/IanHarvey/bluepy/archive/v/${pkgver}.tar.gz)
+sha256sums=('878e68e6d0f2823a5ebc5763e97ed887cc599120a5cc0bac577b7d655db6cd3e')
+sha512sums=('817fcc44646008a4aadac39b1e9ef694fd706b4d23e2299c78084e48f804beec2e76af2701572ce76d9cf325de09e0ded539dd1ceb6ed574cb5d589045c17e37')
+
+prepare() {
+  (cd ${_pyname}-${pkgver}
+sed 's|CFLAGS =|CFLAGS +=|g' -i bluepy/Makefile
+sed 's|CPPFLAGS =|CPPFLAGS +=|g' -i bluepy/Makefile
+sed 's| $(LDLIBS)| $(LDFLAGS) $(LDLIBS)|g' -i bluepy/Makefile
+  )
+  cp -a ${_pyname}-${pkgver}{,-py2}
+  (cd ${_pyname}-${pkgver}-py2
+sed 's|env python$|env python2|g' -i bluepy/*.py
+sed 

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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 23:36:02
  Author: anthraxx
Revision: 417039

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 23:35:55 UTC (rev 417038)
+++ PKGBUILD2018-12-20 23:36:02 UTC (rev 417039)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 
'python-pytest-runner' 'python-aiohttp' 'python-tornado'
-  'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner' 'python2-tornado')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha256sums=('25c483e85a468cbdfe77ff500e50698c3c2cc6f96baa18e1c72fa40fc8593a9b')
-sha512sums=('6c5d30eddb08f67cae6e0ffb17476c6021811a47f0188114caa2747c55c68fd8bf1336556417485f564d771935e6ffcbb31e33419c029a64533915a2ef9d9b3d')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py test
-  )
-}
-
-package_python-engineio() {
-  depends=('python-six')
-  optdepends=(
-'python-eventlet: eventlet support'
-'python-aiohttp: aiohttp support'
-'python-tornado: tornado asyncio support'
-  )
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-engineio() {
-  depends=('python2-six')
-  optdepends=(
-'python2-eventlet: eventlet support'
-'python-tornado: tornado asyncio support'
-  )
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 417038, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 23:36:02 UTC (rev 417039)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-eventlet' 'python-aiohttp' 'python-tornado'
+ 'python-urllib3' 'python-websocket-client' 'python-gevent' 
'python-websockets' 'python-gevent-websocket'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-eventlet' 'python2-tornado'
+ 'python2-urllib3' 'python-websocket-client' 'python2-gevent' 
'python2-gevent-websocket' 'python2-enum34')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner'
+  'python2-mock' 'python2-pytest' 'python2-pytest-runner')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha256sums=('78e203bf72fcbf7fd48a2f8d3bf4c6ef0374c03aaa6da30c194ae4e39ec6d310')
+sha512sums=('87d863cc69593d90a44e09bf85809a794c29d1f47d364e435b9f27d01625c14bf49dbc5de89a964d4988db06397b6eac0c8e3fa0b58ee56bc5bc671af719c1c9')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed '/gevent.queue/d' -i tests/test_server.py

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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 23:35:55
  Author: anthraxx
Revision: 417038

upgpkg: python-engineio 3.1.0-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 23:10:14 UTC (rev 417037)
+++ PKGBUILD2018-12-20 23:35:55 UTC (rev 417038)
@@ -2,74 +2,64 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
 arch=('any')
 license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 
'python-pytest-runner' 'python-aiohttp' 'python-tornado'
-  'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner' 'python2-tornado')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-eventlet' 'python-aiohttp' 'python-tornado'
+ 'python-urllib3' 'python-websocket-client' 'python-gevent' 
'python-websockets' 'python-gevent-websocket'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-eventlet' 'python2-tornado'
+ 'python2-urllib3' 'python-websocket-client' 'python2-gevent' 
'python2-gevent-websocket' 'python2-enum34')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner'
+  'python2-mock' 'python2-pytest' 'python2-pytest-runner')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha256sums=('25c483e85a468cbdfe77ff500e50698c3c2cc6f96baa18e1c72fa40fc8593a9b')
-sha512sums=('6c5d30eddb08f67cae6e0ffb17476c6021811a47f0188114caa2747c55c68fd8bf1336556417485f564d771935e6ffcbb31e33419c029a64533915a2ef9d9b3d')
+sha256sums=('78e203bf72fcbf7fd48a2f8d3bf4c6ef0374c03aaa6da30c194ae4e39ec6d310')
+sha512sums=('87d863cc69593d90a44e09bf85809a794c29d1f47d364e435b9f27d01625c14bf49dbc5de89a964d4988db06397b6eac0c8e3fa0b58ee56bc5bc671af719c1c9')
 
 prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
+  cd ${pkgbase}-${pkgver}
+  sed '/gevent.queue/d' -i tests/test_server.py
 }
 
 build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  python2 setup.py build
+  make -C docs man text SPHINXBUILD=sphinx-build
 }
 
 check() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py test
-  )
+  cd ${pkgbase}-${pkgver}
+  python setup.py test
+  # todo: python2 tests are wonky
+  # python2 setup.py test
 }
 
 package_python-engineio() {
-  depends=('python-six')
-  optdepends=(
-'python-eventlet: eventlet support'
-'python-aiohttp: aiohttp support'
-'python-tornado: tornado asyncio support'
-  )
-
+  depends=('python-six' 'python-eventlet' 'python-aiohttp' 'python-tornado' 
'python-gevent'
+   'python-websockets' 'python-gevent-websocket')
   cd ${pkgbase}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  rm -r "${pkgdir}"/usr/lib/python*/site-packages/tests
 }
 
 package_python2-engineio() {
-  depends=('python2-six')
-  optdepends=(
-'python2-eventlet: eventlet support'
-'python-tornado: tornado asyncio support'
-  )
-
-  cd ${pkgbase}-${pkgver}-py2
+  depends=('python2-six' 'python2-eventlet' 'python2-tornado' 'python2-gevent'
+   'python2-gevent-websocket' 'python2-enum34')
+  cd ${pkgbase}-${pkgver}
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/man/python-engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  rm -r "${pkgdir}"/usr/lib/python*/site-packages/tests
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in python-gevent-websocket/repos (2 files)

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 23:10:14
  Author: anthraxx
Revision: 417037

archrelease: copy trunk to community-any

Added:
  python-gevent-websocket/repos/community-any/
  python-gevent-websocket/repos/community-any/PKGBUILD
(from rev 417036, python-gevent-websocket/trunk/PKGBUILD)

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

Copied: python-gevent-websocket/repos/community-any/PKGBUILD (from rev 417036, 
python-gevent-websocket/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-12-20 23:10:14 UTC (rev 417037)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: minus 
+
+_pkgname=gevent-websocket
+pkgbase=python-${_pkgname}
+pkgname=(python-${_pkgname} python2-${_pkgname})
+pkgver=0.10.1
+pkgrel=2
+pkgdesc='WebSocket library for the gevent networking library'
+url='https://www.gitlab.com/noppo/gevent-websocket'
+arch=('any')
+license=('Apache')
+makedepends=('python' 'python-gevent' 'gunicorn' 'python-ujson'
+ 'cython' 'python-setuptools' 'python-sphinx'
+ 'python2' 'python2-gevent' 'python2-gunicorn' 'python2-ujson'
+ 'cython2' 'python2-setuptools' 'python2-sphinx')
+source=(https://gitlab.com/noppo/gevent-websocket/-/archive/${pkgver}/gevent-websocket-${pkgver}.tar.gz)
+sha512sums=('33473bd20bf8bdab95784bc46093c4f3567d61290731e1980de3b8bf96d71976dca658547320329d5ee5291f54e423a1c7ae8300358bc641eae3c71a1943ea84')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -E "s|release = .*|release = '${pkgver}'|" -i docs/conf.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build2/text
+  sphinx-build2 -b man docs docs/_build2/man
+}
+
+package_python-gevent-websocket() {
+  depends=('python' 'python-gevent' 'gunicorn' 'python-ujson')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/gevent-websocket.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-gevent-websocket() {
+  depends=('python2' 'python2-gevent' 'python2-gunicorn' 'python2-ujson')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build2/man/gevent-websocket.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 23:10:07
  Author: anthraxx
Revision: 417036

addpkg: python-gevent-websocket 0.10.1-2

Added:
  python-gevent-websocket/
  python-gevent-websocket/repos/
  python-gevent-websocket/trunk/
  python-gevent-websocket/trunk/PKGBUILD

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

Added: python-gevent-websocket/trunk/PKGBUILD
===
--- python-gevent-websocket/trunk/PKGBUILD  (rev 0)
+++ python-gevent-websocket/trunk/PKGBUILD  2018-12-20 23:10:07 UTC (rev 
417036)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: minus 
+
+_pkgname=gevent-websocket
+pkgbase=python-${_pkgname}
+pkgname=(python-${_pkgname} python2-${_pkgname})
+pkgver=0.10.1
+pkgrel=2
+pkgdesc='WebSocket library for the gevent networking library'
+url='https://www.gitlab.com/noppo/gevent-websocket'
+arch=('any')
+license=('Apache')
+makedepends=('python' 'python-gevent' 'gunicorn' 'python-ujson'
+ 'cython' 'python-setuptools' 'python-sphinx'
+ 'python2' 'python2-gevent' 'python2-gunicorn' 'python2-ujson'
+ 'cython2' 'python2-setuptools' 'python2-sphinx')
+source=(https://gitlab.com/noppo/gevent-websocket/-/archive/${pkgver}/gevent-websocket-${pkgver}.tar.gz)
+sha512sums=('33473bd20bf8bdab95784bc46093c4f3567d61290731e1980de3b8bf96d71976dca658547320329d5ee5291f54e423a1c7ae8300358bc641eae3c71a1943ea84')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -E "s|release = .*|release = '${pkgver}'|" -i docs/conf.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+  python2 setup.py build
+  sphinx-build2 -b text docs docs/_build2/text
+  sphinx-build2 -b man docs docs/_build2/man
+}
+
+package_python-gevent-websocket() {
+  depends=('python' 'python-gevent' 'gunicorn' 'python-ujson')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/gevent-websocket.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-gevent-websocket() {
+  depends=('python2' 'python2-gevent' 'python2-gunicorn' 'python2-ujson')
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build2/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build2/man/gevent-websocket.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 22:25:10
  Author: anthraxx
Revision: 417035

archrelease: copy trunk to community-x86_64

Added:
  python-websockets/repos/community-x86_64/
  python-websockets/repos/community-x86_64/PKGBUILD
(from rev 417034, python-websockets/trunk/PKGBUILD)

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

Copied: python-websockets/repos/community-x86_64/PKGBUILD (from rev 417034, 
python-websockets/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-20 22:25:10 UTC (rev 417035)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=7.0
+pkgrel=2
+pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
+url='https://github.com/aaugustin/websockets'
+arch=('x86_64')
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx')
+source=(https://github.com/aaugustin/websockets/archive/${pkgver}.tar.gz)
+sha512sums=('08dd310d8f946522f60ba302f3246f81e283d11f308f658a3c3a3c597281a31b1376e5d16d900187d148b0c1ec1250cd730ccb26f6b753dd86ca5682a08af9a9')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-12-20 Thread Levente Polyak via arch-commits
Date: Thursday, December 20, 2018 @ 22:25:01
  Author: anthraxx
Revision: 417034

addpkg: python-websockets 7.0-2

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

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

Added: python-websockets/trunk/PKGBUILD
===
--- python-websockets/trunk/PKGBUILD(rev 0)
+++ python-websockets/trunk/PKGBUILD2018-12-20 22:25:01 UTC (rev 417034)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=7.0
+pkgrel=2
+pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
+url='https://github.com/aaugustin/websockets'
+arch=('x86_64')
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx')
+source=(https://github.com/aaugustin/websockets/archive/${pkgver}.tar.gz)
+sha512sums=('08dd310d8f946522f60ba302f3246f81e283d11f308f658a3c3a3c597281a31b1376e5d16d900187d148b0c1ec1250cd730ccb26f6b753dd86ca5682a08af9a9')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-20 Thread Ike Devolder via arch-commits
Date: Thursday, December 20, 2018 @ 22:18:33
  Author: idevolder
Revision: 417032

upgpkg: qcad 3.21.3.14-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 22:17:37 UTC (rev 417031)
+++ PKGBUILD2018-12-20 22:18:33 UTC (rev 417032)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.21.3.12
+pkgver=3.21.3.14
 pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('33cf30e1e01dd551be6c19af0959a0f4c6cb835acf95dbeeffda44be0017bd73e88ee064ba598367aa6d960c3e59ca668538df1fe1d270c6589b3bd44f4454f2')
+sha512sums=('e0e6181fc931ef586a5c7fc75e8caa1b864ac4006ba435a5ea6f1a555f4d4a4d6543c70f13ea6ac15e6698fa6c760af7a54d90e87c7d48386595e0ce7da53392')
 
 prepare() {
   rm *.tar.gz


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

2018-12-20 Thread Ike Devolder via arch-commits
Date: Thursday, December 20, 2018 @ 22:18:41
  Author: idevolder
Revision: 417033

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 417032, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 22:18:33 UTC (rev 417032)
+++ PKGBUILD2018-12-20 22:18:41 UTC (rev 417033)
@@ -1,91 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.21.3.12
-pkgrel=1
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="http://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('33cf30e1e01dd551be6c19af0959a0f4c6cb835acf95dbeeffda44be0017bd73e88ee064ba598367aa6d960c3e59ca668538df1fe1d270c6589b3bd44f4454f2')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 417032, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 22:18:41 UTC (rev 417033)
@@ -0,0 +1,91 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.21.3.14
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="http://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('e0e6181fc931ef586a5c7fc75e8caa1b864ac4006ba435a5ea6f1a555f4d4a4d6543c70f13ea6ac15e6698fa6c760af7a54d90e87c7d48386595e0ce7da53392')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2018-12-20 Thread Ike Devolder via arch-commits
Date: Thursday, December 20, 2018 @ 22:17:37
  Author: idevolder
Revision: 417031

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 417030, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 417030, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 417030, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 417030, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 417030, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 417030, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 417030, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  176 ++---
 default   |8 
 eula.html |  574 ++---
 opera |   26 +-
 opera.install |   78 +++---
 privacy.html  |  706 
 terms.html|  570 ++---
 7 files changed, 1069 insertions(+), 1069 deletions(-)

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


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

2018-12-20 Thread Ike Devolder via arch-commits
Date: Thursday, December 20, 2018 @ 22:17:24
  Author: idevolder
Revision: 417030

upgpkg: opera 57.0.3098.106-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 20:38:30 UTC (rev 417029)
+++ PKGBUILD2018-12-20 22:17:24 UTC (rev 417030)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=57.0.3098.102
+pkgver=57.0.3098.106
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -31,7 +31,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('294066c8b3eb4ed482327f0aee6de460467dd7a131708f7e19e038642a8b803c5a1c9dde25352713457f237c920502d16e38a43ec4a97e2c4c8450db80286ba0'
+sha512sums=('b78eb02091a85477a9f3298643e1826a8bac8596c90e9e4b65bde357bb0208f00818b47f76a6e37f9905dcd2c7fc2512bcb8ddf761cf67885774d2758d981a90'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'


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

2018-12-20 Thread Brett Cornwall via arch-commits
Date: Thursday, December 20, 2018 @ 20:38:30
  Author: ainola
Revision: 417029

rm depends on libsystemd - systemd pulls that in.

Modified:
  mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 20:37:01 UTC (rev 417028)
+++ PKGBUILD2018-12-20 20:38:30 UTC (rev 417029)
@@ -3,13 +3,12 @@
 
 pkgname=mako
 pkgver=1.2
-pkgrel=3
+pkgrel=4
 license=('MIT')
 pkgdesc='Lightweight notification daemon for Wayland'
 makedepends=("meson" "scdoc" "wayland-protocols")
 depends=(
"cairo"
-   "libsystemd"
"pango"
"wayland"
 )


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

2018-12-20 Thread Brett Cornwall via arch-commits
Date: Thursday, December 20, 2018 @ 20:37:01
  Author: ainola
Revision: 417028

Fix email address

Modified:
  ttf-lato/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 19:50:11 UTC (rev 417027)
+++ PKGBUILD2018-12-20 20:37:01 UTC (rev 417028)
@@ -1,4 +1,4 @@
-# Maintainer: Ainola 
+# Maintainer: Ainola 
 # Contributor: Thomas Weißschuh
 
 pkgname=ttf-lato


[arch-commits] Commit in zabbix/repos (15 files)

2018-12-20 Thread Florian Pritz via arch-commits
Date: Thursday, December 20, 2018 @ 19:53:18
  Author: bluewind
Revision: 342616

archrelease: copy trunk to testing-x86_64

Added:
  zabbix/repos/testing-x86_64/
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 342615, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 342615, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 342615, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 342615, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 342615, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 342615, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 342615, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 342615, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 342615, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 342615, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 342615, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 342615, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 342615, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 342615, zabbix/trunk/zabbix-server.tmpfiles)

-+
 PKGBUILD|  181 ++
 zabbix-agent.service|   11 ++
 zabbix-agent.sysusers   |1 
 zabbix-agent.tmpfiles   |1 
 zabbix-proxy-mysql.service  |   18 
 zabbix-proxy-pgsql.service  |   18 
 zabbix-proxy-sqlite.service |   18 
 zabbix-proxy.sysusers   |1 
 zabbix-proxy.tmpfiles   |1 
 zabbix-server-mysql.service |   18 
 zabbix-server-pgsql.service |   18 
 zabbix-server.install   |   12 ++
 zabbix-server.sysusers  |1 
 zabbix-server.tmpfiles  |1 
 14 files changed, 300 insertions(+)

Copied: zabbix/repos/testing-x86_64/PKGBUILD (from rev 342615, 
zabbix/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-20 19:53:18 UTC (rev 342616)
@@ -0,0 +1,181 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Florian Pritz 
+
+pkgbase=zabbix
+pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
+pkgver=4.0.3
+pkgrel=1
+arch=(x86_64)
+url='https://www.zabbix.com/'
+license=(GPL)
+makedepends=(postgresql-libs libxml2 unixodbc net-snmp libmariadbclient 
libldap libevent)
+source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
+zabbix-agent.{service,sysusers,tmpfiles}
+zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
+zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
+
+sha512sums=('ee8feec85a01c7617d3420529afa59550982c3c51173f8de484a8833099d33cccb84fa4e82f7199bc0ed8af687eb206ae50e4853b824bfbe784f67964cc15e37'
+
'8c1fa2676bc0ef91bc39ec5f97b4d3ba5c365d063420455a3785121a54e120bc5afeacde42a48f4509c115f940dcc3b6c2f43044a7fbfb421182fc93b22a2444'
+
'3ab3ac1acc7e35c8896157aef601ebc30815237ac5252cbd0c1ecb26eeaf9eccf5c49938ae8c85bb79a6f95f607f082f6b80ed660829599ec03aa626cca6d3dc'
+
'ca6b4779de23829dfdd80ee21e924fbe4e2754f4e693bed4b1a2aa846cd87d150e399b1169d7fe58d30c50ed837c1b8254e580de420267d0a1834d6dc409c43d'
+
'b35155a5d151eb7258bca62d53e7099a05605e58adac9d1510e12c2219abc22f931e92ea5d36bf86900e30982e893e429235d983a7823610d76c15082c373d1f'
+
'ac968d9954e5d9523eb7a9b8dcbcef40d4b47c1db3b2ff86d5fbc3f1871fcd03aff14f5b0cfeeeb494fdeb2d95e2e32b8622297c714a90d22c68ab3b3b914475'
+
'4254d3b13ff0d19a8e207f709c10ea59dbb6d4f333d862b1611a0fa4ced199e9a32313e88d8abadc129c1e4001b182c0545bcc84117d218116a8c524de88850e'
+
'b6d548a26f845ef1a39724e3273aa521715272e20a0038144f86d377a26dfec6e3e129404cfda77632cad2f5cd6bab4a33f70a26c8c67b0d0b2abb3678ad2d83'
+
'7b5829caa77c6b5da8c2195ab840f0020f722a94f01a437324afdbe2a4372a594dcca6d63d2fdda5cfad81353ab4e4e0b2c6b67436203266dd44740a5e03b58e'
+
'94701f34fe5df4859c6a4d0459c16062374e8f89f4f51c414e71c9c2db14f61e087721e68dddb3e8d88bf1c097477c1a21e27ba4705fd07d88c60adb41acc1be'
+
'c772a7f7fe5c0715db27a15f8cb1aee7e92677d1fa2d922fae42440cac8c2acc3d3ceba0bb2103fd7907b129618cf50e6a34dd221c8474c9cea9badaeaadf80b'
+

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

2018-12-20 Thread Florian Pritz via arch-commits
Date: Thursday, December 20, 2018 @ 19:53:11
  Author: bluewind
Revision: 342615

upgpkg: zabbix 4.0.3-1

upstream update

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 17:37:25 UTC (rev 342614)
+++ PKGBUILD2018-12-20 19:53:11 UTC (rev 342615)
@@ -3,7 +3,7 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 arch=(x86_64)
 url='https://www.zabbix.com/'
@@ -14,7 +14,7 @@
 zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
 zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-sha512sums=('40b8dd0a4ca9fd7214c7afab57517437097eaf49c943f8827fa637bffb7cc45e77568f002e18cf3fa61a50d5d24fe26520109ad1c6f0424b51325453c9fd0c76'
+sha512sums=('ee8feec85a01c7617d3420529afa59550982c3c51173f8de484a8833099d33cccb84fa4e82f7199bc0ed8af687eb206ae50e4853b824bfbe784f67964cc15e37'
 
'8c1fa2676bc0ef91bc39ec5f97b4d3ba5c365d063420455a3785121a54e120bc5afeacde42a48f4509c115f940dcc3b6c2f43044a7fbfb421182fc93b22a2444'
 
'3ab3ac1acc7e35c8896157aef601ebc30815237ac5252cbd0c1ecb26eeaf9eccf5c49938ae8c85bb79a6f95f607f082f6b80ed660829599ec03aa626cca6d3dc'
 
'ca6b4779de23829dfdd80ee21e924fbe4e2754f4e693bed4b1a2aa846cd87d150e399b1169d7fe58d30c50ed837c1b8254e580de420267d0a1834d6dc409c43d'


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

2018-12-20 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 20, 2018 @ 19:50:11
  Author: jelle
Revision: 417027

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 19:50:04 UTC (rev 417026)
+++ PKGBUILD2018-12-20 19:50:11 UTC (rev 417027)
@@ -1,37 +0,0 @@
-# Contributor: Mateusz Galazyn 
-
-pkgname=python-influxdb
-pkgver=5.2.0
-pkgrel=3
-pkgdesc="Python client for InfluxDB"
-arch=('any')
-url="https://github.com/influxdata/influxdb-python/;
-license=('MIT')
-depends=('python' 'python-requests' 'python-dateutil' 'python-six' 
'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-requests-mock' 
'python-pandas' 'influxdb')
-optdepends=('influxdb')
-options=(!emptydirs)
-source=("https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz;)
-sha512sums=('de86037abd5b371480029ff0bb8935c551030e5954c34a2915829b916c62444ee67bce89f553c39ea4d73369ff3c8c8a4639f5c2bfcfc9ac8ddfe6919fd020fd')
-
-build() {
-  cd "$srcdir/influxdb-python-$pkgver"
-  python setup.py build
-}
-
-
-check() {
-  cd "$srcdir/influxdb-python-$pkgver/influxdb"
-  # TODO: fix one failing test
-  INFLUXDB_PYTHON_INFLUXD_PATH=/usr/bin/influxd nosetests -e 
test_write_points_from_dataframe_with_numeric_precision tests
-}
-
-package() {
-  cd "$srcdir/influxdb-python-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: python-influxdb/repos/community-any/PKGBUILD (from rev 417026, 
python-influxdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 19:50:11 UTC (rev 417027)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Mateusz Galazyn 
+
+pkgname=python-influxdb
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Python client for InfluxDB"
+arch=('any')
+url="https://github.com/influxdata/influxdb-python/;
+license=('MIT')
+depends=('python' 'python-requests' 'python-dateutil' 'python-six' 
'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-requests-mock' 
'python-pandas' 'influxdb')
+optdepends=('influxdb')
+options=(!emptydirs)
+source=("https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz;)
+sha512sums=('5a537ca14330d4ff133db1a06a126a7de2eedaa4dfe17e843cb07c7f7d515eb483d498348b28a172a99eac3942b05d91f507feb6dcc4de2e9568940e0520acdc')
+
+build() {
+  cd "$srcdir/influxdb-python-$pkgver"
+  python setup.py build
+}
+
+
+check() {
+  cd "$srcdir/influxdb-python-$pkgver/influxdb"
+  # TODO: fix one failing test
+  INFLUXDB_PYTHON_INFLUXD_PATH=/usr/bin/influxd nosetests -e 
test_write_points_from_dataframe_with_numeric_precision tests
+}
+
+package() {
+  cd "$srcdir/influxdb-python-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+# vim:set ts=2 sw=2 et:


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

2018-12-20 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 20, 2018 @ 19:50:04
  Author: jelle
Revision: 417026

upgpkg: python-influxdb 5.2.1-1

Modified:
  python-influxdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 19:45:01 UTC (rev 417025)
+++ PKGBUILD2018-12-20 19:50:04 UTC (rev 417026)
@@ -1,8 +1,9 @@
+# Maintainer: Jelle van der Waa 
 # Contributor: Mateusz Galazyn 
 
 pkgname=python-influxdb
-pkgver=5.2.0
-pkgrel=3
+pkgver=5.2.1
+pkgrel=1
 pkgdesc="Python client for InfluxDB"
 arch=('any')
 url="https://github.com/influxdata/influxdb-python/;
@@ -13,7 +14,7 @@
 optdepends=('influxdb')
 options=(!emptydirs)
 
source=("https://github.com/influxdata/influxdb-python/archive/v$pkgver.tar.gz;)
-sha512sums=('de86037abd5b371480029ff0bb8935c551030e5954c34a2915829b916c62444ee67bce89f553c39ea4d73369ff3c8c8a4639f5c2bfcfc9ac8ddfe6919fd020fd')
+sha512sums=('5a537ca14330d4ff133db1a06a126a7de2eedaa4dfe17e843cb07c7f7d515eb483d498348b28a172a99eac3942b05d91f507feb6dcc4de2e9568940e0520acdc')
 
 build() {
   cd "$srcdir/influxdb-python-$pkgver"


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

2018-12-20 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 20, 2018 @ 19:31:49
  Author: svenstaro
Revision: 417024

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 417023, bazel/trunk/PKGBUILD)
Deleted:
  bazel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 19:31:44 UTC (rev 417023)
+++ PKGBUILD2018-12-20 19:31:49 UTC (rev 417024)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
-
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('1628a99a2c95334b7b190c5cf1b80ad3ce61c827103844f68401ffe5cfa994d5b7edd9e314a2775b6ed5b8da70ad79bee0ef47b9acf409919a613069356623a3'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
-  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
-  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
-  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
-  mkdir -p ${pkgdir}/opt/bazel/
-  for d in examples third_party tools; do
-cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 417023, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 19:31:49 UTC (rev 417024)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
+
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
+sha512sums=('96489dac0b0daf84c8711e5e11dc7d810c3a1f037e567bc5f3d5a3fb20d8eeeb512238ca9cace1c7f8b570687c43269abb037fb42a4c4b97392e0af7d45bb653'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 ${srcdir}/scripts/packages/bazel.sh ${pkgdir}/usr/bin/bazel
+  install -Dm755 ${srcdir}/output/bazel ${pkgdir}/usr/bin/bazel-real
+  install -Dm644 ${srcdir}/bazel-bin/scripts/bazel-complete.bash 
${pkgdir}/usr/share/bash-completion/completions/bazel
+  install -Dm644 ${srcdir}/scripts/zsh_completion/_bazel 
${pkgdir}/usr/share/zsh/site-functions/_bazel
+  mkdir -p ${pkgdir}/opt/bazel/
+  for d in examples third_party tools; do
+cp -r ${srcdir}/${d} ${pkgdir}/opt/bazel/
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2018-12-20 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 20, 2018 @ 19:31:44
  Author: svenstaro
Revision: 417023

upgpkg: bazel 0.21.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 19:22:58 UTC (rev 417022)
+++ PKGBUILD2018-12-20 19:31:44 UTC (rev 417023)
@@ -3,7 +3,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.20.0
+pkgver=0.21.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('!distcc' '!strip')
 
source=(https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip
 
https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig)
-sha512sums=('1628a99a2c95334b7b190c5cf1b80ad3ce61c827103844f68401ffe5cfa994d5b7edd9e314a2775b6ed5b8da70ad79bee0ef47b9acf409919a613069356623a3'
+sha512sums=('96489dac0b0daf84c8711e5e11dc7d810c3a1f037e567bc5f3d5a3fb20d8eeeb512238ca9cace1c7f8b570687c43269abb037fb42a4c4b97392e0af7d45bb653'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


[arch-commits] Commit in cool-retro-term/trunk (PKGBUILD)

2018-12-20 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 20, 2018 @ 19:22:51
  Author: svenstaro
Revision: 417021

upgpkg: cool-retro-term 1.1.0-1

Modified:
  cool-retro-term/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 18:46:31 UTC (rev 417020)
+++ PKGBUILD2018-12-20 19:22:51 UTC (rev 417021)
@@ -4,7 +4,7 @@
 # Contributor: Glen Oakley 
 
 pkgname=cool-retro-term
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='A good looking terminal emulator which mimics the old cathode display'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
 
source=("https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
-sha256sums=('45cd756c61bb6ee3ae7796f221da8d2b137e47f00c3d24839d0ac01ed19a6b42')
+sha256sums=('f5734aefdfc2e9343b6a24ee297f543a36a2e0df0da0f9ac94b00d9300185f8a')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in cool-retro-term/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-20 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 20, 2018 @ 19:22:58
  Author: svenstaro
Revision: 417022

archrelease: copy trunk to community-x86_64

Added:
  cool-retro-term/repos/community-x86_64/PKGBUILD
(from rev 417021, cool-retro-term/trunk/PKGBUILD)
Deleted:
  cool-retro-term/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 19:22:51 UTC (rev 417021)
+++ PKGBUILD2018-12-20 19:22:58 UTC (rev 417022)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-# Contributor: Andrey Mivrenik 
-# Contributor: Glen Oakley 
-
-pkgname=cool-retro-term
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='A good looking terminal emulator which mimics the old cathode display'
-arch=('i686' 'x86_64')
-url='https://github.com/Swordfish90/cool-retro-term'
-license=('GPL3')
-depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-source=("https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
-sha256sums=('45cd756c61bb6ee3ae7796f221da8d2b137e47f00c3d24839d0ac01ed19a6b42')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '/qmltermwidget/d' cool-retro-term.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: cool-retro-term/repos/community-x86_64/PKGBUILD (from rev 417021, 
cool-retro-term/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 19:22:58 UTC (rev 417022)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Doug Newgard 
+# Contributor: Andrey Mivrenik 
+# Contributor: Glen Oakley 
+
+pkgname=cool-retro-term
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A good looking terminal emulator which mimics the old cathode display'
+arch=('x86_64')
+url='https://github.com/Swordfish90/cool-retro-term'
+license=('GPL3')
+depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
+source=("https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
+sha256sums=('f5734aefdfc2e9343b6a24ee297f543a36a2e0df0da0f9ac94b00d9300185f8a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '/qmltermwidget/d' cool-retro-term.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-12-20 Thread Nicola Squartini via arch-commits
Date: Thursday, December 20, 2018 @ 18:46:31
  Author: tensor5
Revision: 417020

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 417019, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 18:46:22 UTC (rev 417019)
+++ PKGBUILD2018-12-20 18:46:31 UTC (rev 417020)
@@ -1,44 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.5.1
-_commit=c8a2cb62832afb2dc09ccee6fd42c1516dfdb981
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-
-# Fix for GCC 8
-sed -e '/add_compile_options(-Wall)/d' -i cmake/EthCompilerSettings.cmake
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 417019, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 18:46:31 UTC (rev 417020)
@@ -0,0 +1,44 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.5.2
+_commit=1df8f40cd2fd7b47698d847907b8ca7b47eb488d
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+
+# Fix for GCC 8
+sed -e '/add_compile_options(-Wall)/d' -i cmake/EthCompilerSettings.cmake
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2018-12-20 Thread Nicola Squartini via arch-commits
Date: Thursday, December 20, 2018 @ 18:46:22
  Author: tensor5
Revision: 417019

upgpkg: solidity 0.5.2-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 18:37:44 UTC (rev 417018)
+++ PKGBUILD2018-12-20 18:46:22 UTC (rev 417019)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.5.1
-_commit=c8a2cb62832afb2dc09ccee6fd42c1516dfdb981
+pkgver=0.5.2
+_commit=1df8f40cd2fd7b47698d847907b8ca7b47eb488d
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')


[arch-commits] Commit in atom/repos/community-x86_64 (20 files)

2018-12-20 Thread Nicola Squartini via arch-commits
Date: Thursday, December 20, 2018 @ 18:37:44
  Author: tensor5
Revision: 417018

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 417017, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 417017, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 417017, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/electron-3.patch
(from rev 417017, atom/trunk/electron-3.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 417017, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 417017, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 417017, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 417017, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 417017, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 417017, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/electron-3.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  234 +-
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 electron-3.patch|   22 -
 fix-atom-sh.patch   |  276 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   64 ++---
 use-system-electron.patch   |  420 +-
 10 files changed, 618 insertions(+), 618 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 18:37:27 UTC (rev 417017)
+++ PKGBUILD2018-12-20 18:37:44 UTC (rev 417018)
@@ -1,117 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.33.0
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'atom.js'
-'dugite-use-system-git.patch'
-'electron-3.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('109c17d42eed7722eef2ca31e4399bd9113b44a408c3629b8cd7f6805cd8c47e'
-'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
-'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'
-'c8a931f36af3722c57c4d1b70c1e58aa1a18372e8e26c28a4e01253e05295205'
-'cbac8d28e32a32760cd6b16d313e05e32af57bfdea1c248636e1b1ae74e4e92c'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'3c78f424fb2236374be4ae94be0378a694a4be2ed9f54a7800281ff3ad8e5180')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  patch -Np1 -i "${srcdir}"/use-system-apm.patch
-  patch -Np1 -i "${srcdir}"/fix-license-path.patch
-  patch -Np1 -i "${srcdir}"/fix-restart.patch
-
-  # Fix for Electron 3
-  patch -Np1 -i "${srcdir}"/electron-3.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Fix for Electron 3
-  npm install --package-lock-only @atom/nsfw@1.0.20 node-abi
-
-  ATOM_RESOURCE_PATH="${PWD}" \
-  npm_config_target=$(tail -c +2 /usr/lib/electron/version) \
-  apm install
-
-  # Use system ctags
-  cd node_modules/symbols-view
-  patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch
-  rm -r vendor
-  cd ../..
-
-  # Use system git
-  cd node_modules/dugite
-  patch 

[arch-commits] Commit in atom/trunk (PKGBUILD use-system-electron.patch)

2018-12-20 Thread Nicola Squartini via arch-commits
Date: Thursday, December 20, 2018 @ 18:37:27
  Author: tensor5
Revision: 417017

upgpkg: atom 1.33.1-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 17:49:56 UTC (rev 417016)
+++ PKGBUILD2018-12-20 18:37:27 UTC (rev 417017)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.33.0
+pkgver=1.33.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('109c17d42eed7722eef2ca31e4399bd9113b44a408c3629b8cd7f6805cd8c47e'
+sha256sums=('2b89ae78b637b7c39b419e011168a1ddf256bf442f56e0dff2b2e10c94a9af1d'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 '328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
@@ -32,7 +32,7 @@
 'cbac8d28e32a32760cd6b16d313e05e32af57bfdea1c248636e1b1ae74e4e92c'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'3c78f424fb2236374be4ae94be0378a694a4be2ed9f54a7800281ff3ad8e5180')
+'a489e590e362a24a3212c20159c5a07d19f74498bfefebbca42d8a23203e6695')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2018-12-20 17:49:56 UTC (rev 417016)
+++ use-system-electron.patch   2018-12-20 18:37:27 UTC (rev 417017)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues;
},
"license": "MIT",
--  "electronVersion": "2.0.11",
+-  "electronVersion": "2.0.16",
"dependencies": {
  "@atom/nsfw": "1.0.18",
  "@atom/source-map-support": "^0.3.4",


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

2018-12-20 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 20, 2018 @ 17:49:56
  Author: jlichtblau
Revision: 417016

archrelease: copy trunk to community-testing-x86_64

Added:
  skrooge/repos/community-testing-x86_64/
  skrooge/repos/community-testing-x86_64/PKGBUILD
(from rev 417015, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-testing-x86_64/skrooge.changelog
(from rev 417015, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-testing-x86_64/skrooge.install
(from rev 417015, skrooge/trunk/skrooge.install)

---+
 PKGBUILD  |   47 ++
 skrooge.changelog |  134 
 skrooge.install   |   11 
 3 files changed, 192 insertions(+)

Copied: skrooge/repos/community-testing-x86_64/PKGBUILD (from rev 417015, 
skrooge/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-20 17:49:56 UTC (rev 417016)
@@ -0,0 +1,47 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.17.0
+pkgrel=2
+pkgdesc="A personal finances manager for KDE"
+arch=('x86_64')
+url="https://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qca' 'qt5-script' 'qt5-webkit' 'libofx'
+ 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
+ 'sqlcipher' 'python' 'hicolor-icon-theme')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools' 'patch')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+
sqlcipher4-fix.patch::https://cgit.kde.org/skrooge.git/patch/?id=b370575abe8d80b90e4552f1c027c9b58947a9f1)
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('19f2d7939b0333a95a129d110c11514f07a06f39b1ec08b42b5f43b6145b036d'
+'SKIP'
+'398806991fb099f8bbd72860f35a11b9ea88c8c5e3f6c6137c3f027087f584a5')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np1 -i "${srcdir}"/sqlcipher4-fix.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#   export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: skrooge/repos/community-testing-x86_64/skrooge.changelog (from rev 
417015, skrooge/trunk/skrooge.changelog)
===
--- community-testing-x86_64/skrooge.changelog  (rev 0)
+++ community-testing-x86_64/skrooge.changelog  2018-12-20 17:49:56 UTC (rev 
417016)
@@ -0,0 +1,134 @@
+2018-12-20 Jaroslav Lichtblau 
+   * skrooge 2.17.0-2 FS#60989 fix
+
+2018-12-17 Jaroslav Lichtblau 
+   * skrooge 2.17.0-1
+
+2018-12-10 Jaroslav Lichtblau 
+   * skrooge 2.16.2-3 FS#60989 fix - did not work
+
+2018-11-05 Jaroslav Lichtblau 
+   * skrooge 2.16.2-1
+
+2018-09-02 Jaroslav Lichtblau 
+   * skrooge 2.15.0-1
+
+2018-06-25 Jaroslav Lichtblau 
+   * skrooge 2.14.0-1
+
+2018-05-12 Jaroslav Lichtblau 
+   * skrooge 2.13.0-1
+
+2018-03-15 Jaroslav Lichtblau 
+   * skrooge 2.12.0-1
+
+2018-02-04 Jaroslav Lichtblau 
+   * skrooge 2.11.0-1
+
+2017-11-09 Jaroslav Lichtblau 
+   * skrooge 2.10.5-1
+
+2017-11-05 Jaroslav Lichtblau 
+   * skrooge 2.10.3-1
+
+2017-10-11 Jaroslav Lichtblau 
+   * skrooge 2.9.0-1
+
+2017-07-11 Jaroslav Lichtblau 
+   * skrooge 2.8.1-5 FS#54540 fix
+
+2017-07-10 Jaroslav Lichtblau 
+   * skrooge 2.8.1-4 clean qt5-tools dependency
+
+2017-05-29 Jaroslav Lichtblau 
+   * skrooge 2.8.1-1
+
+2017-05-11 Jaroslav Lichtblau 
+   * skrooge 2.8.0-1
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-2 Qt 5.8 rebuild
+
+2017-01-23 Jaroslav Lichtblau 
+   * skrooge 2.7.0-1
+
+2016-12-29 Jaroslav Lichtblau 
+   * skrooge 2.6.0-1
+
+2016-10-02 Jaroslav Lichtblau 
+   * skrooge 2.5.0-1
+
+2016-07-04 Jaroslav Lichtblau 
+   * skrooge 2.4.0-3 FS#49880 fix
+
+2016-05-11 Jaroslav Lichtblau 
+   * skrooge 2.4.0-1
+
+2016-05-01 Jaroslav Lichtblau 
+   * skrooge 2.3.0-3 pacman hooks rebuild
+
+2016-02-22 Jaroslav Lichtblau 
+   * skrooge 2.3.0-1
+
+2015-11-30 Jaroslav Lichtblau 
+   * skrooge 2.2.0-1
+
+2015-09-14 Jaroslav Lichtblau 
+   * skrooge 2.1.1-1
+
+2015-08-29 Jaroslav Lichtblau 
+   * skrooge 2.1.0-1
+
+2015-06-27 Jaroslav Lichtblau 
+   * skrooge 2.0.0-1 - kf5 version
+
+2015-06-08 Jaroslav Lichtblau 
+   * skrooge 1.12.5-1
+
+2015-05-15 Jaroslav Lichtblau 
+   * skrooge 1.12.0-1
+
+2015-04-18 Jaroslav Lichtblau 
+   * skrooge 1.11.0-1
+
+2014-10-30 Jaroslav Lichtblau 
+   * 

[arch-commits] Commit in skrooge/trunk (PKGBUILD skrooge.changelog)

2018-12-20 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 20, 2018 @ 17:49:46
  Author: jlichtblau
Revision: 417015

upgpkg: skrooge 2.17.0-2 - FS#60989 fix

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |   15 +++
 skrooge.changelog |5 -
 2 files changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 17:37:04 UTC (rev 417014)
+++ PKGBUILD2018-12-20 17:49:46 UTC (rev 417015)
@@ -5,7 +5,7 @@
 
 pkgname=skrooge
 pkgver=2.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A personal finances manager for KDE"
 arch=('x86_64')
 url="https://skrooge.org/;
@@ -13,15 +13,22 @@
 depends=('qt5-base' 'qca' 'qt5-script' 'qt5-webkit' 'libofx'
  'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
  'sqlcipher' 'python' 'hicolor-icon-theme')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools' 'patch')
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+
sqlcipher4-fix.patch::https://cgit.kde.org/skrooge.git/patch/?id=b370575abe8d80b90e4552f1c027c9b58947a9f1)
 validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
 sha256sums=('19f2d7939b0333a95a129d110c11514f07a06f39b1ec08b42b5f43b6145b036d'
-'SKIP')
+'SKIP'
+'398806991fb099f8bbd72860f35a11b9ea88c8c5e3f6c6137c3f027087f584a5')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np1 -i "${srcdir}"/sqlcipher4-fix.patch
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Modified: skrooge.changelog
===
--- skrooge.changelog   2018-12-20 17:37:04 UTC (rev 417014)
+++ skrooge.changelog   2018-12-20 17:49:46 UTC (rev 417015)
@@ -1,8 +1,11 @@
+2018-12-20 Jaroslav Lichtblau 
+   * skrooge 2.17.0-2 FS#60989 fix
+
 2018-12-17 Jaroslav Lichtblau 
* skrooge 2.17.0-1
 
 2018-12-10 Jaroslav Lichtblau 
-   * skrooge 2.16.2-3 FS#60989 fix
+   * skrooge 2.16.2-3 FS#60989 fix - did not work
 
 2018-11-05 Jaroslav Lichtblau 
* skrooge 2.16.2-1


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

2018-12-20 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 20, 2018 @ 17:37:25
  Author: anatolik
Revision: 342614

Use git+https to access syslinux sources

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 16:52:13 UTC (rev 342613)
+++ PKGBUILD2018-12-20 17:37:25 UTC (rev 342614)
@@ -29,7 +29,7 @@
 
 # The syslinux-install_update script is maintained at 
https://gist.github.com/pyther/772138
 # Script not yet updated for syslinux-efi
-source=(git://repo.or.cz/syslinux.git#commit=$_commit
+source=(git+https://repo.or.cz/syslinux.git#commit=$_commit
 syslinux.cfg
 syslinux-install_update
strip_note_section.patch


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

2018-12-20 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 20, 2018 @ 17:37:04
  Author: jlichtblau
Revision: 417014

archrelease: copy trunk to community-x86_64

Added:
  sqlcipher/repos/community-x86_64/PKGBUILD
(from rev 417013, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 17:36:54 UTC (rev 417013)
+++ PKGBUILD2018-12-20 17:37:04 UTC (rev 417014)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=4.0.0
-pkgrel=2
-pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
-arch=('x86_64')
-url="https://www.zetetic.net/sqlcipher/;
-license=('BSD')
-makedepends=('openssl' 'sqlite' 'tcl')
-source=(https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip
-
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip.sig)
-validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('3f0387584e278bf3c0638d0f9c79e9237f128d97f74b8531f8368d93f85f677c'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-x86_64/PKGBUILD (from rev 417013, 
sqlcipher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 17:37:04 UTC (rev 417014)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
+arch=('x86_64')
+url="https://www.zetetic.net/sqlcipher/;
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=(https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip.sig)
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('881bff2540c27c6557ac03b70b1213af3efe46462e94799fd14dac6f1c8f18cf'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-20 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 20, 2018 @ 17:36:54
  Author: jlichtblau
Revision: 417013

upgpkg: sqlcipher 4.0.1-1 - new upstream release

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 17:34:31 UTC (rev 417012)
+++ PKGBUILD2018-12-20 17:36:54 UTC (rev 417013)
@@ -2,8 +2,8 @@
 # Contributor: flu
 
 pkgname=sqlcipher
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
 arch=('x86_64')
 url="https://www.zetetic.net/sqlcipher/;
@@ -12,11 +12,11 @@
 source=(https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip
 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-v$pkgver.zip.sig)
 validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('3f0387584e278bf3c0638d0f9c79e9237f128d97f74b8531f8368d93f85f677c'
+sha256sums=('881bff2540c27c6557ac03b70b1213af3efe46462e94799fd14dac6f1c8f18cf'
 'SKIP')
 
 build() {
-  cd "${srcdir}"/$pkgname
+  cd "${srcdir}"/$pkgname-v$pkgver
 
   ./configure --prefix=/usr --enable-tempstore=yes \
 CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}"/$pkgname
+  cd "${srcdir}"/$pkgname-v$pkgver
 
   make DESTDIR="${pkgdir}" install
 


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

2018-12-20 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 20, 2018 @ 17:34:31
  Author: jlichtblau
Revision: 417012

archrelease: copy trunk to community-x86_64

Added:
  tellico/repos/community-x86_64/PKGBUILD
(from rev 417011, tellico/trunk/PKGBUILD)
  tellico/repos/community-x86_64/tellico.changelog
(from rev 417011, tellico/trunk/tellico.changelog)
Deleted:
  tellico/repos/community-x86_64/PKGBUILD
  tellico/repos/community-x86_64/tellico.changelog

---+
 PKGBUILD  |   78 +--
 tellico.changelog |  115 ++--
 2 files changed, 98 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 17:34:21 UTC (rev 417011)
+++ PKGBUILD2018-12-20 17:34:31 UTC (rev 417012)
@@ -1,39 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=tellico
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="A collection manager for KDE"
-arch=('x86_64')
-url="http://tellico-project.org/;
-license=('GPL')
-depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcddb' 
- 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
- 'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('62817d15fc0b96cbabb25d137564bccdd17176e78b08f17df07a239ad8500c04')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build && cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-# fix python 2.7 path
-  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-x86_64/PKGBUILD (from rev 417011, 
tellico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 17:34:31 UTC (rev 417012)
@@ -0,0 +1,39 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=tellico
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="A collection manager for KDE"
+arch=('x86_64')
+url="http://tellico-project.org/;
+license=('GPL')
+depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcddb' 
+ 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
+ 'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build && cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+# fix python 2.7 path
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Deleted: tellico.changelog
===
--- tellico.changelog   2018-12-20 17:34:21 UTC (rev 417011)
+++ tellico.changelog   2018-12-20 17:34:31 UTC (rev 417012)
@@ -1,56 +0,0 @@
-2018-09-13 Jaroslav Lichtblau 
-   * tellico 3.1.3-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * tellico 3.1.2-1
-
-2018-01-16 Jaroslav Lichtblau 
-   * tellico 3.1.1-1
-
-2018-01-11 Jaroslav Lichtblau 
-   * tellico 3.1-3 libcdio API and ABI changes rebuild
-
-2017-12-02 Jaroslav Lichtblau 
-   * tellico 3.1-2 FS#56026 fix
-
-2017-10-18 Jaroslav Lichtblau 
-   * tellico 3.1-1
-
-2017-03-31 Jaroslav Lichtblau 
-   * tellico 3.0.2-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * tellico 3.0.1-1
-
-2016-12-20 Jaroslav Lichtblau 
-   * tellico 3.0-4 FS#52202 fix
-
-2016-12-18 Jaroslav Lichtblau 
-   * tellico 3.0-3 FS#52188 fix
-
-2016-11-09 Jaroslav Lichtblau 
-   * tellico 3.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * tellico 2.3.11-2 pacman hooks rebuild
-
-2015-12-11 Jaroslav Lichtblau 
-   * tellico 2.3.11-1
-
-2015-02-16 Jaroslav Lichtblau 
-   * tellico 2.3.10-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * tellico 2.3.9-1
-
-2014-03-09 Andrea Scarpino 
-   * tellico 2.3.8-5 be sure Nepomuk support is disabled
-
-2014-03-09 Jaroslav Lichtblau 
-   * tellico 2.3.8-4 nepomuk support dropped in KDE SC 4.13 packages
-
-2013-07-14 Jaroslav Lichtblau 
-   * tellico 2.3.8-1
-
-2013-01-30 Jaroslav Lichtblau 
-   * tellico 2.3.7-1

Copied: 

[arch-commits] Commit in tellico/trunk (PKGBUILD tellico.changelog)

2018-12-20 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 20, 2018 @ 17:34:21
  Author: jlichtblau
Revision: 417011

upgpkg: tellico 3.1.4-1 - new upstream release

Modified:
  tellico/trunk/PKGBUILD
  tellico/trunk/tellico.changelog

---+
 PKGBUILD  |4 ++--
 tellico.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 16:38:52 UTC (rev 417010)
+++ PKGBUILD2018-12-20 17:34:21 UTC (rev 417011)
@@ -4,7 +4,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=tellico
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
 changelog=$pkgname.changelog
 source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('62817d15fc0b96cbabb25d137564bccdd17176e78b08f17df07a239ad8500c04')
+sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9')
 
 build() {
   cd "${srcdir}"

Modified: tellico.changelog
===
--- tellico.changelog   2018-12-20 16:38:52 UTC (rev 417010)
+++ tellico.changelog   2018-12-20 17:34:21 UTC (rev 417011)
@@ -1,3 +1,6 @@
+2018-12-20 Jaroslav Lichtblau 
+   * tellico 3.1.4-1
+
 2018-09-13 Jaroslav Lichtblau 
* tellico 3.1.3-1
 


[arch-commits] Commit in imagemagick/repos/extra-x86_64 (6 files)

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 16:52:13
  Author: arojas
Revision: 342613

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 342612, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 342612, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 342612, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   20 +--
 PKGBUILD|  270 +-
 arch-fonts.diff |  214 +++
 3 files changed, 252 insertions(+), 252 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2018-12-20 16:51:39 UTC (rev 342612)
+++ IM7-GS-policy.patch 2018-12-20 16:52:13 UTC (rev 342613)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick/repos/extra-x86_64/IM7-GS-policy.patch (from rev 342612, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2018-12-20 16:52:13 UTC (rev 342613)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 16:51:39 UTC (rev 342612)
+++ PKGBUILD2018-12-20 16:52:13 UTC (rev 342613)
@@ -1,135 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.18
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('5daac74aed53f8115082bed1e79da85730db71a36d5d625be261b1271a0cacf1'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_libmagick() {
-  pkgdesc+=" (library)"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  

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

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 16:51:39
  Author: arojas
Revision: 342612

Update to 7.0.8.19

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 15:38:25 UTC (rev 342611)
+++ PKGBUILD2018-12-20 16:51:39 UTC (rev 342612)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick
 pkgname=(libmagick imagemagick imagemagick-doc)
-pkgver=7.0.8.18
+pkgver=7.0.8.19
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('5daac74aed53f8115082bed1e79da85730db71a36d5d625be261b1271a0cacf1'
+sha256sums=('e35ba756447b38be793ee7ea3c493d0f04d913cbfd4dc4eca9f5bfef68ac86ad'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


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

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 16:38:52
  Author: arojas
Revision: 417010

archrelease: copy trunk to community-x86_64

Added:
  libcerf/repos/community-x86_64/PKGBUILD
(from rev 417009, libcerf/trunk/PKGBUILD)
Deleted:
  libcerf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 16:38:30 UTC (rev 417009)
+++ PKGBUILD2018-12-20 16:38:52 UTC (rev 417010)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libcerf
-pkgver=1.9
-pkgrel=1
-pkgdesc="Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions"
-arch=(x86_64)
-url="http://apps.jcns.fz-juelich.de/doku/sc/libcerf;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake)
-source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
-sha256sums=('ee0f5a58764fa5445b916d8838086bfa2bf5bb368f8f665a35bd71dbdbedaea9')
-
-prepare() {
-  mkdir -p build
-  
-  sed -e 's|/man/|/share/man/|g' -i $pkgname-$pkgver/man/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libcerf/repos/community-x86_64/PKGBUILD (from rev 417009, 
libcerf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 16:38:52 UTC (rev 417010)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libcerf
+pkgver=1.10
+pkgrel=1
+pkgdesc="Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions"
+arch=(x86_64)
+url="http://apps.jcns.fz-juelich.de/doku/sc/libcerf;
+license=(custom)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
+sha256sums=('6a412c13e404411d77105c731a756384970424d6f65d1c4c63758c28183d4b61')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 16:38:30
  Author: arojas
Revision: 417009

Update to 1.10

Modified:
  libcerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 14:19:31 UTC (rev 417008)
+++ PKGBUILD2018-12-20 16:38:30 UTC (rev 417009)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libcerf
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc="Self-contained numeric library that provides an efficient and 
accurate implementation of complex error functions"
 arch=(x86_64)
@@ -10,12 +10,10 @@
 depends=(glibc)
 makedepends=(cmake)
 source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
-sha256sums=('ee0f5a58764fa5445b916d8838086bfa2bf5bb368f8f665a35bd71dbdbedaea9')
+sha256sums=('6a412c13e404411d77105c731a756384970424d6f65d1c4c63758c28183d4b61')
 
 prepare() {
   mkdir -p build
-  
-  sed -e 's|/man/|/share/man/|g' -i $pkgname-$pkgver/man/CMakeLists.txt
 }
 
 build() {


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

2018-12-20 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 15:38:25
  Author: heftig
Revision: 342611

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 342609, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 15:38:24 UTC (rev 342610)
+++ PKGBUILD2018-12-20 15:38:25 UTC (rev 342611)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.42.3
-pkgrel=2
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=7beb4b6436c16492e0aa26c42c9067066b04bdd4  # tags/0.42.3^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 342609, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 15:38:25 UTC (rev 342611)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.42.4
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=2ff3e54e8e1e77a889db72cb523b3792962a3421  # tags/0.42.4^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-20 Thread Tobias Powalowski via arch-commits
Date: Thursday, December 20, 2018 @ 15:38:07
  Author: tpowa
Revision: 342608

upgpkg: samba 4.9.4-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 14:09:01 UTC (rev 342607)
+++ PKGBUILD2018-12-20 15:38:07 UTC (rev 342608)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.9.3
+pkgver=4.9.4
 pkgrel=1
 arch=(x86_64)
 url="http://www.samba.org;
@@ -226,7 +226,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${pkgver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('a5c4afa16e03af2dd76ec4d49a56acf8'
+md5sums=('5e94705ae741bc6e4c893cea7b5de0d5'
  'SKIP'
  '995621522c6ec9b68c1b858ceed627ed'
  '96f82c38f3f540b53f3e5144900acf17'


[arch-commits] Commit in samba/repos/extra-x86_64 (24 files)

2018-12-20 Thread Tobias Powalowski via arch-commits
Date: Thursday, December 20, 2018 @ 15:38:24
  Author: tpowa
Revision: 342610

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 342609, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 342609, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 342609, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 342609, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 342609, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 342609, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 342609, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 342609, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 342609, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 342609, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 342609, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 342609, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

--+
 PKGBUILD |  466 ++---
 nmbd.service |   24 +-
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +-
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +-
 12 files changed, 337 insertions(+), 337 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 15:38:12 UTC (rev 342609)
+++ PKGBUILD2018-12-20 15:38:24 UTC (rev 342610)
@@ -1,233 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.9.3
-pkgrel=1
-arch=(x86_64)
-url="http://www.samba.org;
-license=('GPL3')
-makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-http://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-  # change to use python2
-  SAVEIFS=${IFS}
-  IFS=$(echo -en "\n\b")
-  PYTHON_CALLERS="$(find ${srcdir}/samba-${pkgver} -name '*.py')
-$(find ${srcdir}/samba-${pkgver} -name 'wscript*')
-$(find ${srcdir}/samba-${pkgver} -name 'configure.ac')
-$(find ${srcdir}/samba-${pkgver} -name 'upgrade_from_s3')
-$(find ${srcdir}/samba-${pkgver}/buildtools -type f)
-$(find ${srcdir}/samba-${pkgver}/source4/scripting -type f)"
-  sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" \
- -e "s|python-config|python2-config|" \
- -e "s|bin/python|bin/python2|" \
-  ${PYTHON_CALLERS}
-  IFS=${SAVEIFS}
-
-  export PYTHON=/usr/bin/python2
-_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
- cd ${srcdir}/samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
- --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  

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

2018-12-20 Thread Jan Steffens via arch-commits
Date: Thursday, December 20, 2018 @ 15:38:12
  Author: heftig
Revision: 342609

0.42.4-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 15:38:07 UTC (rev 342608)
+++ PKGBUILD2018-12-20 15:38:12 UTC (rev 342609)
@@ -3,8 +3,8 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.42.3
-pkgrel=2
+pkgver=0.42.4
+pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=7beb4b6436c16492e0aa26c42c9067066b04bdd4  # tags/0.42.3^0
+_commit=2ff3e54e8e1e77a889db72cb523b3792962a3421  # tags/0.42.4^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-12-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 20, 2018 @ 14:19:31
  Author: arodseth
Revision: 417008

archrelease: copy trunk to community-x86_64

Added:
  julia/repos/community-x86_64/Make.user
(from rev 417007, julia/trunk/Make.user)
  julia/repos/community-x86_64/PKGBUILD
(from rev 417007, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/libunwind-version.patch
(from rev 417007, julia/trunk/libunwind-version.patch)
  julia/repos/community-x86_64/makefile.patch
(from rev 417007, julia/trunk/makefile.patch)
Deleted:
  julia/repos/community-x86_64/Make.user
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/julia-libunwind-version.diff
  julia/repos/community-x86_64/julia-makefile.diff

--+
 Make.user|   64 +++---
 PKGBUILD |  182 -
 julia-libunwind-version.diff |   17 ---
 julia-makefile.diff  |   12 --
 libunwind-version.patch  |   17 +++
 makefile.patch   |   12 ++
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: Make.user
===
--- Make.user   2018-12-20 14:19:22 UTC (rev 417007)
+++ Make.user   2018-12-20 14:19:31 UTC (rev 417008)
@@ -1,32 +0,0 @@
-# vim: set ft=make:
-
-override prefix = /usr
-override sysconfdir = /etc
-override MARCH = x86-64
-override JULIA_BUILD_MODE = release
-override USE_BLAS64 = 0
-override USE_SYSTEM_DSFMT = 0
-override USE_SYSTEM_FFTW = 1
-override USE_SYSTEM_GMP = 1
-override USE_SYSTEM_LIBGIT2 = 1
-override USE_SYSTEM_LIBM = 0
-override USE_SYSTEM_LIBUNWIND = 1
-override USE_SYSTEM_MPFR = 0
-override USE_SYSTEM_OPENLIBM = 0
-override USE_SYSTEM_OPENSPECFUN = 0
-override USE_SYSTEM_PCRE = 0
-override USE_SYSTEM_SUITESPARSE = 1
-override USE_SYSTEM_UTF8PROC = 1
-
-# system blas with cblas symbols linked too
-override USE_SYSTEM_BLAS = 1
-override USE_SYSTEM_CBLAS = 1
-override USE_SYSTEM_LAPACK = 1
-
-# FS#57387
-override USE_SYSTEM_LLVM = 0
-override USE_LLVM_SHLIB = 0
-
-# patchelf is not even used unless $(private_libdir_rel) != 
$(build_private_libdir_rel)
-# but we USE_SYSTEM_PATCHELF=1 to prevent building it. This is why it is not 
in makedepends.
-override USE_SYSTEM_PATCHELF = 1

Copied: julia/repos/community-x86_64/Make.user (from rev 417007, 
julia/trunk/Make.user)
===
--- Make.user   (rev 0)
+++ Make.user   2018-12-20 14:19:31 UTC (rev 417008)
@@ -0,0 +1,32 @@
+# vim: set ft=make:
+
+override prefix = /usr
+override sysconfdir = /etc
+override MARCH = x86-64
+override JULIA_BUILD_MODE = release
+override USE_BLAS64 = 0
+override USE_SYSTEM_DSFMT = 0
+override USE_SYSTEM_FFTW = 1
+override USE_SYSTEM_GMP = 1
+override USE_SYSTEM_LIBGIT2 = 1
+override USE_SYSTEM_LIBM = 0
+override USE_SYSTEM_LIBUNWIND = 1
+override USE_SYSTEM_MPFR = 0
+override USE_SYSTEM_OPENLIBM = 0
+override USE_SYSTEM_OPENSPECFUN = 0
+override USE_SYSTEM_PCRE = 0
+override USE_SYSTEM_SUITESPARSE = 1
+override USE_SYSTEM_UTF8PROC = 1
+
+# system blas with cblas symbols linked too
+override USE_SYSTEM_BLAS = 1
+override USE_SYSTEM_CBLAS = 1
+override USE_SYSTEM_LAPACK = 1
+
+# FS#57387
+override USE_SYSTEM_LLVM = 0
+override USE_LLVM_SHLIB = 0
+
+# patchelf is not even used unless $(private_libdir_rel) != 
$(build_private_libdir_rel)
+# but we USE_SYSTEM_PATCHELF=1 to prevent building it. This is why it is not 
in makedepends.
+override USE_SYSTEM_PATCHELF = 1

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 14:19:22 UTC (rev 417007)
+++ PKGBUILD2018-12-20 14:19:31 UTC (rev 417008)
@@ -1,91 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Eli Schwartz 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=(julia julia-docs)
-epoch=2
-pkgver=1.0.2
-pkgrel=1
-arch=('x86_64')
-pkgdesc='High-level, high-performance, dynamic programming language'
-url='https://julialang.org/'
-license=('MIT')
-depends=('cblas' 'fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 
'libutf8proc'
- 'openblas' 'suitesparse')
-makedepends=('cmake' 'gcc-fortran' 'gmp' 'python2')
-source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
-
'https://github.com/JuliaLang/julia/pull/29540/commits/0c442318196389d653ee21eba65d8c4f7beb72a0.patch'
-'julia-libunwind-version.diff'
-'julia-makefile.diff'
-'Make.user')
-sha256sums=('74c850516b293029fcefb1114145c424cab64e1d2f87264350d88a237f5f8bc5'
-'SKIP'
-'88fcbd8a2450027aada0892a60c49c891a8dae43ee6c19e64364b1a1373d50bc'
-'22974e1a6602c250cd993cc89cf38fd24668617484f44cadd60665e9af15207b'
-'b7374fcd5a579fc59d6988795fc0c3cf411a89205942c691a5b3003793ae6c52'
-   

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

2018-12-20 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 20, 2018 @ 14:19:22
  Author: arodseth
Revision: 417007

upgpkg: julia 2:1.0.3-1

Added:
  julia/trunk/libunwind-version.patch
(from rev 417006, julia/trunk/julia-libunwind-version.diff)
  julia/trunk/makefile.patch
(from rev 417006, julia/trunk/julia-makefile.diff)
Modified:
  julia/trunk/PKGBUILD
Deleted:
  julia/trunk/julia-libunwind-version.diff
  julia/trunk/julia-makefile.diff

--+
 PKGBUILD |   30 +++---
 julia-libunwind-version.diff |   17 -
 julia-makefile.diff  |   12 
 libunwind-version.patch  |   17 +
 makefile.patch   |   12 
 5 files changed, 44 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:40:41 UTC (rev 417006)
+++ PKGBUILD2018-12-20 14:19:22 UTC (rev 417007)
@@ -8,7 +8,7 @@
 pkgbase=julia
 pkgname=(julia julia-docs)
 epoch=2
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language'
@@ -18,11 +18,11 @@
  'openblas' 'suitesparse')
 makedepends=('cmake' 'gcc-fortran' 'gmp' 'python2')
 
source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
-
'https://github.com/JuliaLang/julia/pull/29540/commits/0c442318196389d653ee21eba65d8c4f7beb72a0.patch'
-'julia-libunwind-version.diff'
-'julia-makefile.diff'
+
'cblas.patch::https://github.com/JuliaLang/julia/pull/29540/commits/0c442318196389d653ee21eba65d8c4f7beb72a0.patch'
+'libunwind-version.patch'
+'makefile.patch'
 'Make.user')
-sha256sums=('74c850516b293029fcefb1114145c424cab64e1d2f87264350d88a237f5f8bc5'
+sha256sums=('618e6d29f1fba00f5b2bebf14e69a3a536c27c3132e021cf39774e8500dd29fa'
 'SKIP'
 '88fcbd8a2450027aada0892a60c49c891a8dae43ee6c19e64364b1a1373d50bc'
 '22974e1a6602c250cd993cc89cf38fd24668617484f44cadd60665e9af15207b'
@@ -32,17 +32,17 @@
 validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495')
 
 prepare() {
-  cd $pkgbase
+  cd $pkgbase-$pkgver
 
   # add and use option to build with system cblas
-  patch -p1 --no-backup-if-mismatch -i 
../0c442318196389d653ee21eba65d8c4f7beb72a0.patch
+  patch -p1 --no-backup-if-mismatch -i ../cblas.patch
 
   # https://github.com/JuliaLang/julia/pull/29082
   msg2 'Fixing libunwind version check...'
-  patch -p1 -i ../julia-libunwind-version.diff
+  patch -p1 -i ../libunwind-version.patch
 
   msg2 'Patching make install...'
-  patch -p0 -i ../julia-makefile.diff
+  patch -p0 -i ../makefile.patch
 
   msg2 'Configuring the build...'
   cp -f ../Make.user Make.user
@@ -49,11 +49,11 @@
 }
 
 build() {
-  env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make -C "$pkgbase"
+  env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make -C $pkgbase-$pkgver
 }
 
 check() {
- cd "$pkgbase/test"
+ cd $pkgbase-$pkgver/test
 
  # this is the make testall target, plus the --skip option from
  # travis/appveyor/circleci (one test fails with DNS resolution errors)
@@ -66,13 +66,13 @@
   backup=('etc/julia/startup.jl')
   optdepends=('gnuplot: If using the Gaston Package from julia')
 
-  make -C "$pkgbase" DESTDIR="$pkgdir" install
+  make -C $pkgbase-$pkgver DESTDIR="$pkgdir" install
 
   # Documentation is in the julia-docs package.
   # Man pages in /usr/share/julia/doc/man are duplicate.
   rm -rf "$pkgdir/usr/share/"{doc,julia/doc}
 
-  install -Dm644 "$pkgbase/LICENSE.md" \
+  install -Dm644 $pkgbase-$pkgver/LICENSE.md \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
@@ -81,9 +81,9 @@
   depends=('julia')
 
   install -d "$pkgdir/usr/share/doc"
-  cp -r "$pkgbase/doc" "$pkgdir/usr/share/doc/$pkgbase"
+  cp -r $pkgbase-$pkgver/doc "$pkgdir/usr/share/doc/$pkgbase"
   rm -rf "$pkgdir/usr/share/doc/julia/man"
-  install -Dm644 "$pkgbase/LICENSE.md" \
+  install -Dm644 $pkgbase-$pkgver/LICENSE.md \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 

Deleted: julia-libunwind-version.diff
===
--- julia-libunwind-version.diff2018-12-20 13:40:41 UTC (rev 417006)
+++ julia-libunwind-version.diff2018-12-20 14:19:22 UTC (rev 417007)
@@ -1,17 +0,0 @@
-diff --git a/src/julia_internal.h b/src/julia_internal.h
-index 186b5d7b2b..33143f2062 100644
 a/src/julia_internal.h
-+++ b/src/julia_internal.h
-@@ -623,12 +623,9 @@ extern volatile int jl_in_stackwalk;
- #  include 
- typedef unw_context_t bt_context_t;
- typedef unw_cursor_t bt_cursor_t;
--#  if (!defined(SYSTEM_LIBUNWIND) || UNW_VERSION_MAJOR > 1 ||   \
--   (UNW_VERSION_MAJOR == 1 && UNW_VERSION_MINOR > 1))
- // Enable our memory manager only for libunwind with our patch or
- // on a newer release
- #define JL_UNW_HAS_FORMAT_IP 1
--#  endif
- #else
- // 

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

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 14:08:52
  Author: ronald
Revision: 342606

upgpkg: lyx 2.3.2-1

update to 2.3.2

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:10:45 UTC (rev 342605)
+++ PKGBUILD2018-12-20 14:08:52 UTC (rev 342606)
@@ -2,14 +2,13 @@
 # Contributor: Jason Chu 
 
 pkgname=lyx
-pkgver=2.3.1
-_pkgver='2.3.1-2'
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('x86_64')
 url="http://www.lyx.org;
 depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
- 'libmythes' 'file' 'hicolor-icon-theme')
+ 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('boost' 'bc')
 optdepends=('rcs: built-in version control system'
 'texlive-latexextra: float wrap support'
@@ -17,10 +16,10 @@
 license=('GPL')
 backup=('etc/lyx/lyxrc.dist')
 options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$pkgver.tar.xz{,.sig}
 lyxrc.dist)
 validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
+sha256sums=('f1a80fc7d0c69e5a28145275dd4f88d2a93bad1033b0cffe953f668fbbe4956c'
 'SKIP'
 '7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
 


[arch-commits] Commit in lyx/repos/extra-x86_64 (6 files)

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 14:09:01
  Author: ronald
Revision: 342607

archrelease: copy trunk to extra-x86_64

Added:
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 342606, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx-enchant2.patch
(from rev 342606, lyx/trunk/lyx-enchant2.patch)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 342606, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx-enchant2.patch
  lyx/repos/extra-x86_64/lyxrc.dist

+
 PKGBUILD   |   93 +--
 lyx-enchant2.patch |   74 
 lyxrc.dist |   28 +++
 3 files changed, 97 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 14:08:52 UTC (rev 342606)
+++ PKGBUILD2018-12-20 14:09:01 UTC (rev 342607)
@@ -1,47 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.3.1
-_pkgver='2.3.1-2'
-pkgrel=2
-pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
-arch=('x86_64')
-url="http://www.lyx.org;
-depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
- 'libmythes' 'file' 'hicolor-icon-theme')
-makedepends=('boost' 'bc')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support'
-'python: support for python scripts')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
-lyxrc.dist)
-validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
-'SKIP'
-'7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---enable-qt5 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # install default config file
-  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
-  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
-}

Copied: lyx/repos/extra-x86_64/PKGBUILD (from rev 342606, lyx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 14:09:01 UTC (rev 342607)
@@ -0,0 +1,46 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('x86_64')
+url="http://www.lyx.org;
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
+ 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support'
+'python: support for python scripts')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$pkgver.tar.xz{,.sig}
+lyxrc.dist)
+validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
+sha256sums=('f1a80fc7d0c69e5a28145275dd4f88d2a93bad1033b0cffe953f668fbbe4956c'
+'SKIP'
+'7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--enable-qt5 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Deleted: lyx-enchant2.patch
===
--- lyx-enchant2.patch  2018-12-20 14:08:52 UTC (rev 342606)
+++ lyx-enchant2.patch  2018-12-20 14:09:01 UTC (rev 342607)
@@ -1,37 +0,0 @@
-diff --git a/lyx-2.2.3/src/EnchantChecker.cpp.orig 
b/lyx-2.2.3/src/EnchantChecker.cpp
-index 7be361a..70d9914 100644
 lyx-2.2.3/src/EnchantChecker.cpp.orig
-+++ lyx-2.2.3/src/EnchantChecker.cpp
-@@ -53,6 +53,8 @@ struct EnchantChecker::Private
- 
-   /// the spellers
-   Spellers spellers_;
-+
-+  enchant::Broker instance;
- };
- 
- 
-@@ -68,12 +70,11 @@ EnchantChecker::Private::~Private()
- 
- enchant::Dict * EnchantChecker::Private::addSpeller(string 

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

2018-12-20 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 20, 2018 @ 13:40:41
  Author: jelle
Revision: 417006

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 13:40:31 UTC (rev 417005)
+++ PKGBUILD2018-12-20 13:40:41 UTC (rev 417006)
@@ -1,49 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2018.7
-pkgrel=1
-arch=('any')
-url="http://pypi.python.org/pypi/pytz;
-license=("MIT")
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('4b91594c440aa20c76ac92043efa75e1')
-validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-
-build(){
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz-$pkgver
-
-python3 setup.py install --root=$pkgdir/
-
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz2-$pkgver
-
-python2 setup.py install --root="$pkgdir/"
-
-install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 417005, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 13:40:41 UTC (rev 417006)
@@ -0,0 +1,49 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2018.7
+pkgrel=2
+arch=('any')
+url="http://pypi.python.org/pypi/pytz;
+license=("MIT")
+makedepends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
+md5sums=('4b91594c440aa20c76ac92043efa75e1')
+validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+
+build(){
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz-$pkgver
+
+python3 setup.py install --root=$pkgdir/
+
+install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz2-$pkgver
+
+python2 setup.py install --root="$pkgdir/"
+
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-12-20 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 20, 2018 @ 13:40:31
  Author: jelle
Revision: 417005

upgpkg: python-pytz 2018.7-2

fix LICENSE permissions

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:29:20 UTC (rev 417004)
+++ PKGBUILD2018-12-20 13:40:31 UTC (rev 417005)
@@ -5,7 +5,7 @@
 
 pkgname=('python-pytz' 'python2-pytz')
 pkgver=2018.7
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="http://pypi.python.org/pypi/pytz;
 license=("MIT")
@@ -33,7 +33,7 @@
 
 python3 setup.py install --root=$pkgdir/
 
-install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 
@@ -45,5 +45,5 @@
 
 python2 setup.py install --root="$pkgdir/"
 
-install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:27:32
  Author: felixonmars
Revision: 416972

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 416971, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
416971, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 13:27:32 UTC (rev 416972)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=157
+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 tamarin-prover/trunk (PKGBUILD)

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:27:14
  Author: felixonmars
Revision: 416971

upgpkg: tamarin-prover 1.4.0-157

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:25:25 UTC (rev 416970)
+++ PKGBUILD2018-12-20 13:27:14 UTC (rev 416971)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=156
+pkgrel=157
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:25:07
  Author: felixonmars
Revision: 416969

upgpkg: stack 1.9.3-14

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:19:20 UTC (rev 416968)
+++ PKGBUILD2018-12-20 13:25:07 UTC (rev 416969)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=13
+pkgrel=14
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:25:25
  Author: felixonmars
Revision: 416970

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 416969, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 13:25:25 UTC (rev 416970)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=14
+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 416969, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-12-20 13:25:25 UTC (rev 
416970)
@@ -0,0 +1,4 @@
+post_install() {
+  

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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:19:20
  Author: felixonmars
Revision: 416968

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 416967, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/new-hasql.patch
(from rev 416967, postgrest/trunk/new-hasql.patch)

-+
 PKGBUILD|   77 
 new-hasql.patch |  477 ++
 2 files changed, 554 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 416967, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 13:19:20 UTC (rev 416968)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.5.0.0
+pkgrel=84
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;
+new-hasql.patch)
+sha512sums=('ba8974cc83de3a7fcf1ede454eed726d6dfe7d677e4b34bbf6a03f11cc648d6812c2f101684175bb1f4d0f0b384795a737791ce807c257eae67158e2fc74b0a0'
+
'54257b24e646175c3687d3d0b224092441e0a8093d04327fb900da6c463625bfc952aabe46bcbbee8d0b4b96d4c07b4b148efa5ac4dcd9dd60bf7d3da5a49fcd')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../new-hasql.patch
+
+sed -i 's/==/>=/' $pkgname.cabal
+
+sed -i '/import\s*Safe/d' src/PostgREST/App.hs
+sed -i '/safe/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}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 
416967, postgrest/trunk/new-hasql.patch)
===
--- community-staging-x86_64/new-hasql.patch(rev 0)
+++ community-staging-x86_64/new-hasql.patch2018-12-20 13:19:20 UTC (rev 
416968)
@@ -0,0 +1,477 @@
+From f02992e562fafc807092d09a8034f2117c9db00d Mon Sep 17 00:00:00 2001
+From: Ben Gamari 
+Date: Thu, 28 Jun 2018 01:02:09 -0400
+Subject: [PATCH] Update hasql
+
+Move to hasql 1.3.
+---
+ postgrest.cabal   |   6 +-
+ src/PostgREST/App.hs  |  16 ++---
+ 

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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:19:01
  Author: felixonmars
Revision: 416967

upgpkg: postgrest 0.5.0.0-84

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:15:37 UTC (rev 416966)
+++ PKGBUILD2018-12-20 13:19:01 UTC (rev 416967)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=0.5.0.0
-pkgrel=83
+pkgrel=84
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:15:37
  Author: felixonmars
Revision: 416966

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 416965, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 416965, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 13:15:37 UTC (rev 416966)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.1
+pkgrel=18
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec6'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 
'haskell-vector-binary-instances'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' idris.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
+}
+
+build() {
+cd Idris-dev-$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 \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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 idris/trunk (PKGBUILD)

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:15:18
  Author: felixonmars
Revision: 416965

upgpkg: idris 1.3.1-18

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:02:12 UTC (rev 416964)
+++ PKGBUILD2018-12-20 13:15:18 UTC (rev 416965)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("BSD")


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

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 13:10:45
  Author: ronald
Revision: 342605

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 342604, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 13:10:34 UTC (rev 342604)
+++ PKGBUILD2018-12-20 13:10:45 UTC (rev 342605)
@@ -1,33 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl' 'hicolor-icon-theme')
-makedepends=('mesa' 'meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3995db51f810b39bc4d69894121030014bec18ce409a70b74ab1c66923127c1f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 342604, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 13:10:45 UTC (rev 342605)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl' 'hicolor-icon-theme')
+makedepends=('mesa' 'meson')
+#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
+sha256sums=('7b5b94e173b5414e343483ab4a418796216104c8e9c098e988e2583638ab8825')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 13:10:34
  Author: ronald
Revision: 342604

upgpkg: terminology 1.3.2-1

update to 1.3.2; source is not hosted on enlightenment infrastructure for now

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:10:57 UTC (rev 342603)
+++ PKGBUILD2018-12-20 13:10:34 UTC (rev 342604)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -11,8 +11,9 @@
 license=('BSD')
 depends=('efl' 'hicolor-icon-theme')
 makedepends=('mesa' 'meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3995db51f810b39bc4d69894121030014bec18ce409a70b74ab1c66923127c1f')
+#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
+sha256sums=('7b5b94e173b5414e343483ab4a418796216104c8e9c098e988e2583638ab8825')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:02:12
  Author: felixonmars
Revision: 416964

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 416963, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 13:02:12 UTC (rev 416964)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.3
+pkgrel=139
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 
'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195')
+
+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" \
+--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 "${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}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:01:54
  Author: felixonmars
Revision: 416963

upgpkg: hoogle 5.0.17.3-139

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:00:28 UTC (rev 416962)
+++ PKGBUILD2018-12-20 13:01:54 UTC (rev 416963)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=138
+pkgrel=139
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:00:28
  Author: felixonmars
Revision: 416962

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 416961, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 416961, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 13:00:28 UTC (rev 416962)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.12
+pkgrel=14
+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-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 13:00:07
  Author: felixonmars
Revision: 416961

upgpkg: hledger-web 1.12-14

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:58:48 UTC (rev 416960)
+++ PKGBUILD2018-12-20 13:00:07 UTC (rev 416961)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.12
-pkgrel=13
+pkgrel=14
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:58:48
  Author: felixonmars
Revision: 416960

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 416959, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:58:48 UTC (rev 416960)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.12
+pkgrel=14
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-docopt' 'haskell-either' 
'haskell-microlens'
+ 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server'
+ 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('bf495f7b0653d1bd55f5896bae30ae09bb8a014ce91d2a2c0926722bf6778bfcf946aa2c4f9e19af24f38c136707fc247bc953f1e4e4283b207054f058331622')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:58:27
  Author: felixonmars
Revision: 416959

upgpkg: hledger-api 1.12-14

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:30:39 UTC (rev 416958)
+++ PKGBUILD2018-12-20 12:58:27 UTC (rev 416959)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.12
-pkgrel=13
+pkgrel=14
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:30:39
  Author: felixonmars
Revision: 416958

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 416957, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 416957, 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 416957, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:30:39 UTC (rev 416958)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20181211
+pkgrel=5
+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 
416957, 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-20 12:30:39 UTC (rev 
416958)
@@ -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 git-annex/trunk (PKGBUILD)

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:30:20
  Author: felixonmars
Revision: 416957

upgpkg: git-annex 7.20181211-5

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:25:04 UTC (rev 416956)
+++ PKGBUILD2018-12-20 12:30:20 UTC (rev 416957)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20181211
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:25:04
  Author: felixonmars
Revision: 416956

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 416955, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
416955, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:25:04 UTC (rev 416956)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=25
+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-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:24:43
  Author: felixonmars
Revision: 416955

upgpkg: haskell-yesod-static 1.6.0.1-25

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:23:39 UTC (rev 416954)
+++ PKGBUILD2018-12-20 12:24:43 UTC (rev 416955)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:23:39
  Author: felixonmars
Revision: 416954

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 416953, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
416953, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:23:39 UTC (rev 416954)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.5.1
+pkgrel=32
+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-test/trunk (PKGBUILD)

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:23:21
  Author: felixonmars
Revision: 416953

upgpkg: haskell-yesod-test 1.6.5.1-32

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:22:20 UTC (rev 416952)
+++ PKGBUILD2018-12-20 12:23:21 UTC (rev 416953)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.5.1
-pkgrel=31
+pkgrel=32
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:22:20
  Author: felixonmars
Revision: 416952

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 416951, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
416951, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:22:20 UTC (rev 416952)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.5
+pkgrel=29
+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-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:22:03
  Author: felixonmars
Revision: 416951

upgpkg: haskell-yesod-auth 1.6.5-29

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:20:56 UTC (rev 416950)
+++ PKGBUILD2018-12-20 12:22:03 UTC (rev 416951)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.5
-pkgrel=28
+pkgrel=29
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:20:56
  Author: felixonmars
Revision: 416950

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 416949, haskell-yesod/trunk/PKGBUILD)

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 416949, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:20:56 UTC (rev 416950)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=177
+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-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:20:39
  Author: felixonmars
Revision: 416949

upgpkg: haskell-yesod 1.6.0-177

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:19:43 UTC (rev 416948)
+++ PKGBUILD2018-12-20 12:20:39 UTC (rev 416949)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=176
+pkgrel=177
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:19:43
  Author: felixonmars
Revision: 416948

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 416947, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
416947, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:19:43 UTC (rev 416948)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.3
+pkgrel=27
+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-form/trunk (PKGBUILD)

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:19:24
  Author: felixonmars
Revision: 416947

upgpkg: haskell-yesod-form 1.6.3-27

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:18:18 UTC (rev 416946)
+++ PKGBUILD2018-12-20 12:19:24 UTC (rev 416947)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.3
-pkgrel=26
+pkgrel=27
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:18:18
  Author: felixonmars
Revision: 416946

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 416945, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 416945, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:18:18 UTC (rev 416946)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.1
+pkgrel=30
+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 haskell-yesod-persistent/trunk (PKGBUILD)

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:18:00
  Author: felixonmars
Revision: 416945

upgpkg: haskell-yesod-persistent 1.6.0.1-30

rebuild with fast-logger 2.4.12, unix-time 0.4.3

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 12:17:09 UTC (rev 416944)
+++ PKGBUILD2018-12-20 12:18:00 UTC (rev 416945)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.1
-pkgrel=29
+pkgrel=30
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-12-20 Thread Felix Yan via arch-commits
Date: Thursday, December 20, 2018 @ 12:17:09
  Author: felixonmars
Revision: 416944

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 416943, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
416943, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-20 12:17:09 UTC (rev 416944)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=443
+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"
+}


  1   2   >