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

2017-10-14 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 06:57:05
  Author: svenstaro
Revision: 262834

archrelease: copy trunk to community-any

Added:
  openra/repos/community-any/PKGBUILD
(from rev 262833, openra/trunk/PKGBUILD)
  openra/repos/community-any/openra.install
(from rev 262833, openra/trunk/openra.install)
Deleted:
  openra/repos/community-any/PKGBUILD
  openra/repos/community-any/openra.install

+
 PKGBUILD   |   81 +++
 openra.install |8 ++---
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-15 06:56:59 UTC (rev 262833)
+++ PKGBUILD2017-10-15 06:57:05 UTC (rev 262834)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Matthew Bowra-Dean 
-pkgname=openra
-pkgver=20170527
-pkgrel=1
-pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
-arch=('any')
-url="http://www.openra.net";
-license=('GPL3')
-install=openra.install
-depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 
'hicolor-icon-theme' 'gtk-update-icon-cache'
- 'desktop-file-utils' 'xdg-utils' 'zenity')
-makedepends=('git' 'unzip')
-options=(!strip)
-source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}";)
-md5sums=('SKIP')
-
-prepare() {
-  cd OpenRA
-
-  make version
-}
-
-build() {
-  cd OpenRA
-
-  make dependencies
-  make core
-  make tools
-}
-
-package() {
-  cd OpenRA
-
-  make prefix=/usr DESTDIR="$pkgdir" install-all
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
-  make prefix=/usr DESTDIR="$pkgdir" install-man-page
-}

Copied: openra/repos/community-any/PKGBUILD (from rev 262833, 
openra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-15 06:57:05 UTC (rev 262834)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Matthew Bowra-Dean 
+pkgname=openra
+pkgver=20171014
+pkgrel=1
+pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
+arch=('any')
+url="http://www.openra.net";
+license=('GPL3')
+install=openra.install
+depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 
'hicolor-icon-theme' 'gtk-update-icon-cache'
+ 'desktop-file-utils' 'xdg-utils' 'zenity')
+makedepends=('git' 'unzip')
+options=(!strip)
+source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}";)
+md5sums=('SKIP')
+
+prepare() {
+  cd OpenRA
+
+  make version
+}
+
+build() {
+  cd OpenRA
+
+  make dependencies
+  make core
+}
+
+package() {
+  cd OpenRA
+
+  make prefix=/usr DESTDIR="$pkgdir" install-core
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
+  make prefix=/usr DESTDIR="$pkgdir" install-man-page
+}

Deleted: openra.install
===
--- openra.install  2017-10-15 06:56:59 UTC (rev 262833)
+++ openra.install  2017-10-15 06:57:05 UTC (rev 262834)
@@ -1,4 +0,0 @@
-post_remove() {
-echo "openra downloaded data files to ~/.openra/Content and you might want"
-echo "to delete those."
-}

Copied: openra/repos/community-any/openra.install (from rev 262833, 
openra/trunk/openra.install)
===
--- openra.install  (rev 0)
+++ openra.install  2017-10-15 06:57:05 UTC (rev 262834)
@@ -0,0 +1,4 @@
+post_remove() {
+echo "openra downloaded data files to ~/.openra/Content and you might want"
+echo "to delete those."
+}


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 06:56:59
  Author: svenstaro
Revision: 262833

upgpkg: openra 20171014-1

Modified:
  openra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 06:27:54 UTC (rev 262832)
+++ PKGBUILD2017-10-15 06:56:59 UTC (rev 262833)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Matthew Bowra-Dean 
 pkgname=openra
-pkgver=20170527
+pkgver=20171014
 pkgrel=1
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
 arch=('any')
@@ -27,13 +27,12 @@
 
   make dependencies
   make core
