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

2018-05-03 Thread Andreas Radke via arch-commits
Date: Friday, May 4, 2018 @ 05:43:22
  Author: andyrtr
Revision: 323372

upgpkg: tzdata 2018e-1

upstream update 2018e

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 05:41:07 UTC (rev 323371)
+++ PKGBUILD2018-05-04 05:43:22 UTC (rev 323372)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2018d
+pkgver=2018e
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -11,7 +11,7 @@
 options=('!emptydirs')
 # new signing key is not available via public keyservers
 
source=(https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha512sums=('ee961aedc34e134172523a29fb8a9358f42649d06ffcd2d8a6ad86eeb174a80af5bfc4637e9e52ecdc51fa3d01afef9fff660a69ed72904ff747a59b5634830b'
+sha512sums=('d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae'
 'SKIP')
 validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 


[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2018-05-03 Thread Andreas Radke via arch-commits
Date: Friday, May 4, 2018 @ 05:43:29
  Author: andyrtr
Revision: 323373

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 323372, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 323372, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-05-04 05:43:29 UTC (rev 323373)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2018e
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+# new signing key is not available via public keyservers
+source=(https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha512sums=('d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae'
+'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


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

2018-05-03 Thread Andreas Radke via arch-commits
Date: Friday, May 4, 2018 @ 05:40:58
  Author: andyrtr
Revision: 323370

upgpkg: xterm 333-1

upstream update 333

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 05:02:43 UTC (rev 323369)
+++ PKGBUILD2018-05-04 05:40:58 UTC (rev 323370)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=332
+pkgver=333
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-sha256sums=('5d4b112717e62032826082bec523aff2ab9d9b1531b1d2e81f6cab4c668cb27d'
+sha256sums=('2f1d42014e55c8036c6b29a847b31d3b5c1a3a35b126993ae6d3f05e8da0ef78'
 'SKIP'
 '9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"


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

2018-05-03 Thread Andreas Radke via arch-commits
Date: Friday, May 4, 2018 @ 05:41:07
  Author: andyrtr
Revision: 323371

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/LICENSE
(from rev 323370, xterm/trunk/LICENSE)
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 323370, xterm/trunk/PKGBUILD)

--+
 LICENSE  |   73 +
 PKGBUILD |   64 +
 2 files changed, 137 insertions(+)

Copied: xterm/repos/testing-x86_64/LICENSE (from rev 323370, 
xterm/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2018-05-04 05:41:07 UTC (rev 323371)
@@ -0,0 +1,73 @@
+/***
+
+Copyright 2002-2008,2009 by Thomas E. Dickey
+
+All Rights Reserved
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name(s) of the above copyright
+holders shall not be used in advertising or otherwise to promote the
+sale, use or other dealings in this Software without prior written
+authorization.
+
+Copyright 1987, 1988  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
+
+All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+**/

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 323370, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-04 05:41:07 UTC (rev 323371)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=333
+pkgrel=1
+pkgdesc="X Terminal Emulator"

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

2018-05-03 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 05:22:28
  Author: felixonmars
Revision: 318930

archrelease: copy trunk to community-x86_64

Added:
  deepin-anything/repos/community-x86_64/
  deepin-anything/repos/community-x86_64/PKGBUILD
(from rev 318929, deepin-anything/trunk/PKGBUILD)

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

Copied: deepin-anything/repos/community-x86_64/PKGBUILD (from rev 318929, 
deepin-anything/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-04 05:22:28 UTC (rev 318930)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="Deepin "
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('dkms')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('6a210f2b3797647b0bf280ecd97b2d71ff6c882d9cd8d8daadf141b2125c5ade3af4f27086be3c6e68e3f823c0acb4753afbbadcee2cf82b0d18559409b7d64d')
+
+build() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver DESTDIR="$pkgdir" install
+
+  cp debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
+}


[arch-commits] Commit in (4 files)

2018-05-03 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 05:20:58
  Author: felixonmars
Revision: 318929

addpkg: deepin-anything 0.0.1-1

Added:
  deepin-anything/
  deepin-anything/repos/
  deepin-anything/trunk/
  deepin-anything/trunk/PKGBUILD

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

Added: deepin-anything/trunk/PKGBUILD
===
--- deepin-anything/trunk/PKGBUILD  (rev 0)
+++ deepin-anything/trunk/PKGBUILD  2018-05-04 05:20:58 UTC (rev 318929)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="Deepin "
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('dkms')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('6a210f2b3797647b0bf280ecd97b2d71ff6c882d9cd8d8daadf141b2125c5ade3af4f27086be3c6e68e3f823c0acb4753afbbadcee2cf82b0d18559409b7d64d')
+
+build() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver DESTDIR="$pkgdir" install
+
+  cp debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
+}


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


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

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Friday, May 4, 2018 @ 05:08:11
  Author: eschwartz
Revision: 318928

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 05:07:46 UTC (rev 318927)
+++ PKGBUILD2018-05-04 05:08:11 UTC (rev 318928)
@@ -1,74 +0,0 @@
-# $Id$
-# 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.22.1
-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'
- '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' 'xdg-utils')
-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=('532b4dd4e566f479f98990ffdaaeb3af3a2fb7deb086508c5889bbebd8baa8d9'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-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
-}
-
-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
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 318927, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 05:08:11 UTC (rev 318928)
@@ -0,0 +1,74 @@
+# $Id$
+# 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.23.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'
+ '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' 'xdg-utils')
+optdepends=('ipython2: to use calibre-debug'
+'poppler: required for converting pdf to html'
+)

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

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Friday, May 4, 2018 @ 05:07:46
  Author: eschwartz
Revision: 318927

upgpkg: calibre 3.23.0-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 05:03:03 UTC (rev 318926)
+++ PKGBUILD2018-05-04 05:07:46 UTC (rev 318927)
@@ -8,7 +8,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.22.1
+pkgver=3.23.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('532b4dd4e566f479f98990ffdaaeb3af3a2fb7deb086508c5889bbebd8baa8d9'
+sha256sums=('c98564e6b5599a4838c68b8266559a487d15abfc04331ad850fcbe09db884337'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2018-05-03 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 04:08:43
  Author: felixonmars
Revision: 318924

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 04:08:20 UTC (rev 318923)
+++ PKGBUILD2018-05-04 04:08:43 UTC (rev 318924)
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Houdebert 
-# Contributor: Erhan SAHIN 
-
-_pkgname=monotonic
-pkgname=('python-monotonic' 'python2-monotonic')
-pkgver=1.4
-pkgrel=1
-pkgdesc="An implementation of time.monotonic() for Python 2."
-url="https://pypi.python.org/pypi/monotonic;
-license=('Apache')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz;)
-sha512sums=('2ac02b027a41f4635b62508a9a435ffd124d0f0708a93558a6702dc997837e602790ebf6af256434faa15989e9c4ad7d8a27be9fdcf04bb22b451991a7e8cc46')
-
-package_python-monotonic() {
-  depends=('python')
-
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-monotonic() {
-  depends=('python2')
-
-  cd "$srcdir/$_pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-monotonic/repos/community-any/PKGBUILD (from rev 318923, 
python-monotonic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 04:08:43 UTC (rev 318924)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Houdebert 
+# Contributor: Erhan SAHIN 
+
+_pkgname=monotonic
+pkgname=('python-monotonic' 'python2-monotonic')
+pkgver=1.5
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python 2."
+url="https://pypi.python.org/pypi/monotonic;
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz;)
+sha512sums=('acee69916a82059a027e7bcc03c58deb5ce773a1aff45938699cf09c3ab49b7827c2c01b431593ed76ae49009728c3d52923267eccfc7e15390f8730351a39e2')
+
+package_python-monotonic() {
+  depends=('python')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-monotonic() {
+  depends=('python2')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-05-03 Thread Felix Yan via arch-commits
Date: Friday, May 4, 2018 @ 04:08:20
  Author: felixonmars
Revision: 318923

upgpkg: python-monotonic 1.5-1

Modified:
  python-monotonic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-04 01:09:12 UTC (rev 318922)
+++ PKGBUILD2018-05-04 04:08:20 UTC (rev 318923)
@@ -4,7 +4,7 @@
 
 _pkgname=monotonic
 pkgname=('python-monotonic' 'python2-monotonic')
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc="An implementation of time.monotonic() for Python 2."
 url="https://pypi.python.org/pypi/monotonic;
@@ -12,7 +12,7 @@
 arch=('any')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz;)
-sha512sums=('2ac02b027a41f4635b62508a9a435ffd124d0f0708a93558a6702dc997837e602790ebf6af256434faa15989e9c4ad7d8a27be9fdcf04bb22b451991a7e8cc46')
+sha512sums=('acee69916a82059a027e7bcc03c58deb5ce773a1aff45938699cf09c3ab49b7827c2c01b431593ed76ae49009728c3d52923267eccfc7e15390f8730351a39e2')
 
 package_python-monotonic() {
   depends=('python')


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

2018-05-03 Thread Levente Polyak via arch-commits
Date: Friday, May 4, 2018 @ 01:09:12
  Author: anthraxx
Revision: 318922

archrelease: copy trunk to community-x86_64

Added:
  busybox/repos/community-x86_64/PKGBUILD
(from rev 318921, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/busybox.install
(from rev 318921, busybox/trunk/busybox.install)
  busybox/repos/community-x86_64/config
(from rev 318921, busybox/trunk/config)
Deleted:
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/busybox.install
  busybox/repos/community-x86_64/config

-+
 PKGBUILD|   72 -
 busybox.install |   32 
 config  | 2310 +++---
 3 files changed, 1208 insertions(+), 1206 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-04 01:08:56 UTC (rev 318921)
+++ PKGBUILD2018-05-04 01:09:12 UTC (rev 318922)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jens Pranaitis 
-
-pkgname=busybox
-pkgver=1.28.2
-pkgrel=1
-pkgdesc="Utilities for rescue and embedded systems"
-arch=("x86_64")
-url="https://www.busybox.net;
-license=('GPL')
-makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
-install=busybox.install
-source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
-   "config")
-sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d'
-'5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cp "$srcdir"/config .config
-  sed '1,1i#include ' -i include/libbb.h
-  # if you want to run menuconfig uncomment the following line:
-#  make menuconfig ; return 1
-  make CC=musl-gcc
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm755 busybox "$pkgdir"/usr/bin/busybox
-  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
-  for doc in BusyBox.html BusyBox.txt; do
-install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
-  done
-}

Copied: busybox/repos/community-x86_64/PKGBUILD (from rev 318921, 
busybox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-04 01:09:12 UTC (rev 318922)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jens Pranaitis 
+
+pkgname=busybox
+pkgver=1.28.3
+pkgrel=1
+pkgdesc="Utilities for rescue and embedded systems"
+arch=("x86_64")
+url="https://www.busybox.net;
+license=('GPL')
+makedepends=("make" "gcc" "sed" "ncurses" "musl" "kernel-headers-musl")
+install=busybox.install
+source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
+   "config")
+sha256sums=('ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e'
+'5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cp "$srcdir"/config .config
+  sed '1,1i#include ' -i include/libbb.h
+  # if you want to run menuconfig uncomment the following line:
+#  make menuconfig ; return 1
+  # reproducible build
+  export KCONFIG_NOTIMESTAMP=1
+  make CC=musl-gcc
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 busybox "$pkgdir"/usr/bin/busybox
+  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
+  for doc in BusyBox.html BusyBox.txt; do
+install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
+  done
+}

Deleted: busybox.install
===
--- busybox.install 2018-05-04 01:08:56 UTC (rev 318921)
+++ busybox.install 2018-05-04 01:09:12 UTC (rev 318922)
@@ -1,16 +0,0 @@
-_tmp_dir=tmp/busybox.upgrade
-
-post_install() {
-  echo "You may want to do setuid on /usr/bin/busybox"
-  echo "  chmod 4555 /usr/bin/busybox"
-}
-
-pre_upgrade() {
-  mkdir ${_tmp_dir} || exit 1
-  busybox stat -c %a usr/bin/busybox >${_tmp_dir}/busybox.upgrade.script
-}
-
-post_upgrade() {
-  [ -f ${_tmp_dir}/busybox.upgrade.script ] && busybox chmod `busybox cat 
${_tmp_dir}/busybox.upgrade.script` usr/bin/busybox
-  busybox rm -rf ${_tmp_dir}
-}

Copied: busybox/repos/community-x86_64/busybox.install (from rev 318921, 
busybox/trunk/busybox.install)
===
--- busybox.install (rev 0)
+++ busybox.install 2018-05-04 01:09:12 UTC (rev 318922)
@@ -0,0 +1,16 @@
+_tmp_dir=tmp/busybox.upgrade
+
+post_install() {
+  echo "You may want to do setuid on /usr/bin/busybox"
+  echo "  chmod 4555 /usr/bin/busybox"
+}
+
+pre_upgrade() {
+  mkdir ${_tmp_dir} || exit 1
+  busybox stat -c %a usr/bin/busybox >${_tmp_dir}/busybox.upgrade.script
+}
+
+post_upgrade() {
+  [ -f ${_tmp_dir}/busybox.upgrade.script ] && busybox chmod `busybox cat 
${_tmp_dir}/busybox.upgrade.script` 

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

2018-05-03 Thread Levente Polyak via arch-commits
Date: Friday, May 4, 2018 @ 01:08:56
  Author: anthraxx
Revision: 318921

upgpkg: busybox 1.28.3-1 (+ enable reproducible builds)

Modified:
  busybox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 23:53:17 UTC (rev 318920)
+++ PKGBUILD2018-05-04 01:08:56 UTC (rev 318921)
@@ -3,7 +3,7 @@
 # Contributor: Jens Pranaitis 
 
 pkgname=busybox
-pkgver=1.28.2
+pkgver=1.28.3
 pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 install=busybox.install
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
"config")
-sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d'
+sha256sums=('ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e'
 '5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
 
 build() {
@@ -22,6 +22,8 @@
   sed '1,1i#include ' -i include/libbb.h
   # if you want to run menuconfig uncomment the following line:
 #  make menuconfig ; return 1
+  # reproducible build
+  export KCONFIG_NOTIMESTAMP=1
   make CC=musl-gcc
 }
 


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

2018-05-03 Thread Levente Polyak via arch-commits
Date: Friday, May 4, 2018 @ 00:51:28
  Author: anthraxx
Revision: 323366

upgpkg: linux-hardened 4.16.7.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
Deleted:
  linux-hardened/trunk/fix-vboxguest-on-guests-with-more-than-4G-RAM.patch

-+
 PKGBUILD|8 
 fix-vboxguest-on-guests-with-more-than-4G-RAM.patch |  549 --
 2 files changed, 3 insertions(+), 554 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 19:52:08 UTC (rev 323365)
+++ PKGBUILD2018-05-04 00:51:28 UTC (rev 323366)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.16
-_pkgver=4.16.6
+_pkgver=4.16.7
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/anthraxx/linux-hardened'
@@ -25,15 +25,14 @@
 
 # https://bugs.archlinux.org/task/56711
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
-fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
 partially-revert-swiotlb-remove-various-exports.patch
 )
 replaces=('linux-grsec')
 sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
 'SKIP'
-'634d3fd97e5d9d90262db0a9d62ed0a40043eb691d68bd4a545f907079610b56'
+'f5ef83461054024814846eb816c76eba1b903f7e3e38c3417027b33070b60d91'
 'SKIP'
-'587477338e3c34e31c8d895bae9bed6847d6b0b5ad318460733ee9213730315f'
+'263b331ee4f18ae9500541265ca2d37764d4b25a2541aa9824e92909456e2285'
 'SKIP'
 '8e1484d775b378be0cb424674ac66e5e96a0ab1adbde3bb5b4f9ad0be75d5993'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
@@ -40,7 +39,6 @@
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
 'c08d12c699398ef88b764be1837b9ee11f2efd3188bd1bf4e8f85dfbeee58148'
-'b1c1cf770b2baab046d52687ec3dd83c543e3f45b4abeae2686c814673e0a1c5'
 '87a0849079db7bf1deefb687bcf43170f1b209d27af9950f98b049cdf233b447')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds

Deleted: fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
===
--- fix-vboxguest-on-guests-with-more-than-4G-RAM.patch 2018-05-03 19:52:08 UTC 
(rev 323365)
+++ fix-vboxguest-on-guests-with-more-than-4G-RAM.patch 2018-05-04 00:51:28 UTC 
(rev 323366)
@@ -1,549 +0,0 @@
-From a117a2995f291e765c5de06f42f02a1687ecb55e Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 11 Apr 2018 21:27:44 +0200
-Subject: Fix vboxguest on guests with more than 4G RAM
-
-Squashed commit of the following:
-
-commit 042b191f6b98165d6bcca3ae09a0f9b289d6155e
-Author: Hans de Goede 
-Date:   Thu Mar 29 17:28:57 2018 +0200
-
-virt: vbox: Log an error when we fail to get the host version
-
-This was the only error path during probe without a message being logged
-about what went wrong, this fixes this.
-
-Signed-off-by: Hans de Goede 
-
-commit e4111a6c617687f7cb414ddfa8176206910db76e
-Author: Hans de Goede 
-Date:   Thu Mar 29 17:28:56 2018 +0200
-
-virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory
-
-It is not possible to get DMA32 zone memory through kmalloc, causing
-the vboxguest driver to malfunction due to getting memory above
-4G which the PCI device cannot handle.
-
-This commit changes the kmalloc calls where the 4G limit matters to
-using __get_free_pages() fixing vboxguest not working on x86_64 guests
-with more then 4G RAM.
-
-Cc: sta...@vger.kernel.org
-Reported-by: Eloy Coto Pereiro 
-Signed-off-by: Hans de Goede 
-
-commit 2cb20368ce32e7275a351eadadd4c8f3da742a28
-Author: Hans de Goede 
-Date:   Thu Mar 29 17:28:55 2018 +0200
-
-virt: vbox: Add vbg_req_free() helper function
-
-This is a preparation patch for fixing issues on x86_64 virtual-machines
-with more then 4G of RAM, atm we pass __GFP_DMA32 to kmalloc, but kmalloc
-does not honor that, so we need to switch to get_pages, which means we
-will not be able to use kfree to free memory allocated with vbg_alloc_req.
-
-While at it also remove a comment on a vbg_alloc_req call which talks
-about Windows (inherited from the vbox upstream cross-platform code).
-
-Cc: sta...@vger.kernel.org
-Signed-off-by: Hans de Goede 
-
-commit fa5c012bc9c3e1ada5cde0bfa3c6706be97b7cb0
-Author: Hans de Goede 
-Date:   Thu Mar 29 17:28:54 2018 +0200
-
-virt: vbox: Move declarations of vboxguest private functions to private 
header
-
-Move the 

[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (17 files)

2018-05-03 Thread Levente Polyak via arch-commits
Date: Friday, May 4, 2018 @ 00:51:47
  Author: anthraxx
Revision: 323367

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 323366, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 323366, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 323366, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 323366, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
(from rev 323366, 
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 323366, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 323366, linux-hardened/trunk/linux.preset)
  
linux-hardened/repos/extra-x86_64/partially-revert-swiotlb-remove-various-exports.patch
(from rev 323366, 
linux-hardened/trunk/partially-revert-swiotlb-remove-various-exports.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  
linux-hardened/repos/extra-x86_64/fix-vboxguest-on-guests-with-more-than-4G-RAM.patch
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset
  
linux-hardened/repos/extra-x86_64/partially-revert-swiotlb-remove-various-exports.patch

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  516 
 config.x86_64 |19220 
+-
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   78 
 fix-vboxguest-on-guests-with-more-than-4G-RAM.patch   |  549 
 linux.install |   22 
 linux.preset  |   28 
 partially-revert-swiotlb-remove-various-exports.patch |   52 
 9 files changed, 9980 insertions(+), 10531 deletions(-)

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


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

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 23:53:17
  Author: bgyorgy
Revision: 318920

archrelease: copy trunk to community-x86_64

Added:
  dillo/repos/community-x86_64/PKGBUILD
(from rev 318919, dillo/trunk/PKGBUILD)
  dillo/repos/community-x86_64/dillo.desktop
(from rev 318919, dillo/trunk/dillo.desktop)
Deleted:
  dillo/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   69 ++--
 dillo.desktop |9 +++
 2 files changed, 47 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 23:52:33 UTC (rev 318919)
+++ PKGBUILD2018-05-03 23:53:17 UTC (rev 318920)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=dillo
-pkgver=3.0.5
-pkgrel=5
-pkgdesc="A small, fast graphical web browser built on FLTK"
-arch=(i686 x86_64)
-url="http://www.dillo.org;
-license=('GPL')
-depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
- 'libxi' 'libxinerama' 'openssl-1.0')
-backup=(etc/dillo/{dillorc,dpidrc})
-validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
-source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0" \
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies 
--enable-dlgui \
-  --enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: dillo/repos/community-x86_64/PKGBUILD (from rev 318919, 
dillo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 23:53:17 UTC (rev 318920)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dorphell 
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=6
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(x86_64)
+url="http://www.dillo.org;
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama' 'openssl-1.0')
+backup=(etc/dillo/{dillorc,dpidrc})
+validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc}
+dillo.desktop
+https://www.dillo.org/Icons/ProgramIcon48.png)
+sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
+'SKIP'
+'54848080de1911a2af8ff786fbe92bdad8fe8b7b8a0d580c9c79b0a98f9fdcde'
+'de629745e6f3a271475a501e2b94558b3deb7bf9a407bcef16426e600e1731f3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies 
--enable-dlgui \
+  --enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../dillo.desktop 
"$pkgdir/usr/share/applications/dillo.desktop"
+  install -Dm644 ../ProgramIcon48.png "$pkgdir/usr/share/pixmaps/dillo.png"
+}

Copied: dillo/repos/community-x86_64/dillo.desktop (from rev 318919, 
dillo/trunk/dillo.desktop)
===
--- dillo.desktop   (rev 0)
+++ dillo.desktop   2018-05-03 23:53:17 UTC (rev 318920)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Dillo
+GenericName=Web Browser
+Comment=Very small and fast GUI web browser
+Exec=dillo
+Icon=dillo
+Terminal=false
+Type=Application
+Categories=Network;GTK;WebBrowser;


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

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 23:52:33
  Author: bgyorgy
Revision: 318919

upgpkg: dillo 3.0.5-6

Add desktop file and icon

Added:
  dillo/trunk/dillo.desktop
Modified:
  dillo/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 dillo.desktop |9 +
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 23:12:25 UTC (rev 318918)
+++ PKGBUILD2018-05-03 23:52:33 UTC (rev 318919)
@@ -4,7 +4,7 @@
 
 pkgname=dillo
 pkgver=3.0.5
-pkgrel=5
+pkgrel=6
 pkgdesc="A small, fast graphical web browser built on FLTK"
 arch=(x86_64)
 url="http://www.dillo.org;
@@ -13,9 +13,13 @@
  'libxi' 'libxinerama' 'openssl-1.0')
 backup=(etc/dillo/{dillorc,dpidrc})
 validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
-source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc}
+dillo.desktop
+https://www.dillo.org/Icons/ProgramIcon48.png)
 sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
-'SKIP')
+'SKIP'
+'54848080de1911a2af8ff786fbe92bdad8fe8b7b8a0d580c9c79b0a98f9fdcde'
+'de629745e6f3a271475a501e2b94558b3deb7bf9a407bcef16426e600e1731f3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -28,4 +32,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+
+  install -Dm644 ../dillo.desktop 
"$pkgdir/usr/share/applications/dillo.desktop"
+  install -Dm644 ../ProgramIcon48.png "$pkgdir/usr/share/pixmaps/dillo.png"
 }

Added: dillo.desktop
===
--- dillo.desktop   (rev 0)
+++ dillo.desktop   2018-05-03 23:52:33 UTC (rev 318919)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Dillo
+GenericName=Web Browser
+Comment=Very small and fast GUI web browser
+Exec=dillo
+Icon=dillo
+Terminal=false
+Type=Application
+Categories=Network;GTK;WebBrowser;


[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 23:12:25
  Author: eschwartz
Revision: 318918

archrelease: copy trunk to community-any

Added:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD
(from rev 318917, firefox-extension-privacybadger/trunk/PKGBUILD)
Deleted:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 23:11:57 UTC (rev 318917)
+++ PKGBUILD2018-05-03 23:12:25 UTC (rev 318918)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.4.10
-pkgrel=2
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-depends=("firefox")
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('94da2d1d436418c7e5387eea82e3c580ec431d8263b1d0e6b951d2b35e9e8d44'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
318917, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 23:12:25 UTC (rev 318918)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2018.4.23
+pkgrel=2
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+depends=("firefox")
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('bcb0837c8bae41fa20f44dda17023f99680e760e35b9df85fe0e6f5c2b568e3b'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


[arch-commits] Commit in firefox-extension-privacybadger/trunk (PKGBUILD)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 23:11:57
  Author: eschwartz
Revision: 318917

upgpkg: firefox-extension-privacybadger 2018.4.23-2

upstream release

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 23:05:29 UTC (rev 318916)
+++ PKGBUILD2018-05-03 23:11:57 UTC (rev 318917)
@@ -4,7 +4,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.4.10
+pkgver=2018.4.23
 pkgrel=2
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('94da2d1d436418c7e5387eea82e3c580ec431d8263b1d0e6b951d2b35e9e8d44'
+sha256sums=('bcb0837c8bae41fa20f44dda17023f99680e760e35b9df85fe0e6f5c2b568e3b'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 


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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 23:05:29
  Author: zorun
Revision: 318916

archrelease: copy trunk to community-x86_64

Added:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
(from rev 318915, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
  ring-gnome/repos/community-x86_64/PKGBUILD
(from rev 318915, ring-gnome/trunk/PKGBUILD)
Deleted:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
  ring-gnome/repos/community-x86_64/PKGBUILD

---+
 0001-settings-check-if-g_get_user_special_dir-fails.patch |   72 +-
 PKGBUILD  |   86 ++--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: 0001-settings-check-if-g_get_user_special_dir-fails.patch
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-05-03 
23:05:15 UTC (rev 318915)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-05-03 
23:05:29 UTC (rev 318916)
@@ -1,36 +0,0 @@
-From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
- 
-Date: Tue, 17 Apr 2018 09:47:47 -0400
-Subject: [PATCH] settings: check if g_get_user_special_dir fails
-
-g_get_user_special_dir can return a nullptr, so the string
-construction will fails badly. Must be checked or fallback to
-G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
-
-Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
-Reviewed-by: Philippe Gorley 

- src/generalsettingsview.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
-index 4c6a15a..4fa2d9c 100644
 a/src/generalsettingsview.cpp
-+++ b/src/generalsettingsview.cpp
-@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
- auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
- char* download_directory_value;
- g_variant_get(download_directory_variant, "", 
_directory_value);
--std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
-+std::string default_download_dir = {};
-+if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
-+default_download_dir = directory;
-+else
-+default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
- auto current_value = std::string(download_directory_value);
- if (current_value.empty()) {
- g_settings_set_value(priv->settings, "download-folder", 
g_variant_new("s", default_download_dir.c_str()));
--- 
-2.17.0
-

Copied: 
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
 (from rev 318915, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   
(rev 0)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2018-05-03 
23:05:29 UTC (rev 318916)
@@ -0,0 +1,36 @@
+From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
+ 
+Date: Tue, 17 Apr 2018 09:47:47 -0400
+Subject: [PATCH] settings: check if g_get_user_special_dir fails
+
+g_get_user_special_dir can return a nullptr, so the string
+construction will fails badly. Must be checked or fallback to
+G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
+
+Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
+Reviewed-by: Philippe Gorley 
+---
+ src/generalsettingsview.cpp | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
+index 4c6a15a..4fa2d9c 100644
+--- a/src/generalsettingsview.cpp
 b/src/generalsettingsview.cpp
+@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
+ auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
+ char* download_directory_value;
+ g_variant_get(download_directory_variant, "", 
_directory_value);
+-std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
++std::string default_download_dir = {};
++if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
++default_download_dir = directory;
++else
++default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
+ auto current_value = std::string(download_directory_value);
+ if (current_value.empty()) {
+ g_settings_set_value(priv->settings, 

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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 23:05:15
  Author: zorun
Revision: 318915

upgpkg: ring-gnome 3:20180501.1.3b176a6-1

Modified:
  ring-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 23:03:37 UTC (rev 318914)
+++ PKGBUILD2018-05-03 23:05:15 UTC (rev 318915)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-gnome
-pkgver=20180425.2.4d29110
+pkgver=20180501.1.3b176a6
 pkgrel=1
 epoch=3
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
@@ -14,7 +14,7 @@
  "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
  "evolution-data-server" "libnotify" "libcanberra" "libnm")
 makedepends=('git' 'cmake')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=a3ae9fd07f296b282abdbaf5338750af583675a8;)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=6f2ceb1273ea7b9ccd20da9ea81c2ec7f0c1e2f6;)
 sha256sums=('SKIP')
 
 build() {


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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 23:03:37
  Author: zorun
Revision: 318914

archrelease: copy trunk to community-x86_64

Added:
  libringclient/repos/community-x86_64/PKGBUILD
(from rev 318913, libringclient/trunk/PKGBUILD)
Deleted:
  libringclient/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 23:03:25 UTC (rev 318913)
+++ PKGBUILD2018-05-03 23:03:37 UTC (rev 318914)
@@ -1,40 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=libringclient
-pkgver=20180425.2.4d29110
-pkgrel=1
-epoch=2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
-arch=("x86_64")
-url="https://ring.cx;
-license=('GPL3')
-groups=("ring")
-depends=("ring-daemon" "qt5-base")
-makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=669571ce22c67c460c1d85b5761744bad7a9eaa1;)
-md5sums=('SKIP')
-
-build() {
-  cd "ring-lrc"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "ring-lrc/build"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libringclient/repos/community-x86_64/PKGBUILD (from rev 318913, 
libringclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 23:03:37 UTC (rev 318914)
@@ -0,0 +1,40 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=libringclient
+pkgver=20180501.1.3b176a6
+pkgrel=1
+epoch=2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=("ring-daemon" "qt5-base")
+makedepends=('git' 'cmake' 'qt5-tools')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=9b66899bc6f40c04b8daa38a90c1457a00dd1c4c;)
+md5sums=('SKIP')
+
+build() {
+  cd "ring-lrc"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "ring-lrc/build"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 23:03:25
  Author: zorun
Revision: 318913

upgpkg: libringclient 2:20180501.1.3b176a6-1

Modified:
  libringclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 23:00:17 UTC (rev 318912)
+++ PKGBUILD2018-05-03 23:03:25 UTC (rev 318913)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=libringclient
-pkgver=20180425.2.4d29110
+pkgver=20180501.1.3b176a6
 pkgrel=1
 epoch=2
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
@@ -11,7 +11,7 @@
 groups=("ring")
 depends=("ring-daemon" "qt5-base")
 makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=669571ce22c67c460c1d85b5761744bad7a9eaa1;)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=9b66899bc6f40c04b8daa38a90c1457a00dd1c4c;)
 md5sums=('SKIP')
 
 build() {


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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 23:00:05
  Author: zorun
Revision: 318911

upgpkg: ring-daemon 2:20180501.1.3b176a6-2

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 22:57:10 UTC (rev 318910)
+++ PKGBUILD2018-05-03 23:00:05 UTC (rev 318911)
@@ -2,7 +2,7 @@
 
 pkgname=ring-daemon
 pkgver=20180501.1.3b176a6
-pkgrel=1
+pkgrel=2
 epoch=2
 _pjprojectver=2.7.2
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"


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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 23:00:17
  Author: zorun
Revision: 318912

archrelease: copy trunk to community-staging-x86_64

Added:
  ring-daemon/repos/community-staging-x86_64/
  ring-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 318911, ring-daemon/trunk/PKGBUILD)

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

Copied: ring-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 318911, 
ring-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 23:00:17 UTC (rev 318912)
@@ -0,0 +1,70 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-daemon
+pkgver=20180501.1.3b176a6
+pkgrel=2
+epoch=2
+_pjprojectver=2.7.2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=0a93ba77fcc59caeae0988bb533204f631166c9d;
+
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
+noextract=("pjproject-${_pjprojectver}.tar.bz2")
+sha256sums=('SKIP'
+'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
+sha512sums=('SKIP'
+
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
+
+prepare() {
+  cd "${pkgname}"
+  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd "${pkgname}/contrib/native"
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 22:57:10
  Author: zorun
Revision: 318910

archrelease: copy trunk to community-x86_64

Added:
  ring-daemon/repos/community-x86_64/PKGBUILD
(from rev 318909, ring-daemon/trunk/PKGBUILD)
Deleted:
  ring-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 22:56:48 UTC (rev 318909)
+++ PKGBUILD2018-05-03 22:57:10 UTC (rev 318910)
@@ -1,70 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ring-daemon
-pkgver=20180425.2.4d29110
-pkgrel=1
-epoch=2
-_pjprojectver=2.7.2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
-arch=("x86_64")
-url="https://ring.cx;
-license=('GPL3')
-groups=("ring")
-depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
- 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
- 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
- 'libsecp256k1' 'util-linux' 'opus')
-makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
-#checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=36c6d857289199c6ace3d6e1f6995e25cdcb4b8d;
-
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
-noextract=("pjproject-${_pjprojectver}.tar.bz2")
-sha256sums=('SKIP'
-'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
-sha512sums=('SKIP'
-
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
-
-prepare() {
-  cd "${pkgname}"
-  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd "${pkgname}/contrib/native"
-  ../bootstrap \
-  --disable-downloads \
-  --disable-all \
-  --enable-pjproject
-  make DEPS_pjproject=
-
-  cd ../..
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-ipv6
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# Disabled because some tests (TURN) use the network.
-#check() {
-#  cd "${pkgname}"
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ring-daemon/repos/community-x86_64/PKGBUILD (from rev 318909, 
ring-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 22:57:10 UTC (rev 318910)
@@ -0,0 +1,70 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-daemon
+pkgver=20180501.1.3b176a6
+pkgrel=1
+epoch=2
+_pjprojectver=2.7.2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=0a93ba77fcc59caeae0988bb533204f631166c9d;
+
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
+noextract=("pjproject-${_pjprojectver}.tar.bz2")
+sha256sums=('SKIP'
+'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
+sha512sums=('SKIP'
+
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
+
+prepare() {
+  cd "${pkgname}"
+  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd "${pkgname}/contrib/native"
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find 

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

2018-05-03 Thread Baptiste Jonglez via arch-commits
Date: Thursday, May 3, 2018 @ 22:56:48
  Author: zorun
Revision: 318909

upgpkg: ring-daemon 2:20180501.1.3b176a6-1

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 22:21:18 UTC (rev 318908)
+++ PKGBUILD2018-05-03 22:56:48 UTC (rev 318909)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-daemon
-pkgver=20180425.2.4d29110
+pkgver=20180501.1.3b176a6
 pkgrel=1
 epoch=2
 _pjprojectver=2.7.2
@@ -16,7 +16,7 @@
  'libsecp256k1' 'util-linux' 'opus')
 makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
 #checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=36c6d857289199c6ace3d6e1f6995e25cdcb4b8d;
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=0a93ba77fcc59caeae0988bb533204f631166c9d;
 
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
 noextract=("pjproject-${_pjprojectver}.tar.bz2")
 sha256sums=('SKIP'


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-x86_64 (2 files)

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:21:18
  Author: svenstaro
Revision: 318908

archrelease: copy trunk to community-x86_64

Added:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD
(from rev 318907, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 22:21:13 UTC (rev 318907)
+++ PKGBUILD2018-05-03 22:21:18 UTC (rev 318908)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='python-ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.5
-pkgrel=1
-pkgdesc='Python access to the oVirt Engine API'
-arch=('x86_64')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('custom')
-source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('51a2a09735dbb12cd91e6447ecdaf7c632e1b76fc3a0719aea0da615bf52e4b2e5908bcbc2a3ac17ee0c9d16f871b999e131bb83bd1a87a0afb567ed46a3d7da')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-ovirt-engine-sdk/repos/community-x86_64/PKGBUILD (from rev 
318907, python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 22:21:18 UTC (rev 318908)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver=4.2.6
+pkgrel=1
+pkgdesc='Python access to the oVirt Engine API'
+arch=('x86_64')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('custom')
+source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('17ddfcda95f50a067b7193e345f8e8173334fab3c4506d134ccae66d14557d4b3861039cf0b6aa9fdcd889472b1b153ed39728128970d2f2e95956507fdb7563')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:21:13
  Author: svenstaro
Revision: 318907

upgpkg: python-ovirt-engine-sdk 4.2.6-1

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 22:20:45 UTC (rev 318906)
+++ PKGBUILD2018-05-03 22:21:13 UTC (rev 318907)
@@ -3,7 +3,7 @@
 
 pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver=4.2.5
+pkgver=4.2.6
 pkgrel=1
 pkgdesc='Python access to the oVirt Engine API'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
 license=('custom')
 
source=("http://resources.ovirt.org/pub/ovirt-4.2/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
-sha512sums=('51a2a09735dbb12cd91e6447ecdaf7c632e1b76fc3a0719aea0da615bf52e4b2e5908bcbc2a3ac17ee0c9d16f871b999e131bb83bd1a87a0afb567ed46a3d7da')
+sha512sums=('17ddfcda95f50a067b7193e345f8e8173334fab3c4506d134ccae66d14557d4b3861039cf0b6aa9fdcd889472b1b153ed39728128970d2f2e95956507fdb7563')
 
 package_python-ovirt-engine-sdk() {
   depends=('python-pycurl' 'python-six')


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:20:39
  Author: svenstaro
Revision: 318905

upgpkg: gtop 0.1.5-1

Modified:
  gtop/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 22:18:09 UTC (rev 318904)
+++ PKGBUILD2018-05-03 22:20:39 UTC (rev 318905)
@@ -2,7 +2,7 @@
 # Contributor: Peter Cai 
 
 pkgname=gtop
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc='System monitoring dashboard for terminal'
 arch=('any')
@@ -9,20 +9,22 @@
 url='https://github.com/aksakalli/gtop'
 license=('MIT')
 depends=(nodejs)
-makedepends=(npm)
-source=("https://github.com/aksakalli/gtop/archive/v${pkgver}.tar.gz;)
-sha512sums=('15d1dde481ca4504a3d78b0b8acdd672082356d69df66de67dd471504c4792e17d5521661c354d8036d5c7de371c24643a34162d401d934fc09373b6bb4c70b5')
+makedepends=(npm git)
+source=("git+https://github.com/aksakalli/gtop.git#commit=149c7fd;)
+sha512sums=('SKIP')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd gtop
   npm install --production
 }
 
 package() {
   local _npmdir="$pkgdir/usr/lib/node_modules"
-  mkdir -p "$_npmdir"
-  cp -R "$srcdir/$pkgname-$pkgver" "$_npmdir/gtop"
+  mkdir -p "$_npmdir"/gtop
+  cp -R gtop/* "$_npmdir/gtop"
   local _bindir="$pkgdir/usr/bin"
   mkdir -p "$_bindir"
   ln -s /usr/lib/node_modules/gtop/bin/gtop "$_bindir/gtop"
+
+  install -Dm644 gtop/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:20:45
  Author: svenstaro
Revision: 318906

archrelease: copy trunk to community-any

Added:
  gtop/repos/community-any/PKGBUILD
(from rev 318905, gtop/trunk/PKGBUILD)
Deleted:
  gtop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 22:20:39 UTC (rev 318905)
+++ PKGBUILD2018-05-03 22:20:45 UTC (rev 318906)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Cai 
-
-pkgname=gtop
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='System monitoring dashboard for terminal'
-arch=('any')
-url='https://github.com/aksakalli/gtop'
-license=('MIT')
-depends=(nodejs)
-makedepends=(npm)
-source=("https://github.com/aksakalli/gtop/archive/v${pkgver}.tar.gz;)
-sha512sums=('15d1dde481ca4504a3d78b0b8acdd672082356d69df66de67dd471504c4792e17d5521661c354d8036d5c7de371c24643a34162d401d934fc09373b6bb4c70b5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  npm install --production
-}
-
-package() {
-  local _npmdir="$pkgdir/usr/lib/node_modules"
-  mkdir -p "$_npmdir"
-  cp -R "$srcdir/$pkgname-$pkgver" "$_npmdir/gtop"
-  local _bindir="$pkgdir/usr/bin"
-  mkdir -p "$_bindir"
-  ln -s /usr/lib/node_modules/gtop/bin/gtop "$_bindir/gtop"
-}

Copied: gtop/repos/community-any/PKGBUILD (from rev 318905, gtop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 22:20:45 UTC (rev 318906)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Cai 
+
+pkgname=gtop
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='System monitoring dashboard for terminal'
+arch=('any')
+url='https://github.com/aksakalli/gtop'
+license=('MIT')
+depends=(nodejs)
+makedepends=(npm git)
+source=("git+https://github.com/aksakalli/gtop.git#commit=149c7fd;)
+sha512sums=('SKIP')
+
+build() {
+  cd gtop
+  npm install --production
+}
+
+package() {
+  local _npmdir="$pkgdir/usr/lib/node_modules"
+  mkdir -p "$_npmdir"/gtop
+  cp -R gtop/* "$_npmdir/gtop"
+  local _bindir="$pkgdir/usr/bin"
+  mkdir -p "$_bindir"
+  ln -s /usr/lib/node_modules/gtop/bin/gtop "$_bindir/gtop"
+
+  install -Dm644 gtop/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:18:03
  Author: svenstaro
Revision: 318903

upgpkg: gitlab-gitaly 0.98.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 22:17:37 UTC (rev 318902)
+++ PKGBUILD2018-05-03 22:18:03 UTC (rev 318903)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.97.0
-pkgrel=2
+pkgver=0.98.0
+pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly;
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('34f8fc1596ff41f3c993512feaaf811649d39579ab94c5f7165fd57247e6f2ef911b244a9c3ce9498cd3b27984d9103b36df807b3bc6f7b7ff9f2eafa2b35e09'
+sha512sums=('fce9b26eba989b448a625db44823e8e5684b98839d3743e174f43341a2db2c4a032e7e514dc0bb137685c82519fd78050d7f45f376efbde58c2e3ae308fe9d5a'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:18:09
  Author: svenstaro
Revision: 318904

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 318903, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 318903, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  122 
 gitlab-gitaly.service |   50 +--
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 22:18:03 UTC (rev 318903)
+++ PKGBUILD2018-05-03 22:18:09 UTC (rev 318904)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.97.0
-pkgrel=2
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.3 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.3-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('34f8fc1596ff41f3c993512feaaf811649d39579ab94c5f7165fd57247e6f2ef911b244a9c3ce9498cd3b27984d9103b36df807b3bc6f7b7ff9f2eafa2b35e09'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-}
-
-build() {
-  cd "gitaly-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 318903, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 22:18:09 UTC (rev 318904)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.98.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.3 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.3-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('fce9b26eba989b448a625db44823e8e5684b98839d3743e174f43341a2db2c4a032e7e514dc0bb137685c82519fd78050d7f45f376efbde58c2e3ae308fe9d5a'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s/env ruby/env ruby-2.3/" 

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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:17:32
  Author: svenstaro
Revision: 318901

upgpkg: python-flask 1.0.2-1

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 22:15:48 UTC (rev 318900)
+++ PKGBUILD2018-05-03 22:17:32 UTC (rev 318901)
@@ -6,7 +6,7 @@
 
 pkgbase=python-flask
 pkgname=('python-flask' 'python2-flask')
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
@@ -14,7 +14,7 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha512sums=('f5be813d4eb5440194d8f953d901fa471d3a60d69deb031150f4d92e1918850c136257a39884f69cb53a3f92a07b4eac52641afaf7695b597c3dc002b79c9c5b')
+sha512sums=('80a65b62293560982eaf043cf923eaf91f57ba7ce71329046227fcbd7cc0ead841449083b7fc23d283b2515322c4ea732a36b445ff9f1697febc0207392a9792')
 
 prepare() {
   cp -r "flask-$pkgver" "python-flask-$pkgver"


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:17:37
  Author: svenstaro
Revision: 318902

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 22:17:32 UTC (rev 318901)
+++ PKGBUILD2018-05-03 22:17:37 UTC (rev 318902)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgbase=python-flask
-pkgname=('python-flask' 'python2-flask')
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha512sums=('f5be813d4eb5440194d8f953d901fa471d3a60d69deb031150f4d92e1918850c136257a39884f69cb53a3f92a07b4eac52641afaf7695b597c3dc002b79c9c5b')
-
-prepare() {
-  cp -r "flask-$pkgver" "python-flask-$pkgver"
-  cp -r "flask-$pkgver" "python2-flask-$pkgver"
-}
-
-buildk() {
-  cd "$srcdir/python-flask-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-flask-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/python-flask-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/python2-flask-$pkgver"
-  python2 setup.py test
-}
-
-package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
-  cd "$srcdir/python-flask-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
-  cd "$srcdir/python2-flask-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 318901, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 22:17:37 UTC (rev 318902)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgbase=python-flask
+pkgname=('python-flask' 'python2-flask')
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
+sha512sums=('80a65b62293560982eaf043cf923eaf91f57ba7ce71329046227fcbd7cc0ead841449083b7fc23d283b2515322c4ea732a36b445ff9f1697febc0207392a9792')
+
+prepare() {
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
+}
+
+buildk() {
+  cd "$srcdir/python-flask-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-flask-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/python-flask-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/python2-flask-$pkgver"
+  python2 setup.py test
+}
+
+package_python-flask() {
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
+  cd "$srcdir/python-flask-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask() {
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
+  cd "$srcdir/python2-flask-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:15:33
  Author: svenstaro
Revision: 318899

upgpkg: bazel 0.13.0-1

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 22:15:14 UTC (rev 318898)
+++ PKGBUILD2018-05-03 22:15:33 UTC (rev 318899)
@@ -3,7 +3,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.12.0
+pkgver=0.13.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=('d2becd4a0a66fd0f76e8babc54eabfc30fd9e2ea226ed9db32e4b811c57aa4c9d10eb52a5f9a5ebb49b4452efecf8866dea767664def160326a35b4b42d24280'
+sha512sums=('3c128e551cff1b685250a68892ca3e1ad6be8b152ee2b8eb527c94adbb8fd50c70e703a363bb938916275030ddb14d756c14e4dc238e7a7b40289c700c5d53c7'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 22:15:14
  Author: eschwartz
Revision: 318898

Compulsively modify all variables from the old style ${VAR} to the new style 
$(VAR)

Modified:
  llpp/trunk/Makefile
  llpp/trunk/PKGBUILD

--+
 Makefile |   50 +-
 PKGBUILD |3 ++-
 2 files changed, 27 insertions(+), 26 deletions(-)

Modified: Makefile
===
--- Makefile2018-05-03 21:35:35 UTC (rev 318897)
+++ Makefile2018-05-03 22:15:14 UTC (rev 318898)
@@ -1,5 +1,5 @@
 VERSION = $(shell test -d .git && git describe --tags --dirty 2>/dev/null)
-ifeq "${VERSION}" ""
+ifeq "$(VERSION)" ""
 VERSION = 26b
 endif
 
@@ -12,8 +12,8 @@
-lz -lopenjp2 -ljpeg -lfreetype -lharfbuzz
 
 CPPFLAGS += -D_GNU_SOURCE -DFFP
-CFLAGS += -g -std=c99 -pedantic -Wall -Wextra -Wshadow ${INCS} ${CPPFLAGS}
-LDFLAGS += -g ${LIBS}
+CFLAGS += -g -std=c99 -pedantic -Wall -Wextra -Wshadow $(INCS) $(CPPFLAGS)
+LDFLAGS += -g $(LIBS)
 
 # ocaml
 CAMLOPT = ocamlopt
@@ -22,22 +22,22 @@
 VPATH = wsi/x11
 
 SRC = utils.ml keys.ml wsi.ml parser.ml config.ml main.ml
-OBJ = help.cmx ${SRC:.ml=.cmx}
+OBJ = help.cmx $(SRC:.ml=.cmx)
 MOD = unix.cmxa str.cmxa lablgl.cmxa
 SRCMANS = $(wildcard man/*.man)
-MANS = ${SRCMANS:.man=.1}
+MANS = $(SRCMANS:.man=.1)
 
-DISTFILES := Makefile ${SRC} link.c glfont.c keysym2ucs.c wsi.mli
+DISTFILES := Makefile $(SRC) link.c glfont.c keysym2ucs.c wsi.mli
 DISTFILES += mkhelp.sh KEYS README BUILDING
 DISTFILES += misc/ man/
 
-all: llpp ${MANS}
+all: llpp $(MANS)
 
-llpp: ${OBJ} link.o
-   ${CAMLOPT} -o $@ ${CAMLFLAGS} link.o -cclib '${LDFLAGS}' ${MOD} ${OBJ}
+llpp: $(OBJ) link.o
+   $(CAMLOPT) -o $@ $(CAMLFLAGS) link.o -cclib '$(LDFLAGS)' $(MOD) $(OBJ)
 
 main.cmx: main.ml utils.cmx config.cmx
-   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} -thread $^
+   $(CAMLOPT) -c -o $@ $(CAMLFLAGS) -thread $^
 
 wsi.cmx: wsi.cmi utils.cmx keys.cmx
 
@@ -44,7 +44,7 @@
 wsi.cmi: utils.cmx
 
 help.ml: mkhelp.sh KEYS
-   sh mkhelp.sh KEYS ${VERSION} > $@
+   sh mkhelp.sh KEYS $(VERSION) > $@
 
 config.cmx: wsi.cmi parser.cmx utils.cmx help.cmx
 
@@ -55,13 +55,13 @@
 .SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .mly
 
 .c.o:
-   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} -cc ${CC} -ccopt '${CFLAGS}' $<
+   $(CAMLOPT) -c -o $@ $(CAMLFLAGS) -cc $(CC) -ccopt '$(CFLAGS)' $<
 
 .ml.cmx:
-   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} $<
+   $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $<
 
 .mli.cmi:
-   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} $<
+   $(CAMLOPT) -c -o $@ $(CAMLFLAGS) $<
 
 %.1: %.man man/asciidoc.conf
a2x -d manpage -f manpage --asciidoc-opts="-f man/asciidoc.conf 
--out-file=$@.xml" $<
@@ -69,18 +69,18 @@
 .PHONY: all clean dist install
 
 clean:
-   ${RM} llpp link.o help.ml ${OBJ} ${OBJ:.cmx=.cmi} ${OBJ:.cmx=.o} 
${MANS} ${MANS:.1=.xml}
+   $(RM) llpp link.o help.ml $(OBJ) $(OBJ:.cmx=.cmi) $(OBJ:.cmx=.o) 
$(MANS) $(MANS:.1=.xml)
 
 dist: clean
-   mkdir llpp-${VERSION}
-   cp -r ${DISTFILES} llpp-${VERSION}
-   tar czf llpp-${VERSION}.tar.gz llpp-${VERSION}
-   rm -rf llpp-${VERSION}
+   mkdir llpp-$(VERSION)
+   cp -r $(DISTFILES) llpp-$(VERSION)
+   tar czf llpp-$(VERSION).tar.gz llpp-$(VERSION)
+   rm -rf llpp-$(VERSION)
 
 install:
-   install -Dm755 llpp ${DESTDIR}${PREFIX}/bin/llpp
-   install -Dm644 -t ${DESTDIR}${PREFIX}/share/man/man1  man/*.1
-   install -Dm755 misc/llppac ${DESTDIR}${PREFIX}/bin/llppac
-   install -Dm755 misc/llpphtml ${DESTDIR}${PREFIX}/bin/llpphtml
-   install -Dm644 misc/llpp.desktop 
${DESTDIR}${PREFIX}/share/applications/llpp.desktop
-   install -Dm644 README ${DESTDIR}${PREFIX}/share/licenses/llpp/README
+   install -Dm755 llpp $(DESTDIR)$(PREFIX)/bin/llpp
+   install -Dm644 -t $(DESTDIR)$(PREFIX)/share/man/man1  man/*.1
+   install -Dm755 misc/llppac $(DESTDIR)$(PREFIX)/bin/llppac
+   install -Dm755 misc/llpphtml $(DESTDIR)$(PREFIX)/bin/llpphtml
+   install -Dm644 misc/llpp.desktop 
$(DESTDIR)$(PREFIX)/share/applications/llpp.desktop
+   install -Dm644 README $(DESTDIR)$(PREFIX)/share/licenses/llpp/README

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 21:35:35 UTC (rev 318897)
+++ PKGBUILD2018-05-03 22:15:14 UTC (rev 318898)
@@ -4,6 +4,7 @@
 
 pkgname=llpp
 pkgver=27
+# Often breaks with mupdf, which means I'll occasionally need to pin a 
specific commit.
 _commit=87faa123127cc0746c28531874af7aaef1feb574
 pkgrel=1
 pkgdesc='opengl accelerated pdf viewer based on mupdf'
@@ -36,7 +37,7 @@
 'Makefile')
 sha256sums=('SKIP'
 '29a9550c6502c9de7db14f2f61edc6b77c7ebee9f1de8b865d4e1b219b9ae377'
-'5cc71dfe8fb7f5d79c445f3c65ae92b48ff2d22e4bdb48408504a13b1ebd09b2')
+'5df7ac01f1de94d42f591a3146209c0263d610c852cfa95d7b3a8d8a7bcc5c7e')
 
 pkgver() {
 cd "${srcdir}"/${pkgname}


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

2018-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 3, 2018 @ 22:15:48
  Author: svenstaro
Revision: 318900

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 22:15:33 UTC (rev 318899)
+++ PKGBUILD2018-05-03 22:15:48 UTC (rev 318900)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=8' '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=('d2becd4a0a66fd0f76e8babc54eabfc30fd9e2ea226ed9db32e4b811c57aa4c9d10eb52a5f9a5ebb49b4452efecf8866dea767664def160326a35b4b42d24280'
-'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 318899, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 22:15:48 UTC (rev 318900)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=8' '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=('3c128e551cff1b685250a68892ca3e1ad6be8b152ee2b8eb527c94adbb8fd50c70e703a363bb938916275030ddb14d756c14e4dc238e7a7b40289c700c5d53c7'
+'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 llpp/repos (4 files)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 21:35:35
  Author: eschwartz
Revision: 318897

archrelease: copy trunk to community-x86_64

Added:
  llpp/repos/community-x86_64/
  llpp/repos/community-x86_64/Makefile
(from rev 318896, llpp/trunk/Makefile)
  llpp/repos/community-x86_64/PKGBUILD
(from rev 318896, llpp/trunk/PKGBUILD)
  llpp/repos/community-x86_64/no-quit-on-escape.patch
(from rev 318896, llpp/trunk/no-quit-on-escape.patch)

-+
 Makefile|   86 ++
 PKGBUILD|   68 
 no-quit-on-escape.patch |   33 +
 3 files changed, 187 insertions(+)

Copied: llpp/repos/community-x86_64/Makefile (from rev 318896, 
llpp/trunk/Makefile)
===
--- community-x86_64/Makefile   (rev 0)
+++ community-x86_64/Makefile   2018-05-03 21:35:35 UTC (rev 318897)
@@ -0,0 +1,86 @@
+VERSION = $(shell test -d .git && git describe --tags --dirty 2>/dev/null)
+ifeq "${VERSION}" ""
+VERSION = 26b
+endif
+
+# paths
+PREFIX ?= /usr/local
+
+# includes and libs
+INCS = -I/usr/include -I/usr/include/freetype2 -include ft2build.h
+LIBS = -L/usr/lib -lX11 -lpthread -lmupdf -lmupdfthird -ljbig2dec -lcrypto \
+   -lz -lopenjp2 -ljpeg -lfreetype -lharfbuzz
+
+CPPFLAGS += -D_GNU_SOURCE -DFFP
+CFLAGS += -g -std=c99 -pedantic -Wall -Wextra -Wshadow ${INCS} ${CPPFLAGS}
+LDFLAGS += -g ${LIBS}
+
+# ocaml
+CAMLOPT = ocamlopt
+CAMLFLAGS = -g -w +a -safe-string -I +lablGL
+
+VPATH = wsi/x11
+
+SRC = utils.ml keys.ml wsi.ml parser.ml config.ml main.ml
+OBJ = help.cmx ${SRC:.ml=.cmx}
+MOD = unix.cmxa str.cmxa lablgl.cmxa
+SRCMANS = $(wildcard man/*.man)
+MANS = ${SRCMANS:.man=.1}
+
+DISTFILES := Makefile ${SRC} link.c glfont.c keysym2ucs.c wsi.mli
+DISTFILES += mkhelp.sh KEYS README BUILDING
+DISTFILES += misc/ man/
+
+all: llpp ${MANS}
+
+llpp: ${OBJ} link.o
+   ${CAMLOPT} -o $@ ${CAMLFLAGS} link.o -cclib '${LDFLAGS}' ${MOD} ${OBJ}
+
+main.cmx: main.ml utils.cmx config.cmx
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} -thread $^
+
+wsi.cmx: wsi.cmi utils.cmx keys.cmx
+
+wsi.cmi: utils.cmx
+
+help.ml: mkhelp.sh KEYS
+   sh mkhelp.sh KEYS ${VERSION} > $@
+
+config.cmx: wsi.cmi parser.cmx utils.cmx help.cmx
+
+parser.cmx: utils.cmx
+
+link.o: glfont.c keysym2ucs.c
+
+.SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .mly
+
+.c.o:
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} -cc ${CC} -ccopt '${CFLAGS}' $<
+
+.ml.cmx:
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} $<
+
+.mli.cmi:
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} $<
+
+%.1: %.man man/asciidoc.conf
+   a2x -d manpage -f manpage --asciidoc-opts="-f man/asciidoc.conf 
--out-file=$@.xml" $<
+
+.PHONY: all clean dist install
+
+clean:
+   ${RM} llpp link.o help.ml ${OBJ} ${OBJ:.cmx=.cmi} ${OBJ:.cmx=.o} 
${MANS} ${MANS:.1=.xml}
+
+dist: clean
+   mkdir llpp-${VERSION}
+   cp -r ${DISTFILES} llpp-${VERSION}
+   tar czf llpp-${VERSION}.tar.gz llpp-${VERSION}
+   rm -rf llpp-${VERSION}
+
+install:
+   install -Dm755 llpp ${DESTDIR}${PREFIX}/bin/llpp
+   install -Dm644 -t ${DESTDIR}${PREFIX}/share/man/man1  man/*.1
+   install -Dm755 misc/llppac ${DESTDIR}${PREFIX}/bin/llppac
+   install -Dm755 misc/llpphtml ${DESTDIR}${PREFIX}/bin/llpphtml
+   install -Dm644 misc/llpp.desktop 
${DESTDIR}${PREFIX}/share/applications/llpp.desktop
+   install -Dm644 README ${DESTDIR}${PREFIX}/share/licenses/llpp/README

Copied: llpp/repos/community-x86_64/PKGBUILD (from rev 318896, 
llpp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-03 21:35:35 UTC (rev 318897)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: earnestly
+
+pkgname=llpp
+pkgver=27
+_commit=87faa123127cc0746c28531874af7aaef1feb574
+pkgrel=1
+pkgdesc='opengl accelerated pdf viewer based on mupdf'
+arch=('x86_64')
+url="https://github.com/moosotc/${pkgname};
+license=('GPL')
+depends=('glu' 'openjpeg2' 'jbig2dec' 'libjpeg-turbo' 'freetype2' 
'desktop-file-utils')
+optdepends=('djvulibre: llppac djvu conversion'
+'ghostscript: llppac ps, dvi, and djvu conversion'
+'princexml: llppac html conversion'
+'unoconv: llppac office conversion'
+'librsvg: llppac svg conversion'
+'imagemagick: llppac image conversion'
+'llpp-gc: clean nonextant history items')
+makedepends=('git' 'asciidoc' 'ocaml' 'ocaml-lablgl' 'libmupdf' 'camlp4')
+
+# llpp seems to go through build systems like fasion, holomorph has provided a
+# very nice Makefile for building this software which has served well for
+# months.  It was contributed, or offered, to the author malc, but he concluded
+# that make was bad and needed constant effort to prevent "bitrot" as
+# justification 

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

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 21:35:19
  Author: eschwartz
Revision: 318896

upgpkg: llpp 27-1

upstream release, etc.

Restore a removed part of the build system, which I need since I'm obviously
not using build.sh

Update the original Makefile (still going strong after all this time!) to also
build the manpages. Wow, that was terribly hard...

Modified:
  llpp/trunk/Makefile
  llpp/trunk/PKGBUILD

--+
 Makefile |   13 ++---
 PKGBUILD |   10 ++
 2 files changed, 16 insertions(+), 7 deletions(-)

Modified: Makefile
===
--- Makefile2018-05-03 20:15:56 UTC (rev 318895)
+++ Makefile2018-05-03 21:35:19 UTC (rev 318896)
@@ -24,12 +24,14 @@
 SRC = utils.ml keys.ml wsi.ml parser.ml config.ml main.ml
 OBJ = help.cmx ${SRC:.ml=.cmx}
 MOD = unix.cmxa str.cmxa lablgl.cmxa
+SRCMANS = $(wildcard man/*.man)
+MANS = ${SRCMANS:.man=.1}
 
 DISTFILES := Makefile ${SRC} link.c glfont.c keysym2ucs.c wsi.mli
 DISTFILES += mkhelp.sh KEYS README BUILDING
-DISTFILES += misc/
+DISTFILES += misc/ man/
 
-all: llpp
+all: llpp ${MANS}
 
 llpp: ${OBJ} link.o
${CAMLOPT} -o $@ ${CAMLFLAGS} link.o -cclib '${LDFLAGS}' ${MOD} ${OBJ}
@@ -61,10 +63,13 @@
 .mli.cmi:
${CAMLOPT} -c -o $@ ${CAMLFLAGS} $<
 
+%.1: %.man man/asciidoc.conf
+   a2x -d manpage -f manpage --asciidoc-opts="-f man/asciidoc.conf 
--out-file=$@.xml" $<
+
 .PHONY: all clean dist install
 
 clean:
-   ${RM} llpp link.o help.ml ${OBJ} ${OBJ:.cmx=.cmi} ${OBJ:.cmx=.o}
+   ${RM} llpp link.o help.ml ${OBJ} ${OBJ:.cmx=.cmi} ${OBJ:.cmx=.o} 
${MANS} ${MANS:.1=.xml}
 
 dist: clean
mkdir llpp-${VERSION}
@@ -74,6 +79,8 @@
 
 install:
install -Dm755 llpp ${DESTDIR}${PREFIX}/bin/llpp
+   install -Dm644 -t ${DESTDIR}${PREFIX}/share/man/man1  man/*.1
install -Dm755 misc/llppac ${DESTDIR}${PREFIX}/bin/llppac
+   install -Dm755 misc/llpphtml ${DESTDIR}${PREFIX}/bin/llpphtml
install -Dm644 misc/llpp.desktop 
${DESTDIR}${PREFIX}/share/applications/llpp.desktop
install -Dm644 README ${DESTDIR}${PREFIX}/share/licenses/llpp/README

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 20:15:56 UTC (rev 318895)
+++ PKGBUILD2018-05-03 21:35:19 UTC (rev 318896)
@@ -3,8 +3,8 @@
 # Contributor: earnestly
 
 pkgname=llpp
-pkgver=26b.r109.ge27b9bb
-_commit=e27b9bb90449cbb48fb11de0ada03cbc8226009e
+pkgver=27
+_commit=87faa123127cc0746c28531874af7aaef1feb574
 pkgrel=1
 pkgdesc='opengl accelerated pdf viewer based on mupdf'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'librsvg: llppac svg conversion'
 'imagemagick: llppac image conversion'
 'llpp-gc: clean nonextant history items')
-makedepends=('git' 'ocaml' 'ocaml-lablgl' 'libmupdf' 'camlp4')
+makedepends=('git' 'asciidoc' 'ocaml' 'ocaml-lablgl' 'libmupdf' 'camlp4')
 
 # llpp seems to go through build systems like fasion, holomorph has provided a
 # very nice Makefile for building this software which has served well for
@@ -36,7 +36,7 @@
 'Makefile')
 sha256sums=('SKIP'
 '29a9550c6502c9de7db14f2f61edc6b77c7ebee9f1de8b865d4e1b219b9ae377'
-'8c4df5ee65db53e87e01b81628f1dba7673d4ce9a2a5ccc5328f0e9053ac63ce')
+'5cc71dfe8fb7f5d79c445f3c65ae92b48ff2d22e4bdb48408504a13b1ebd09b2')
 
 pkgver() {
 cd "${srcdir}"/${pkgname}
@@ -47,6 +47,8 @@
 prepare() {
 cd "${srcdir}"/${pkgname}
 
+git revert --no-commit d4e7393edc61e94fe3e7a1482601da1f86b3f959
+
 patch -Np1 -i "${srcdir}"/no-quit-on-escape.patch
 }
 


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

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 20:15:56
  Author: bgyorgy
Revision: 318895

Revert pkgrel

No release yet.

Modified:
  flameshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 20:13:49 UTC (rev 318894)
+++ PKGBUILD2018-05-03 20:15:56 UTC (rev 318895)
@@ -3,7 +3,7 @@
 
 pkgname=flameshot
 pkgver=0.5.1
-pkgrel=4
+pkgrel=3
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
 url="https://github.com/lupoDharkael/flameshot;


[arch-commits] Commit in (6 files)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 20:13:49
  Author: eschwartz
Revision: 318894

New package: llpp

75 votes in the AUR, nice PDF viewer even if the build system is a bit...
odd...

Added:
  llpp/
  llpp/repos/
  llpp/trunk/
  llpp/trunk/Makefile
  llpp/trunk/PKGBUILD
  llpp/trunk/no-quit-on-escape.patch

-+
 Makefile|   79 ++
 PKGBUILD|   66 ++
 no-quit-on-escape.patch |   33 +++
 3 files changed, 178 insertions(+)

Added: llpp/trunk/Makefile
===
--- llpp/trunk/Makefile (rev 0)
+++ llpp/trunk/Makefile 2018-05-03 20:13:49 UTC (rev 318894)
@@ -0,0 +1,79 @@
+VERSION = $(shell test -d .git && git describe --tags --dirty 2>/dev/null)
+ifeq "${VERSION}" ""
+VERSION = 26b
+endif
+
+# paths
+PREFIX ?= /usr/local
+
+# includes and libs
+INCS = -I/usr/include -I/usr/include/freetype2 -include ft2build.h
+LIBS = -L/usr/lib -lX11 -lpthread -lmupdf -lmupdfthird -ljbig2dec -lcrypto \
+   -lz -lopenjp2 -ljpeg -lfreetype -lharfbuzz
+
+CPPFLAGS += -D_GNU_SOURCE -DFFP
+CFLAGS += -g -std=c99 -pedantic -Wall -Wextra -Wshadow ${INCS} ${CPPFLAGS}
+LDFLAGS += -g ${LIBS}
+
+# ocaml
+CAMLOPT = ocamlopt
+CAMLFLAGS = -g -w +a -safe-string -I +lablGL
+
+VPATH = wsi/x11
+
+SRC = utils.ml keys.ml wsi.ml parser.ml config.ml main.ml
+OBJ = help.cmx ${SRC:.ml=.cmx}
+MOD = unix.cmxa str.cmxa lablgl.cmxa
+
+DISTFILES := Makefile ${SRC} link.c glfont.c keysym2ucs.c wsi.mli
+DISTFILES += mkhelp.sh KEYS README BUILDING
+DISTFILES += misc/
+
+all: llpp
+
+llpp: ${OBJ} link.o
+   ${CAMLOPT} -o $@ ${CAMLFLAGS} link.o -cclib '${LDFLAGS}' ${MOD} ${OBJ}
+
+main.cmx: main.ml utils.cmx config.cmx
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} -thread $^
+
+wsi.cmx: wsi.cmi utils.cmx keys.cmx
+
+wsi.cmi: utils.cmx
+
+help.ml: mkhelp.sh KEYS
+   sh mkhelp.sh KEYS ${VERSION} > $@
+
+config.cmx: wsi.cmi parser.cmx utils.cmx help.cmx
+
+parser.cmx: utils.cmx
+
+link.o: glfont.c keysym2ucs.c
+
+.SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .mly
+
+.c.o:
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} -cc ${CC} -ccopt '${CFLAGS}' $<
+
+.ml.cmx:
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} $<
+
+.mli.cmi:
+   ${CAMLOPT} -c -o $@ ${CAMLFLAGS} $<
+
+.PHONY: all clean dist install
+
+clean:
+   ${RM} llpp link.o help.ml ${OBJ} ${OBJ:.cmx=.cmi} ${OBJ:.cmx=.o}
+
+dist: clean
+   mkdir llpp-${VERSION}
+   cp -r ${DISTFILES} llpp-${VERSION}
+   tar czf llpp-${VERSION}.tar.gz llpp-${VERSION}
+   rm -rf llpp-${VERSION}
+
+install:
+   install -Dm755 llpp ${DESTDIR}${PREFIX}/bin/llpp
+   install -Dm755 misc/llppac ${DESTDIR}${PREFIX}/bin/llppac
+   install -Dm644 misc/llpp.desktop 
${DESTDIR}${PREFIX}/share/applications/llpp.desktop
+   install -Dm644 README ${DESTDIR}${PREFIX}/share/licenses/llpp/README

Added: llpp/trunk/PKGBUILD
===
--- llpp/trunk/PKGBUILD (rev 0)
+++ llpp/trunk/PKGBUILD 2018-05-03 20:13:49 UTC (rev 318894)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: earnestly
+
+pkgname=llpp
+pkgver=26b.r109.ge27b9bb
+_commit=e27b9bb90449cbb48fb11de0ada03cbc8226009e
+pkgrel=1
+pkgdesc='opengl accelerated pdf viewer based on mupdf'
+arch=('x86_64')
+url="https://github.com/moosotc/${pkgname};
+license=('GPL')
+depends=('glu' 'openjpeg2' 'jbig2dec' 'libjpeg-turbo' 'freetype2' 
'desktop-file-utils')
+optdepends=('djvulibre: llppac djvu conversion'
+'ghostscript: llppac ps, dvi, and djvu conversion'
+'princexml: llppac html conversion'
+'unoconv: llppac office conversion'
+'librsvg: llppac svg conversion'
+'imagemagick: llppac image conversion'
+'llpp-gc: clean nonextant history items')
+makedepends=('git' 'ocaml' 'ocaml-lablgl' 'libmupdf' 'camlp4')
+
+# llpp seems to go through build systems like fasion, holomorph has provided a
+# very nice Makefile for building this software which has served well for
+# months.  It was contributed, or offered, to the author malc, but he concluded
+# that make was bad and needed constant effort to prevent "bitrot" as
+# justification for using a terrible shell script that downloaded arbitrary
+# commits of bundled libraries.  Now he's on to shake, a haskell NIH
+# implementation of make requiring that you now also have ghc and the shake
+# library to build this software.  Before this he used ninja.
+
+# For obvious reasons I'm sticking with the custom makefile which greatly
+# reduces maintainence burden and unecessary dependency bloat.
+source=("git+${url}#commit=${_commit}"
+'no-quit-on-escape.patch'
+'Makefile')
+sha256sums=('SKIP'
+'29a9550c6502c9de7db14f2f61edc6b77c7ebee9f1de8b865d4e1b219b9ae377'
+

[arch-commits] Commit in flameshot/trunk (PKGBUILD flameshot.install)

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 20:10:40
  Author: bgyorgy
Revision: 318893

Remove libappindicator-gtk3 from optdepends

It's completely unrelated to a Qt application. flameshot works fine in 
GNOME if topicons extension is installed.

Modified:
  flameshot/trunk/PKGBUILD
  flameshot/trunk/flameshot.install

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 20:07:43 UTC (rev 318892)
+++ PKGBUILD2018-05-03 20:10:40 UTC (rev 318893)
@@ -1,9 +1,9 @@
 # Maintainer: Jiachen YANG 
-# AUR Maintainer: xyzzy <628...@gmail.com>
+# Contributor: xyzzy <628...@gmail.com>
 
 pkgname=flameshot
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
 url="https://github.com/lupoDharkael/flameshot;
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('qt5-base')
 makedepends=('make' 'qt5-tools')
-optdepends=('libappindicator-gtk3: For Gnome3 tray icon support')
 source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz;

"pr174.patch::https://github.com/lupoDharkael/flameshot/commit/986b7741428e1f00a5b0688e254665eab90c025a.patch;

"pr149.patch::https://github.com/lupoDharkael/flameshot/commit/1bf282921744d3b3332d626c3ca00367ac7e6a44.patch;

Modified: flameshot.install
===
--- flameshot.install   2018-05-03 20:07:43 UTC (rev 318892)
+++ flameshot.install   2018-05-03 20:10:40 UTC (rev 318893)
@@ -3,7 +3,7 @@
 }
 
 echo_gnome3() {
-   echo "For Gnome3 users: please install libappindicator-gtk3 and one of 
the tray icons extension to use the systray icons"
+   echo "For Gnome3 users: please install one of the tray icons extension 
to use the systray icon"
 }
 
 post_upgrade(){


[arch-commits] Commit in flameshot (repo)

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 20:07:43
  Author: bgyorgy
Revision: 318892

Remove unneeded directory

Deleted:
  flameshot/repo/


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

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 20:02:04
  Author: eschwartz
Revision: 318891

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 318890, ocaml-lablgl/trunk/PKGBUILD)

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

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 318890, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-03 20:02:04 UTC (rev 318891)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.05
+pkgrel=6
+pkgdesc='OCaml interface to OpenGL'
+url="https://forge.ocamlcore.org/projects/lablgl/;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.06.0')
+makedepends=('camlp4')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
+sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 20:01:44
  Author: eschwartz
Revision: 318890

New package ocaml-lablgl needed for llpp

Added:
  ocaml-lablgl/
  ocaml-lablgl/repos/
  ocaml-lablgl/trunk/
  ocaml-lablgl/trunk/PKGBUILD

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

Added: ocaml-lablgl/trunk/PKGBUILD
===
--- ocaml-lablgl/trunk/PKGBUILD (rev 0)
+++ ocaml-lablgl/trunk/PKGBUILD 2018-05-03 20:01:44 UTC (rev 318890)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.05
+pkgrel=6
+pkgdesc='OCaml interface to OpenGL'
+url="https://forge.ocamlcore.org/projects/lablgl/;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.06.0')
+makedepends=('camlp4')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
+sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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


[arch-commits] Commit in (ocaml-labgl)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 20:00:51
  Author: eschwartz
Revision: 318889

Oops, wrong dir

Deleted:
  ocaml-labgl/


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

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 19:51:03
  Author: eschwartz
Revision: 31

archrelease: copy trunk to community-x86_64

Added:
  ocaml-labgl/repos/community-x86_64/
  ocaml-labgl/repos/community-x86_64/PKGBUILD
(from rev 318887, ocaml-labgl/trunk/PKGBUILD)

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

Copied: ocaml-labgl/repos/community-x86_64/PKGBUILD (from rev 318887, 
ocaml-labgl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-03 19:51:03 UTC (rev 31)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.05
+pkgrel=6
+pkgdesc='OCaml interface to OpenGL'
+url="https://forge.ocamlcore.org/projects/lablgl/;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.06.0')
+makedepends=('camlp4')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
+sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (4 files)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 19:50:30
  Author: eschwartz
Revision: 318887

New package ocaml-lablgl needed for llpp

Added:
  ocaml-labgl/
  ocaml-labgl/repos/
  ocaml-labgl/trunk/
  ocaml-labgl/trunk/PKGBUILD

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

Added: ocaml-labgl/trunk/PKGBUILD
===
--- ocaml-labgl/trunk/PKGBUILD  (rev 0)
+++ ocaml-labgl/trunk/PKGBUILD  2018-05-03 19:50:30 UTC (rev 318887)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.05
+pkgrel=6
+pkgdesc='OCaml interface to OpenGL'
+url="https://forge.ocamlcore.org/projects/lablgl/;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.06.0')
+makedepends=('camlp4')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
+sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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


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

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 19:29:10
  Author: bgyorgy
Revision: 318886

archrelease: copy trunk to community-x86_64

Added:
  psensor/repos/community-x86_64/PKGBUILD
(from rev 318885, psensor/trunk/PKGBUILD)
  psensor/repos/community-x86_64/is_error.patch
(from rev 318885, psensor/trunk/is_error.patch)
Deleted:
  psensor/repos/community-x86_64/PKGBUILD
  psensor/repos/community-x86_64/is_error.patch

+
 PKGBUILD   |   76 +++
 is_error.patch |   52 ++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 19:29:04 UTC (rev 318885)
+++ PKGBUILD2018-05-03 19:29:10 UTC (rev 318886)
@@ -1,38 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: X0rg
-# Contributor: marlock 
-# Contributor: Diogo Leal 
-
-pkgname=psensor
-pkgver=1.2.0
-pkgrel=3
-pkgdesc='A graphical hardware temperature monitor for Linux'
-arch=('x86_64')
-url='https://wpitchoune.net/psensor'
-license=('GPL2')
-depends=('lm_sensors' 'dconf' 'gtk3' 'udisks2' 'curl' 'libgtop' 'libnotify'
- 'libappindicator3' 'libxnvctrl' 'json-c' 'libmicrohttpd')
-makedepends=('help2man')
-source=("https://wpitchoune.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
-'is_error.patch')
-md5sums=('0d8ac0a1312e96f2101ecc7c684e2863'
- '04c45b3527e6cc4012fe60491751a0ac')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/is_error.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: psensor/repos/community-x86_64/PKGBUILD (from rev 318885, 
psensor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 19:29:10 UTC (rev 318886)
@@ -0,0 +1,38 @@
+# Maintainer: Robin Broda 
+# Contributor: X0rg
+# Contributor: marlock 
+# Contributor: Diogo Leal 
+
+pkgname=psensor
+pkgver=1.2.0
+pkgrel=4
+pkgdesc='A graphical hardware temperature monitor for Linux'
+arch=('x86_64')
+url='https://wpitchoune.net/psensor'
+license=('GPL2')
+depends=('lm_sensors' 'dconf' 'gtk3' 'udisks2' 'curl' 'libgtop' 'libnotify'
+ 'libxnvctrl' 'json-c' 'libmicrohttpd')
+makedepends=('help2man')
+source=("https://wpitchoune.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
+'is_error.patch')
+md5sums=('0d8ac0a1312e96f2101ecc7c684e2863'
+ '04c45b3527e6cc4012fe60491751a0ac')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/is_error.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: is_error.patch
===
--- is_error.patch  2018-05-03 19:29:04 UTC (rev 318885)
+++ is_error.patch  2018-05-03 19:29:10 UTC (rev 318886)
@@ -1,26 +0,0 @@
 a/src/rsensor.c2016-12-20 00:39:54.0 +0100
-+++ b/src/rsensor.c2018-01-05 19:30:09.089759050 +0100
-@@ -133,7 +133,7 @@
- 
-   obj = get_json_object(url);
- 
--  if (obj && !is_error(obj)) {
-+  if (obj && (obj != NULL)) {
-   n = json_object_array_length(obj);
-   sensors = malloc((n + 1) * sizeof(struct psensor *));
- 
-@@ -168,12 +168,12 @@
- 
-   obj = get_json_object(get_url(s));
- 
--  if (obj && !is_error(obj)) {
-+  if (obj && (obj != NULL)) {
-   json_object *om;
- 
-   json_object_object_get_ex(obj, "last_measure", );
- 
--  if (!is_error(obj)) {
-+  if (obj != NULL) {
-   json_object *ov, *ot;
-   struct timeval tv;
- 

Copied: psensor/repos/community-x86_64/is_error.patch (from rev 318885, 
psensor/trunk/is_error.patch)
===
--- is_error.patch  (rev 0)
+++ is_error.patch  2018-05-03 19:29:10 UTC (rev 318886)
@@ -0,0 +1,26 @@
+--- a/src/rsensor.c2016-12-20 00:39:54.0 +0100
 b/src/rsensor.c2018-01-05 19:30:09.089759050 +0100
+@@ -133,7 +133,7 @@
+ 
+   obj = get_json_object(url);
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   n = json_object_array_length(obj);
+   sensors = malloc((n + 1) * sizeof(struct psensor *));
+ 
+@@ -168,12 +168,12 @@
+ 
+   obj = get_json_object(get_url(s));
+ 
+-  if (obj && !is_error(obj)) {
++  if (obj && (obj != NULL)) {
+   json_object *om;
+ 
+   json_object_object_get_ex(obj, 

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

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 19:29:04
  Author: bgyorgy
Revision: 318885

upgpkg: psensor 1.2.0-4

Remove libappindicator-gtk3 depenency, it's needed only on Ubuntu's Unity 
desktop

Modified:
  psensor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 19:00:32 UTC (rev 318884)
+++ PKGBUILD2018-05-03 19:29:04 UTC (rev 318885)
@@ -5,13 +5,13 @@
 
 pkgname=psensor
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A graphical hardware temperature monitor for Linux'
 arch=('x86_64')
 url='https://wpitchoune.net/psensor'
 license=('GPL2')
 depends=('lm_sensors' 'dconf' 'gtk3' 'udisks2' 'curl' 'libgtop' 'libnotify'
- 'libappindicator3' 'libxnvctrl' 'json-c' 'libmicrohttpd')
+ 'libxnvctrl' 'json-c' 'libmicrohttpd')
 makedepends=('help2man')
 source=("https://wpitchoune.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;
 'is_error.patch')


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

2018-05-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, May 3, 2018 @ 19:00:32
  Author: demize
Revision: 318884

archrelease: copy trunk to community-x86_64

Added:
  zathura/repos/community-x86_64/PKGBUILD
(from rev 318883, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 318883, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion

-+
 PKGBUILD|   88 +++---
 bash-completion |   58 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 19:00:25 UTC (rev 318883)
+++ PKGBUILD2018-05-03 19:00:32 UTC (rev 318884)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.9
-pkgrel=1
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/;
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-x86_64/PKGBUILD (from rev 318883, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 19:00:32 UTC (rev 318884)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.9
+pkgrel=2
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/;
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion)
+
+sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson -Denable-synctex=false build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: bash-completion
===
--- bash-completion 2018-05-03 19:00:25 UTC (rev 318883)
+++ bash-completion 2018-05-03 19:00:32 UTC (rev 318884)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-x86_64/bash-completion (from rev 318883, 
zathura/trunk/bash-completion)
===
--- bash-completion (rev 0)
+++ bash-completion 2018-05-03 19:00:32 UTC (rev 318884)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in /usr/lib/zathura/*.so; do
+case ${PLUGIN##*/} in
+ 

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

2018-05-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, May 3, 2018 @ 19:00:25
  Author: demize
Revision: 318883

Disable synctex support until working patch can be backported

Yay for breaking ABI without a soname bump, libsynctex.

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 17:09:41 UTC (rev 318882)
+++ PKGBUILD2018-05-03 19:00:25 UTC (rev 318883)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.9
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/;
@@ -14,7 +14,7 @@
 license=('custom')
 
 makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -29,7 +29,7 @@
 
 build() {
   cd zathura-$pkgver
-  arch-meson build
+  arch-meson -Denable-synctex=false build
 
   cd build
   ninja


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

2018-05-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, May 3, 2018 @ 18:56:56
  Author: jelle
Revision: 323363

upgpkg: django 1.11.13-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 17:07:32 UTC (rev 323362)
+++ PKGBUILD2018-05-03 18:56:56 UTC (rev 323363)
@@ -5,7 +5,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.11.11
+pkgver=1.11.13
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -13,8 +13,8 @@
 url="http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha256sums=('74077d7309b48b97dacdac2dfb35c968028becf00a7a684e7f29b2af1b980edc')
-sha512sums=('38b1a6b4446ccba7b3e276ca680e95cbb14045fede3c1ba0aafe0b210407bf9c586c3ff4d042aecb08f8adc14dd72c72e2922bf032915581f0ff7b82c582940d')
+sha256sums=('46adfe8e0abe4d1f026c1086889970b611aec492784fbdfbdaabc2457360a4a5')
+sha512sums=('9552b76f693d2e47681bc24cc8ee19c9c42e194a21e578f28d1705641b2490a1d9289d9870105fb480ebd3f7ad2746b1bee8382857c55ba632192d72426ada06')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2018-05-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, May 3, 2018 @ 18:57:15
  Author: jelle
Revision: 323364

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 18:56:56 UTC (rev 323363)
+++ PKGBUILD2018-05-03 18:57:15 UTC (rev 323364)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.11.11
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha256sums=('74077d7309b48b97dacdac2dfb35c968028becf00a7a684e7f29b2af1b980edc')
-sha512sums=('38b1a6b4446ccba7b3e276ca680e95cbb14045fede3c1ba0aafe0b210407bf9c586c3ff4d042aecb08f8adc14dd72c72e2922bf032915581f0ff7b82c582940d')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools' 'python-pytz')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools' 'python2-pytz')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 323363, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 18:57:15 UTC (rev 323364)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.11.13
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha256sums=('46adfe8e0abe4d1f026c1086889970b611aec492784fbdfbdaabc2457360a4a5')
+sha512sums=('9552b76f693d2e47681bc24cc8ee19c9c42e194a21e578f28d1705641b2490a1d9289d9870105fb480ebd3f7ad2746b1bee8382857c55ba632192d72426ada06')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools' 'python-pytz')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py 

[arch-commits] Commit in unbound/repos/community-x86_64 (12 files)

2018-05-03 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 3, 2018 @ 17:09:41
  Author: bisson
Revision: 318882

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 318881, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 318881, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 318881, unbound/trunk/hook)
  unbound/repos/community-x86_64/service
(from rev 318881, unbound/trunk/service)
  unbound/repos/community-x86_64/sysusers.d
(from rev 318881, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 318881, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/service
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  124 +--
 conf   |   10 ++--
 hook   |   20 -
 service|   28 ++---
 sysusers.d |2 
 tmpfiles.d |2 
 6 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 17:08:46 UTC (rev 318881)
+++ PKGBUILD2018-05-03 17:09:41 UTC (rev 318882)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'service'
-'hook'
-'conf')
-sha256sums=('94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2' 
'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 318881, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 17:09:41 UTC (rev 318882)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'service'
+'hook'
+'conf')

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

2018-05-03 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 3, 2018 @ 17:08:46
  Author: bisson
Revision: 318881

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 16:48:48 UTC (rev 318880)
+++ PKGBUILD2018-05-03 17:08:46 UTC (rev 318881)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -21,7 +21,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2' 
'SKIP'
+sha256sums=('56e085ef582c5372a20207de179d0edb4e541e59f87be7d4ee1d00d12008628d' 
'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'


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

2018-05-03 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 3, 2018 @ 17:07:00
  Author: bisson
Revision: 323361

archrelease: copy trunk to extra-x86_64

Added:
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 323360, graphicsmagick/trunk/PKGBUILD)
Deleted:
  graphicsmagick/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 17:06:16 UTC (rev 323360)
+++ PKGBUILD2018-05-03 17:07:00 UTC (rev 323361)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Maintainer: Gaetan Bisson 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Anton Leontiev 
-
-pkgname=graphicsmagick
-pkgver=1.3.28
-pkgrel=2
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('x86_64')
-license=('MIT')
-optdepends=('jasper: jp2 module'
-'libpng: png module'
-'libwmf: wmf module'
-'libxml2: msl, svg, url modules'
-'libtiff: ps2, ps3, tiff modules'
-'ghostscript: pdf, ps modules')
-makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp')
-depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha256sums=('942a68a9a8a5af6f682b896fd4f0ad617d8b49907e474acfe59549956bcc994a')
-
-options=('!emptydirs' 'libtool')
-
-build() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-shared \
-   --with-modules \
-   --with-perl \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-   --with-quantum-depth=16 \
-   --with-threads
-   make
-}
-
-package() {
-   cd "${srcdir}/GraphicsMagick-${pkgver}"
-
-   make DESTDIR="${pkgdir}" install
-
-   # Install MIT license
-   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
-   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
-   make
-   make install
-
-   # Remove perllocal.pod and .packlist
-   rm -r "${pkgdir}"/usr/lib/perl5/*/core_perl
-   rm 
"${pkgdir}"/usr/lib/perl5/*/vendor_perl/auto/Graphics/Magick/.packlist
-}

Copied: graphicsmagick/repos/extra-x86_64/PKGBUILD (from rev 323360, 
graphicsmagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 17:07:00 UTC (rev 323361)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.29
+pkgrel=1
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha256sums=('e18df46a6934c8c12bfe274d09f28b822f291877f9c81bd9a506f879a7610cd4')
+
+options=('!emptydirs' 'libtool')
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-gs-font-dir=/usr/share/fonts/Type1 \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+ 

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

2018-05-03 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 3, 2018 @ 17:06:16
  Author: bisson
Revision: 323360

upstream update

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:52:34 UTC (rev 323359)
+++ PKGBUILD2018-05-03 17:06:16 UTC (rev 323360)
@@ -5,8 +5,8 @@
 # Contributor: Anton Leontiev 
 
 pkgname=graphicsmagick
-pkgver=1.3.28
-pkgrel=2
+pkgver=1.3.29
+pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp')
 depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
-sha256sums=('942a68a9a8a5af6f682b896fd4f0ad617d8b49907e474acfe59549956bcc994a')
+sha256sums=('e18df46a6934c8c12bfe274d09f28b822f291877f9c81bd9a506f879a7610cd4')
 
 options=('!emptydirs' 'libtool')
 


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

2018-05-03 Thread Thore Bödecker via arch-commits
Date: Thursday, May 3, 2018 @ 16:48:48
  Author: foxxx0
Revision: 318880

archrelease: copy trunk to community-x86_64

Added:
  ceph/repos/community-x86_64/PKGBUILD
(from rev 318879, ceph/trunk/PKGBUILD)
  ceph/repos/community-x86_64/ceph.sysusers
(from rev 318879, ceph/trunk/ceph.sysusers)
  ceph/repos/community-x86_64/fix-ceph_disk-python-interpreter.patch
(from rev 318879, ceph/trunk/fix-ceph_disk-python-interpreter.patch)
  ceph/repos/community-x86_64/fix-or-disable-broken-tests.patch
(from rev 318879, ceph/trunk/fix-or-disable-broken-tests.patch)
  ceph/repos/community-x86_64/fix-python2-paths.patch
(from rev 318879, ceph/trunk/fix-python2-paths.patch)
  ceph/repos/community-x86_64/fix-sphinx-binary-name.patch
(from rev 318879, ceph/trunk/fix-sphinx-binary-name.patch)
  ceph/repos/community-x86_64/remove-distro-version-detection.patch
(from rev 318879, ceph/trunk/remove-distro-version-detection.patch)
Deleted:
  ceph/repos/community-x86_64/PKGBUILD
  ceph/repos/community-x86_64/ceph.sysusers
  ceph/repos/community-x86_64/fix-ceph_disk-python-interpreter.patch
  ceph/repos/community-x86_64/fix-or-disable-broken-tests.patch
  ceph/repos/community-x86_64/fix-python2-paths.patch
  ceph/repos/community-x86_64/fix-sphinx-binary-name.patch
  ceph/repos/community-x86_64/remove-distro-version-detection.patch

+
 PKGBUILD   |  394 +++---
 ceph.sysusers  |2 
 fix-ceph_disk-python-interpreter.patch |   16 
 fix-or-disable-broken-tests.patch  |  553 +++
 fix-python2-paths.patch|  104 ++---
 fix-sphinx-binary-name.patch   |   22 -
 remove-distro-version-detection.patch  |   33 -
 7 files changed, 552 insertions(+), 572 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 16:48:32 UTC (rev 318879)
+++ PKGBUILD2018-05-03 16:48:48 UTC (rev 318880)
@@ -1,197 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase='ceph'
-pkgname=('ceph' 'ceph-libs')
-pkgver=12.2.4
-pkgrel=1
-pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
-arch=('x86_64')
-url='https://ceph.com/'
-license=('GPL')
-makedepends=('bc' 'boost' 'boost-libs' 'cmake' 'cpio' 'crypto++' 'curl' 
'cython'
-  'cython2' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'git' 'glibc' 'gperf' 
'gperftools'
-  'gptfdisk' 'inetutils' 'jq' 'junit' 'keyutils' 'leveldb' 'libaio'
-  'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux' 'libxml2' 
'lsb-release'
-  'lz4' 'ncurses' 'nss' 'parted' 'pcre' 'procps-ng' 'python2-cherrypy'
-  'python2-jinja' 'python2-nose' 'python2-pecan' 'python2-pip'
-  'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools'
-  'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug' 'sed'
-  'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
-  'zlib' 'zstd')
-options=('emptydirs')
-source=("https://download.ceph.com/tarballs/${pkgbase}-${pkgver}.tar.gz;
-'ceph.sysusers'
-'fix-ceph_disk-python-interpreter.patch'
-'fix-or-disable-broken-tests.patch'
-'fix-python2-paths.patch'
-'remove-distro-version-detection.patch')
-sha512sums=('ce9ec49e8693d11345adb3a219763cc76b626db2c26d8d9ba08ff0a4d6fdeb08739da29bb87ff0946fed8e6fd55c8db0672cb286f7ebb90cf2e11a47042ba5d6'
-
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
-
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
-
'40446e298ab6b735b149d26ac26d273d6e159c319bb79f112614f1d4933a5a2684007fc9a1d660c5d4a17075d8bac59019c6cc7e66d64d4e240a1a61454800ef'
-
'd5d9e8123833212f6cf0ecef209a5dd9b9a8ec70d780b5140884dc9f87690ec305fb2569c5d1da2b28deb05bd03caecc534acc9dc5ce7ec75e2580df4b5b2063'
-
'e2ed33e2ac37bfdb9597083388e1a87f10051e976033055d440b1a4bc2bd11148c29128fb9841771ca983c12fb36b343bcc04219dea87199321ceea9aa18b3cc')
-
-prepare() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-
-  # remove tests that require root privileges
-  rm src/test/cli/ceph-authtool/cap*.t
-
-  # remove broken tests
-  rm src/test/cli/crushtool/build.t
-  rm -rf qa/btrfs
-  rm src/btrfs_ioc_test.c
-
-  # this test will try to perform btrfs operations when a btrfs mount
-  # is active on the build host, which will fail
-  if mount | grep 'type btrfs' &>/dev/null; then
-sed -i 

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

2018-05-03 Thread Thore Bödecker via arch-commits
Date: Thursday, May 3, 2018 @ 16:48:32
  Author: foxxx0
Revision: 318879

upgpkg: ceph 12.2.5-1

update to 12.2.5

Modified:
  ceph/trunk/PKGBUILD
  ceph/trunk/fix-or-disable-broken-tests.patch
  ceph/trunk/fix-python2-paths.patch
  ceph/trunk/remove-distro-version-detection.patch

---+
 PKGBUILD  |   10 +-
 fix-or-disable-broken-tests.patch |   15 ++-
 fix-python2-paths.patch   |8 
 remove-distro-version-detection.patch |9 -
 4 files changed, 11 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 16:01:22 UTC (rev 318878)
+++ PKGBUILD2018-05-03 16:48:32 UTC (rev 318879)
@@ -3,7 +3,7 @@
 
 pkgbase='ceph'
 pkgname=('ceph' 'ceph-libs')
-pkgver=12.2.4
+pkgver=12.2.5
 pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64')
@@ -26,12 +26,12 @@
 'fix-or-disable-broken-tests.patch'
 'fix-python2-paths.patch'
 'remove-distro-version-detection.patch')
-sha512sums=('ce9ec49e8693d11345adb3a219763cc76b626db2c26d8d9ba08ff0a4d6fdeb08739da29bb87ff0946fed8e6fd55c8db0672cb286f7ebb90cf2e11a47042ba5d6'
+sha512sums=('bd78358590eb077afcc3c1e12864fadee906c95ac8afee25bdca6155f99b75f89d923159fcc13430abba21a89fee3e566177ff5f9ffabdd3b3f220d05602ab86'
 
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
 
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
-
'40446e298ab6b735b149d26ac26d273d6e159c319bb79f112614f1d4933a5a2684007fc9a1d660c5d4a17075d8bac59019c6cc7e66d64d4e240a1a61454800ef'
-
'd5d9e8123833212f6cf0ecef209a5dd9b9a8ec70d780b5140884dc9f87690ec305fb2569c5d1da2b28deb05bd03caecc534acc9dc5ce7ec75e2580df4b5b2063'
-
'e2ed33e2ac37bfdb9597083388e1a87f10051e976033055d440b1a4bc2bd11148c29128fb9841771ca983c12fb36b343bcc04219dea87199321ceea9aa18b3cc')
+
'89699b0a3d4b7e5f184533a5f658270ca4b942a8af82b106a844c41a652bdb6eaf7cd840c1a4574e88993a8fdedf29c3d066ff22786c5e44122328c77829d107'
+
'ead2c5fa20cf2e41041f52039acb5fb513922270bdacde234e7ae8e7fd3375ba63e9e3a930a717829577d4d551fa05151c6709a728cb43ef7f930983b38fd762'
+
'962f2406d856763a071666a090328789fe6d7ab60258a2ec024eab0ef57d5d00caa42d14771a1bc522c6f74d81ed95b38f1732894fa7f0045ae4fadaa75991b3')
 
 prepare() {
   cd "${srcdir}/${pkgbase}-${pkgver}"

Modified: fix-or-disable-broken-tests.patch
===
--- fix-or-disable-broken-tests.patch   2018-05-03 16:01:22 UTC (rev 318878)
+++ fix-or-disable-broken-tests.patch   2018-05-03 16:48:32 UTC (rev 318879)
@@ -1,14 +1,3 @@
 a/src/test/common/test_util.cc 2017-09-18 23:14:01.782825030 +0200
-+++ b/src/test/common/test_util.cc 2017-09-19 10:27:45.926925114 +0200
-@@ -48,7 +48,7 @@
- 
- 
-   ASSERT_TRUE(sys_info.find("distro") != sys_info.end());
--  ASSERT_TRUE(sys_info.find("distro_version") != sys_info.end());
-+  //ASSERT_TRUE(sys_info.find("distro_version") != sys_info.end());
-   ASSERT_TRUE(sys_info.find("distro_description") != sys_info.end());
- 
-   cct->put();
 --- a/src/script/subman2017-08-28 18:30:20.0 +0200
 +++ b/src/script/subman2017-09-19 13:09:03.417286215 +0200
 @@ -11,7 +11,7 @@
@@ -22,7 +11,7 @@
  facts_file = os.environ.get("CEPH_FACTS_FILE", 
"/etc/rhsm/facts/ceph_usage.facts")
 --- a/src/test/CMakeLists.txt  2017-08-28 18:30:20.0 +0200
 +++ b/src/test/CMakeLists.txt  2017-09-21 17:50:12.074504293 +0200
-@@ -572,7 +572,6 @@
+@@ -587,7 +587,6 @@
  #add_ceph_test(test_pidfile.sh ${CMAKE_CURRENT_SOURCE_DIR}/test_pidfile.sh)
  
  add_ceph_test(test_subman.sh ${CMAKE_CURRENT_SOURCE_DIR}/test_subman.sh)
@@ -124,7 +113,7 @@
 +tox2 -c ${TOX_PATH}
 --- a/qa/workunits/rbd/run_devstack_tempest.sh 2017-09-26 18:27:07.0 
+0200
 +++ b/qa/workunits/rbd/run_devstack_tempest.sh 2017-10-10 18:53:33.564468674 
+0200
-@@ -119,4 +119,4 @@
+@@ -125,4 +125,4 @@
  chmod -R o+rx ${STACK_OPT_PATH}/devstack/files
  
  cd ${STACK_OPT_PATH}/tempest

Modified: fix-python2-paths.patch
===
--- fix-python2-paths.patch 2018-05-03 16:01:22 UTC (rev 318878)
+++ fix-python2-paths.patch 2018-05-03 16:48:32 UTC (rev 318879)
@@ -44,9 +44,9 @@
  export NO_INDEX=--no-index
  fi
  
--pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX 
--use-wheel --find-links=file://$(pwd)/wheelhouse 'tox >=1.9'
-+pip2 $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX 
--use-wheel --find-links=file://$(pwd)/wheelhouse 'tox >=1.9'
+-pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX 

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-05-03 Thread Andrew Crerar via arch-commits
Date: Thursday, May 3, 2018 @ 16:01:22
  Author: andrewsc
Revision: 318878

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 318877, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 16:00:50 UTC (rev 318877)
+++ PKGBUILD2018-05-03 16:01:22 UTC (rev 318878)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b15
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('116f8b477e8c590627814a972dcd6cd23a1d4a45d1ffbe89bfea0c40ba787c498abdce7229a8c379efbbc0ee05b8df9606222750e138d5806dd3e43d82a36f1c'
-
'057b23ec3c704241c6355115c9c5fd11725a0fd168ceb2fed5e66d53fe86aef8b8d94e4322d392f9cb1577ff1085cbfb4fed16e426e7ded0ad5100f956309c69'
-
'f5cd550cd53f4df974d4d0cf616d16fa0fb4df0a6099402e03dd4dd50a7d134c92c66d4a2be85837ac5a4935a5071a5d479541f72334d4078dc6b04a0fbcb0fe'
-
'6a0c0de110b2c43410f0aa21032227679c19c7f29b3e81d3849c746b8160b3553492feaaf516fb82fe152c5f14b5171967339ba8d7957a56403b686baa832bf9'
-
'7f026345f6e6d5d1a7dc5b25c50529f91995b22d15758076c6c6262c2da9f2ffc2a9d4cbeecae8955875676fa2c7e58442f116f826f92b7614b32255e3617071'
-
'6ea6531b3965e82e41364bc2a2ed80bc63d8fb811cdcf1caedfd506c3459e6f4070bf5feefbc3f0e424c2876335d4946b933fa768c17ffc7c0e71a673ca6a265'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-05-03 Thread Andrew Crerar via arch-commits
Date: Thursday, May 3, 2018 @ 16:00:50
  Author: andrewsc
Revision: 318877

upgpkg: firefox-developer-edition-i18n 61.0b1-1

firefox-developer-edition-i18n: Updated to 61.0b1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 15:54:52 UTC (rev 318876)
+++ PKGBUILD2018-05-03 16:00:50 UTC (rev 318877)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b15
+pkgver=61.0b1
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('116f8b477e8c590627814a972dcd6cd23a1d4a45d1ffbe89bfea0c40ba787c498abdce7229a8c379efbbc0ee05b8df9606222750e138d5806dd3e43d82a36f1c'
-
'057b23ec3c704241c6355115c9c5fd11725a0fd168ceb2fed5e66d53fe86aef8b8d94e4322d392f9cb1577ff1085cbfb4fed16e426e7ded0ad5100f956309c69'
-
'f5cd550cd53f4df974d4d0cf616d16fa0fb4df0a6099402e03dd4dd50a7d134c92c66d4a2be85837ac5a4935a5071a5d479541f72334d4078dc6b04a0fbcb0fe'
-
'6a0c0de110b2c43410f0aa21032227679c19c7f29b3e81d3849c746b8160b3553492feaaf516fb82fe152c5f14b5171967339ba8d7957a56403b686baa832bf9'
-
'7f026345f6e6d5d1a7dc5b25c50529f91995b22d15758076c6c6262c2da9f2ffc2a9d4cbeecae8955875676fa2c7e58442f116f826f92b7614b32255e3617071'
-
'6ea6531b3965e82e41364bc2a2ed80bc63d8fb811cdcf1caedfd506c3459e6f4070bf5feefbc3f0e424c2876335d4946b933fa768c17ffc7c0e71a673ca6a265'
-
'e731a98cd4df140ec2f5d98eef468c911fb32ea1c2a2c542ab6d437856d5b565c4839046479520b16da6348f7113d470ffaca45f5016e7795b71f6a88b38bf51'
-
'89ea5480c8223d785c616a2fbf163c3945ee54b2647c958ce8c666bf08cdc750bf50ce8e6e6ec34964b650abe7948d434685d4cf6413ffe8d1f2fa7e88abe533'
-
'dfce120ef1a7dd1a295795ba1d636edf7a767d68e1de3fd233d089a64db03b3e8f3225360a1c43dd280391140238e4ff2a92c462e01f8820efe856333003f97f'
-
'd2136070bf6bcff6aae1b0306144e064af9a9e70bb834287a787bb14ba83db158ef355cc3492e0fcafde88b244c7e2af06199a31952827ffe05d2324e00aaa78'
-
'cba9c1d1124efd795410652cc0cd9c45e015ccfb0d4d556d5d1932ede7e093f225b2b46980faa42b7d8bb1abc331c6ae8c5d3e694c02139c2a320741197ead48'
-
'c6d16dca088aece6423dffc8de0e7b40402bab06069e4853c36129d1926d96c75fb679cf9e12e8f3ddc60c143cd4f4a01aab0728530ef8258c33393724cc34cb'
-
'460f0b5f8c494bdfbbf3d5eda69127edcb9991f7010a99a1e833e0ba57706828a6d3d8d8c5e3882b585b94d787d66f50e905be31221367b596c936b03e51c75d'
-
'fd4c5333e90e39b7c8c53e4b73c9e621da36b10a2a964364fe47df851569ae6ac6986808b5dca91651c471d6fdce1d6268c97543314632e046bebc40f8a62a5f'
-
'8a04a9814e82967657c1357ff6cd3f579af3ce07afe12e60be6e9872fc52d130f8fa1a4dea2832af25d6a1e860afc00abdfd0640eb7778b6a3a1c6d9da3f'
-
'7719537232c7d647e0b575de90c1bc68dacb1544ca9bdf37b4b1bcaa06f2af55396284717199b50cfd37177f4e9b1b99ba9afc5ea6ee12d9b87ebb9de580f237'
-
'05a05135d72cc1a23b2649ba0446eed42ec269443c8b168ed6f6d456ec53f1266ff8a4cd8f307632cb02dac0fff756de35f054bc2250448bde3181d94a8a4f96'
-
'dd8354622726b7d36e4ab5aef73c856b50392a2e3fa32a45cc3f2c06e89546009187cb3e8a1f6f0d43e4250b917fd8e85a72fbb074967451d09aa5e264b16553'
-
'5fcfdda4c6db279340a2b771012c8110687520a7b3efd59ecbde34fe8848400a246462bc5f26f36c8aa481894c8c6db212837409c5b7b92b1c11dd2b18ba2fd0'
-
'109af008a3c609313096c4d072ad1c937d820b9b5f74715ec98f19e34379126f593bd87177cf287de084d7c70639889a54ca3eddd1d5dc85928ba8db445a1631'
-
'9a3b9977f1b6d85fde071e25de6d53654dac2f2bdc4d5c6c2fbe74b8ef97f3891ac80f9de1cfb6cfaa26ddf471b7b9a80a726bbb3ba9b9665666ad2df95c5ca1'
-
'856fe7c729d081437d3b44904530073460e10bd1e2a7aff733b6f38e14161faddfe98c3cdfe39a15ce111376cb5b080551185af4defa4732f1d49ee1cd80d888'
-
'2df81c58a9d2e0db0d9d610b6996110dfecfce3f8ebdb42e27b4c60d094aaef3f1ac2f1d9173723bdb4b55d01518ca556d87a4310e9599d2f26ebf75bd78bffa'
-
'4895d4683cef25168ee55641e1c166dfc872117c9dd6063e40069c3a381653a611a482fe215c83b8887c44ccc59e0df2302af140cf932d3650d3a168e048f3de'
-
'674abd218dbea532450a6c8596039f2cdb97adad65820d07b0a43edcd5669dd9571a9b18e0cbff412285163c91e441bdd62b03e6d4b6c55353014994561d7e90'
-
'db7e474de150325defa705180eb8c3a74bb6343bedbf92799f38bc2b3e64ac2abf027c3b4ffe7bf3cacb40cc9a73543521da8c9696ed7e74f3c2a806b7152615'
-
'6567e082614636f6ac02722789e37eb5e26f54d142977981a22ed05680cc94bbb3cee429497e7270fc67452def65d7f7380f221a1308c5e9d9ec7fcd2e30af50'
-
'208c65f5b382c0b42cec46c4da243bfc0a83a804fdd81b1df534b9ef13126ff688c87cb6f85b28a436050615755bbcd8f0fe4319abd94b2ab1de2cab7989f16d'
-   

[arch-commits] Commit in firefox-developer-edition/trunk (firefox-ffmpeg4.0.patch)

2018-05-03 Thread Andrew Crerar via arch-commits
Date: Thursday, May 3, 2018 @ 15:54:27
  Author: andrewsc
Revision: 318875

upgpkg: firefox-developer-edition 61.0b1-1

firefox-developer-edition: Updating to 61.0b1

Deleted:
  firefox-developer-edition/trunk/firefox-ffmpeg4.0.patch

-+
 firefox-ffmpeg4.0.patch |13571 --
 1 file changed, 13571 deletions(-)

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


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-05-03 Thread Andrew Crerar via arch-commits
Date: Thursday, May 3, 2018 @ 15:54:52
  Author: andrewsc
Revision: 318876

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 318875, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 318875, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 318875, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 318875, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  356 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 595 insertions(+), 595 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 15:54:27 UTC (rev 318875)
+++ PKGBUILD2018-05-03 15:54:52 UTC (rev 318876)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=60.0b15
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-05-03 Thread Andrew Crerar via arch-commits
Date: Thursday, May 3, 2018 @ 15:53:02
  Author: andrewsc
Revision: 318874

upgpkg: firefox-developer-edition 61.0b1-1

firefox-developer-edition: Updating to 61.0b1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 15:51:07 UTC (rev 318873)
+++ PKGBUILD2018-05-03 15:53:02 UTC (rev 318874)
@@ -2,8 +2,8 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=60.0b15
-pkgrel=3
+pkgver=61.0b1
+pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -10,7 +10,7 @@
 url="https://www.mozilla.org/firefox/channel/#developer;
 depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
  'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python3' 'yasm' 'mesa' 
'imake' 'gconf' 'inetutils'
  'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
@@ -22,13 +22,11 @@
 source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
 "$pkgname".desktop
 firefox-symbolic.svg
-firefox-install-dir.patch
-firefox-ffmpeg4.0.patch)
+firefox-install-dir.patch)
 sha512sums=('SKIP'
 
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
 
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248'
-
'b820b756b59f8ac436082334f683fa8ea9b27f9150cbafb673e16a81aff48702a1c2d5d81a9899a22d151e5354ca859387d87b5e8097fc9ff83d531be629b3c9')
+
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -48,7 +46,6 @@
 
   cd mozilla-unified
   patch -Np1 -i ../firefox-install-dir.patch
-  patch -Np1 -i ../firefox-ffmpeg4.0.patch
 
   echo -n "$_google_api_key" > google-api-key
   echo -n "$_mozilla_api_key" > mozilla-api-key


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

2018-05-03 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 14:40:49
  Author: felixonmars
Revision: 318872

archrelease: copy trunk to community-any

Added:
  python-pytest-twisted/repos/community-any/PKGBUILD
(from rev 318871, python-pytest-twisted/trunk/PKGBUILD)
Deleted:
  python-pytest-twisted/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 14:40:22 UTC (rev 318871)
+++ PKGBUILD2018-05-03 14:40:49 UTC (rev 318872)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-twisted
-pkgname=('python-pytest-twisted' 'python2-pytest-twisted')
-pkgver=1.7.1
-pkgrel=1
-pkgdesc='A twisted plugin for py.test'
-arch=('any')
-license=('BSD')
-url='https://github.com/pytest-dev/pytest-twisted'
-makedepends=('python-pytest' 'python2-pytest' 'python-greenlet' 
'python2-greenlet'
- 'python-decorator' 'python2-decorator' 'python-twisted' 
'python2-twisted')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-twisted/archive/$pkgver.tar.gz;)
-sha512sums=('7bc1e0bfce4b126208af291cca2e9bbd9f8bd68848d48d2fa3da4dcc3f7688e0a5eaee474e2ef80ac02cf1d2a957d284201d8808accffc1bf9091d696b0be2c3')
-
-prepare() {
-  cp -a pytest-twisted-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-twisted-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-twisted-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-twisted-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/pytest-twisted-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_python-pytest-twisted() {
-  depends=('python-pytest' 'python-greenlet' 'python-decorator' 
'python-twisted')
-
-  cd pytest-twisted-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pytest-twisted() {
-  depends=('python2-pytest' 'python2-greenlet' 'python2-decorator' 
'python2-twisted')
-
-  cd pytest-twisted-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-twisted/repos/community-any/PKGBUILD (from rev 318871, 
python-pytest-twisted/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 14:40:49 UTC (rev 318872)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-twisted
+pkgname=('python-pytest-twisted' 'python2-pytest-twisted')
+pkgver=1.8
+pkgrel=1
+pkgdesc='A twisted plugin for py.test'
+arch=('any')
+license=('BSD')
+url='https://github.com/pytest-dev/pytest-twisted'
+makedepends=('python-pytest' 'python2-pytest' 'python-greenlet' 
'python2-greenlet'
+ 'python-decorator' 'python2-decorator' 'python-twisted' 
'python2-twisted')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-twisted/archive/$pkgver.tar.gz;)
+sha512sums=('7d71aa53f209f9b8e835288f88fcb754ac18a4eeaae986a1e4474035a402315791280d5f05223e49a352ac186f910f3b5e686827565d72a700fb3f317126bc5f')
+
+prepare() {
+  cp -a pytest-twisted-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-twisted-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-twisted-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-twisted-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-twisted-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-twisted() {
+  depends=('python-pytest' 'python-greenlet' 'python-decorator' 
'python-twisted')
+
+  cd pytest-twisted-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pytest-twisted() {
+  depends=('python2-pytest' 'python2-greenlet' 'python2-decorator' 
'python2-twisted')
+
+  cd pytest-twisted-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-03 Thread Felix Yan via arch-commits
Date: Thursday, May 3, 2018 @ 14:40:22
  Author: felixonmars
Revision: 318871

upgpkg: python-pytest-twisted 1.8-1

Modified:
  python-pytest-twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 14:21:37 UTC (rev 318870)
+++ PKGBUILD2018-05-03 14:40:22 UTC (rev 318871)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-twisted
 pkgname=('python-pytest-twisted' 'python2-pytest-twisted')
-pkgver=1.7.1
+pkgver=1.8
 pkgrel=1
 pkgdesc='A twisted plugin for py.test'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-greenlet' 
'python2-greenlet'
  'python-decorator' 'python2-decorator' 'python-twisted' 
'python2-twisted')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-twisted/archive/$pkgver.tar.gz;)
-sha512sums=('7bc1e0bfce4b126208af291cca2e9bbd9f8bd68848d48d2fa3da4dcc3f7688e0a5eaee474e2ef80ac02cf1d2a957d284201d8808accffc1bf9091d696b0be2c3')
+sha512sums=('7d71aa53f209f9b8e835288f88fcb754ac18a4eeaae986a1e4474035a402315791280d5f05223e49a352ac186f910f3b5e686827565d72a700fb3f317126bc5f')
 
 prepare() {
   cp -a pytest-twisted-$pkgver{,-py2}


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

2018-05-03 Thread Morten Linderud via arch-commits
Date: Thursday, May 3, 2018 @ 12:23:42
  Author: foxboron
Revision: 318855

upgpkg: docker-compose 1.21.2-1

Updated to 1.21.2

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 12:15:57 UTC (rev 318854)
+++ PKGBUILD2018-05-03 12:23:42 UTC (rev 318855)
@@ -7,7 +7,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.21.1
+pkgver=1.21.2
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
 checkdepends=('python-pytest-runner' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('1475cb6dc253b4080e11fa142721cd0e0d8fac903a928ddee4b96324b51f2819f427d055e25f9b4e76db0ffdd128d72ea3e42c151afbdb68d75ff386baced593')
+sha512sums=('6392582d8c6c321458b1163336f1c902548cc250f9ab5b765d144287b006ef6dacdc47199fafbb6efe426e382325b94986aa159df08dec4974a71968862a8435')
 
 prepare() {
   cd compose-$pkgver


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

2018-05-03 Thread Morten Linderud via arch-commits
Date: Thursday, May 3, 2018 @ 12:23:49
  Author: foxboron
Revision: 318856

archrelease: copy trunk to community-any

Added:
  docker-compose/repos/community-any/PKGBUILD
(from rev 318855, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 12:23:42 UTC (rev 318855)
+++ PKGBUILD2018-05-03 12:23:49 UTC (rev 318856)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.21.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/;
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
- 'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
-checkdepends=('python-pytest-runner' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('1475cb6dc253b4080e11fa142721cd0e0d8fac903a928ddee4b96324b51f2819f427d055e25f9b4e76db0ffdd128d72ea3e42c151afbdb68d75ff386baced593')
-
-prepare() {
-  cd compose-$pkgver
-
-  # Remove upper bound on requires
-  sed -i 's/==/>=/g' requirements.txt
-  sed -i "s/, < .*',$/',/" setup.py
-}
-
-build() {
-  cd compose-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # TODO: need a running docker daemon to test
-
-  cd compose-$pkgver
-  # python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py pytest
-}
-
-package() {
-  cd compose-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/completions/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 318855, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 12:23:49 UTC (rev 318856)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.21.2
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/;
+license=("Apache")
+depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
+ 'python-six' 'python-jsonschema' 'python-setuptools' 'docker')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
+sha512sums=('6392582d8c6c321458b1163336f1c902548cc250f9ab5b765d144287b006ef6dacdc47199fafbb6efe426e382325b94986aa159df08dec4974a71968862a8435')
+
+prepare() {
+  cd compose-$pkgver
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose-$pkgver
+  # python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py pytest
+}
+
+package() {
+  cd compose-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
+  install -Dm644 

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

2018-05-03 Thread Balló György via arch-commits
Date: Thursday, May 3, 2018 @ 12:15:57
  Author: bgyorgy
Revision: 318854

Use PGP signature of the released archive

Modified:
  mypaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 11:12:51 UTC (rev 318853)
+++ PKGBUILD2018-05-03 12:15:57 UTC (rev 318854)
@@ -12,9 +12,11 @@
 license=('GPL')
 depends=('gtk3' 'python2-cairo' 'python2-gobject' 'python2-numpy')
 makedepends=('scons' 'swig')
-source=(https://github.com/mypaint/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz
+source=(https://github.com/mypaint/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.asc}
 fix-wayland.patch)
+validpgpkeys=('C02391F4BBA4F0E2B27C6BFF6E3037E12878B299') # Andrew Chadwick
 sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7'
+'SKIP'
 '1ffa2e6e0deb236928f33c7f82cc037949e76600b5f7242f85b18380a241928b')
 
 prepare() {


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

2018-05-03 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 3, 2018 @ 11:12:51
  Author: spupykin
Revision: 318853

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 318852, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 318852, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 318852, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 318852, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  169 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 112 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 11:12:37 UTC (rev 318852)
+++ PKGBUILD2018-05-03 11:12:51 UTC (rev 318853)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua' 'python-setuptools')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('6230224c27f050201b372b18a9f39cd220ed584899c5f0cf73c6b313dabc8d8a'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e 's|dirlen,|dirlen=0,|' \
-src/lxc/storage/overlay.c
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 318852, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 11:12:51 UTC (rev 318853)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   

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

2018-05-03 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 3, 2018 @ 11:12:37
  Author: spupykin
Revision: 318852

upgpkg: lxc 1:3.0.0-2

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 11:04:21 UTC (rev 318851)
+++ PKGBUILD2018-05-03 11:12:37 UTC (rev 318852)
@@ -8,14 +8,13 @@
 pkgname=lxc
 epoch=1
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
 makedepends=('docbook2x' 'lua' 'python-setuptools')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
+optdepends=('dnsmasq: lxc-net.service'
'lua'
'lua-filesystem: lxc-top'
'lua-alt-getopt: lxc-top')
@@ -63,7 +62,9 @@
 --enable-capabilities \
 --enable-lua \
 --with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-pam \
+--with-pamdir=/usr/lib/security
   make
 }
 


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

2018-05-03 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 3, 2018 @ 11:04:21
  Author: spupykin
Revision: 318851

archrelease: copy trunk to community-x86_64

Added:
  recoll/repos/community-x86_64/PKGBUILD
(from rev 318850, recoll/trunk/PKGBUILD)
Deleted:
  recoll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 11:04:04 UTC (rev 318850)
+++ PKGBUILD2018-05-03 11:04:21 UTC (rev 318851)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.23.7
-pkgrel=1
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('x86_64')
-url="http://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit')
-makedepends=('python')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'python-lxml: indexing spreadsheets'
-   'aspell-en: English stemming support')
-source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('56eaa8695b8ac8f30a3f451688a3ae47da64637badfffd33878977d13f92cba0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  make DESTDIR="$pkgdir" install
-}

Copied: recoll/repos/community-x86_64/PKGBUILD (from rev 318850, 
recoll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 11:04:21 UTC (rev 318851)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.23.8
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('x86_64')
+url="http://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit')
+makedepends=('python')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+#  'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   'python-lxml: indexing spreadsheets'
+   'aspell-en: English stemming support')
+source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
+sha256sums=('6a2de7c73762062f6f4e2e22ed0441443a56c8e61f128c2e7dc76878fdab7455')
+
+prepare() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+}
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-03 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 3, 2018 @ 11:04:04
  Author: spupykin
Revision: 318850

upgpkg: recoll 1.23.8-1

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:53:23 UTC (rev 318849)
+++ PKGBUILD2018-05-03 11:04:04 UTC (rev 318850)
@@ -6,7 +6,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.23.7
+pkgver=1.23.8
 pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
@@ -31,7 +31,7 @@
'python-lxml: indexing spreadsheets'
'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('56eaa8695b8ac8f30a3f451688a3ae47da64637badfffd33878977d13f92cba0')
+sha256sums=('6a2de7c73762062f6f4e2e22ed0441443a56c8e61f128c2e7dc76878fdab7455')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:39:13
  Author: bpiotrowski
Revision: 318835

archrelease: copy trunk to community-staging-x86_64

Added:
  python-scipy/repos/community-staging-x86_64/
  python-scipy/repos/community-staging-x86_64/PKGBUILD
(from rev 318834, python-scipy/trunk/PKGBUILD)

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

Copied: python-scipy/repos/community-staging-x86_64/PKGBUILD (from rev 318834, 
python-scipy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 10:39:13 UTC (rev 318835)
@@ -0,0 +1,91 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('x86_64')
+url="http://www.scipy.org/;
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
+md5sums=('418f557cd14e74f62a3c8280027ad36f')
+
+build() {
+  export LDFLAGS="-Wall -shared"
+
+  # 2 builds
+  cp -r scipy-${pkgver} scipy-${pkgver}-py2
+
+  # build for python3
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 build
+
+  # build for python2
+  cd ../scipy-${pkgver}-py2
+
+  for file in $(find . -name '*.py' -print); do
+   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py config_fc --fcompiler=gnu95 build
+}
+
+check() {
+  # we need to do a temp install so we can import scipy
+  # also, the tests must not be run from the scipy source directory
+  export LDFLAGS="-Wall -shared"
+
+  cd ${srcdir}/scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${srcdir}/test --optimize=1
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.6/site-packages
+  cd ${srcdir}
+  python -c "from scipy import test; test('full')"
+
+  cd ${srcdir}/scipy-${pkgver}-py2
+  python2 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${srcdir}/test --optimize=1
+  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
+  cd ${srcdir}
+  python2 -c "from scipy import test; test('full')"
+}
+
+package_python-scipy() {
+  depends=('python-numpy')
+  provides=('python3-scipy' 'scipy')
+  optdepends=('python-pillow: for image saving module')
+
+  cd scipy-${pkgver}
+  export LDFLAGS="-Wall -shared"
+
+  python3 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${pkgdir} --optimize=1
+
+  install -Dm644 LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
+}
+
+package_python2-scipy() {
+  depends=('python2-numpy')
+  optdepends=('python2-pillow: for image saving module')
+  conflicts=('python-scipy<0.9.0')
+
+  cd scipy-${pkgver}-py2
+  export LDFLAGS="-Wall -shared"
+
+  python2 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${pkgdir} --optimize=1
+
+  install -Dm644 LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python2-scipy/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:38:50
  Author: bpiotrowski
Revision: 318834

archrelease: copy trunk to community-staging-x86_64

Added:
  julia/repos/community-staging-x86_64/
  julia/repos/community-staging-x86_64/PKGBUILD
(from rev 318833, julia/trunk/PKGBUILD)
  julia/repos/community-staging-x86_64/julia-libunwind-version.patch
(from rev 318833, julia/trunk/julia-libunwind-version.patch)
  julia/repos/community-staging-x86_64/julia-makefile.patch
(from rev 318833, julia/trunk/julia-makefile.patch)

---+
 PKGBUILD  |  135 
 julia-libunwind-version.patch |   15 
 julia-makefile.patch  |   13 +++
 3 files changed, 163 insertions(+)

Copied: julia/repos/community-staging-x86_64/PKGBUILD (from rev 318833, 
julia/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 10:38:50 UTC (rev 318834)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+# Contributor: Valentin Churavy 
+
+pkgbase=julia
+pkgname=(julia julia-docs)
+epoch=2
+pkgver=0.6.2
+pkgrel=8
+arch=('x86_64')
+pkgdesc='High-level, high-performance, dynamic programming language'
+url='https://julialang.org/'
+license=('MIT')
+depends=('fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'mpfr' 'pcre2' 
'suitesparse')
+makedepends=('chrpath' 'cmake' 'gcc-fortran' 'gmp' 'python2')
+options=('!emptydirs' 'staticlibs')
+source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
+'julia-libunwind-version.patch'
+'julia-makefile.patch')
+sha256sums=('1e34c13091c9ddb47cf87a51566d94a06613f3db3c483b8f63b276e416dd621b'
+'SKIP'
+'16009ce454f58463464027cbaf6186ccfab84c37660a52fb1ec3a0f514df64f9'
+'342b43532fbace3508688eee879113160e01cbbda29610b53f2f34796bc0312a')
+validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495') # Julia (Binary 
signing key) 
+
+prepare() {
+
+  cd "$pkgbase-$pkgver"
+  patch -p1 -i ../julia-libunwind-version.patch
+  patch -p0 -i ../julia-makefile.patch # make 'make install' really just 
install
+}
+
+build() {
+  # See FS#57387 for why USE_SYSTEM_LLVM=0, for now
+  # See FS#58221 for why USE_SYSTEM_ARPACK=0, for now
+
+  # 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.
+
+  make -C "$pkgbase-$pkgver" \
+prefix=/usr \
+sysconfdir=/etc \
+MARCH=x86-64 \
+JULIA_BUILD_MODE=release \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=0 \
+USE_SYSTEM_LAPACK=0 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=0 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_INTEL_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=1 \
+USE_SYSTEM_LIBGIT2=1 \
+USE_SYSTEM_PATCHELF=1 \
+USE_SYSTEM_DSFMT=0
+}
+
+package_julia() {
+  backup=('etc/julia/juliarc.jl')
+  optdepends=('gnuplot: If using the Gaston Package from julia')
+
+  # See FS#57387 for why USE_SYSTEM_LLVM=0, for now
+  # See FS#58221 for why USE_SYSTEM_ARPACK=0, for now
+
+  make -C "$pkgbase-$pkgver" \
+DESTDIR="$pkgdir" \
+prefix=/usr \
+sysconfdir=/etc  \
+MARCH=x86-64 \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_OPENLIBM=0 \
+USE_SYSTEM_OPENSPECFUN=0 \
+USE_SYSTEM_BLAS=0 \
+USE_SYSTEM_LAPACK=0 \
+USE_SYSTEM_FFTW=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_ARPACK=0 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=0 \
+USE_INTEL_MKL=0 \
+USE_BLAS64=0 \
+USE_LLVM_SHLIB=1 \
+USE_SYSTEM_LIBGIT2=1 \
+USE_SYSTEM_PATCHELF=1 \
+USE_SYSTEM_DSFMT=0 \
+install
+
+  # Remove duplicate man-page from julia/doc
+  rm -rf "$pkgdir/usr/share/julia/doc/man"
+
+  # FS#58211 && https://github.com/JuliaLang/julia/issues/26830
+  chrpath -r '$ORIGIN/julia' "$pkgdir"/usr/lib/libjulia.so.0.6.2
+  # points to /usr/lib
+  chrpath -d "$pkgdir"/usr/bin/julia
+
+  # Documentation and examples are in the julia-docs package
+  rm -rf "$pkgdir/usr/share/"{doc,julia/doc,julia/examples}
+
+  # License
+  install -Dm644 "$pkgbase-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_julia-docs() {
+  pkgdesc='Documentation 

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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:38:25
  Author: bpiotrowski
Revision: 318833

archrelease: copy trunk to community-staging-x86_64

Added:
  liteide/repos/community-staging-x86_64/PKGBUILD
(from rev 318832, liteide/trunk/PKGBUILD)
Deleted:
  liteide/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 10:37:46 UTC (rev 318832)
+++ PKGBUILD2018-05-03 10:38:25 UTC (rev 318833)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=33.2
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64')
-url='https://github.com/visualfc/liteide'
-makedepends=('gcc-go' 'gendesk' 'git' 'imagemagick' 'mercurial' 'setconf')
-depends=('go-tools' 'qt5-webkit')
-optdepends=('go: go compiler'
-'gcc-go: go compiler')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
-  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
-
-  # Fix the libpng warning: iCCP: known incorrect sRGB profile
-  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH="$(pwd)/go"
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # https://github.com/visualfc/liteide/issues/633
-  go get -u github.com/visualfc/gotools
-  go get -u github.com/nsf/gocode
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd "$srcdir"
-
-  msg2 'Packaging desktop shortcut...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -d "$pkgdir/usr/share/pixmaps"
-  ln -s /usr/share/liteide/welcome/images/liteide400.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim: ts=2 sw=2 et:

Copied: liteide/repos/community-staging-x86_64/PKGBUILD (from rev 318832, 
liteide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 10:38:25 UTC (rev 318833)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=33.2
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64')
+url='https://github.com/visualfc/liteide'
+makedepends=('gcc-go' 'gendesk' 'git' 'imagemagick' 'mercurial' 'setconf')
+depends=('go-tools' 'qt5-webkit')
+optdepends=('go: go compiler'
+'gcc-go: go compiler')
+options=('!strip' '!emptydirs')
+source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+  chmod +x "liteide-x$pkgver/build/"*_*.sh
+
+  # Fix for FS#4662 until fixed by upstream
+  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
+  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
+  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: 

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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:37:46
  Author: bpiotrowski
Revision: 318832

1.0.1-2: rebuild against gcc 8

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:37:03 UTC (rev 318831)
+++ PKGBUILD2018-05-03 10:37:46 UTC (rev 318832)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
 url="http://www.scipy.org/;


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:37:03
  Author: bpiotrowski
Revision: 318831

archrelease: copy trunk to community-staging-x86_64

Added:
  liteide/repos/community-staging-x86_64/
  liteide/repos/community-staging-x86_64/PKGBUILD
(from rev 318830, liteide/trunk/PKGBUILD)

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

Copied: liteide/repos/community-staging-x86_64/PKGBUILD (from rev 318830, 
liteide/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 10:37:03 UTC (rev 318831)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=33.2
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64')
+url='https://github.com/visualfc/liteide'
+makedepends=('gcc-go' 'gendesk' 'git' 'imagemagick' 'mercurial' 'setconf')
+depends=('go-tools' 'qt5-webkit')
+optdepends=('go: go compiler'
+'gcc-go: go compiler')
+options=('!strip' '!emptydirs')
+source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  gendesk -f -n --name LiteIDE --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+  chmod +x "liteide-x$pkgver/build/"*_*.sh
+
+  # Fix for FS#4662 until fixed by upstream
+  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
+  sed -i 's|^GOROOT|#GOROOT|g' linux32.env
+  sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
+}
+
+build() {
+  cd "liteide-x$pkgver/build"
+
+  mkdir -p go
+  export GOPATH="$(pwd)/go"
+  export QTDIR=/usr
+
+  ./update_pkg.sh
+  ./build_linux.sh
+
+  # https://github.com/visualfc/liteide/issues/633
+  go get -u github.com/visualfc/gotools
+  go get -u github.com/nsf/gocode
+}
+
+package() {
+  cd "liteide-x$pkgver/build/liteide"
+
+  msg2 'Creating directories...'
+  mkdir -p \
+"$pkgdir/usr/lib/liteide" \
+"$pkgdir/usr/share/liteide" \
+"$pkgdir/usr/share/doc/$pkgname"
+
+  msg2 'Packaging executables...'
+  for binary in gotools gocode liteide; do # goimports
+install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
+  done
+  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
+
+  cd "$srcdir/liteide-x$pkgver/liteidex"
+
+  msg2 'Packaging resources...'
+  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
+
+  msg2 'Packaging libraries and plugins...'
+  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
+  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
+
+  msg2 'Packaging license and license exception...'
+  install -Dm644 LICENSE.LGPL \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LGPL_EXCEPTION.TXT \
+"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
+
+  cd "$srcdir"
+
+  msg2 'Packaging desktop shortcut...'
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -d "$pkgdir/usr/share/pixmaps"
+  ln -s /usr/share/liteide/welcome/images/liteide400.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  msg2 'Cleaning up...'
+  rm -rf "$pkgdir/usr/share/$pkgname/doc"
+
+  # Fix for FS#38781
+  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
+"$pkgdir/usr/share/liteide/liteenv"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:36:55
  Author: bpiotrowski
Revision: 318830

33.2-2: rebuild against gcc 8

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:36:34 UTC (rev 318829)
+++ PKGBUILD2018-05-03 10:36:55 UTC (rev 318830)
@@ -6,7 +6,7 @@
 
 pkgname=liteide
 pkgver=33.2
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')
 arch=('x86_64')


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:36:14
  Author: bpiotrowski
Revision: 318828

archrelease: copy trunk to community-staging-x86_64

Added:
  glide/repos/community-staging-x86_64/
  glide/repos/community-staging-x86_64/PKGBUILD
(from rev 318827, glide/trunk/PKGBUILD)

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

Copied: glide/repos/community-staging-x86_64/PKGBUILD (from rev 318827, 
glide/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 10:36:14 UTC (rev 318828)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: fanningert 
+
+pkgname=glide
+pkgver=0.13.1
+pkgrel=2
+pkgdesc='Dependency management and vendoring for Go projects'
+arch=('x86_64')
+url='https://github.com/Masterminds/glide'
+license=('MIT')
+makedepends=('git' 'gcc-go')
+options=('!strip' '!emptydirs')
+source=("git+$url#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build/go && cd build/go
+  for f in "/usr/lib/go/"*; do ln -s "$f"; done
+  rm pkg && mkdir pkg && cd pkg
+  for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
+
+  export GOPATH="$srcdir/build"
+  export GOROOT="$GOPATH/go"
+
+  mkdir -p "$GOPATH/src/${url#https://};
+  mv "$srcdir/$pkgname"/* "$GOPATH/src/${url#https://};
+}
+
+build() {
+  cd "$GOPATH/src/${url#https://};
+
+  go build -o glide -ldflags "-X main.version=$pkgver" glide.go
+}
+
+package() {
+  cd "$GOPATH/src/${url#https://};
+
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/Masterminds/glide
+# vim: ts=2 sw=2 et:


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:36:34
  Author: bpiotrowski
Revision: 318829

2:0.6.2-8: rebuild against gcc 8

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:36:14 UTC (rev 318828)
+++ PKGBUILD2018-05-03 10:36:34 UTC (rev 318829)
@@ -9,7 +9,7 @@
 pkgname=(julia julia-docs)
 epoch=2
 pkgver=0.6.2
-pkgrel=7
+pkgrel=8
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:36:04
  Author: bpiotrowski
Revision: 318827

0.13.1-2: rebuild against gcc 8

Modified:
  glide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:35:57 UTC (rev 318826)
+++ PKGBUILD2018-05-03 10:36:04 UTC (rev 318827)
@@ -4,7 +4,7 @@
 
 pkgname=glide
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Dependency management and vendoring for Go projects'
 arch=('x86_64')
 url='https://github.com/Masterminds/glide'


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:35:57
  Author: bpiotrowski
Revision: 318826

archrelease: copy trunk to community-staging-x86_64

Added:
  gendesk/repos/community-staging-x86_64/
  gendesk/repos/community-staging-x86_64/PKGBUILD
(from rev 318825, gendesk/trunk/PKGBUILD)

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

Copied: gendesk/repos/community-staging-x86_64/PKGBUILD (from rev 318825, 
gendesk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 10:35:57 UTC (rev 318826)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=gendesk
+pkgver=0.7
+pkgrel=2
+pkgdesc='Utility for generating desktop files'
+arch=('x86_64')
+url='http://gendesk.roboticoverlords.org/'
+license=('MIT')
+makedepends=('gcc-go' 'git' 'mercurial')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
+'http://roboticoverlords.org/images/default.png')
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('3100f40a32e2588188b8af0822110f9ba4689f2a0dae7347a3b917d0d12e24a1'
+'SKIP'
+'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  GOPATH=`pwd` go get -d -v
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  GOPATH=`pwd` go build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:35:50
  Author: bpiotrowski
Revision: 318825

0.7-2: rebuild against gcc 8

Modified:
  gendesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:32:46 UTC (rev 318824)
+++ PKGBUILD2018-05-03 10:35:50 UTC (rev 318825)
@@ -3,7 +3,7 @@
 
 pkgname=gendesk
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for generating desktop files'
 arch=('x86_64')
 url='http://gendesk.roboticoverlords.org/'


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:32:27
  Author: bpiotrowski
Revision: 318822

archrelease: copy trunk to community-staging-x86_64

Added:
  addinclude/repos/community-staging-x86_64/
  addinclude/repos/community-staging-x86_64/PKGBUILD
(from rev 318821, addinclude/trunk/PKGBUILD)

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

Copied: addinclude/repos/community-staging-x86_64/PKGBUILD (from rev 318821, 
addinclude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 10:32:27 UTC (rev 318822)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F R�dseth 
+
+pkgname=addinclude
+pkgver=1.0
+pkgrel=2
+pkgdesc='Utility to add includes to header- and sourcefiles, for C and C++'
+arch=('x86_64')
+url='http://addinclude.roboticoverlords.org/'
+license=('GPL2')
+makedepends=('gcc-go')
+source=("http://addinclude.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('23786f497bc5097a26d39ef995c28035506e5bb39172c7d6a03c386e3d79471c'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  go build -o "$pkgname"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:32:46
  Author: bpiotrowski
Revision: 318824

archrelease: copy trunk to community-staging-x86_64

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

--+
 ChangeLog|3 +
 PKGBUILD |   52 ++
 build-fix.patch  |   21 +++
 freemat.install  |7 ++
 remove-qwebkit.patch |  138 +
 5 files changed, 221 insertions(+)

Copied: freemat/repos/community-staging-x86_64/ChangeLog (from rev 318823, 
freemat/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2018-05-03 10:32:46 UTC (rev 318824)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+

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

Copied: freemat/repos/community-staging-x86_64/build-fix.patch (from rev 
318823, freemat/trunk/build-fix.patch)
===
--- community-staging-x86_64/build-fix.patch(rev 0)
+++ community-staging-x86_64/build-fix.patch2018-05-03 10:32:46 UTC (rev 
318824)
@@ -0,0 +1,21 @@
+diff -wbBur FreeMat-4.2-Source/CMakeLists.txt 
FreeMat-4.2-Source.q/CMakeLists.txt
+--- FreeMat-4.2-Source/CMakeLists.txt  2013-07-28 01:27:12.0 +0400
 FreeMat-4.2-Source.q/CMakeLists.txt2014-05-29 21:13:35.263893395 
+0400
+@@ -250,17 +250,6 @@
+ ##
+ OPTION(USE_LLVM "Build with LLVM support?" ON)
+ 
+-FIND_PACKAGE(LLVM)
+-FIND_PACKAGE(CLANG)
+-
+-IF (LLVM_FOUND AND CLANG_FOUND)
+-  add_definitions(-DHAVE_LLVM)
+-  include_directories(${LLVM_INCLUDE_DIRS})
+-  link_directories(${LLVM_LIBRARY_DIRS})
+-  llvm_map_components_to_libraries(REQ_LLVM_LIBRARIES jit interpreter 
nativecodegen asmparser bitreader bitwriter codegen ipo linker selectiondag 
instrumentation)
+-  set(OPTIONAL_LIBS ${OPTIONAL_LIBS} ${CLANG_LIBRARIES} ${REQ_LLVM_LIBRARIES})
+-ENDIF()
+-
+ ##
+ #Extra libraries
+ IF(NOT WIN32)

Copied: freemat/repos/community-staging-x86_64/freemat.install (from rev 
318823, freemat/trunk/freemat.install)
===
--- community-staging-x86_64/freemat.install 

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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:32:32
  Author: bpiotrowski
Revision: 318823

4.2-9: rebuild against gcc 8

Modified:
  freemat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:32:27 UTC (rev 318822)
+++ PKGBUILD2018-05-03 10:32:32 UTC (rev 318823)
@@ -4,7 +4,7 @@
 
 pkgname=freemat
 pkgver=4.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A free environment for rapid engineering, scientific prototyping and 
data processing"
 arch=('x86_64')
 url="http://freemat.sourceforge.net;


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

2018-05-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, May 3, 2018 @ 10:32:16
  Author: bpiotrowski
Revision: 318821

1.0-2: rebuild against gcc 8

Modified:
  addinclude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 10:14:41 UTC (rev 318820)
+++ PKGBUILD2018-05-03 10:32:16 UTC (rev 318821)
@@ -3,7 +3,7 @@
 
 pkgname=addinclude
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to add includes to header- and sourcefiles, for C and C++'
 arch=('x86_64')
 url='http://addinclude.roboticoverlords.org/'


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

2018-05-03 Thread Antonio Rojas via arch-commits
Date: Thursday, May 3, 2018 @ 10:30:55
  Author: arojas
Revision: 323353

archrelease: copy trunk to extra-x86_64

Added:
  kwallet-pam/repos/extra-x86_64/PKGBUILD
(from rev 323352, kwallet-pam/trunk/PKGBUILD)
Deleted:
  kwallet-pam/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 10:30:28 UTC (rev 323352)
+++ PKGBUILD2018-05-03 10:30:55 UTC (rev 323353)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas <aro...@archlinux.org>
-
-pkgname=kwallet-pam
-pkgver=5.12.5
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6374132fe2d142c9eb999e90c636b973fe9715335de3cfa86f0b5f4258d5eba2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<bs...@kde.org>
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 
<notm...@gmail.com>
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DKWALLET4=1
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ../build4
-  make DESTDIR="$pkgdir" install
-}

Copied: kwallet-pam/repos/extra-x86_64/PKGBUILD (from rev 323352, 
kwallet-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 10:30:55 UTC (rev 323353)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:Antonio Rojas <aro...@archlinux.org>
+
+pkgname=kwallet-pam
+pkgver=5.12.5
+pkgrel=2
+pkgdesc='KWallet PAM integration'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
CVE-2018-10380-1.patch::"https://cgit.kde.org/kwallet-pam.git/patch/?id=2134dec8;
+
CVE-2018-10380-2.patch::"https://cgit.kde.org/kwallet-pam.git/patch/?id=01d4143f;)
+sha256sums=('6374132fe2d142c9eb999e90c636b973fe9715335de3cfa86f0b5f4258d5eba2'
+'SKIP'
+'bc509c7d04aa21c35caac263720967dd098af47e6d282e437f1b69de38f42d66'
+'b3c8500c7951b4a919875907abcefe817d8d613e31a2eb4ccf63b0038a4f5b62')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<bs...@kde.org>
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 
<notm...@gmail.com>
+
+prepare() {
+  mkdir -p build{,4}
+
+  cd $pkgname-$pkgver
+# https://www.kde.org/info/security/advisory-20180503-1.txt
+  patch -p1 -i ../CVE-2018-10380-1.patch
+  patch -p1 -i ../CVE-2018-10380-2.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-03 Thread Antonio Rojas via arch-commits
Date: Thursday, May 3, 2018 @ 10:30:28
  Author: arojas
Revision: 323352

Fix CVE-2018-10380

Modified:
  kwallet-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 09:33:10 UTC (rev 323351)
+++ PKGBUILD2018-05-03 10:30:28 UTC (rev 323352)
@@ -3,7 +3,7 @@
 
 pkgname=kwallet-pam
 pkgver=5.12.5
-pkgrel=1
+pkgrel=2
 pkgdesc='KWallet PAM integration'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -11,9 +11,13 @@
 depends=(pam libgcrypt socat)
 makedepends=(extra-cmake-modules qt5-base)
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
CVE-2018-10380-1.patch::"https://cgit.kde.org/kwallet-pam.git/patch/?id=2134dec8;
+
CVE-2018-10380-2.patch::"https://cgit.kde.org/kwallet-pam.git/patch/?id=01d4143f;)
 sha256sums=('6374132fe2d142c9eb999e90c636b973fe9715335de3cfa86f0b5f4258d5eba2'
-'SKIP')
+'SKIP'
+'bc509c7d04aa21c35caac263720967dd098af47e6d282e437f1b69de38f42d66'
+'b3c8500c7951b4a919875907abcefe817d8d613e31a2eb4ccf63b0038a4f5b62')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<bs...@kde.org>
   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -21,6 +25,11 @@
 
 prepare() {
   mkdir -p build{,4}
+
+  cd $pkgname-$pkgver
+# https://www.kde.org/info/security/advisory-20180503-1.txt
+  patch -p1 -i ../CVE-2018-10380-1.patch
+  patch -p1 -i ../CVE-2018-10380-2.patch
 }
 
 build() {


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

2018-05-03 Thread Bruno Pagani via arch-commits
Date: Thursday, May 3, 2018 @ 10:14:41
  Author: archange
Revision: 318820

archrelease: copy trunk to community-staging-x86_64

Added:
  vtk/repos/community-staging-x86_64/.contrib
(from rev 318819, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 318819, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-staging-x86_64/.contrib
  vtk/repos/community-staging-x86_64/PKGBUILD

--+
 .contrib |   12 +-
 PKGBUILD |  261 ++---
 2 files changed, 136 insertions(+), 137 deletions(-)

Deleted: .contrib
===
--- .contrib2018-05-03 10:14:25 UTC (rev 318819)
+++ .contrib2018-05-03 10:14:41 UTC (rev 318820)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-staging-x86_64/.contrib (from rev 318819, 
vtk/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-05-03 10:14:41 UTC (rev 318820)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 10:14:25 UTC (rev 318819)
+++ PKGBUILD2018-05-03 10:14:41 UTC (rev 318820)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic 
-
-pkgname=vtk
-pkgver=8.1.0
-_majorver=8.1
-pkgrel=4
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('gcc-libs')
-# Build fails with jdk10-openjdk because of missing javah executable (fixed in 
CMake 3.11)
-makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment=9' 'jsoncpp' 'lz4'
- 'mariadb' 'netcdf' 'openmpi' 'proj' 'python2-autobahn' 
'python2-constantly'
- 'python2-incremental' 'python2-matplotlib'
- 'python2-mpi4py' 'python2-twisted' 'qt5-base' 'qt5-tools'
- 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python2-constantly'
-'python2-incremental'
-'python2-matplotlib: for Matplotlib rendering'
-'python2-twisted: for vtkWeb'
-'python2-autobahn: for vtkWeb'
-'python2-mpi4py: OpenMPI python support'
-'openmpi: OpenMPI support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'ffmpeg'
-'gdal'
-'glew'
-'hdf5'
-'jsoncpp'
-'lz4'
-'mariadb'
-'netcdf'
-'proj'
-'unixodbc')
-source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;)
-options=(staticlibs)
-sha512sums=('3d5efd1a18939e21045278a387817421a98919cbaaa6ed65167c16999e1bb882b849b698d201a294da9920dbc96d1fbc987013462b1c7cbb12920bfff9b6f2a3'
-
'0a63f87896320aa38970932bf47c9e3f65a8bdd5413e51f95c53e321348b5b4e1eca2405d755eabb785c03939e1936245cc9f1b0f7ad0988c41362ac6f1e3047'
-
'9dfd64b5125205ba7d8cba5665da40874d0a9781f3bd2595058d939207d96980c9a68009ce9ed1476931e1b929199c4888ccf6d590f23d2412873ca6907abc31')
-
-prepare() {
-  rm -rf "build"
-  mkdir "build"
-}
-
-build() {
-  cd "build"
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
-  # libharu needs to be patched, see 
https://github.com/libharu/libharu/pull/157
-  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
-  # system gl2ps is not used because of 
http://www.vtk.org/Bug/view.php?id=16083
-  for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE 
SIX AUTOBAHN MPI4PY JSONCPP GLEW HDF HDF5 LIBPROJ4 TXAIO HYPERLINK CONSTANTLY 
INCREMENTAL LZ4 NETCDF; do
-cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "

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

2018-05-03 Thread Bruno Pagani via arch-commits
Date: Thursday, May 3, 2018 @ 10:14:25
  Author: archange
Revision: 318819

Rebuild with latest java now that CMake 3.11 landed

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 09:07:38 UTC (rev 318818)
+++ PKGBUILD2018-05-03 10:14:25 UTC (rev 318819)
@@ -7,15 +7,14 @@
 pkgname=vtk
 pkgver=8.1.0
 _majorver=8.1
-pkgrel=4
+pkgrel=5
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
 arch=('x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
 depends=('gcc-libs')
-# Build fails with jdk10-openjdk because of missing javah executable (fixed in 
CMake 3.11)
 makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment=9' 'jsoncpp' 'lz4'
+ 'hdf5' 'java-environment' 'jsoncpp' 'lz4'
  'mariadb' 'netcdf' 'openmpi' 'proj' 'python2-autobahn' 
'python2-constantly'
  'python2-incremental' 'python2-matplotlib'
  'python2-mpi4py' 'python2-twisted' 'qt5-base' 'qt5-tools'


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

2018-05-03 Thread Ronald van Haren via arch-commits
Date: Thursday, May 3, 2018 @ 09:15:19
  Author: ronald
Revision: 323346

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 09:14:44 UTC (rev 323345)
+++ PKGBUILD2018-05-03 09:15:19 UTC (rev 323346)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-makedepends=('mesa')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('11cc987d67ae4852511fece82094f54864df3bee')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" 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 323345, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 09:15:19 UTC (rev 323346)
@@ -0,0 +1,33 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+makedepends=('mesa' 'meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
+
+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-05-03 Thread Ronald van Haren via arch-commits
Date: Thursday, May 3, 2018 @ 09:14:44
  Author: ronald
Revision: 323345

upgpkg: terminology 1.2.0-1

update to 1.2.0; switch to meson build system

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 08:45:22 UTC (rev 323344)
+++ PKGBUILD2018-05-03 09:14:44 UTC (rev 323345)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -10,25 +10,22 @@
 url="https://www.enlightenment.org/about-terminology;
 license=('BSD')
 depends=('efl')
-makedepends=('mesa')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('11cc987d67ae4852511fece82094f54864df3bee')
+makedepends=('mesa' 'meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
+  meson builddir --prefix=/usr
+  ninja -C builddir
 }
 
 package(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja -C builddir install
 
   # install license files
   install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \


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

2018-05-03 Thread Bruno Pagani via arch-commits
Date: Thursday, May 3, 2018 @ 09:07:38
  Author: archange
Revision: 318818

archrelease: copy trunk to community-staging-x86_64

Added:
  netcdf-fortran/repos/community-staging-x86_64/
  netcdf-fortran/repos/community-staging-x86_64/PKGBUILD
(from rev 318817, netcdf-fortran/trunk/PKGBUILD)

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

Copied: netcdf-fortran/repos/community-staging-x86_64/PKGBUILD (from rev 
318817, netcdf-fortran/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 09:07:38 UTC (rev 318818)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf-fortran
+pkgver=4.4.4
+pkgrel=5
+pkgdesc="NetCDF fortran bindings"
+arch=('x86_64')
+url="https://github.com/Unidata/netcdf-fortran;
+license=('custom')
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+makedepends=('doxygen')
+options=('!makeflags' 'staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('44b1986c427989604df9925dcdbf6c1a977e4ecbde6dd459114bca20bf5e9e67')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-shared
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-05-03 Thread Bruno Pagani via arch-commits
Date: Thursday, May 3, 2018 @ 09:07:29
  Author: archange
Revision: 318817

GCC 8.1 rebuild

Modified:
  netcdf-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 09:02:20 UTC (rev 318816)
+++ PKGBUILD2018-05-03 09:07:29 UTC (rev 318817)
@@ -5,7 +5,7 @@
 
 pkgname=netcdf-fortran
 pkgver=4.4.4
-pkgrel=4
+pkgrel=5
 pkgdesc="NetCDF fortran bindings"
 arch=('x86_64')
 url="https://github.com/Unidata/netcdf-fortran;


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

2018-05-03 Thread Bruno Pagani via arch-commits
Date: Thursday, May 3, 2018 @ 09:02:20
  Author: archange
Revision: 318816

archrelease: copy trunk to community-staging-x86_64

Added:
  hdf5-openmpi/repos/community-staging-x86_64/
  hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD
(from rev 318815, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/community-staging-x86_64/mpi.patch
(from rev 318815, hdf5-openmpi/trunk/mpi.patch)

---+
 PKGBUILD  |   78 
 mpi.patch |   18 +
 2 files changed, 96 insertions(+)

Copied: hdf5-openmpi/repos/community-staging-x86_64/PKGBUILD (from rev 318815, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-03 09:02:20 UTC (rev 318816)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Maintainer: Bruno Pagani 
+# Contributor: Stefan Husmann 
+# Contributor: damir 
+# Contributor: Tom K 
+# Contributor: Jed Brown 
+# Contributor: Simone Pezzuto 
+
+_pkgname=hdf5
+_mpi=openmpi
+pkgname=${_pkgname}-${_mpi}
+pkgver=1.10.1
+pkgrel=4
+pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
+arch=('x86_64')
+url="https://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'libaec' 'bash' 'openmpi')
+makedepends=('time' 'gcc-fortran')
+provides=('hdf5' 'hdf5-cpp-fortran' "hdf5-fortran-${_mpi}")
+conflicts=('hdf5')
+replaces=("hdf5-fortran-${_mpi}")
+source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;
+'mpi.patch')
+md5sums=('d89893c05ee7ea8611b51bb39450d64e'
+ 'dfa8dd50b8a7ebb3ad7249c627156cf9')
+
+prepare() {
+cd ${_pkgname}-${pkgver/_/-}
+
+# FS#33343
+patch -p1 -i ../mpi.patch
+}
+
+build() {
+cd ${_pkgname}-${pkgver/_/-}
+./configure \
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--docdir=/usr/share/doc/hdf5/ \
+--disable-static \
+--disable-sharedlib-rpath \
+--enable-build-mode=production \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-parallel \
+--enable-unsupported \
+--with-pic \
+--with-zlib \
+--with-szlib
+make
+}
+
+# Check are failing with error while loading shared libraries: libhdf5.so.101: 
cannot open shared object file: No such file or directory
+#check() {
+#cd ${pkgname}-${pkgver/_/-}
+#make check
+#}
+
+package() {
+cd ${_pkgname}-${pkgver/_/-}
+
+make DESTDIR="${pkgdir}" install
+
+rm -rf "${pkgdir}"/usr/lib/libdynlib*.so
+
+install -dm755 "${pkgdir}"/usr/share/${_pkgname}
+mv "${pkgdir}"/usr/share/{hdf5_examples,${_pkgname}/examples}
+
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${_pkgname}/LICENSE
+}

Copied: hdf5-openmpi/repos/community-staging-x86_64/mpi.patch (from rev 318815, 
hdf5-openmpi/trunk/mpi.patch)
===
--- community-staging-x86_64/mpi.patch  (rev 0)
+++ community-staging-x86_64/mpi.patch  2018-05-03 09:02:20 UTC (rev 318816)
@@ -0,0 +1,18 @@
+Prevent accidental inclusion of mpi c++ headers 
+when hdf5.h is included third party library
+
+https://bugs.gentoo.org/show_bug.cgi?id=420777
+https://bugs.archlinux.org/task/33343
+
+--- a/src/H5public.h
 b/src/H5public.h
+@@ -58,6 +58,8 @@
+ #   include 
+ #endif
+ #ifdef H5_HAVE_PARALLEL
++#   define OMPI_SKIP_MPICXX   /* Make sure that cxx specific headers are not 
included */
++#   define MPICH_SKIP_MPICXX
+ #   include 
+ #ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already   */
+ #   include 
+


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

2018-05-03 Thread Bruno Pagani via arch-commits
Date: Thursday, May 3, 2018 @ 09:01:24
  Author: archange
Revision: 318815

GCC 8.1 rebuild

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 07:33:55 UTC (rev 318814)
+++ PKGBUILD2018-05-03 09:01:24 UTC (rev 318815)
@@ -10,70 +10,69 @@
 _pkgname=hdf5
 _mpi=openmpi
 pkgname=${_pkgname}-${_mpi}
-pkgver=1.10.2
-pkgrel=1
+pkgver=1.10.1
+pkgrel=4
 pkgdesc="General purpose library and file format for storing scientific data 
(${_mpi} version)"
 arch=('x86_64')
 url="https://www.hdfgroup.org/HDF5/;
 license=('custom')
 depends=('zlib' 'libaec' 'bash' 'openmpi')
-makedepends=('cmake' 'time' 'gcc-fortran')
+makedepends=('time' 'gcc-fortran')
 provides=('hdf5' 'hdf5-cpp-fortran' "hdf5-fortran-${_mpi}")
 conflicts=('hdf5')
 replaces=("hdf5-fortran-${_mpi}")
 
source=("https://support.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver:0:4}/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2;
 'mpi.patch')
-md5sums=('41fb9347801b546fba323523a1c1af51'
+md5sums=('d89893c05ee7ea8611b51bb39450d64e'
  'dfa8dd50b8a7ebb3ad7249c627156cf9')
-sha256sums=('1cad5b7bfdf128dfc53cd16fba48f6e7ae4e93c75c371d9ec8dfc4df0c1fcb71'
-'603006358175b7a8b35fa44c484cddf45c0381cf50db4fb7c50ea5969d361eca')
 
 prepare() {
-mkdir -p build
+cd ${_pkgname}-${pkgver/_/-}
 
-cd ${_pkgname}-${pkgver/_/-}
 # FS#33343
 patch -p1 -i ../mpi.patch
 }
 
 build() {
-cd build
-CXX="mpicxx" \
-CC="mpicc" \
-FC="mpif90" \
-F9X="mpif90" \
-RUNPARALLEL="mpirun" \
-OMPI_MCA_disable_memory_allocator=1 \
-cmake ../${_pkgname}-${pkgver/_/-} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DALLOW_UNSUPPORTED=ON \
--DHDF5_BUILD_HL_LIB=ON \
--DHDF5_BUILD_CPP_LIB=ON \
--DHDF5_BUILD_FORTRAN=ON \
--DHDF5_ENABLE_PARALLEL=ON \
--DHDF5_ENABLE_Z_LIB_SUPPORT=ON \
--DHDF5_ENABLE_SZIP_SUPPORT=ON \
--DHDF5_ENABLE_SZIP_ENCODING=ON
-cmake --build . --config Release
+cd ${_pkgname}-${pkgver/_/-}
+./configure \
+CXX="mpicxx" \
+CC="mpicc" \
+FC="mpif90" \
+F9X="mpif90" \
+RUNPARALLEL="mpirun" \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--docdir=/usr/share/doc/hdf5/ \
+--disable-static \
+--disable-sharedlib-rpath \
+--enable-build-mode=production \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-parallel \
+--enable-unsupported \
+--with-pic \
+--with-zlib \
+--with-szlib
+make
 }
 
-check() {
-cd build
-# Three expected test failures 
(https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt,
 Known Problems):
-#   142 - TEST_PAR_testphdf5 (Failed)
-#   146 - TEST_PAR_t_cache_image (Timeout)
-#   153 - TEST_PAR_t_shapesame (Failed)
-ctest . -C Release || warning "Tests failed"
-}
+# Check are failing with error while loading shared libraries: libhdf5.so.101: 
cannot open shared object file: No such file or directory
+#check() {
+#cd ${pkgname}-${pkgver/_/-}
+#make check
+#}
 
 package() {
-cd build
+cd ${_pkgname}-${pkgver/_/-}
 
 make DESTDIR="${pkgdir}" install
 
-install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-mv "${pkgdir}"/usr/share/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
-rm "${pkgdir}"/usr/share/{RELEASE,USING_HDF5_CMake}.txt
+rm -rf "${pkgdir}"/usr/lib/libdynlib*.so
+
+install -dm755 "${pkgdir}"/usr/share/${_pkgname}
+mv "${pkgdir}"/usr/share/{hdf5_examples,${_pkgname}/examples}
+
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${_pkgname}/LICENSE
 }


[arch-commits] Commit in flatpak/repos/extra-x86_64 (8 files)

2018-05-03 Thread Jan Steffens via arch-commits
Date: Thursday, May 3, 2018 @ 08:45:22
  Author: heftig
Revision: 323344

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 323343, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
(from rev 323343, flatpak/trunk/flathub.flatpakrepo)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 323343, flatpak/trunk/flatpak-bindir.sh)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 323343, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flathub.flatpakrepo
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
  flatpak/repos/extra-x86_64/flatpak.install

-+
 PKGBUILD|  168 +-
 flathub.flatpakrepo |   16 ++--
 flatpak-bindir.sh   |   14 ++--
 flatpak.install |   18 ++---
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 08:44:42 UTC (rev 323343)
+++ PKGBUILD2018-05-03 08:45:22 UTC (rev 323344)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.11.6
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=baece4293ae3a3a6edd5d0f3b9c7cda377e8bf24  # tags/0.11.6^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://git.gnome.org/browse/libglnx;
-flatpak-bindir.sh flathub.flatpakrepo)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---enable-p2p \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 ../flatpak-bindir.sh
-  install -Dt "$pkgdir/usr/share/flatpak" -m644 ../flathub.flatpakrepo
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 323343, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 08:45:22 UTC (rev 323344)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.11.7
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=bdc8b71bbd7b78d6ad648f5112600a9cfef45d4f  # tags/0.11.7^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://git.gnome.org/browse/libglnx;
+flatpak-bindir.sh flathub.flatpakrepo)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00'
+'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url 

  1   2   >