-  make tools
 }
 
 package() {
   cd OpenRA
 
-  make prefix=/usr DESTDIR="$pkgdir" install-all
+  make prefix=/usr DESTDIR="$pkgdir" install-core
   make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
   make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
   make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata


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

2017-10-14 Thread Lukas Fleischer
Date: Sunday, October 15, 2017 @ 06:32:29
  Author: lfleischer
Revision: 307936

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

Added:
  xerces-c/repos/staging-i686/
  xerces-c/repos/staging-i686/PKGBUILD
(from rev 307935, xerces-c/trunk/PKGBUILD)
  xerces-c/repos/staging-x86_64/
  xerces-c/repos/staging-x86_64/PKGBUILD
(from rev 307935, xerces-c/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: xerces-c/repos/staging-i686/PKGBUILD (from rev 307935, 
xerces-c/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-15 06:32:29 UTC (rev 307936)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Kyrylych 
+
+pkgname=xerces-c
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A validating XML parser written in a portable subset of C++"
+arch=('i686' 'x86_64')
+url="http://xerces.apache.org/xerces-c/";
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('71f035103ef8157586a3be825c1553fd')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}

Copied: xerces-c/repos/staging-x86_64/PKGBUILD (from rev 307935, 
xerces-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-15 06:32:29 UTC (rev 307936)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Kyrylych 
+
+pkgname=xerces-c
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A validating XML parser written in a portable subset of C++"
+arch=('i686' 'x86_64')
+url="http://xerces.apache.org/xerces-c/";
+license=('APACHE')
+depends=('gcc-libs' 'curl')
+source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('71f035103ef8157586a3be825c1553fd')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}


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

2017-10-14 Thread Lukas Fleischer
Date: Sunday, October 15, 2017 @ 06:32:22
  Author: lfleischer
Revision: 307935

upgpkg: xerces-c 3.2.0-1

Upstream update.

Modified:
  xerces-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 19:39:53 UTC (rev 307934)
+++ PKGBUILD2017-10-15 06:32:22 UTC (rev 307935)
@@ -4,7 +4,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=xerces-c
-pkgver=3.1.4
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A validating XML parser written in a portable subset of C++"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('APACHE')
 depends=('gcc-libs' 'curl')
 
source=("http://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('21bb097b711a513275379b59757cba4c')
+md5sums=('71f035103ef8157586a3be825c1553fd')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2017-10-14 Thread Lukas Fleischer
Date: Sunday, October 15, 2017 @ 06:27:44
  Author: lfleischer
Revision: 262831

upgpkg: qtspim 9.1.20-1

Upstream update.

Modified:
  qtspim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 06:25:26 UTC (rev 262830)
+++ PKGBUILD2017-10-15 06:27:44 UTC (rev 262831)
@@ -2,8 +2,8 @@
 # Contributor: Lukas Jirkovsky 
 
 pkgname=qtspim
-pkgver=9.1.17
-pkgrel=2
+pkgver=9.1.20
+pkgrel=1
 pkgdesc="New user interface for spim, a MIPS simulator."
 arch=('i686' 'x86_64')
 url="http://spimsimulator.sourceforge.net/";
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('qt4')
 makedepends=('subversion' 'icu')
-source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=688")
+source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=712")
 sha256sums=('SKIP')
 
 prepare() {


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

2017-10-14 Thread Lukas Fleischer
Date: Sunday, October 15, 2017 @ 06:27:54
  Author: lfleischer
Revision: 262832

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-15 06:27:44 UTC (rev 262831)
+++ community-i686/PKGBUILD 2017-10-15 06:27:54 UTC (rev 262832)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Lukas Jirkovsky 
-
-pkgname=qtspim
-pkgver=9.1.17
-pkgrel=2
-pkgdesc="New user interface for spim, a MIPS simulator."
-arch=('i686' 'x86_64')
-url="http://spimsimulator.sourceforge.net/";
-license=('BSD')
-depends=('qt4')
-makedepends=('subversion' 'icu')
-source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=688")
-sha256sums=('SKIP')
-
-prepare() {
-  cd spimsimulator/QtSpim
-  sed -r \
--e 's/q([a-z]+)generator/q\1generator-qt4/' \
--e 's/-Wno-write-strings/& -fpermissive/' \
--i QtSpim.pro
-  rm parser_yacc.* scanner_lex.*
-}
-
-build() {
-  cd spimsimulator/QtSpim
-
-  qmake-qt4
-
-  # Fix Makefile generated by qmake.
-  sed -i 's#$(MOVE) help/qtspim.qhc help/qtspim.qhc;##' Makefile
-
-  make -j1
-}
-
-package() {
-  cd spimsimulator
-
-  install -D QtSpim/QtSpim "$pkgdir/usr/bin/qtspim"
-
-  install -d "$pkgdir/usr/share/qtspim"
-  cp -r QtSpim/help "$pkgdir/usr/share/qtspim"
-
-  install -Dm644 Documentation/spim.man "$pkgdir/usr/share/man/man1/qtspim.1"
-  install -Dm644 Setup/qtspim_debian_deployment/qtspim.desktop \
-"$pkgdir/usr/share/applications/qtspim.desktop"
-  install -Dm644 Setup/qtspim_debian_deployment/copyright \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-  install -Dm644 Setup/NewIcon48x48.png "$pkgdir/usr/share/qtspim/qtspim.png"
-}

Copied: qtspim/repos/community-i686/PKGBUILD (from rev 262831, 
qtspim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-15 06:27:54 UTC (rev 262832)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=qtspim
+pkgver=9.1.20
+pkgrel=1
+pkgdesc="New user interface for spim, a MIPS simulator."
+arch=('i686' 'x86_64')
+url="http://spimsimulator.sourceforge.net/";
+license=('BSD')
+depends=('qt4')
+makedepends=('subversion' 'icu')
+source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=712")
+sha256sums=('SKIP')
+
+prepare() {
+  cd spimsimulator/QtSpim
+  sed -r \
+-e 's/q([a-z]+)generator/q\1generator-qt4/' \
+-e 's/-Wno-write-strings/& -fpermissive/' \
+-i QtSpim.pro
+  rm parser_yacc.* scanner_lex.*
+}
+
+build() {
+  cd spimsimulator/QtSpim
+
+  qmake-qt4
+
+  # Fix Makefile generated by qmake.
+  sed -i 's#$(MOVE) help/qtspim.qhc help/qtspim.qhc;##' Makefile
+
+  make -j1
+}
+
+package() {
+  cd spimsimulator
+
+  install -D QtSpim/QtSpim "$pkgdir/usr/bin/qtspim"
+
+  install -d "$pkgdir/usr/share/qtspim"
+  cp -r QtSpim/help "$pkgdir/usr/share/qtspim"
+
+  install -Dm644 Documentation/spim.man "$pkgdir/usr/share/man/man1/qtspim.1"
+  install -Dm644 Setup/qtspim_debian_deployment/qtspim.desktop \
+"$pkgdir/usr/share/applications/qtspim.desktop"
+  install -Dm644 Setup/qtspim_debian_deployment/copyright \
+"$pkgdir/usr/share/licenses/$pkgname/copyright"
+  install -Dm644 Setup/NewIcon48x48.png "$pkgdir/usr/share/qtspim/qtspim.png"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-15 06:27:44 UTC (rev 262831)
+++ community-x86_64/PKGBUILD   2017-10-15 06:27:54 UTC (rev 262832)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Lukas Jirkovsky 
-
-pkgname=qtspim
-pkgver=9.1.17
-pkgrel=2
-pkgdesc="New user interface for spim, a MIPS simulator."
-arch=('i686' 'x86_64')
-url="http://spimsimulator.sourceforge.net/";
-license=('BSD')
-depends=('qt4')
-makedepends=('subversion' 'icu')
-source=("spimsimulator::svn://svn.code.sf.net/p/spimsimulator/code/#revision=688")
-sha256sums=('SKIP')
-
-prepare() {
-  cd spimsimulator/QtSpim
-  sed -r \
--e 's/q([a-z]+)generator/q\1generator-qt4/' \
--e 's/-Wno-write-strings/& -fpermissive/' \
--i QtSpim.pro
-  rm parser_yacc.* scanner_lex.*
-}
-
-build() {
-  cd spimsimulator/QtSpim
-
-  qmake-qt4
-
-  # Fix Makefile generated by qmake.
-  sed -i 's#$(MOVE) help/

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

2017-10-14 Thread Lukas Fleischer
Date: Sunday, October 15, 2017 @ 06:25:26
  Author: lfleischer
Revision: 262830

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-15 06:25:14 UTC (rev 262829)
+++ PKGBUILD2017-10-15 06:25:26 UTC (rev 262830)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrey Mivrenik 
-# Contributor: Tim Diels 
-
-pkgbase=python-dropbox
-_pkgname=dropbox-sdk-python
-pkgname=(python-dropbox python2-dropbox)
-pkgver=8.0.0
-pkgrel=1
-pkgdesc="Python SDK for Dropbox Core APIs"
-url="https://www.dropbox.com/developers/core/sdks/python";
-arch=('any')
-license=('MIT')
-makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
- python-setuptools python2-setuptools)
-source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('2230fadf56747b6d0cb2db12aba278f11e1d49504e63fe30cb94c77fc63d81dd')
-
-package_python-dropbox() {
-  depends=(python python-urllib3 python-requests)
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-dropbox() {
-  depends=(python2 python2-urllib3 python2-requests)
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-dropbox/repos/community-any/PKGBUILD (from rev 262829, 
python-dropbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-15 06:25:26 UTC (rev 262830)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrey Mivrenik 
+# Contributor: Tim Diels 
+
+pkgbase=python-dropbox
+_pkgname=dropbox-sdk-python
+pkgname=(python-dropbox python2-dropbox)
+pkgver=8.4.0
+pkgrel=1
+pkgdesc="Python SDK for Dropbox Core APIs"
+url="https://www.dropbox.com/developers/core/sdks/python";
+arch=('any')
+license=('MIT')
+makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
+ python-setuptools python2-setuptools)
+source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('2857c119e711de948401eb9cf4137cc16cee816ad56e82daed18d6c002db8e31')
+
+package_python-dropbox() {
+  depends=(python python-urllib3 python-requests)
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-dropbox() {
+  depends=(python2 python2-urllib3 python2-requests)
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-10-14 Thread Lukas Fleischer
Date: Sunday, October 15, 2017 @ 06:25:14
  Author: lfleischer
Revision: 262829

upgpkg: python-dropbox 8.4.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 06:21:38 UTC (rev 262828)
+++ PKGBUILD2017-10-15 06:25:14 UTC (rev 262829)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.0.0
+pkgver=8.4.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python";
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz";)
-sha256sums=('2230fadf56747b6d0cb2db12aba278f11e1d49504e63fe30cb94c77fc63d81dd')
+sha256sums=('2857c119e711de948401eb9cf4137cc16cee816ad56e82daed18d6c002db8e31')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 06:21:38
  Author: svenstaro
Revision: 262828

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorboard/repos/community-testing-x86_64/
  tensorboard/repos/community-testing-x86_64/PKGBUILD
(from rev 262827, tensorboard/trunk/PKGBUILD)

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

Copied: tensorboard/repos/community-testing-x86_64/PKGBUILD (from rev 262827, 
tensorboard/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-15 06:21:38 UTC (rev 262828)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 244979 2017-07-13 15:39:06Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=0.4.0rc1
+_pkgver=0.4.0-rc1
+pkgrel=1
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-tensorflow' 
'python-setuptools')
+makedepends=('bazel')
+source=("https://github.com/tensorflow/tensorboard/archive/${_pkgver}.tar.gz";)
+sha512sums=('fd7867355aa578ce9dbdd0351d035fe26cff093f35b3e437df525a59d6c57bf42ce623bfe589d1a1f4d8c130f983d1047d214ff64974af6707529a3e6b5366c7')
+
+build() {
+  cd "$pkgname-$_pkgver"
+
+  bazel build tensorboard:tensorboard
+  bazel build //tensorboard/pip_package:build_pip_package
+
+  mkdir pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
+  cp tensorboard/pip_package/MANIFEST.in pypackage
+  cp README.md pypackage
+  cp tensorboard/pip_package/setup.py pypackage
+  cd pypackage
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$_pkgver"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd pypackage
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
+
+  # This is ugly: We need to patch it to use current bleach and html5lib
+  # because old ones are not even compatible with Python 3.6 and we don't have
+  # those in Arch of course.
+  sed -i 's/bleach==.*/bleach/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
+  sed -i 's/html5lib==.*/html5lib/' 
"$pkgdir"/usr/lib/python3.6/site-packages/tensorflow_tensorboard-${pkgver}-py3.6.egg-info/requires.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 06:21:21
  Author: svenstaro
Revision: 262827

upgpkg: tensorboard 0.4.0rc1-1

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 05:53:56 UTC (rev 262826)
+++ PKGBUILD2017-10-15 06:21:21 UTC (rev 262827)
@@ -2,7 +2,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=tensorboard
-pkgver=0.1.7
+pkgver=0.4.0rc1
+_pkgver=0.4.0-rc1
 pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
@@ -11,11 +12,11 @@
 depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
  'python-html5lib' 'python-protobuf' 'python-tensorflow' 
'python-setuptools')
 makedepends=('bazel')
-source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";)
-sha512sums=('5e5133b38db77c3a04004b608988df06ac1c3c87000e6267797d2c8770979bf08902424bd38a38dacaa5e480dea789a2b2a5d740cef2d0cb3b4146297ea7b937')
+source=("https://github.com/tensorflow/tensorboard/archive/${_pkgver}.tar.gz";)
+sha512sums=('fd7867355aa578ce9dbdd0351d035fe26cff093f35b3e437df525a59d6c57bf42ce623bfe589d1a1f4d8c130f983d1047d214ff64974af6707529a3e6b5366c7')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-$_pkgver"
 
   bazel build tensorboard:tensorboard
   bazel build //tensorboard/pip_package:build_pip_package
@@ -31,7 +32,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-$_pkgver"
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 05:53:56
  Author: svenstaro
Revision: 262826

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 262825, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-15 05:53:45 UTC (rev 262825)
+++ PKGBUILD2017-10-15 05:53:56 UTC (rev 262826)
@@ -1,125 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-cuda python-tensorflow python-tensorflow-cuda)
-# I went with git for just this release because I couldn't be bothered to
-# backport all the patches needed for bazel 0.6, cuda 9, and cudnn 7.
-pkgver=1.4.0a.git1
-pkgrel=1
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/";
-license=('Apache2')
-arch=('x86_64')
-makedepends=('git' 'bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("git://github.com/tensorflow/tensorflow.git#commit=64f0ebd")
-sha512sums=('SKIP')
-
-prepare() {
-  cp -r tensorflow tensorflow-${pkgver}
-
-  cp -r tensorflow-${pkgver} tensorflow-${pkgver}-cuda
-  # These environment variables influence the behavior of the configure call 
below.
-  export TF_NEED_MKL=0
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-}
-
-build() {
-  cd ${srcdir}/tensorflow-${pkgver}
-
-  export TF_NEED_CUDA=0
-
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
-
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-
-  ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
-}
-
-package_tensorflow() {
-  cd ${srcdir}/tensorflow-${pkgver}
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_tensorflow-cuda() {
-  depends=(cuda cudnn)
-  conflicts=(tensorflow)
-  provides=(tensorflow)
-
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-tensorflow() {
-  depends=(python python-protobuf)
-
-  cd ${srcdir}/tensorflow-${pkgver}
-
-  WHEEL_PACKAGE=$(find ${srcdir}/tmp -name "tensor*.whl")
-  pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
-
-  # tensorboard has been separated from upstream but they still install it with
-  # tensorflow. I don't know what kind of sense that makes but we have to clean
-  # it out from this pacakge.
-  rm -rf ${pkgdir}/usr/bin/tensorboard
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-tensorflow-cuda() {
-  depends=(python cuda cudnn python-pycuda python-protobuf)
-  conflicts=(python-tensorflow)
-  provides=(python-tensorflow)
-
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
-
-  WHEEL_PACKAGE=$(find ${srcdir}/tmp

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

2017-10-14 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 05:53:45
  Author: svenstaro
Revision: 262825

upgpkg: tensorflow 1.4.0rc0-1

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 05:43:39 UTC (rev 262824)
+++ PKGBUILD2017-10-15 05:53:45 UTC (rev 262825)
@@ -4,24 +4,21 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-cuda python-tensorflow python-tensorflow-cuda)
-# I went with git for just this release because I couldn't be bothered to
-# backport all the patches needed for bazel 0.6, cuda 9, and cudnn 7.
-pkgver=1.4.0a.git1
+pkgver=1.4.0rc0
+_pkgver=1.4.0-rc0
 pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/";
 license=('Apache2')
 arch=('x86_64')
-makedepends=('git' 'bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
+makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
  'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
 optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("git://github.com/tensorflow/tensorflow.git#commit=64f0ebd")
-sha512sums=('SKIP')
+source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz";)
+sha512sums=('d4347fd42a372c1023fe874fe66b4806f13f116614ede0c92d279aea155489ecdd08bb33d9dfd4009059aa660941020b34e4c8105562f5eb8c79d8434e8a70a0')
 
 prepare() {
-  cp -r tensorflow tensorflow-${pkgver}
-
-  cp -r tensorflow-${pkgver} tensorflow-${pkgver}-cuda
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
   # These environment variables influence the behavior of the configure call 
below.
   export TF_NEED_MKL=0
   export PYTHON_BIN_PATH=/usr/bin/python
@@ -38,7 +35,7 @@
 }
 
 build() {
-  cd ${srcdir}/tensorflow-${pkgver}
+  cd ${srcdir}/tensorflow-${_pkgver}
 
   export TF_NEED_CUDA=0
 
@@ -46,7 +43,7 @@
   bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
   bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
 
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
+  cd ${srcdir}/tensorflow-${_pkgver}-cuda
 
   export TF_NEED_CUDA=1
   # For next version instead of the gcc-6 stuff:
@@ -65,7 +62,7 @@
 }
 
 package_tensorflow() {
-  cd ${srcdir}/tensorflow-${pkgver}
+  cd ${srcdir}/tensorflow-${_pkgver}
 
   tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
   install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
@@ -79,7 +76,7 @@
   conflicts=(tensorflow)
   provides=(tensorflow)
 
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
+  cd ${srcdir}/tensorflow-${_pkgver}-cuda
 
   tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
   install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
@@ -91,7 +88,7 @@
 package_python-tensorflow() {
   depends=(python python-protobuf)
 
-  cd ${srcdir}/tensorflow-${pkgver}
+  cd ${srcdir}/tensorflow-${_pkgver}
 
   WHEEL_PACKAGE=$(find ${srcdir}/tmp -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
@@ -109,7 +106,7 @@
   conflicts=(python-tensorflow)
   provides=(python-tensorflow)
 
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
+  cd ${srcdir}/tensorflow-${_pkgver}-cuda
 
   WHEEL_PACKAGE=$(find ${srcdir}/tmpcuda -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 05:43:39
  Author: svenstaro
Revision: 262824

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

Added:
  zeroc-ice/repos/community-i686/PKGBUILD
(from rev 262823, zeroc-ice/trunk/PKGBUILD)
  zeroc-ice/repos/community-i686/ice.install
(from rev 262823, zeroc-ice/trunk/ice.install)
  zeroc-ice/repos/community-x86_64/PKGBUILD
(from rev 262823, zeroc-ice/trunk/PKGBUILD)
  zeroc-ice/repos/community-x86_64/ice.install
(from rev 262823, zeroc-ice/trunk/ice.install)
Deleted:
  zeroc-ice/repos/community-i686/PKGBUILD
  zeroc-ice/repos/community-i686/ice.install
  zeroc-ice/repos/community-x86_64/PKGBUILD
  zeroc-ice/repos/community-x86_64/ice.install

--+
 /PKGBUILD|  168 +
 /ice.install |   44 ++
 community-i686/PKGBUILD  |   84 
 community-i686/ice.install   |   22 -
 community-x86_64/PKGBUILD|   84 
 community-x86_64/ice.install |   22 -
 6 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 22:47:10 UTC (rev 262823)
+++ community-i686/PKGBUILD 2017-10-15 05:43:39 UTC (rev 262824)
@@ -1,84 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Joe George 
-# Contributor: Daniel Spies 
-# Contributor: Otto Allmendinger 
-
-pkgname=(zeroc-ice zeroc-ice-java)
-pkgbase=(zeroc-ice)
-pkgver=3.7.0
-pkgrel=2
-pkgdesc="An object-oriented middleware that provides RPC functionality"
-arch=(i686 x86_64)
-url="https://zeroc.com";
-license=(GPL custom:ice)
-makedepends=(bzip2 gradle 'java-environment=8')
-depends=(mcpp lmdb)
-install=ice.install
-source=(
-
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz";
-
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz";
-)
-sha256sums=('809fff14a88a7de1364c846cec771d0d12c72572914e6cc4fb0b2c1861c4a1ee'
-'096bcfb74b9a281ad9bccf3eaa360b912cb96e88735d5b18b96198f657b323cb')
-
-_make_args=(
-"OPTIMIZE=yes"
-"USR_DIR_INSTALL=yes"
-"prefix=/usr"
-"CONFIGS=shared cpp11-shared"
-"SKIP=slice2py"
-)
-
-build() {
-  cd ${srcdir}/ice-${pkgver}
-  GRADLE=gradle make srcs -j$(nproc) "${_make_args[@]}" "LANGUAGES=cpp java"
-}
-
-package_zeroc-ice() {
-  backup=("etc/glacier2router.conf"
-  "etc/icegridnode.conf"
-  "etc/icegridregistry.conf"
-  )
-
-  cd ${srcdir}/ice-${pkgver}
-
-  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=cpp"
-  install -Dm644 ${srcdir}/ice-${pkgver}/ICE_LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/LICENSE
-  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/ICE_LICENSE
-
-  if [ $CARCH = "x86_64" ]; then
-  rm -df ${pkgdir}/usr/lib/
-  mv ${pkgdir}/usr/lib64/ ${pkgdir}/usr/lib/
-  fi
-
-  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.conf 
${pkgdir}/etc/glacier2router.conf
-  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.conf 
${pkgdir}/etc/icegridnode.conf
-  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.conf 
${pkgdir}/etc/icegridregistry.conf
-
-  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.service \
- ${pkgdir}/usr/lib/systemd/system/glacier2router.service
-  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.service 
\
- ${pkgdir}/usr/lib/systemd/system/icegridnode.service
-  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.service \
- ${pkgdir}/usr/lib/systemd/system/icegridregistry.service
-}
-
-package_zeroc-ice-java() {
-  makedepends=(gradle 'java-environment=8')
-  depends=(zeroc-ice java-environment)
-
-  for d in ${srcdir}/ice-${pkgver}/java ${srcdir}/ice-${pkgver}/java-compat; do
-  cd $d
-  gradle \
-  --gradle-user-home=/tmp/zeroc-ice-java \
-  --no-daemon \
-  -PdbHome=/usr/share/java/berkeleydb \
-  -Pprefix=${pkgdir}/usr/share/java/zeroc-ice install
-
-  done
-
-  mv ${pkgdir}/usr/share/java/zeroc-ice/lib/* 
${pkgdir}/usr/share/java/zeroc-ice/
-  rmdir ${pkgdir}/usr/share/java/zeroc-ice/lib
-}

Copied: zeroc-ice/repos/community-i686/PKGBUILD (from rev 262823, 
zeroc-ice/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-15 05:43:39 UTC (rev 262824)
@@ -0,0 +1,84 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Joe George 
+# Contributor: Daniel Spies 
+# Contributor: Otto Allmendinger 
+
+pkgname=(zeroc-ice zeroc-ice-java)
+pkgbase=(zeroc-ice)
+pkgver=3.7.0
+pkgrel=2
+pkgdesc="An object-oriented middl

[arch-commits] Commit in (eid-mw eid-mw/repos eid-mw/trunk eid-mw/trunk/PKGBUILD)

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 22:47:10
  Author: alad
Revision: 262823

Add to community

Added:
  eid-mw/
  eid-mw/repos/
  eid-mw/trunk/
  eid-mw/trunk/PKGBUILD

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

Added: eid-mw/trunk/PKGBUILD
===
--- eid-mw/trunk/PKGBUILD   (rev 0)
+++ eid-mw/trunk/PKGBUILD   2017-10-14 22:47:10 UTC (rev 262823)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: William Gathoye 
+# Contributor: Emil Vanherp 
+# Contributor: Xavier D. 
+# Contributor: Valere Monseur 
+
+pkgname=eid-mw
+pkgver=4.2.12
+pkgrel=1
+pkgdesc='The middleware, viewer and Firefox extension for the Belgian 
electronic identity card (Belgian eID)'
+arch=('i686' 'x86_64')
+url='http://eid.belgium.be/'
+license=('LGPL3')
+depends=('pcsclite' 'gtk3' 'libproxy')
+optdepends=('firefox: extension for Belgian eid'
+'acsccid: ACS CCID smart card readers'
+'ccid: A generic USB Chip/Smart Card Interface Devices driver'
+'pcsc-tools: PC/SC smartcard tools')
+conflicts=('eid-viewer')
+replaces=('eid-viewer')
+source=("https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz";
+   
"https://dist.eid.belgium.be/continuous/sources/$pkgname-$pkgver-v$pkgver.tar.gz.asc";)
+sha256sums=('93a6b560a062d749f67f67412a644f6476af43e26d4004881895a218fc76aeb0'
+'SKIP')
+# Belgian eID Automatic Signing Key (continuous builds)
+validpgpkeys=('D95426E309C0492990D8E8E2824A5E0010A04D46')
+
+build() {
+cd "$pkgname-$pkgver-v$pkgver"
+./configure --prefix=/usr --libexecdir=/usr/bin
+make
+}
+
+package() {
+cd "$pkgname-$pkgver-v$pkgver"
+make install DESTDIR="$pkgdir"
+}


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


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

2017-10-14 Thread Christian Rebischke
Date: Saturday, October 14, 2017 @ 22:34:44
  Author: shibumi
Revision: 262821

upgpkg: packer-io 1.1.1-1

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 22:31:54 UTC (rev 262820)
+++ PKGBUILD2017-10-14 22:34:44 UTC (rev 262821)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
 url="https://github.com/hashicorp/packer";
@@ -9,7 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
+_packer_commit='b58e6c31d96cea0308ad894799244d8f016475ed'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'


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

2017-10-14 Thread Christian Rebischke
Date: Saturday, October 14, 2017 @ 22:34:54
  Author: shibumi
Revision: 262822

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

Added:
  packer-io/repos/community-i686/PKGBUILD
(from rev 262821, packer-io/trunk/PKGBUILD)
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 262821, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-i686/PKGBUILD
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 22:34:44 UTC (rev 262821)
+++ community-i686/PKGBUILD 2017-10-14 22:34:54 UTC (rev 262822)
@@ -1,84 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('i686' 'x86_64')
-url="https://github.com/hashicorp/packer";
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit}";
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit}";
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit}";
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit}";
-"git+https://github.com/kardianos/osext#commit=${_osext_commit}";
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit}";
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit}";
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit}";
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit}";
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit}";
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit}";)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
-}
-
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
-package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-i686/PKGBUILD (from rev 262821, 
packer-io/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 22:34:54 UTC (rev 262822)
@@ -0,0 +1,84 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('i686' 'x86_64')
+url="https://github.com/hashicorp/packer";
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='b58e6c31d96cea0308ad894799244d8f016475ed'
+_go_checkpoint_commit='a8d0786e7fa8

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

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 22:31:54
  Author: foxboron
Revision: 262820

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

Added:
  go-md2man/repos/community-testing-i686/
  go-md2man/repos/community-testing-i686/PKGBUILD
(from rev 262819, go-md2man/trunk/PKGBUILD)
  go-md2man/repos/community-testing-x86_64/
  go-md2man/repos/community-testing-x86_64/PKGBUILD
(from rev 262819, go-md2man/trunk/PKGBUILD)

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

Copied: go-md2man/repos/community-testing-i686/PKGBUILD (from rev 262819, 
go-md2man/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 22:31:54 UTC (rev 262820)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
+md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: go-md2man/repos/community-testing-x86_64/PKGBUILD (from rev 262819, 
go-md2man/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 22:31:54 UTC (rev 262820)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
+md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in go-md2man/repos (community-testing-i686)

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 22:21:45
  Author: foxboron
Revision: 262819

db-remove: go-md2man removed by foxboron

Deleted:
  go-md2man/repos/community-testing-i686/


[arch-commits] Commit in go-md2man/repos (community-testing-x86_64)

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 22:21:05
  Author: foxboron
Revision: 262818

db-remove: go-md2man removed by foxboron

Deleted:
  go-md2man/repos/community-testing-x86_64/


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

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 22:01:30
  Author: foxboron
Revision: 262817

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

Added:
  go-md2man/repos/community-testing-i686/
  go-md2man/repos/community-testing-i686/PKGBUILD
(from rev 262816, go-md2man/trunk/PKGBUILD)
  go-md2man/repos/community-testing-x86_64/
  go-md2man/repos/community-testing-x86_64/PKGBUILD
(from rev 262816, go-md2man/trunk/PKGBUILD)

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

Copied: go-md2man/repos/community-testing-i686/PKGBUILD (from rev 262816, 
go-md2man/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 22:01:30 UTC (rev 262817)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
+md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: go-md2man/repos/community-testing-x86_64/PKGBUILD (from rev 262816, 
go-md2man/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 22:01:30 UTC (rev 262817)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
+md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in go-md2man/repos (community-testing-i686)

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 22:00:02
  Author: foxboron
Revision: 262816

db-remove: go-md2man removed by foxboron

Deleted:
  go-md2man/repos/community-testing-i686/


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:57:30
  Author: alad
Revision: 262815

Match style to my other packages

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:52:57 UTC (rev 262814)
+++ PKGBUILD2017-10-14 21:57:30 UTC (rev 262815)
@@ -1,4 +1,4 @@
-#$Id$
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Alexander F Rødseth 
 # Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
@@ -12,35 +12,32 @@
 arch=('any')
 url='https://github.com/trizen/youtube-viewer'
 license=('GPL3')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+'perl-text-charwidth: to print the results in a fixed-width format 
(-W)'
+'perl-term-readline-gnu: for better STDIN support'
+'youtube-dl: for playing videos with encrypted signatures'
+'wget: for downloading videos with wget'
+'vlc: for playing the videos with VLC'
+'mpv: for playing the videos with MPV (recommended)'
+'gtk2-perl: for the GTK GUI'
+'perl-file-sharedir: for the GTK GUI')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
 sha256sums=('91fd0eef5744b0cbb859a87b158ae95bdb2512b921ffab8e916710ac5e9ad092')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
 
 build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL --installdirs vendor --gtk
+cd "$pkgname-$pkgver"
+perl Build.PL --installdirs vendor --gtk
 }
 
 check(){
-  cd $pkgname-$pkgver
-  ./Build test
+cd "$pkgname-$pkgver"
+./Build test
 }
 
 package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
+cd "$pkgname-$pkgver"
+./Build install --destdir "$pkgdir"
+rm -r "$pkgdir"/usr/lib
 }


[arch-commits] Commit in go-md2man/repos (community-testing-x86_64)

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 21:52:57
  Author: foxboron
Revision: 262814

db-remove: go-md2man removed by foxboron

Deleted:
  go-md2man/repos/community-testing-x86_64/


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

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 21:50:07
  Author: foxboron
Revision: 262813

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

Added:
  go-md2man/repos/community-testing-i686/
  go-md2man/repos/community-testing-i686/PKGBUILD
(from rev 262812, go-md2man/trunk/PKGBUILD)
  go-md2man/repos/community-testing-x86_64/PKGBUILD
(from rev 262812, go-md2man/trunk/PKGBUILD)
Deleted:
  go-md2man/repos/community-testing-x86_64/PKGBUILD

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

Copied: go-md2man/repos/community-testing-i686/PKGBUILD (from rev 262812, 
go-md2man/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 21:50:07 UTC (rev 262813)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
+md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-10-14 21:48:52 UTC (rev 262812)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 21:50:07 UTC (rev 262813)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgname=go-md2man
-pkgver=1.0.7
-pkgrel=2
-pkgdesc='A markdown to manpage generator'
-arch=('x86_64' 'i686')
-url='https://github.com/cpuguy83/go-md2man'
-license=('MIT')
-makedepends=('go-pie')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
-md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
-
-build() {
-  export GOPATH=$(readlink -f .)
-  local repo=src/github.com/cpuguy83
-  mkdir -p "$repo"
-  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
-  cd "$repo/go-md2man"
-  go get -v ./...
-  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
-}
-
-package() {
-  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
-  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
-  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: go-md2man/repos/community-testing-x86_64/PKGBUILD (from rev 262812, 
go-md2man/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 21:50:07 UTC (rev 262813)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
+md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:48:52
  Author: alad
Revision: 262812

SVN tags

Modified:
  wimlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:48:07 UTC (rev 262811)
+++ PKGBUILD2017-10-14 21:48:52 UTC (rev 262812)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Eric Biggers 
 


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:48:07
  Author: alad
Revision: 262811

SVN tags

Modified:
  qpdfview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:47:31 UTC (rev 262810)
+++ PKGBUILD2017-10-14 21:48:07 UTC (rev 262811)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Adam Reichold 
 
@@ -20,16 +21,14 @@
 validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')
 
 build() {
-  cd "$pkgname-$pkgver"
-  
-  lrelease-qt5 qpdfview.pro
-  qmake-qt5 qpdfview.pro
-  make
+cd "$pkgname-$pkgver"
+lrelease-qt5 qpdfview.pro
+qmake-qt5 qpdfview.pro
+make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
+cd "$pkgname-$pkgver"
+make INSTALL_ROOT="$pkgdir" install
 }
 


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:47:31
  Author: alad
Revision: 262810

SVN tags

Modified:
  python-i3-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:47:05 UTC (rev 262809)
+++ PKGBUILD2017-10-14 21:47:31 UTC (rev 262810)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: willemw 
 # Contributor: Anntoin Wilkinson 


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

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 21:47:05
  Author: foxboron
Revision: 262809

archrelease: copy trunk to community-testing-x86_64

Added:
  go-md2man/repos/community-testing-x86_64/
  go-md2man/repos/community-testing-x86_64/PKGBUILD
(from rev 262808, go-md2man/trunk/PKGBUILD)

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

Copied: go-md2man/repos/community-testing-x86_64/PKGBUILD (from rev 262808, 
go-md2man/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 21:47:05 UTC (rev 262809)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
+md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man-$pkgver" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:46:22
  Author: alad
Revision: 262808

SVN tags

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:45:52 UTC (rev 262807)
+++ PKGBUILD2017-10-14 21:46:22 UTC (rev 262808)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:45:52
  Author: alad
Revision: 262807

SVN tags

Modified:
  mit-scheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:44:33 UTC (rev 262806)
+++ PKGBUILD2017-10-14 21:45:52 UTC (rev 262807)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: peter feigl 
@@ -24,14 +25,14 @@
 'SKIP')
 
 build() {
-  cd "$pkgname-$pkgver"/src
-  ./configure --prefix=/usr \
---with-x \
---enable-native-code
-  make
+cd "$pkgname-$pkgver"/src
+./configure --prefix=/usr \
+--with-x \
+--enable-native-code
+make
 }
 
 package() {
-  cd "$pkgname-$pkgver"/src
-  make DESTDIR="$pkgdir" install
+cd "$pkgname-$pkgver"/src
+make DESTDIR="$pkgdir" install
 }


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:44:33
  Author: alad
Revision: 262806

SVN tags

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:42:25 UTC (rev 262805)
+++ PKGBUILD2017-10-14 21:44:33 UTC (rev 262806)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: carstene1ns  - http://git.io/ctPKG
 # Contributor: Sam S. 
@@ -13,22 +14,22 @@
 depends=('boost-libs' 'xz')
 makedepends=('boost' 'cmake')
 source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz";
-   "https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig";)
+"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig";)
 sha256sums=('66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e'
 'SKIP')
-validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

 
 build() {
-  cd "$pkgname-$pkgver"
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
+cd "$pkgname-$pkgver"
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
 
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
-  install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:42:25
  Author: alad
Revision: 262805

SVN tags

Modified:
  edbrowse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:40:12 UTC (rev 262804)
+++ PKGBUILD2017-10-14 21:42:25 UTC (rev 262805)
@@ -1,8 +1,10 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Chris Brannon 
 # Contributor: joyfulgirl 
 # Contributor: Chuck Boucher 
 # Contributor: aksr 
+
 pkgname=edbrowse
 pkgver=3.7.1
 pkgrel=1
@@ -23,14 +25,10 @@
 cd "$pkgname-$pkgver"
 make -C src DESTDIR="$pkgdir" prefix=/usr install
 
-install -Dm644 README CHANGES \
-   -t "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 COPYING \
-   -t "$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 README CHANGES -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
 
-install -Dm644 doc/usersguide.html doc/sample.ebrc \
-   -t "$pkgdir/usr/share/doc/edbrowse"
-install -Dm644 doc/man-edbrowse-debian.1 \
-   -T "$pkgdir/usr/share/man/man1/edbrowse.1"
+install -Dm644 doc/usersguide.html doc/sample.ebrc -t 
"$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 -T 
"$pkgdir/usr/share/man/man1/edbrowse.1"
 }
 


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 21:40:12
  Author: alad
Revision: 262804

SVN tags

Modified:
  datamash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:38:46 UTC (rev 262803)
+++ PKGBUILD2017-10-14 21:40:12 UTC (rev 262804)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter 
 # Contributor: Gavin Lloyd 
 # Contributor: Timothy Rice 


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

2017-10-14 Thread Morten Linderud
Date: Saturday, October 14, 2017 @ 21:38:46
  Author: foxboron
Revision: 262803

upgpkg: go-md2man 1.0.7-2

Modified:
  go-md2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:37:28 UTC (rev 262802)
+++ PKGBUILD2017-10-14 21:38:46 UTC (rev 262803)
@@ -1,14 +1,15 @@
 # $Id$
+# Maintainer: Morten Linderud 
 # Contributor: Sébastien "Seblu" Luttringer 
 
 pkgname=go-md2man
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A markdown to manpage generator'
 arch=('x86_64' 'i686')
 url='https://github.com/cpuguy83/go-md2man'
 license=('MIT')
-makedepends=('go')
+makedepends=('go-pie')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz";)
 md5sums=('2282a7a24635c63ca7bb08b5e07282fc')
 


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

2017-10-14 Thread Alexander Rødseth
Date: Saturday, October 14, 2017 @ 21:37:28
  Author: arodseth
Revision: 262802

upgpkg: glide 0.13.0-2

Modified:
  glide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 21:36:03 UTC (rev 262801)
+++ PKGBUILD2017-10-14 21:37:28 UTC (rev 262802)
@@ -4,28 +4,30 @@
 
 pkgname=glide
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Dependency management and vendoring for Go projects'
 arch=('x86_64' 'i686')
 _gourl="github.com/Masterminds"
-url='https://github.com/Masterminds/glide'
+url="https://$_gourl/glide";
 license=('MIT')
-makedepends=('git' 'go')
+makedepends=('git' 'go-pie')
 depends=('glibc')
 provides=('glide')
 options=('!strip' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz";)
-sha256sums=('ebbfa28e547db921add3557317c810f87d4ece983213d8e9899783b3e3b43ae7')
+source=("git+$url#tag=v$pkgver")
+md5sums=('SKIP')
 
 prepare() {
-  mkdir -p build/go; cd build/go
+  mkdir -p build/go && cd build/go
   for f in "/usr/lib/go/"*; do ln -s "$f"; done
-  rm pkg; mkdir pkg; cd pkg
+  rm pkg && mkdir pkg && cd pkg
   for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
-  export GOROOT="$srcdir/build/go"
+
   export GOPATH="$srcdir/build"
+  export GOROOT="$GOPATH/go"
+
   mkdir -p "$GOPATH/src/$_gourl"
-  mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
+  mv "$srcdir/$pkgname" "$GOPATH/src/$_gourl/$pkgname"
 }
 
 build() {
@@ -35,9 +37,11 @@
 }
 
 package() {
-  install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd "build/src/$_gourl/$pkgname"
+
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# getver: https://github.com/Masterminds/glide
-# vim:set ts=2 sw=2 et:
+# getver: github.com/Masterminds/glide
+# vim: ts=2 sw=2 et:


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

2017-10-14 Thread Jelle van der Waa
Date: Saturday, October 14, 2017 @ 20:33:57
  Author: jelle
Revision: 262800

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 20:33:42 UTC (rev 262799)
+++ community-i686/PKGBUILD 2017-10-14 20:33:57 UTC (rev 262800)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=uget
-pkgver=2.0.9
-pkgrel=2
-pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/";
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('5501c1d0c17e2e7b689eaaeae959d6c9c1f7855daf82086858efcb1e4d4208d6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: uget/repos/community-i686/PKGBUILD (from rev 262799, 
uget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 20:33:57 UTC (rev 262800)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=uget
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
+arch=('i686' 'x86_64')
+url="http://ugetdm.com/";
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+sha256sums=('0a758be8554efbaf7d7468f897b528532198ff812906d824aab7f7817cd48dfe')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 20:33:42 UTC (rev 262799)
+++ community-x86_64/PKGBUILD   2017-10-14 20:33:57 UTC (rev 262800)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=uget
-pkgver=2.0.9
-pkgrel=2
-pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/";
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('5501c1d0c17e2e7b689eaaeae959d6c9c1f7855daf82086858efcb1e4d4208d6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: uget/repos/community-x86_64/PKGBUILD (from rev 262799, 
uget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-14 20:33:57 UTC (rev 262800)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=uget
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
+arch=('i686' 'x86_64')
+url="http://ugetdm.com/";
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+sha256sums=('0a758be8554efbaf7d7468f897b528532198ff812906d824aab7f7817cd48dfe')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Jelle van der Waa
Date: Saturday, October 14, 2017 @ 20:33:42
  Author: jelle
Revision: 262799

upgpkg: uget 2.0.10-1

Modified:
  uget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 18:41:18 UTC (rev 262798)
+++ PKGBUILD2017-10-14 20:33:42 UTC (rev 262799)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György 
 
 pkgname=uget
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
 arch=('i686' 'x86_64')
 url="http://ugetdm.com/";
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 optdepends=('aria2: alternative backend')
 source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('5501c1d0c17e2e7b689eaaeae959d6c9c1f7855daf82086858efcb1e4d4208d6')
+sha256sums=('0a758be8554efbaf7d7468f897b528532198ff812906d824aab7f7817cd48dfe')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-14 Thread Bruno Pagani
Date: Saturday, October 14, 2017 @ 18:41:18
  Author: archange
Revision: 262798

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
(from rev 262797, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-14 18:41:06 UTC (rev 262797)
+++ PKGBUILD2017-10-14 18:41:18 UTC (rev 262798)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=arc-kde
-pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20170916
-pkgrel=1
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7e0e4b72cadaf37c325c203ee228e3e240cd48c34ddc018b3aa6de140dd68c7a')
-
-package_arc-kde() {
-optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
- 
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-
-package_kvantum-theme-arc() {
-pkgdesc="Arc theme for Kvantum"
-depends=('kvantum-qt5')
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 262797, 
arc-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-14 18:41:18 UTC (rev 262798)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=arc-kde
+pkgname=('arc-kde' 'kvantum-theme-arc')
+pkgver=20170925
+pkgrel=1
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('ff16c8addcbb319fda1cdcf645e22d7e3dbf3b79b5cfc480d406d6509a535287')
+
+package_arc-kde() {
+optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+ 
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-arc() {
+pkgdesc="Arc theme for Kvantum"
+depends=('kvantum-qt5')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2017-10-14 Thread Bruno Pagani
Date: Saturday, October 14, 2017 @ 18:41:06
  Author: archange
Revision: 262797

upgpkg: arc-kde 20170925-1

Modified:
  arc-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 18:40:35 UTC (rev 262796)
+++ PKGBUILD2017-10-14 18:41:06 UTC (rev 262797)
@@ -2,7 +2,7 @@
 
 pkgbase=arc-kde
 pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20170916
+pkgver=20170925
 pkgrel=1
 pkgdesc="Arc theme for KDE Plasma 5"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7e0e4b72cadaf37c325c203ee228e3e240cd48c34ddc018b3aa6de140dd68c7a')
+sha256sums=('ff16c8addcbb319fda1cdcf645e22d7e3dbf3b79b5cfc480d406d6509a535287')
 
 package_arc-kde() {
 optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
@@ -24,7 +24,6 @@
 cp -r yakuake "${pkgdir}"/usr/share
 }
 
-
 package_kvantum-theme-arc() {
 pkgdesc="Arc theme for Kvantum"
 depends=('kvantum-qt5')


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

2017-10-14 Thread Bruno Pagani
Date: Saturday, October 14, 2017 @ 18:40:35
  Author: archange
Revision: 262796

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

Added:
  kvantum-qt5/repos/community-i686/PKGBUILD
(from rev 262795, kvantum-qt5/trunk/PKGBUILD)
  kvantum-qt5/repos/community-x86_64/PKGBUILD
(from rev 262795, kvantum-qt5/trunk/PKGBUILD)
Deleted:
  kvantum-qt5/repos/community-i686/PKGBUILD
  kvantum-qt5/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 18:40:15 UTC (rev 262795)
+++ community-i686/PKGBUILD 2017-10-14 18:40:35 UTC (rev 262796)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
-arch=('i686' 'x86_64')
-url="https://github.com/tsujan/Kvantum";
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
-makedepends=('cmake' 'qt5-tools')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('0fda33ebca0708435eb2a03f04a850bc7490ba415122e442820a11ce6511bc58')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: kvantum-qt5/repos/community-i686/PKGBUILD (from rev 262795, 
kvantum-qt5/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 18:40:35 UTC (rev 262796)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('i686' 'x86_64')
+url="https://github.com/tsujan/Kvantum";
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 18:40:15 UTC (rev 262795)
+++ community-x86_64/PKGBUILD   2017-10-14 18:40:35 UTC (rev 262796)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
-arch=('i686' 'x86_64')
-url="https://github.com/tsujan/Kvantum";
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
-makedepends=('cmake' 'qt5-tools')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('0fda33ebca0708435eb2a03f04a850bc7490ba415122e442820a11ce6511bc58')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: kvantum-qt5/repos/community-x86_64/PKGBUILD (from rev 262795, 
kvantum-qt5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-14 18:40:35 UTC (rev 262796)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('i686' 'x86_64')
+url="https://github.com/tsujan/Kvantum";
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+   make
+}
+
+package() {
+

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

2017-10-14 Thread Bruno Pagani
Date: Saturday, October 14, 2017 @ 18:40:15
  Author: archange
Revision: 262795

upgpkg: kvantum-qt5 0.10.5-1

Modified:
  kvantum-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 18:19:47 UTC (rev 262794)
+++ PKGBUILD2017-10-14 18:40:15 UTC (rev 262795)
@@ -2,7 +2,7 @@
 
 _pkgname=Kvantum
 pkgname=kvantum-qt5
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
 makedepends=('cmake' 'qt5-tools')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('0fda33ebca0708435eb2a03f04a850bc7490ba415122e442820a11ce6511bc58')
+sha256sums=('3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in librabbitmq-c (5 files)

2017-10-14 Thread Antonio Rojas
Date: Saturday, October 14, 2017 @ 17:55:32
  Author: arojas
Revision: 262787

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

Added:
  librabbitmq-c/repos/
  librabbitmq-c/repos/community-i686/
  librabbitmq-c/repos/community-i686/PKGBUILD
(from rev 262786, librabbitmq-c/trunk/PKGBUILD)
  librabbitmq-c/repos/community-x86_64/
  librabbitmq-c/repos/community-x86_64/PKGBUILD
(from rev 262786, librabbitmq-c/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   35 +++
 community-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: librabbitmq-c/repos/community-i686/PKGBUILD (from rev 262786, 
librabbitmq-c/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-10-14 17:55:32 UTC (rev 262787)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: travisghansen 
+# Contributor: aleiphoenix 
+
+pkgname=librabbitmq-c
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A RabbitMQ(amqp) library written in C-language"
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('popt' 'openssl')
+makedepends=('cmake' 'docbook-xsl' 'doxygen' 'xmlto')
+url="https://github.com/alanxz/rabbitmq-c";
+source=("$pkgname-$pkgver.zip::https://github.com/alanxz/rabbitmq-c/archive/v$pkgver.zip";)
+sha256sums=('f32d6b7c368f7883da76dd10f9035d9194c5d988bd2cbd9daf0cde2b4e92004d')
+
+build() {
+  cd ${pkgname:3}-$pkgver
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_EXAMPLES=OFF \
+-DBUILD_TOOLS=ON \
+-DBUILD_TOOLS_DOCS=ON \
+-DBUILD_TESTS=OFF \
+-DENABLE_SSL_SUPPORT=ON \
+-DBUILD_API_DOCS=ON
+  make
+}
+
+package() {
+  cd ${pkgname:3}-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: librabbitmq-c/repos/community-x86_64/PKGBUILD (from rev 262786, 
librabbitmq-c/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-10-14 17:55:32 UTC (rev 262787)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: travisghansen 
+# Contributor: aleiphoenix 
+
+pkgname=librabbitmq-c
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A RabbitMQ(amqp) library written in C-language"
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('popt' 'openssl')
+makedepends=('cmake' 'docbook-xsl' 'doxygen' 'xmlto')
+url="https://github.com/alanxz/rabbitmq-c";
+source=("$pkgname-$pkgver.zip::https://github.com/alanxz/rabbitmq-c/archive/v$pkgver.zip";)
+sha256sums=('f32d6b7c368f7883da76dd10f9035d9194c5d988bd2cbd9daf0cde2b4e92004d')
+
+build() {
+  cd ${pkgname:3}-$pkgver
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_EXAMPLES=OFF \
+-DBUILD_TOOLS=ON \
+-DBUILD_TOOLS_DOCS=ON \
+-DBUILD_TESTS=OFF \
+-DENABLE_SSL_SUPPORT=ON \
+-DBUILD_API_DOCS=ON
+  make
+}
+
+package() {
+  cd ${pkgname:3}-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (3 files)

2017-10-14 Thread Antonio Rojas
Date: Saturday, October 14, 2017 @ 17:54:22
  Author: arojas
Revision: 262786

Add new syslog-ng dependency

Added:
  librabbitmq-c/
  librabbitmq-c/trunk/
  librabbitmq-c/trunk/PKGBUILD

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

Added: librabbitmq-c/trunk/PKGBUILD
===
--- librabbitmq-c/trunk/PKGBUILD(rev 0)
+++ librabbitmq-c/trunk/PKGBUILD2017-10-14 17:54:22 UTC (rev 262786)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: travisghansen 
+# Contributor: aleiphoenix 
+
+pkgname=librabbitmq-c
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A RabbitMQ(amqp) library written in C-language"
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('popt' 'openssl')
+makedepends=('cmake' 'docbook-xsl' 'doxygen' 'xmlto')
+url="https://github.com/alanxz/rabbitmq-c";
+source=("$pkgname-$pkgver.zip::https://github.com/alanxz/rabbitmq-c/archive/v$pkgver.zip";)
+sha256sums=('f32d6b7c368f7883da76dd10f9035d9194c5d988bd2cbd9daf0cde2b4e92004d')
+
+build() {
+  cd ${pkgname:3}-$pkgver
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_EXAMPLES=OFF \
+-DBUILD_TOOLS=ON \
+-DBUILD_TOOLS_DOCS=ON \
+-DBUILD_TESTS=OFF \
+-DENABLE_SSL_SUPPORT=ON \
+-DBUILD_API_DOCS=ON
+  make
+}
+
+package() {
+  cd ${pkgname:3}-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:48:53
  Author: alad
Revision: 262785

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

Added:
  cabextract/repos/community-testing-i686/
  cabextract/repos/community-testing-i686/PKGBUILD
(from rev 262784, cabextract/trunk/PKGBUILD)
  cabextract/repos/community-testing-x86_64/
  cabextract/repos/community-testing-x86_64/PKGBUILD
(from rev 262784, cabextract/trunk/PKGBUILD)

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

Copied: cabextract/repos/community-testing-i686/PKGBUILD (from rev 262784, 
cabextract/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 17:48:53 UTC (rev 262785)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+
+pkgname=cabextract
+pkgver=1.6
+pkgrel=2
+pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.cabextract.org.uk/'
+depends=('glibc')
+source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz";)
+sha256sums=('cee661b56555350d26943c5e127fc75dd290b7f75689d5ebc1f04957c4af55fb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: cabextract/repos/community-testing-x86_64/PKGBUILD (from rev 262784, 
cabextract/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 17:48:53 UTC (rev 262785)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+
+pkgname=cabextract
+pkgver=1.6
+pkgrel=2
+pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.cabextract.org.uk/'
+depends=('glibc')
+source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz";)
+sha256sums=('cee661b56555350d26943c5e127fc75dd290b7f75689d5ebc1f04957c4af55fb')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:48:44
  Author: alad
Revision: 262784

upgpkg: cabextract 1.6-2

Modified:
  cabextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:40:57 UTC (rev 262783)
+++ PKGBUILD2017-10-14 17:48:44 UTC (rev 262784)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
 
 pkgname=cabextract
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://www.cabextract.org.uk/";
+url='http://www.cabextract.org.uk/'
 depends=('glibc')
-DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A 
"Mozilla/4.0" -o %o %u')
-source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('ee3ded0b1f84e5c6e3309bb36d701916')
+source=("https://cabextract.org.uk/$pkgname-$pkgver.tar.gz";)
+sha256sums=('cee661b56555350d26943c5e127fc75dd290b7f75689d5ebc1f04957c4af55fb')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
 
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:40:57
  Author: lfleischer
Revision: 262783

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

Added:
  python-llfuse/repos/community-i686/PKGBUILD
(from rev 262782, python-llfuse/trunk/PKGBUILD)
  python-llfuse/repos/community-x86_64/PKGBUILD
(from rev 262782, python-llfuse/trunk/PKGBUILD)
Deleted:
  python-llfuse/repos/community-i686/PKGBUILD
  python-llfuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 17:40:41 UTC (rev 262782)
+++ community-i686/PKGBUILD 2017-10-14 17:40:57 UTC (rev 262783)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.2
-pkgrel=1
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/";
-license=('LGPL3')
-depends=('fuse2')
-makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
-md5sums=('4bf20ec273bc2ca41c6f58e5f4d8989d')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py build
-}
-
-package_python-llfuse() {
-  depends+=(python python-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2 python2-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-i686/PKGBUILD (from rev 262782, 
python-llfuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 17:40:57 UTC (rev 262783)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgver=1.3
+pkgrel=1
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/nikratio/python-llfuse/";
+license=('LGPL3')
+depends=('fuse2')
+makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
+options=(!emptydirs)
+source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
+md5sums=('7c8b3ad98920b7786b6aa4fa7de1c07d')
+
+build() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py build
+}
+
+package_python-llfuse() {
+  depends+=(python python-setuptools)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-llfuse() {
+  depends+=(python2 python2-setuptools)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 17:40:41 UTC (rev 262782)
+++ community-x86_64/PKGBUILD   2017-10-14 17:40:57 UTC (rev 262783)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.2
-pkgrel=1
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/";
-license=('LGPL3')
-depends=('fuse2')
-makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
-md5sums=('4bf20ec273bc2ca41c6f58e5f4d8989d')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py build
-}
-
-package_python-llfuse() {
-  depends+=(python python-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2 python2-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 262782, 
python-llfuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-14 17:40:57 UTC (rev 262783)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfu

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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:40:41
  Author: lfleischer
Revision: 262782

upgpkg: python-llfuse 1.3-1

Upstream update.

Modified:
  python-llfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:39:17 UTC (rev 262781)
+++ PKGBUILD2017-10-14 17:40:41 UTC (rev 262782)
@@ -3,7 +3,7 @@
 
 pkgbase=python-llfuse
 pkgname=(python-llfuse python2-llfuse)
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
 options=(!emptydirs)
 
source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
-md5sums=('4bf20ec273bc2ca41c6f58e5f4d8989d')
+md5sums=('7c8b3ad98920b7786b6aa4fa7de1c07d')
 
 build() {
   cd "${srcdir}/llfuse-${pkgver}"


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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:39:06
  Author: lfleischer
Revision: 262780

upgpkg: duplicity 0.7.14-1

Upstream update.

Modified:
  duplicity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:38:48 UTC (rev 262779)
+++ PKGBUILD2017-10-14 17:39:06 UTC (rev 262780)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.13.1
+pkgver=0.7.14
 pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'python2-gdata: Google Docs backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('1f56d5d02b7c28288a7b93ce938720db'
+md5sums=('dc3b22100c3b5a356f357318c1343673'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:39:17
  Author: lfleischer
Revision: 262781

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 17:39:06 UTC (rev 262780)
+++ community-i686/PKGBUILD 2017-10-14 17:39:17 UTC (rev 262781)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.13.1
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
-makedepends=('python2-setuptools')
-optdepends=('lftp: FTPS backend'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-gdata: Google Docs backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('1f56d5d02b7c28288a7b93ce938720db'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  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
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-i686/PKGBUILD (from rev 262780, 
duplicity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 17:39:17 UTC (rev 262781)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.7.14
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-fasteners')
+makedepends=('python2-setuptools')
+optdepends=('lftp: FTPS backend'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-gdata: Google Docs backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('dc3b22100c3b5a356f357318c1343673'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 17:39:06 UTC (rev 262780)
+++ community-x86_64/PKGBUILD   2017-10-14 17:39:17 UTC (rev 262781)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.13.1
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('i686' 'x86_64')
-url='http://www.n

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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:38:48
  Author: lfleischer
Revision: 262779

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 17:38:33 UTC (rev 262778)
+++ community-i686/PKGBUILD 2017-10-14 17:38:48 UTC (rev 262779)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=5.4.66
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
-makedepends=('cmake' 'glm')
-source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('b6ee7cec85111f7862b890d0ccbc2e7e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-i686/PKGBUILD (from rev 262778, 
maim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 17:38:48 UTC (rev 262779)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=5.4.68
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('790b2c87b5bb75c075c8cfff79232043')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 17:38:33 UTC (rev 262778)
+++ community-x86_64/PKGBUILD   2017-10-14 17:38:48 UTC (rev 262779)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=5.4.66
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
-makedepends=('cmake' 'glm')
-source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('b6ee7cec85111f7862b890d0ccbc2e7e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 262778, 
maim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-14 17:38:48 UTC (rev 262779)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=5.4.68
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('790b2c87b5bb75c075c8cfff79232043')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:38:33
  Author: lfleischer
Revision: 262778

upgpkg: maim 5.4.68-1

Upstream update.

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:38:17 UTC (rev 262777)
+++ PKGBUILD2017-10-14 17:38:33 UTC (rev 262778)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=5.4.66
+pkgver=5.4.68
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libx11' 'libxcomposite' 
'libxext' 'libxfixes' 'libxrandr' 'slop')
 makedepends=('cmake' 'glm')
 source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-md5sums=('b6ee7cec85111f7862b890d0ccbc2e7e')
+md5sums=('790b2c87b5bb75c075c8cfff79232043')
 
 build() {
   cd "$pkgname-$pkgver"


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:38:17
  Author: alad
Revision: 262777

archrelease: copy trunk to community-testing-any

Added:
  youtube-viewer/repos/community-testing-any/
  youtube-viewer/repos/community-testing-any/PKGBUILD
(from rev 262776, youtube-viewer/trunk/PKGBUILD)

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

Copied: youtube-viewer/repos/community-testing-any/PKGBUILD (from rev 262776, 
youtube-viewer/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-10-14 17:38:17 UTC (rev 262777)
@@ -0,0 +1,46 @@
+#$Id$
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('91fd0eef5744b0cbb859a87b158ae95bdb2512b921ffab8e916710ac5e9ad092')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+  'gtk2-perl: for the GTK GUI'
+  'perl-file-sharedir: for the GTK GUI'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+  cd $pkgname-$pkgver
+  ./Build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./Build install --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/lib
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:37:46
  Author: alad
Revision: 262776

Update to 3.3.1

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:37:09 UTC (rev 262775)
+++ PKGBUILD2017-10-14 17:37:46 UTC (rev 262776)
@@ -1,18 +1,19 @@
 #$Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alad Wenter 
+# Contributor: Alexander F Rødseth 
 # Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
 # Contributor: Trizen 
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.2.9
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='Command line utility for viewing YouTube videos'
 arch=('any')
 url='https://github.com/trizen/youtube-viewer'
 license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('63d4ab300030fe79ed48f441a83085fbc007833eab4717c66b911f45e798da8d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=('91fd0eef5744b0cbb859a87b158ae95bdb2512b921ffab8e916710ac5e9ad092')
 depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
 makedepends=('perl-module-build')
 optdepends=(


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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:37:01
  Author: lfleischer
Revision: 262774

upgpkg: borg 1.1.0-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:35:32 UTC (rev 262773)
+++ PKGBUILD2017-10-14 17:37:01 UTC (rev 262774)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.11
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -12,13 +12,13 @@
 depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
 optdepends=('openssh: repositories on remote hosts'
 'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
+makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
 provides=('borgbackup')
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
 borg.coveragerc)
-sha256sums=('fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291'
+sha256sums=('b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f'
 '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
 build() {


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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:37:09
  Author: lfleischer
Revision: 262775

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 262774, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 262774, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 262774, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 262774, borg/trunk/borg.coveragerc)
Deleted:
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /PKGBUILD|   88 +
 /borg.coveragerc |   46 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/borg.coveragerc   |   23 -
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/borg.coveragerc |   23 -
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 17:37:01 UTC (rev 262774)
+++ community-i686/PKGBUILD 2017-10-14 17:37:09 UTC (rev 262775)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.0.11
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
-borg.coveragerc)
-sha256sums=('fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291'
-'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 262774, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 17:37:09 UTC (rev 262775)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
+borg.coveragerc)
+sha256sums=('b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f'
+'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Deleted: community-i686/borg.coveragerc
==

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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:35:32
  Author: lfleischer
Revision: 262773

Revert ninja changes

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:27:22 UTC (rev 262772)
+++ PKGBUILD2017-10-14 17:35:32 UTC (rev 262773)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.1.0
+pkgver=1.0.11
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
 borg.coveragerc)
-sha256sums=('b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f'
+sha256sums=('fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291'
 '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
 build() {


[arch-commits] Commit in python-guzzle-sphinx-theme/repos (2 files)

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:27:22
  Author: lfleischer
Revision: 262772

archrelease: copy trunk to community-any

Added:
  python-guzzle-sphinx-theme/repos/community-any/
  python-guzzle-sphinx-theme/repos/community-any/PKGBUILD
(from rev 262771, python-guzzle-sphinx-theme/trunk/PKGBUILD)

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

Copied: python-guzzle-sphinx-theme/repos/community-any/PKGBUILD (from rev 
262771, python-guzzle-sphinx-theme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-14 17:27:22 UTC (rev 262772)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-guzzle-sphinx-theme
+_pkgname=guzzle_sphinx_theme
+pkgver=0.7.11
+pkgrel=3
+pkgdesc='Sphinx theme used by Guzzle'
+arch=('any')
+url="https://github.com/guzzle/${_pkgname}";
+license=('custom')
+makedepends=('python-distribute')
+depends=('python' 'python-sphinx>=1.1.3')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('f5f0e3d541c09ace912e0fa75dafd46f5a54314a929913c7de9709e677d5aa09')
+
+build() {
+  cd "${_pkgname}-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "${_pkgname}-$pkgver"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dpm644 'README.rst' 'requirements.txt' -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
+  install -Dpm644 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (5 files)

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 17:26:32
  Author: lfleischer
Revision: 262771

Initial import of python-guzzle-sphinx-theme

Added:
  python-guzzle-sphinx-theme/
  python-guzzle-sphinx-theme/repos/
  python-guzzle-sphinx-theme/trunk/
  python-guzzle-sphinx-theme/trunk/PKGBUILD
Modified:
  borg/trunk/PKGBUILD

---+
 borg/trunk/PKGBUILD   |4 ++--
 python-guzzle-sphinx-theme/trunk/PKGBUILD |   27 +++
 2 files changed, 29 insertions(+), 2 deletions(-)

Modified: borg/trunk/PKGBUILD
===
--- borg/trunk/PKGBUILD 2017-10-14 17:21:47 UTC (rev 262770)
+++ borg/trunk/PKGBUILD 2017-10-14 17:26:32 UTC (rev 262771)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.11
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
 borg.coveragerc)
-sha256sums=('fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291'
+sha256sums=('b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f'
 '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
 build() {

Added: python-guzzle-sphinx-theme/trunk/PKGBUILD
===
--- python-guzzle-sphinx-theme/trunk/PKGBUILD   (rev 0)
+++ python-guzzle-sphinx-theme/trunk/PKGBUILD   2017-10-14 17:26:32 UTC (rev 
262771)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-guzzle-sphinx-theme
+_pkgname=guzzle_sphinx_theme
+pkgver=0.7.11
+pkgrel=3
+pkgdesc='Sphinx theme used by Guzzle'
+arch=('any')
+url="https://github.com/guzzle/${_pkgname}";
+license=('custom')
+makedepends=('python-distribute')
+depends=('python' 'python-sphinx>=1.1.3')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('f5f0e3d541c09ace912e0fa75dafd46f5a54314a929913c7de9709e677d5aa09')
+
+build() {
+  cd "${_pkgname}-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "${_pkgname}-$pkgver"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dpm644 'README.rst' 'requirements.txt' -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
+  install -Dpm644 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-10-14 Thread Nicola Squartini
Date: Saturday, October 14, 2017 @ 17:21:47
  Author: tensor5
Revision: 262770

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 17:21:11 UTC (rev 262769)
+++ community-i686/PKGBUILD 2017-10-14 17:21:47 UTC (rev 262770)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.7.1
-_commit=05101641455a754936acc5ddff92f35f5e33181c
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-i686/PKGBUILD (from rev 262769, 
geth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 17:21:47 UTC (rev 262770)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.2
+_commit=1db4ecdc0b9e828ff65777fb466fc7c1d04e0de9
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 17:21:11 UTC (rev 262769)
+++ community-x86_64/PKGBUILD   2017-10-14 17:21:47 UTC (rev 262770)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=geth
-pkgver=1.7.1
-_commit=05101641455a754936acc5ddff92f35f5e33181c
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-build() {
-cd go-ethereum
-
-make all
-}
-
-package() {
-cd go-ethereum
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: geth/repos/community-x86_64/PKGBUILD (from rev 262769, 
geth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-14 17:21:47 UTC (rev 262770)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=geth
+pkgver=1.7.2
+_commit=1db4ecdc0b9e828ff65777fb466fc7c1d04e0de9
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+cd go-ethereum
+
+make all
+}
+
+package() {
+cd go-ethereum
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2017-10-14 Thread Nicola Squartini
Date: Saturday, October 14, 2017 @ 17:21:11
  Author: tensor5
Revision: 262769

upgpkg: geth 1.7.2-1

Modified:
  geth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 17:19:21 UTC (rev 262768)
+++ PKGBUILD2017-10-14 17:21:11 UTC (rev 262769)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=geth
-pkgver=1.7.1
-_commit=05101641455a754936acc5ddff92f35f5e33181c
+pkgver=1.7.2
+_commit=1db4ecdc0b9e828ff65777fb466fc7c1d04e0de9
 pkgrel=1
 pkgdesc='Official golang implementation of the Ethereum protocol'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url='http://geth.ethereum.org/'
 license=('GPL3')
 depends=('glibc')
-makedepends=('git' 'go')
+makedepends=('git' 'go-pie')
 source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
 sha256sums=('SKIP')
 


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:19:21
  Author: alad
Revision: 262768

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

Added:
  wimlib/repos/community-testing-i686/
  wimlib/repos/community-testing-i686/PKGBUILD
(from rev 262767, wimlib/trunk/PKGBUILD)
  wimlib/repos/community-testing-x86_64/
  wimlib/repos/community-testing-x86_64/PKGBUILD
(from rev 262767, wimlib/trunk/PKGBUILD)

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

Copied: wimlib/repos/community-testing-i686/PKGBUILD (from rev 262767, 
wimlib/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 17:19:21 UTC (rev 262768)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter 
+# Contributor: Eric Biggers 
+
+pkgname=wimlib
+pkgver=1.11.0
+pkgrel=3
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('i686' 'x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+'mtools: for making disk image of Windows PE' 
+'syslinux: for making disk image of Windows PE'
+'cabextract: for extracting Windows PE from the WAIK')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz";)
+sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+make
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Copied: wimlib/repos/community-testing-x86_64/PKGBUILD (from rev 262767, 
wimlib/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 17:19:21 UTC (rev 262768)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter 
+# Contributor: Eric Biggers 
+
+pkgname=wimlib
+pkgver=1.11.0
+pkgrel=3
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('i686' 'x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+'mtools: for making disk image of Windows PE' 
+'syslinux: for making disk image of Windows PE'
+'cabextract: for extracting Windows PE from the WAIK')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz";)
+sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+make
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:15:26
  Author: alad
Revision: 262767

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

Added:
  qpdfview/repos/community-testing-i686/
  qpdfview/repos/community-testing-i686/PKGBUILD
(from rev 262766, qpdfview/trunk/PKGBUILD)
  qpdfview/repos/community-testing-x86_64/
  qpdfview/repos/community-testing-x86_64/PKGBUILD
(from rev 262766, qpdfview/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   35 +++
 community-testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: qpdfview/repos/community-testing-i686/PKGBUILD (from rev 262766, 
qpdfview/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 17:15:26 UTC (rev 262767)
@@ -0,0 +1,35 @@
+# Maintainer: Alad Wenter 
+# Contributor: Adam Reichold 
+
+pkgname=qpdfview
+pkgver=0.4.17beta1
+pkgrel=4
+pkgdesc='A tabbed PDF viewer using the poppler library.'
+url='https://launchpad.net/qpdfview'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libcups' 'poppler-qt5' 'qt5-svg' 'texlive-bin')
+makedepends=('qt5-tools' 'libspectre' 'djvulibre')
+optdepends=('libspectre: for PostScript support'
+'djvulibre: for DjVu support')
+source=("https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz";
+
"https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz.asc";)
+sha256sums=('60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f'
+'SKIP')
+# Adam Reichold 
+validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  lrelease-qt5 qpdfview.pro
+  qmake-qt5 qpdfview.pro
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+

Copied: qpdfview/repos/community-testing-x86_64/PKGBUILD (from rev 262766, 
qpdfview/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 17:15:26 UTC (rev 262767)
@@ -0,0 +1,35 @@
+# Maintainer: Alad Wenter 
+# Contributor: Adam Reichold 
+
+pkgname=qpdfview
+pkgver=0.4.17beta1
+pkgrel=4
+pkgdesc='A tabbed PDF viewer using the poppler library.'
+url='https://launchpad.net/qpdfview'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libcups' 'poppler-qt5' 'qt5-svg' 'texlive-bin')
+makedepends=('qt5-tools' 'libspectre' 'djvulibre')
+optdepends=('libspectre: for PostScript support'
+'djvulibre: for DjVu support')
+source=("https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz";
+
"https://launchpad.net/qpdfview/trunk/$pkgver/+download/qpdfview-$pkgver.tar.gz.asc";)
+sha256sums=('60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f'
+'SKIP')
+# Adam Reichold 
+validpgpkeys=('1F521FF0F87E9E1CDE46B8A9F4928C4DD24D4DF8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  lrelease-qt5 qpdfview.pro
+  qmake-qt5 qpdfview.pro
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:10:58
  Author: alad
Revision: 262766

archrelease: copy trunk to community-testing-any

Added:
  python-i3-py/repos/community-testing-any/
  python-i3-py/repos/community-testing-any/PKGBUILD
(from rev 262765, python-i3-py/trunk/PKGBUILD)

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

Copied: python-i3-py/repos/community-testing-any/PKGBUILD (from rev 262765, 
python-i3-py/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-10-14 17:10:58 UTC (rev 262766)
@@ -0,0 +1,56 @@
+# Maintainer: Alad Wenter 
+# Contributor: willemw 
+# Contributor: Anntoin Wilkinson 
+
+pkgbase=python-i3-py
+pkgname=('python-i3-py' 'python2-i3-py' 'python-i3-py-examples')
+pkgver=0.6.5
+# https://github.com/ziberna/i3-py/issues/22
+_commit=27f88a616e9ecc340e7d041d3d00782f8a1964c1
+pkgrel=3
+pkgdesc="tools for i3 users and developers"
+arch=('any')
+url='https://github.com/ziberna/i3-py'
+makedepends=('git' 'python' 'python2')
+source=("$pkgbase::git+https://github.com/ziberna/i3-py#commit=$_commit";
+'LICENSE::http://www.wtfpl.net/txt/copying/')
+md5sums=('SKIP'
+ '8365d07beeb5f39d87e846dca3ae7b64')
+
+prepare() {
+cp -a "$pkgbase" "$pkgbase"-python2
+}
+
+build() {
+cd "$pkgbase"
+python setup.py build
+
+cd ../"$pkgbase"-python2
+python2 setup.py build
+}
+
+package_python-i3-py() {
+depends=('python' 'i3-wm')
+license=('GPL3')
+
+cd "$pkgbase"
+python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-i3-py() {
+depends=('python2' 'i3-wm')
+license=('GPL3')
+
+cd "$pkgbase"-python2
+python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python-i3-py-examples() {
+depends=('python-i3-py')
+license=('GPL3' 'custom:WTFPL2')
+
+install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"
+install -Dm644 "$pkgbase"/examples/*.py -t 
"$pkgdir"/usr/share/python-i3-py/examples
+}
+
+# vim: set et sw=4 sts=4 ft=sh:


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 17:05:18
  Author: alad
Revision: 262765

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

Added:
  mit-scheme/repos/community-testing-i686/
  mit-scheme/repos/community-testing-i686/PKGBUILD
(from rev 262764, mit-scheme/trunk/PKGBUILD)
  mit-scheme/repos/community-testing-x86_64/
  mit-scheme/repos/community-testing-x86_64/PKGBUILD
(from rev 262764, mit-scheme/trunk/PKGBUILD)

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

Copied: mit-scheme/repos/community-testing-i686/PKGBUILD (from rev 262764, 
mit-scheme/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 17:05:18 UTC (rev 262765)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: peter feigl 
+
+pkgname=mit-scheme
+pkgver=9.2
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='http://www.gnu.org/software/mit-scheme/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source_i686=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz";
+ 
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz.sig";)
+source_x86_64=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz";
+   
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig";)
+# Chris Hanson 
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01')
+# https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/md5sums.txt
+md5sums_i686=('b80458f85b9521bdfb0620edc89e3e61'
+  'SKIP')
+md5sums_x86_64=('9fcc6c156e53efeb0560996551fa0a57'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"/src
+  ./configure --prefix=/usr \
+--with-x \
+--enable-native-code
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"/src
+  make DESTDIR="$pkgdir" install
+}

Copied: mit-scheme/repos/community-testing-x86_64/PKGBUILD (from rev 262764, 
mit-scheme/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 17:05:18 UTC (rev 262765)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: peter feigl 
+
+pkgname=mit-scheme
+pkgver=9.2
+pkgrel=1
+pkgdesc='MIT/GNU Scheme'
+url='http://www.gnu.org/software/mit-scheme/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'zlib')
+optdepends=('openssl: support for openssl')
+source_i686=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz";
+ 
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-i386.tar.gz.sig";)
+source_x86_64=("https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz";
+   
"https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/$pkgver/$pkgname-$pkgver-x86-64.tar.gz.sig";)
+# Chris Hanson 
+validpgpkeys=('424626C56C4AA9DB11194C07E3AA82D81B352C01')
+# https://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/md5sums.txt
+md5sums_i686=('b80458f85b9521bdfb0620edc89e3e61'
+  'SKIP')
+md5sums_x86_64=('9fcc6c156e53efeb0560996551fa0a57'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"/src
+  ./configure --prefix=/usr \
+--with-x \
+--enable-native-code
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"/src
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Felix Yan
Date: Saturday, October 14, 2017 @ 17:00:47
  Author: felixonmars
Revision: 262764

archrelease: copy trunk to community-testing-any

Added:
  python-texttable/repos/community-testing-any/
  python-texttable/repos/community-testing-any/PKGBUILD
(from rev 262763, python-texttable/trunk/PKGBUILD)

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

Copied: python-texttable/repos/community-testing-any/PKGBUILD (from rev 262763, 
python-texttable/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-10-14 17:00:47 UTC (rev 262764)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yen Chi Hsuan 
+# Contributor: rich_o 
+# Contributor: Jason St. John 
+# Contributor: Daniel YC Lin 
+
+pkgname=(python-texttable python2-texttable)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Generate a formatted text table using ASCII characters"
+arch=('any')
+url="https://pypi.python.org/pypi/texttable/";
+license=('LGPL')
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz";)
+sha512sums=('6d15c51e3ba8394cb04edbdd123d85e0068d90ca3b7523f631eab88e02fb0f2a96e6b6e7999ffa53853459d428fd2f4603fea12c0e19cba296e255368e11430e')
+
+prepare() {
+  cp -a texttable-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/texttable-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/texttable-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/texttable-$pkgver
+  py.test tests.py
+
+  cd "$srcdir"/texttable-$pkgver-py2
+  py.test2 tests.py
+}
+
+package_python-texttable() {
+  depends=('python')
+
+  cd texttable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-texttable() {
+  depends=('python2')
+
+  cd texttable-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-10-14 Thread Felix Yan
Date: Saturday, October 14, 2017 @ 17:00:16
  Author: felixonmars
Revision: 262763

upgpkg: python-texttable 1.0.0-1

Modified:
  python-texttable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 16:59:46 UTC (rev 262762)
+++ PKGBUILD2017-10-14 17:00:16 UTC (rev 262763)
@@ -6,7 +6,7 @@
 # Contributor: Daniel YC Lin 
 
 pkgname=(python-texttable python2-texttable)
-pkgver=0.9.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Generate a formatted text table using ASCII characters"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz";)
-sha512sums=('7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50')
+sha512sums=('6d15c51e3ba8394cb04edbdd123d85e0068d90ca3b7523f631eab88e02fb0f2a96e6b6e7999ffa53853459d428fd2f4603fea12c0e19cba296e255368e11430e')
 
 prepare() {
   cp -a texttable-$pkgver{,-py2}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 16:59:46
  Author: alad
Revision: 262762

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

Added:
  innoextract/repos/community-testing-i686/
  innoextract/repos/community-testing-i686/PKGBUILD
(from rev 262761, innoextract/trunk/PKGBUILD)
  innoextract/repos/community-testing-x86_64/
  innoextract/repos/community-testing-x86_64/PKGBUILD
(from rev 262761, innoextract/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   34 ++
 community-testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: innoextract/repos/community-testing-i686/PKGBUILD (from rev 262761, 
innoextract/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 16:59:46 UTC (rev 262762)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+
+pkgname=innoextract
+pkgver=1.6
+pkgrel=1
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('i686' 'x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz";
+   "https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e'
+'SKIP')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+  install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+  install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: innoextract/repos/community-testing-x86_64/PKGBUILD (from rev 262761, 
innoextract/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 16:59:46 UTC (rev 262762)
@@ -0,0 +1,34 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+
+pkgname=innoextract
+pkgver=1.6
+pkgrel=1
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('i686' 'x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz";
+   "https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('66463f145fffd4d5883c6b3e2f7b2c2837d6f07095810114e514233a88c1033e'
+'SKIP')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+  install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+  install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 16:56:25
  Author: alad
Revision: 262761

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

Added:
  edbrowse/repos/community-testing-i686/
  edbrowse/repos/community-testing-i686/PKGBUILD
(from rev 262760, edbrowse/trunk/PKGBUILD)
  edbrowse/repos/community-testing-x86_64/
  edbrowse/repos/community-testing-x86_64/PKGBUILD
(from rev 262760, edbrowse/trunk/PKGBUILD)

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

Copied: edbrowse/repos/community-testing-i686/PKGBUILD (from rev 262760, 
edbrowse/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 16:56:25 UTC (rev 262761)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+pkgname=edbrowse
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="line-oriented editor, browser and mail client"
+arch=('i686' 'x86_64')
+url="http://edbrowse.org/";
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz";)
+sha256sums=('12edf1834bbfb93335002c222a0f472eb4551a5b3a99d67c8a5e9dc05f97e37a')
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES \
+   -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING \
+   -t "$pkgdir/usr/share/licenses/$pkgname"
+
+install -Dm644 doc/usersguide.html doc/sample.ebrc \
+   -t "$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 \
+   -T "$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+

Copied: edbrowse/repos/community-testing-x86_64/PKGBUILD (from rev 262760, 
edbrowse/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 16:56:25 UTC (rev 262761)
@@ -0,0 +1,36 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Brannon 
+# Contributor: joyfulgirl 
+# Contributor: Chuck Boucher 
+# Contributor: aksr 
+pkgname=edbrowse
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="line-oriented editor, browser and mail client"
+arch=('i686' 'x86_64')
+url="http://edbrowse.org/";
+license=('GPL' 'MPL')
+depends=('duktape' 'tidy' 'curl' 'pcre')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CMB/edbrowse/archive/v$pkgver.tar.gz";)
+sha256sums=('12edf1834bbfb93335002c222a0f472eb4551a5b3a99d67c8a5e9dc05f97e37a')
+
+build() {
+cd "$pkgname-$pkgver"
+make CFLAGS="-I/usr/include/tidy" all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -C src DESTDIR="$pkgdir" prefix=/usr install
+
+install -Dm644 README CHANGES \
+   -t "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 COPYING \
+   -t "$pkgdir/usr/share/licenses/$pkgname"
+
+install -Dm644 doc/usersguide.html doc/sample.ebrc \
+   -t "$pkgdir/usr/share/doc/edbrowse"
+install -Dm644 doc/man-edbrowse-debian.1 \
+   -T "$pkgdir/usr/share/man/man1/edbrowse.1"
+}
+


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 16:52:15
  Author: alad
Revision: 262760

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

Added:
  datamash/repos/community-testing-i686/
  datamash/repos/community-testing-i686/PKGBUILD
(from rev 262759, datamash/trunk/PKGBUILD)
  datamash/repos/community-testing-x86_64/
  datamash/repos/community-testing-x86_64/PKGBUILD
(from rev 262759, datamash/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: datamash/repos/community-testing-i686/PKGBUILD (from rev 262759, 
datamash/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 16:52:15 UTC (rev 262760)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: Gavin Lloyd 
+# Contributor: Timothy Rice 
+
+pkgname=datamash
+pkgver=1.2
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
+url="https://www.gnu.org/software/datamash/";
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz";
+"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('e8d46fb22ccc77e5380f26cde622a733f363d388b04a2c22e7fb6de0e9d85996'
+'SKIP')
+# Assaf Gordon 
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: datamash/repos/community-testing-x86_64/PKGBUILD (from rev 262759, 
datamash/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 16:52:15 UTC (rev 262760)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: Gavin Lloyd 
+# Contributor: Timothy Rice 
+
+pkgname=datamash
+pkgver=1.2
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input 
textual data files'
+url="https://www.gnu.org/software/datamash/";
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz";
+"https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('e8d46fb22ccc77e5380f26cde622a733f363d388b04a2c22e7fb6de0e9d85996'
+'SKIP')
+# Assaf Gordon 
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 16:51:20
  Author: svenstaro
Revision: 262758

upgpkg: zeroc-ice 3.7.0-2

Pushing zeroc-ice

Modified:
  zeroc-ice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 16:01:20 UTC (rev 262757)
+++ PKGBUILD2017-10-14 16:51:20 UTC (rev 262758)
@@ -6,7 +6,7 @@
 pkgname=(zeroc-ice zeroc-ice-java)
 pkgbase=(zeroc-ice)
 pkgver=3.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An object-oriented middleware that provides RPC functionality"
 arch=(i686 x86_64)
 url="https://zeroc.com";
@@ -68,7 +68,6 @@
 package_zeroc-ice-java() {
   makedepends=(gradle 'java-environment=8')
   depends=(zeroc-ice java-environment)
-  arch=(any)
 
   for d in ${srcdir}/ice-${pkgver}/java ${srcdir}/ice-${pkgver}/java-compat; do
   cd $d


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 16:51:34
  Author: svenstaro
Revision: 262759

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

Added:
  zeroc-ice/repos/community-i686/
  zeroc-ice/repos/community-i686/PKGBUILD
(from rev 262758, zeroc-ice/trunk/PKGBUILD)
  zeroc-ice/repos/community-i686/ice.install
(from rev 262758, zeroc-ice/trunk/ice.install)
  zeroc-ice/repos/community-x86_64/
  zeroc-ice/repos/community-x86_64/PKGBUILD
(from rev 262758, zeroc-ice/trunk/PKGBUILD)
  zeroc-ice/repos/community-x86_64/ice.install
(from rev 262758, zeroc-ice/trunk/ice.install)

--+
 community-i686/PKGBUILD  |   84 +
 community-i686/ice.install   |   22 ++
 community-x86_64/PKGBUILD|   84 +
 community-x86_64/ice.install |   22 ++
 4 files changed, 212 insertions(+)

Copied: zeroc-ice/repos/community-i686/PKGBUILD (from rev 262758, 
zeroc-ice/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 16:51:34 UTC (rev 262759)
@@ -0,0 +1,84 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Joe George 
+# Contributor: Daniel Spies 
+# Contributor: Otto Allmendinger 
+
+pkgname=(zeroc-ice zeroc-ice-java)
+pkgbase=(zeroc-ice)
+pkgver=3.7.0
+pkgrel=2
+pkgdesc="An object-oriented middleware that provides RPC functionality"
+arch=(i686 x86_64)
+url="https://zeroc.com";
+license=(GPL custom:ice)
+makedepends=(bzip2 gradle 'java-environment=8')
+depends=(mcpp lmdb)
+install=ice.install
+source=(
+
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz";
+
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz";
+)
+sha256sums=('809fff14a88a7de1364c846cec771d0d12c72572914e6cc4fb0b2c1861c4a1ee'
+'096bcfb74b9a281ad9bccf3eaa360b912cb96e88735d5b18b96198f657b323cb')
+
+_make_args=(
+"OPTIMIZE=yes"
+"USR_DIR_INSTALL=yes"
+"prefix=/usr"
+"CONFIGS=shared cpp11-shared"
+"SKIP=slice2py"
+)
+
+build() {
+  cd ${srcdir}/ice-${pkgver}
+  GRADLE=gradle make srcs -j$(nproc) "${_make_args[@]}" "LANGUAGES=cpp java"
+}
+
+package_zeroc-ice() {
+  backup=("etc/glacier2router.conf"
+  "etc/icegridnode.conf"
+  "etc/icegridregistry.conf"
+  )
+
+  cd ${srcdir}/ice-${pkgver}
+
+  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=cpp"
+  install -Dm644 ${srcdir}/ice-${pkgver}/ICE_LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/LICENSE
+  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/ICE_LICENSE
+
+  if [ $CARCH = "x86_64" ]; then
+  rm -df ${pkgdir}/usr/lib/
+  mv ${pkgdir}/usr/lib64/ ${pkgdir}/usr/lib/
+  fi
+
+  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.conf 
${pkgdir}/etc/glacier2router.conf
+  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.conf 
${pkgdir}/etc/icegridnode.conf
+  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.conf 
${pkgdir}/etc/icegridregistry.conf
+
+  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.service \
+ ${pkgdir}/usr/lib/systemd/system/glacier2router.service
+  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.service 
\
+ ${pkgdir}/usr/lib/systemd/system/icegridnode.service
+  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.service \
+ ${pkgdir}/usr/lib/systemd/system/icegridregistry.service
+}
+
+package_zeroc-ice-java() {
+  makedepends=(gradle 'java-environment=8')
+  depends=(zeroc-ice java-environment)
+
+  for d in ${srcdir}/ice-${pkgver}/java ${srcdir}/ice-${pkgver}/java-compat; do
+  cd $d
+  gradle \
+  --gradle-user-home=/tmp/zeroc-ice-java \
+  --no-daemon \
+  -PdbHome=/usr/share/java/berkeleydb \
+  -Pprefix=${pkgdir}/usr/share/java/zeroc-ice install
+
+  done
+
+  mv ${pkgdir}/usr/share/java/zeroc-ice/lib/* 
${pkgdir}/usr/share/java/zeroc-ice/
+  rmdir ${pkgdir}/usr/share/java/zeroc-ice/lib
+}

Copied: zeroc-ice/repos/community-i686/ice.install (from rev 262758, 
zeroc-ice/trunk/ice.install)
===
--- community-i686/ice.install  (rev 0)
+++ community-i686/ice.install  2017-10-14 16:51:34 UTC (rev 262759)
@@ -0,0 +1,22 @@
+post_install() {
+  getent group ice >/dev/null || groupadd --system -g 101 ice &>/dev/null
+  getent passwd ice >/dev/null || useradd --system -g 101 -u 101 -d 
/var/lib/ice -s /bin/false ice &>/dev/null
+
+  #if type -P systemd-tmpfiles &> /dev/null; then
+  #  systemd-tmpfiles --create ice.conf
+  #fi
+
+  #if [ -d /var/lib/ice ]; then
+#echo "Ice directory '/var/lib/ice' already e

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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 16:42:00
  Author: heftig
Revision: 307933

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

Added:
  linux-zen/repos/testing-i686/90-linux.hook
(from rev 307932, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 307932, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/config.i686
(from rev 307932, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 307932, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 307932, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 307932, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 307932, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 307932, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config.i686
(from rev 307932, linux-zen/trunk/config.i686)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 307932, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 307932, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 307932, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/90-linux.hook
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/config.i686
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/90-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config.i686
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /90-linux.hook   |   22 
 /PKGBUILD|  498 +
 /config.i686 |17346 +
 /config.x86_64   |16824 +++
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  249 
 testing-i686/config.i686 | 8673 
 testing-i686/config.x86_64   | 8412 ---
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  249 
 testing-x86_64/config.i686   | 8673 
 testing-x86_64/config.x86_64 | 8412 ---
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 34772 insertions(+), 34772 deletions(-)

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


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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 16:23:52
  Author: heftig
Revision: 307932

4.13.7-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 16:11:04 UTC (rev 307931)
+++ PKGBUILD2017-10-14 16:23:52 UTC (rev 307932)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.13
-_zenpatch=zen-4.13.6-7ba34a83b1c5ec414fe82c9a321e15b1ddb63f98.diff
-pkgver=4.13.6
+_zenpatch=zen-4.13.7-151196789cbc08a6737cd52dc37b43bb511518e2.diff
+pkgver=4.13.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
@@ -29,9 +29,9 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'12d897b7f547c7d03a81be690b3dc0e0e5b9becfbd63e3dbf9f7258db861ddfb'
+'0fe89c96e956efbded576214eef0c8e43cabe41dfca245e3ebb79fff9bc8715d'
 'SKIP'
-'7ff9ef8f948c86086ee4d68351a5fb4bc718c231f747ff718594b245b03ce888'
+'a1ed491ab9a2b25ef045b32453fd3188868cebfa16a28279eebecc45feb4a8af'
 'SKIP'
 'ea2502f2aa2e251eac6111553447a84affd18c832d4181d31f802dc5ddd14a8e'
 '5e3f601c162e302a2351a9e36a52b5c49c0172734be10ea6adc9c659faa6f027'


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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 16:11:04
  Author: heftig
Revision: 307931

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-14 16:10:10 UTC (rev 307930)
+++ extra-i686/PKGBUILD 2017-10-14 16:11:04 UTC (rev 307931)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-arch=(i686 x86_64)
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
- python)
-_commit=a984e0c4d921a6dff82cc1b5c686cc957215bc7e  # tags/1.5.1^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---with-graphite2 \
---with-icu \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 307930, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-14 16:11:04 UTC (rev 307931)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+arch=(i686 x86_64)
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
+ python)
+_commit=25846cc39fb8a9516b8de4333f909851d471156f  # tags/1.6.0^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--with-graphite2 \
+--with-icu \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-14 16:10:10 UTC (rev 307930)
+++ extra-x86_64/PKGBUILD   2017-10-14 16:11:04 UTC (rev 307931)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.5.1
-pkgrel=

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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 16:10:10
  Author: heftig
Revision: 307930

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-14 16:08:56 UTC (rev 307929)
+++ extra-i686/PKGBUILD 2017-10-14 16:10:10 UTC (rev 307930)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.24
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts)
-makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
- sassc)
-license=(LGPL)
-_commit=e72d54c8a7bdf5f41feccbcc0b78522a8b50d79e  # tags/3.22.24^0
-source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit";
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk+
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir print-backends
-  cd gtk+
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk+
-
-  CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=6

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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 16:08:56
  Author: heftig
Revision: 307929

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

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 307928, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/startup-notification.patch
(from rev 307928, mutter/trunk/startup-notification.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 307928, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/startup-notification.patch
(from rev 307928, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/startup-notification.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/startup-notification.patch

-+
 /PKGBUILD   |  122 ++
 /startup-notification.patch |   90 ++
 extra-i686/PKGBUILD |   57 --
 extra-i686/startup-notification.patch   |   45 ---
 extra-x86_64/PKGBUILD   |   57 --
 extra-x86_64/startup-notification.patch |   45 ---
 6 files changed, 212 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-14 16:05:37 UTC (rev 307928)
+++ extra-i686/PKGBUILD 2017-10-14 16:08:56 UTC (rev 307929)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.26.1+7+g41f7a5fdf
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://git.gnome.org/browse/mutter";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
- libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire)
-makedepends=(intltool gobject-introspection git gnome-common)
-groups=(gnome)
-options=(!emptydirs)
-_commit=41f7a5fdf3bd95bd13e43e2151d29157d1dc5168  # gnome-3-26
-source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  patch -Np1 -i ../startup-notification.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum \
-  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 307928, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-14 16:08:56 UTC (rev 307929)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.26.1+12+gd6e3193c2
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=d6e3193c2a22024e213025523d2abba36f4b7bb3  # gnome-3-26
+source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  # Try to get a bit more performance out of this fps-critical component
+  CFLAGS+=" -O3 -flto=jobserver"
+  LDFLAGS+=" $CFLAGS"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum \
+  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O

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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 16:05:37
  Author: heftig
Revision: 307928

3.22.24+72+g841b879aed-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 15:38:15 UTC (rev 307927)
+++ PKGBUILD2017-10-14 16:05:37 UTC (rev 307928)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.24
+pkgver=3.22.24+72+g841b879aed
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
  sassc)
 license=(LGPL)
-_commit=e72d54c8a7bdf5f41feccbcc0b78522a8b50d79e  # tags/3.22.24^0
+_commit=841b879aed6efa4c087c7b7ffc8bdb12379d7640  # gtk-3-22
 source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit";
 settings.ini
 gtk-query-immodules-3.0.hook


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 16:01:20
  Author: alad
Revision: 262757

archrelease: copy trunk to community-testing-i686

Added:
  neomutt/repos/community-testing-i686/
  neomutt/repos/community-testing-i686/PKGBUILD
(from rev 262756, neomutt/trunk/PKGBUILD)

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

Copied: neomutt/repos/community-testing-i686/PKGBUILD (from rev 262756, 
neomutt/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-14 16:01:20 UTC (rev 262757)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20171013
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('mime-types' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz";
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+autoreconf -i
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-debug \
+--enable-gpgme \
+--enable-lua \
+--enable-notmuch \
+--with-gss=/usr \
+--with-ssl=/usr \
+--with-sasl \
+--with-curses=/usr \
+--with-idn \
+--with-gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 15:54:53
  Author: lfleischer
Revision: 262755

upgpkg: tor 0.3.1.7-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 15:44:59 UTC (rev 262754)
+++ PKGBUILD2017-10-14 15:54:53 UTC (rev 262755)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.3.0.10
+pkgver=0.3.1.7
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'torrc'
 'tor.service')
-md5sums=('c9920169798c28b60b03fa3f0e592509'
+md5sums=('ec7c9f588c9e1a42c09bcc097a1e55eb'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74')


[arch-commits] Commit in tor/repos (16 files)

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 15:55:05
  Author: lfleischer
Revision: 262756

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 262755, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 262755, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 262755, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 262755, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 262755, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 262755, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 262755, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 262755, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   94 ++
 /tor.install |8 
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   47 -
 community-i686/tor.install   |4 
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   47 -
 community-x86_64/tor.install |4 
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 510 insertions(+), 510 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 15:54:53 UTC (rev 262755)
+++ community-i686/PKGBUILD 2017-10-14 15:55:05 UTC (rev 262756)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.3.0.10
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('i686' 'x86_64')
-url='https://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-install='tor.install'
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service')
-md5sums=('c9920169798c28b60b03fa3f0e592509'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74')
-validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB') # Nick Mathewson
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-i686/PKGBUILD (from rev 262755, tor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 15:55:05 UTC (rev 262756)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.3.1.7
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('i686' 'x86_64')
+url='https://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+install='tor.install'
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service')
+md5sums=('ec7c9f588c9e1a42c09bcc097a1e55eb'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB') # Nick Mathewson
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/t

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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 15:44:59
  Author: lfleischer
Revision: 262754

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 262753, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch.install
(from rev 262753, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 262753, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 262753, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  208 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  104 --
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  104 --
 community-x86_64/notmuch.install |8 -
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 15:44:48 UTC (rev 262753)
+++ community-i686/PKGBUILD 2017-10-14 15:44:59 UTC (rev 262754)
@@ -1,104 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.25
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/";
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('ca1dff22e30b86e6dfaa1b0b4eb7e1a6')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-i686/PKGBUILD (from rev 262753, 
notmuch/trunk/PKGBUILD)
===
--- community-i686/P

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

2017-10-14 Thread Lukas Fleischer
Date: Saturday, October 14, 2017 @ 15:44:48
  Author: lfleischer
Revision: 262753

upgpkg: notmuch 0.25.1-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 15:24:59 UTC (rev 262752)
+++ PKGBUILD2017-10-14 15:44:48 UTC (rev 262753)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.25
+pkgver=0.25.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/";
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('ca1dff22e30b86e6dfaa1b0b4eb7e1a6')
+md5sums=('a5840a6eef0ba9e76f3ede627f4a5793')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 15:38:15
  Author: heftig
Revision: 307927

3.26.1+12+gd6e3193c2-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 15:30:26 UTC (rev 307926)
+++ PKGBUILD2017-10-14 15:38:15 UTC (rev 307927)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.26.1+7+g41f7a5fdf
+pkgver=3.26.1+12+gd6e3193c2
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter";
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=41f7a5fdf3bd95bd13e43e2151d29157d1dc5168  # gnome-3-26
+_commit=d6e3193c2a22024e213025523d2abba36f4b7bb3  # gnome-3-26
 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
 startup-notification.patch)
 sha256sums=('SKIP'
@@ -39,6 +39,10 @@
 build() {
   cd $pkgname
 
+  # Try to get a bit more performance out of this fps-critical component
+  CFLAGS+=" -O3 -flto=jobserver"
+  LDFLAGS+=" $CFLAGS"
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/$pkgname --disable-static \
   --disable-schemas-compile --enable-compile-warnings=minimum \


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

2017-10-14 Thread Jan Steffens
Date: Saturday, October 14, 2017 @ 15:30:26
  Author: heftig
Revision: 307926

1.6.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 11:19:06 UTC (rev 307925)
+++ PKGBUILD2017-10-14 15:30:26 UTC (rev 307926)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.5.1
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
  python)
-_commit=a984e0c4d921a6dff82cc1b5c686cc957215bc7e  # tags/1.5.1^0
+_commit=25846cc39fb8a9516b8de4333f909851d471156f  # tags/1.6.0^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 15:24:59
  Author: alad
Revision: 262752

archrelease: copy trunk to community-testing-x86_64

Added:
  neomutt/repos/community-testing-x86_64/PKGBUILD
(from rev 262751, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-14 15:22:47 UTC (rev 262751)
+++ PKGBUILD2017-10-14 15:24:59 UTC (rev 262752)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20171013
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('mime-types' 'notmuch-runtime' 'lua')
-optdepends=('urlview: for url menu'
-'python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz";
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig";)
-sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-autoreconf -i
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-debug \
---enable-gpgme \
---enable-lua \
---enable-notmuch \
---with-gss=/usr \
---with-ssl=/usr \
---with-sasl \
---with-curses=/usr \
---with-idn \
---with-gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-testing-x86_64/PKGBUILD (from rev 262751, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-14 15:24:59 UTC (rev 262752)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20171013
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('mime-types' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz";
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+autoreconf -i
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-debug \
+--enable-gpgme \
+--enable-lua \
+--enable-notmuch \
+--with-gss=/usr \
+--with-ssl=/usr \
+--with-sasl \
+--with-curses=/usr \
+--with-idn \
+--with-gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 15:22:47
  Author: alad
Revision: 262751

archrelease: copy trunk to community-testing-x86_64

Added:
  neomutt/repos/community-testing-x86_64/PKGBUILD
(from rev 262750, neomutt/trunk/PKGBUILD)
Deleted:
  neomutt/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-14 15:16:29 UTC (rev 262750)
+++ PKGBUILD2017-10-14 15:22:47 UTC (rev 262751)
@@ -1,48 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-
-pkgname=neomutt
-pkgver=20171013
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('mime-types' 'notmuch-runtime' 'lua')
-optdepends=('urlview: for url menu'
-'python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz";
-
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig";)
-sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
-'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgname-$pkgver"
-autoreconf -i
-}
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-debug \
---enable-gpgme \
---enable-lua \
---enable-notmuch \
---with-gss=/usr \
---with-ssl=/usr \
---with-sasl \
---with-curses=/usr \
---with-idn \
---with-gdbm
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-testing-x86_64/PKGBUILD (from rev 262750, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-14 15:22:47 UTC (rev 262751)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20171013
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('mime-types' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz";
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+autoreconf -i
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-debug \
+--enable-gpgme \
+--enable-lua \
+--enable-notmuch \
+--with-gss=/usr \
+--with-ssl=/usr \
+--with-sasl \
+--with-curses=/usr \
+--with-idn \
+--with-gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 15:16:29
  Author: alad
Revision: 262750

archrelease: copy trunk to community-testing-x86_64

Added:
  neomutt/repos/community-testing-x86_64/
  neomutt/repos/community-testing-x86_64/PKGBUILD
(from rev 262749, neomutt/trunk/PKGBUILD)

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

Copied: neomutt/repos/community-testing-x86_64/PKGBUILD (from rev 262749, 
neomutt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-14 15:16:29 UTC (rev 262750)
@@ -0,0 +1,48 @@
+# Maintainer: Alad Wenter 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+
+pkgname=neomutt
+pkgver=20171013
+pkgrel=1
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('mime-types' 'notmuch-runtime' 'lua')
+optdepends=('urlview: for url menu'
+'python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz";
+
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
+'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgname-$pkgver"
+autoreconf -i
+}
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-debug \
+--enable-gpgme \
+--enable-lua \
+--enable-notmuch \
+--with-gss=/usr \
+--with-ssl=/usr \
+--with-sasl \
+--with-curses=/usr \
+--with-idn \
+--with-gdbm
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2017-10-14 Thread Felix Yan
Date: Saturday, October 14, 2017 @ 14:59:49
  Author: felixonmars
Revision: 262749

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 262748, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 262748, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 14:59:16 UTC (rev 262748)
+++ community-i686/PKGBUILD 2017-10-14 14:59:49 UTC (rev 262749)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.6.3
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal";
-license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('5c96c5463deff162bec5212a36093b213e0cbd4ef65eae54c9787425496619ece8c9a156223cd8f95ed17d3e47974d6e2836147a263b7003bb5d2f15cfe5e1b5')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 262748, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 14:59:49 UTC (rev 262749)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=2.6.4
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal";
+license=('GPL3')
+depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
+sha512sums=('864b344a56936944b881a4df1619880098fff27175ba3ceda5f913d24c3036cac8b1838c3f211b48bcf1b4f7553597fdbfeda6d61550be9caa479d9972b192ff')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-14 14:59:16 UTC (rev 262748)
+++ community-x86_64/PKGBUILD   2017-10-14 14:59:49 UTC (rev 262749)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.6.3
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal";
-license=('GPL3')
-depends=('libsecret' 'libgee' 'libwnck3' 'expect' 'deepin-shortcut-viewer' 
'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake' 'intltool' 'gobject-introspection' 'gperf')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('5c96c5463deff162bec5212a36093b213e0cbd4ef65eae54c9787425496619ece8c9a156223cd8f95ed17d3e47974d6e2836147a263b7003bb5d2f15cfe5e1b5')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c

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

2017-10-14 Thread Felix Yan
Date: Saturday, October 14, 2017 @ 14:59:16
  Author: felixonmars
Revision: 262748

upgpkg: deepin-terminal 2.6.4-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 13:47:04 UTC (rev 262747)
+++ PKGBUILD2017-10-14 14:59:16 UTC (rev 262748)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 #options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('5c96c5463deff162bec5212a36093b213e0cbd4ef65eae54c9787425496619ece8c9a156223cd8f95ed17d3e47974d6e2836147a263b7003bb5d2f15cfe5e1b5')
+sha512sums=('864b344a56936944b881a4df1619880098fff27175ba3ceda5f913d24c3036cac8b1838c3f211b48bcf1b4f7553597fdbfeda6d61550be9caa479d9972b192ff')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in (5 files)

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 13:47:04
  Author: svenstaro
Revision: 262747

Pushing zeroc-ice

Added:
  zeroc-ice/
  zeroc-ice/repos/
  zeroc-ice/trunk/
  zeroc-ice/trunk/PKGBUILD
  zeroc-ice/trunk/ice.install

-+
 PKGBUILD|   85 ++
 ice.install |   22 +++
 2 files changed, 107 insertions(+)

Added: zeroc-ice/trunk/PKGBUILD
===
--- zeroc-ice/trunk/PKGBUILD(rev 0)
+++ zeroc-ice/trunk/PKGBUILD2017-10-14 13:47:04 UTC (rev 262747)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Joe George 
+# Contributor: Daniel Spies 
+# Contributor: Otto Allmendinger 
+
+pkgname=(zeroc-ice zeroc-ice-java)
+pkgbase=(zeroc-ice)
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="An object-oriented middleware that provides RPC functionality"
+arch=(i686 x86_64)
+url="https://zeroc.com";
+license=(GPL custom:ice)
+makedepends=(bzip2 gradle 'java-environment=8')
+depends=(mcpp lmdb)
+install=ice.install
+source=(
+
"ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz";
+
"ice-packaging-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice-packaging/archive/v${pkgver}.tar.gz";
+)
+sha256sums=('809fff14a88a7de1364c846cec771d0d12c72572914e6cc4fb0b2c1861c4a1ee'
+'096bcfb74b9a281ad9bccf3eaa360b912cb96e88735d5b18b96198f657b323cb')
+
+_make_args=(
+"OPTIMIZE=yes"
+"USR_DIR_INSTALL=yes"
+"prefix=/usr"
+"CONFIGS=shared cpp11-shared"
+"SKIP=slice2py"
+)
+
+build() {
+  cd ${srcdir}/ice-${pkgver}
+  GRADLE=gradle make srcs -j$(nproc) "${_make_args[@]}" "LANGUAGES=cpp java"
+}
+
+package_zeroc-ice() {
+  backup=("etc/glacier2router.conf"
+  "etc/icegridnode.conf"
+  "etc/icegridregistry.conf"
+  )
+
+  cd ${srcdir}/ice-${pkgver}
+
+  make install "${_make_args[@]}" DESTDIR="${pkgdir}" "LANGUAGES=cpp"
+  install -Dm644 ${srcdir}/ice-${pkgver}/ICE_LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/LICENSE
+  rm -f ${pkgdir}/usr/share/Ice-${pkgver}/ICE_LICENSE
+
+  if [ $CARCH = "x86_64" ]; then
+  rm -df ${pkgdir}/usr/lib/
+  mv ${pkgdir}/usr/lib64/ ${pkgdir}/usr/lib/
+  fi
+
+  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.conf 
${pkgdir}/etc/glacier2router.conf
+  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.conf 
${pkgdir}/etc/icegridnode.conf
+  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.conf 
${pkgdir}/etc/icegridregistry.conf
+
+  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/glacier2router.service \
+ ${pkgdir}/usr/lib/systemd/system/glacier2router.service
+  install -Dm644 ${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridnode.service 
\
+ ${pkgdir}/usr/lib/systemd/system/icegridnode.service
+  install -Dm644 
${srcdir}/ice-packaging-${pkgver}/ice/rpm/icegridregistry.service \
+ ${pkgdir}/usr/lib/systemd/system/icegridregistry.service
+}
+
+package_zeroc-ice-java() {
+  makedepends=(gradle 'java-environment=8')
+  depends=(zeroc-ice java-environment)
+  arch=(any)
+
+  for d in ${srcdir}/ice-${pkgver}/java ${srcdir}/ice-${pkgver}/java-compat; do
+  cd $d
+  gradle \
+  --gradle-user-home=/tmp/zeroc-ice-java \
+  --no-daemon \
+  -PdbHome=/usr/share/java/berkeleydb \
+  -Pprefix=${pkgdir}/usr/share/java/zeroc-ice install
+
+  done
+
+  mv ${pkgdir}/usr/share/java/zeroc-ice/lib/* 
${pkgdir}/usr/share/java/zeroc-ice/
+  rmdir ${pkgdir}/usr/share/java/zeroc-ice/lib
+}

Added: zeroc-ice/trunk/ice.install
===
--- zeroc-ice/trunk/ice.install (rev 0)
+++ zeroc-ice/trunk/ice.install 2017-10-14 13:47:04 UTC (rev 262747)
@@ -0,0 +1,22 @@
+post_install() {
+  getent group ice >/dev/null || groupadd --system -g 101 ice &>/dev/null
+  getent passwd ice >/dev/null || useradd --system -g 101 -u 101 -d 
/var/lib/ice -s /bin/false ice &>/dev/null
+
+  #if type -P systemd-tmpfiles &> /dev/null; then
+  #  systemd-tmpfiles --create ice.conf
+  #fi
+
+  #if [ -d /var/lib/ice ]; then
+#echo "Ice directory '/var/lib/ice' already exists. If you want to 
recreate default database then delete the directory and run 'rethinkdb create 
-d /var/lib/rethinkdb/default'."
+  #fi
+
+  if [ ! -d /var/lib/ice ]; then
+mkdir -p /var/lib/ice/icegrid/node1
+mkdir -p /var/lib/ice/icegrid/registry
+  fi
+  chown -R ice:ice /var/lib/ice
+}
+
+post_remove() {
+  echo "Ice data directory '/var/lib/ice' is left untouched. Remove it if you 
really sure you won't need your data in the future."
+}


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

2017-10-14 Thread Alad Wenter
Date: Saturday, October 14, 2017 @ 12:03:40
  Author: alad
Revision: 262746

Update to 20171013

Modified:
  neomutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 11:45:27 UTC (rev 262745)
+++ PKGBUILD2017-10-14 12:03:40 UTC (rev 262746)
@@ -3,7 +3,7 @@
 # Contributor: Leonidas Spyropoulos 
 
 pkgname=neomutt
-pkgver=20171006
+pkgver=20171013
 pkgrel=1
 pkgdesc='a version of mutt with added features'
 url='http://www.neomutt.org/'
@@ -15,7 +15,7 @@
 makedepends=('git' 'gnupg' 'libxslt')
 source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz";
 
"https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig";)
-sha256sums=('86e9d945919438a377828b15f03c8690f639062e44151e219e2f8443ae27147c'
+sha256sums=('5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55'
 'SKIP')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
 


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:45:27
  Author: svenstaro
Revision: 262745

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  107 
 gitlab-gitaly.service |   50 +++---
 2 files changed, 79 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-14 11:45:15 UTC (rev 262744)
+++ PKGBUILD2017-10-14 11:45:27 UTC (rev 262745)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.47.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')
-options=(!buildflags)
-makedepends=('go' 'ruby2.3-bundler' 'cmake')
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
-"gitlab-gitaly.service")
-sha512sums=('ec97633c9eb4c31d52127182c7d0b4156b8275ef57435543230c161520a9b9527675a0f0ba1750fb1d405baaf8153dcbc1dfbe05f63e4ebd4b0dc3519f6c31a1'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  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/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
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  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 262744, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-14 11:45:27 UTC (rev 262745)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.47.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')
+options=(!buildflags)
+makedepends=('go' 'ruby2.3-bundler' 'cmake')
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
+"gitlab-gitaly.service")
+sha512sums=('ec97633c9eb4c31d52127182c7d0b4156b8275ef57435543230c161520a9b9527675a0f0ba1750fb1d405baaf8153dcbc1dfbe05f63e4ebd4b0dc3519f6c31a1'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  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\"|

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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:45:15
  Author: svenstaro
Revision: 262744

upgpkg: gitlab-gitaly 0.47.0-2

Replace ruby with ruby-2.3 invocation

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 11:44:48 UTC (rev 262743)
+++ PKGBUILD2017-10-14 11:45:15 UTC (rev 262744)
@@ -2,7 +2,7 @@
 
 pkgname=gitlab-gitaly
 pkgver=0.47.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly";
@@ -25,6 +25,7 @@
   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


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:44:40
  Author: svenstaro
Revision: 262742

upgpkg: minio 2017.09.29-1

Modified:
  minio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 11:40:07 UTC (rev 262741)
+++ PKGBUILD2017-10-14 11:44:40 UTC (rev 262742)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2017.07.24
-_pkgver="${pkgver//./-}T18-27-35Z"
+pkgver=2017.09.29
+_pkgver="${pkgver//./-}T19-16-56Z"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'
 arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@
 minio.conf
 minio.service)
 backup=('etc/minio/minio.conf')
-sha512sums=('f468475cae7071648a1c9c010507ca01b7d181ffaa8ea049932ece8d4e6229d1acb41ed97732f4a33fa17c358473ff497ca6071ec6f30a94810ea7afed811e7f'
+sha512sums=('eb1ac7294ec54f7e794698ba027e38cef85ed007758ef7b0f3cca1728700ab0a2270deab6591806036d6a935d99168e7c279ee99b122a992286d5ae16636a31d'
 
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
 
'1c6ea217ea8aac93c9d1e05ad0b6c2108fe3d6367fa6a55acc480b8667996bbb59743e2f7e354c5257fc68bffc18cc44a48c4a82eee293abddcdc7962e63e50b')
 


[arch-commits] Commit in minio/repos (16 files)

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:44:48
  Author: svenstaro
Revision: 262743

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

Added:
  minio/repos/community-i686/PKGBUILD
(from rev 262742, minio/trunk/PKGBUILD)
  minio/repos/community-i686/minio.conf
(from rev 262742, minio/trunk/minio.conf)
  minio/repos/community-i686/minio.install
(from rev 262742, minio/trunk/minio.install)
  minio/repos/community-i686/minio.service
(from rev 262742, minio/trunk/minio.service)
  minio/repos/community-x86_64/PKGBUILD
(from rev 262742, minio/trunk/PKGBUILD)
  minio/repos/community-x86_64/minio.conf
(from rev 262742, minio/trunk/minio.conf)
  minio/repos/community-x86_64/minio.install
(from rev 262742, minio/trunk/minio.install)
  minio/repos/community-x86_64/minio.service
(from rev 262742, minio/trunk/minio.service)
Deleted:
  minio/repos/community-i686/PKGBUILD
  minio/repos/community-i686/minio.conf
  minio/repos/community-i686/minio.install
  minio/repos/community-i686/minio.service
  minio/repos/community-x86_64/PKGBUILD
  minio/repos/community-x86_64/minio.conf
  minio/repos/community-x86_64/minio.install
  minio/repos/community-x86_64/minio.service

+
 /PKGBUILD  |   82 +++
 /minio.conf|   16 +++
 /minio.install |   18 
 /minio.service |   54 +
 community-i686/PKGBUILD|   41 ---
 community-i686/minio.conf  |8 ---
 community-i686/minio.install   |9 
 community-i686/minio.service   |   27 
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/minio.conf|8 ---
 community-x86_64/minio.install |9 
 community-x86_64/minio.service |   27 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 11:44:40 UTC (rev 262742)
+++ community-i686/PKGBUILD 2017-10-14 11:44:48 UTC (rev 262743)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Daniel Maslowski 
-
-pkgname=minio
-pkgver=2017.07.24
-_pkgver="${pkgver//./-}T18-27-35Z"
-pkgrel=1
-pkgdesc='Object storage server compatible with Amazon S3'
-arch=('x86_64' 'i686')
-url='https://minio.io'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go')
-options=('!strip')
-install=minio.install
-source=(https://github.com/minio/minio/archive/RELEASE.${_pkgver}.tar.gz
-minio.conf
-minio.service)
-backup=('etc/minio/minio.conf')
-sha512sums=('f468475cae7071648a1c9c010507ca01b7d181ffaa8ea049932ece8d4e6229d1acb41ed97732f4a33fa17c358473ff497ca6071ec6f30a94810ea7afed811e7f'
-
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
-
'1c6ea217ea8aac93c9d1e05ad0b6c2108fe3d6367fa6a55acc480b8667996bbb59743e2f7e354c5257fc68bffc18cc44a48c4a82eee293abddcdc7962e63e50b')
-
-build() {
-  export GOPATH="${srcdir}/go"
-  mkdir -p "${GOPATH}/src/github.com/minio"
-  mv "${srcdir}/minio-RELEASE.${_pkgver}" 
"${GOPATH}/src/github.com/minio/minio"
-  cd "${GOPATH}/src/github.com/minio/minio"
-  go build
-}
-
-package() {
-  install -dm750 "${pkgdir}/srv/minio"
-
-  export GOPATH="${srcdir}/go"
-  cd "${GOPATH}/src/github.com/minio/minio"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 "${srcdir}/minio.conf" "${pkgdir}/etc/minio/${pkgname}.conf"
-  install -Dm644 "${srcdir}/minio.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: minio/repos/community-i686/PKGBUILD (from rev 262742, 
minio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 11:44:48 UTC (rev 262743)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Daniel Maslowski 
+
+pkgname=minio
+pkgver=2017.09.29
+_pkgver="${pkgver//./-}T19-16-56Z"
+pkgrel=1
+pkgdesc='Object storage server compatible with Amazon S3'
+arch=('x86_64' 'i686')
+url='https://minio.io'
+license=('APACHE')
+depends=('glibc')
+makedepends=('go')
+options=('!strip')
+install=minio.install
+source=(https://github.com/minio/minio/archive/RELEASE.${_pkgver}.tar.gz
+minio.conf
+minio.service)
+backup=('etc/minio/minio.conf')
+sha512sums=('eb1ac7294ec54f7e794698ba027e38cef85ed007758ef7b0f3cca1728700ab0a2270deab6591806036d6a935d99168e7c279ee99b122a992286d5ae16636a31d'
+
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
+
'1c6ea217ea8aac93c9d1e05ad0b6c2108fe3d6367fa6a55acc480b8667996bbb5

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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:40:07
  Author: svenstaro
Revision: 262741

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-14 11:39:57 UTC (rev 262740)
+++ PKGBUILD2017-10-14 11:40:07 UTC (rev 262741)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.44.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')
-options=(!buildflags)
-makedepends=('go' 'ruby2.3-bundler' 'cmake')
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
-"gitlab-gitaly.service")
-sha512sums=('41a3818373cdff08262a13a6c8dc0d86d996ee63dd0da888dc485c5865dd0b6a7720a9f61e7969acbb1d7c16e0e2a8696cb18707c78c32dc6853d34545502bb0'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  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/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
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  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 262740, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-14 11:40:07 UTC (rev 262741)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.47.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')
+options=(!buildflags)
+makedepends=('go' 'ruby2.3-bundler' 'cmake')
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
+"gitlab-gitaly.service")
+sha512sums=('ec97633c9eb4c31d52127182c7d0b4156b8275ef57435543230c161520a9b9527675a0f0ba1750fb1d405baaf8153dcbc1dfbe05f63e4ebd4b0dc3519f6c31a1'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  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/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
+}

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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:39:57
  Author: svenstaro
Revision: 262740

upgpkg: gitlab-gitaly 0.47.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 11:37:42 UTC (rev 262739)
+++ PKGBUILD2017-10-14 11:39:57 UTC (rev 262740)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.44.0
+pkgver=0.47.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
 "gitlab-gitaly.service")
-sha512sums=('41a3818373cdff08262a13a6c8dc0d86d996ee63dd0da888dc485c5865dd0b6a7720a9f61e7969acbb1d7c16e0e2a8696cb18707c78c32dc6853d34545502bb0'
+sha512sums=('ec97633c9eb4c31d52127182c7d0b4156b8275ef57435543230c161520a9b9527675a0f0ba1750fb1d405baaf8153dcbc1dfbe05f63e4ebd4b0dc3519f6c31a1'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:37:42
  Author: svenstaro
Revision: 262739

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 262738, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 262738, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 262738, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 262738, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 11:37:28 UTC (rev 262738)
+++ community-i686/PKGBUILD 2017-10-14 11:37:42 UTC (rev 262739)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse";
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}";
-"gitlab-workhorse.service")
-sha512sums=('990259fc1c1bad6b4ee857042faa873dafc57b4ec96101bf889e720d3b065598cec3bd30b1f561336b653454f7326c80b1f9a2531ea9fb27b49ee96f7cffe3a2'
-
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 262738, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 11:37:42 UTC (rev 262739)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse";
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}";
+"gitlab-workhorse.service")
+sha512sums=('1737df88487fa4f86c188063a311305f58db3274163c6564efdcd13b8468adc2a8b411bd5e72526f69fd5d066b179f17035d1840087ce24a8b26aed74aa28bac'
+
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2017-10-14 11:37:28 UTC (rev 
262738)
+++ community-i686/gitlab-workhorse.service 2017-10-14 11:37

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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:37:28
  Author: svenstaro
Revision: 262738

upgpkg: gitlab-workhorse 3.2.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 11:20:18 UTC (rev 262737)
+++ PKGBUILD2017-10-14 11:37:28 UTC (rev 262738)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=3.0.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}";
 "gitlab-workhorse.service")
-sha512sums=('990259fc1c1bad6b4ee857042faa873dafc57b4ec96101bf889e720d3b065598cec3bd30b1f561336b653454f7326c80b1f9a2531ea9fb27b49ee96f7cffe3a2'
+sha512sums=('1737df88487fa4f86c188063a311305f58db3274163c6564efdcd13b8468adc2a8b411bd5e72526f69fd5d066b179f17035d1840087ce24a8b26aed74aa28bac'
 
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
 
 build() {


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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:17:41
  Author: svenstaro
Revision: 262735

upgpkg: openmw 0.42.0-7

bullet 1.87 rebuild

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 10:57:24 UTC (rev 262734)
+++ PKGBUILD2017-10-14 11:17:41 UTC (rev 262735)
@@ -3,7 +3,7 @@
 # Contributor: Sandy Carter 
 pkgname=openmw
 pkgver=0.42.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64' 'i686')
 url="http://www.openmw.org";


  1   2   >