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

2017-09-06 Thread Anatol Pomozov
Date: Wednesday, September 6, 2017 @ 22:06:11
  Author: anatolik
Revision: 256092

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 22:05:19 UTC (rev 256091)
+++ community-i686/PKGBUILD 2017-09-06 22:06:11 UTC (rev 256092)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Filip Brcic 
-# Contributor: Mika Fischer 
-# Contributor: Gergely Imreh 
-
-pkgname=ninja
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Small build system with a focus on speed'
-arch=(i686 x86_64)
-url='https://ninja-build.org/'
-license=(Apache)
-depends=(gcc-libs)
-makedepends=(python2 re2c emacs-nox)
-source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('c210370c5650177fd8f0bb566dac16d030d212e7')
-
-build() {
-  cd ninja-$pkgver
-
-  python2 configure.py --bootstrap
-  emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
-}
-
-check() {
-  cd ninja-$pkgver
-
-  python2 ./configure.py
-  ./ninja ninja_test
-  ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
-}
-
-package() {
-  cd ninja-$pkgver
-
-  install -m755 -D ninja "$pkgdir/usr/bin/ninja"
-  install -m644 -D doc/manual.asciidoc 
"$pkgdir/usr/share/doc/ninja/manual.asciidoc"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  install -m644 -D misc/ninja-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.el"
-  install -m644 -D misc/ninja-mode.elc 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.elc"
-  install -m644 -D misc/ninja.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/ninja.vim"
-
-  install -m644 -D misc/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/ninja"
-  install -m644 -D misc/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_ninja"
-}

Copied: ninja/repos/community-i686/PKGBUILD (from rev 256091, 
ninja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 22:06:11 UTC (rev 256092)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Filip Brcic 
+# Contributor: Mika Fischer 
+# Contributor: Gergely Imreh 
+
+pkgname=ninja
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Small build system with a focus on speed'
+arch=(i686 x86_64)
+url='https://ninja-build.org/'
+license=(Apache)
+depends=(gcc-libs)
+makedepends=(python2 re2c emacs-nox)
+source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
+sha1sums=('996fde790ad3681cdc3ac139903de1e2c6c298c5')
+
+build() {
+  cd ninja-$pkgver
+
+  python2 configure.py --bootstrap
+  emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
+}
+
+check() {
+  cd ninja-$pkgver
+
+  python2 ./configure.py
+  ./ninja ninja_test
+  ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
+}
+
+package() {
+  cd ninja-$pkgver
+
+  install -m755 -D ninja "$pkgdir/usr/bin/ninja"
+  install -m644 -D doc/manual.asciidoc 
"$pkgdir/usr/share/doc/ninja/manual.asciidoc"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  install -m644 -D misc/ninja-mode.el 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.el"
+  install -m644 -D misc/ninja-mode.elc 
"$pkgdir/usr/share/emacs/site-lisp/ninja-mode.elc"
+  install -m644 -D misc/ninja.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/ninja.vim"
+
+  install -m644 -D misc/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/ninja"
+  install -m644 -D misc/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_ninja"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 22:05:19 UTC (rev 256091)
+++ community-x86_64/PKGBUILD   2017-09-06 22:06:11 UTC (rev 256092)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Filip Brcic 
-# Contributor: Mika Fischer 
-# Contributor: Gergely Imreh 
-
-pkgname=ninja
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Small build system with a focus on speed'
-arch=(i686 x86_64)
-url='https://ninja-build.org/'
-license=(Apache)
-depends=(gcc-libs)
-makedepends=(python2 re2c emacs-nox)
-source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('c210370c5650177fd8f0bb566dac16d030d212e7')
-
-build() {
-  cd ninja-$pkgver
-
-  python2 configure

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

2017-09-06 Thread Anatol Pomozov
Date: Wednesday, September 6, 2017 @ 22:05:19
  Author: anatolik
Revision: 256091

upgpkg: ninja 1.8.1-1

Modified:
  ninja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 21:54:39 UTC (rev 256090)
+++ PKGBUILD2017-09-06 22:05:19 UTC (rev 256091)
@@ -5,7 +5,7 @@
 # Contributor: Gergely Imreh 
 
 pkgname=ninja
-pkgver=1.7.2
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Small build system with a focus on speed'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(gcc-libs)
 makedepends=(python2 re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('c210370c5650177fd8f0bb566dac16d030d212e7')
+sha1sums=('996fde790ad3681cdc3ac139903de1e2c6c298c5')
 
 build() {
   cd ninja-$pkgver


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 21:54:39
  Author: arojas
Revision: 256090

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

Added:
  qbittorrent/repos/community-testing-i686/
  qbittorrent/repos/community-testing-i686/PKGBUILD
(from rev 256089, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-testing-i686/qbittorrent@.service
(from rev 256089, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-testing-x86_64/
  qbittorrent/repos/community-testing-x86_64/PKGBUILD
(from rev 256089, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-testing-x86_64/qbittorrent@.service
(from rev 256089, qbittorrent/trunk/qbittorrent@.service)

---+
 community-testing-i686/PKGBUILD   |   56 
 community-testing-i686/qbittorrent@.service   |   12 +
 community-testing-x86_64/PKGBUILD |   56 
 community-testing-x86_64/qbittorrent@.service |   12 +
 4 files changed, 136 insertions(+)

Copied: qbittorrent/repos/community-testing-i686/PKGBUILD (from rev 256089, 
qbittorrent/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-06 21:54:39 UTC (rev 256090)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=3.3.15
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org";
+license=('custom' 'GPL')
+makedepends=('libtorrent-rasterbar' 'boost' 'qt5-tools')
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('a7bbc08a39912a15a496702e736a98c083011bbb14fe5f04440880d7e6b2ceae'
+'SKIP')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  mkdir $pkgbase
+  pushd $pkgbase
+  ../configure --prefix=/usr
+  make
+
+  # Build nox variant
+  popd
+  mkdir "$pkgbase-nox"
+  pushd "$pkgbase-nox"
+  ../configure --prefix=/usr --disable-gui --enable-systemd
+}
+
+package_qbittorrent() {
+  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
+  depends=('libtorrent-rasterbar' 'qt5-base' 'hicolor-icon-theme')
+  optdepends=('python: needed for torrent search tab')
+
+  cd $pkgbase-$pkgver/$pkgbase
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_qbittorrent-nox() {
+  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
+  depends=('libtorrent-rasterbar' 'qt5-base')
+
+  cd $pkgbase-$pkgver/$pkgbase-nox
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: qbittorrent/repos/community-testing-i686/qbittorrent@.service (from rev 
256089, qbittorrent/trunk/qbittorrent@.service)
===
--- community-testing-i686/qbittorrent@.service (rev 0)
+++ community-testing-i686/qbittorrent@.service 2017-09-06 21:54:39 UTC (rev 
256090)
@@ -0,0 +1,12 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+Documentation=https://github.com/qbittorrent/qBittorrent/wiki
+After=network.target
+
+[Service]
+User=%i
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+
+[Install]
+WantedBy=multi-user.target

Copied: qbittorrent/repos/community-testing-x86_64/PKGBUILD (from rev 256089, 
qbittorrent/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-09-06 21:54:39 UTC (rev 256090)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=3.3.15
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org";
+license=('custom' 'GPL')
+makedepends=('libtorrent-rasterbar' 'boost' 'qt5-tools')
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('a7bbc08a39912a15a496702e736a98c083011bbb14fe5f04440880d7e6b2ceae'
+'SKIP')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  mkdir $pkgb

[arch-commits] Commit in qbittorrent/trunk (PKGBUILD qbittorrent.service)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 21:54:15
  Author: arojas
Revision: 256089

Use upstream systemd units (FS#54129)

Modified:
  qbittorrent/trunk/PKGBUILD
Deleted:
  qbittorrent/trunk/qbittorrent.service

-+
 PKGBUILD|   15 ---
 qbittorrent.service |   11 ---
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 21:38:01 UTC (rev 256088)
+++ PKGBUILD2017-09-06 21:54:15 UTC (rev 256089)
@@ -9,18 +9,14 @@
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
 pkgver=3.3.15
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org";
 license=('custom' 'GPL')
 makedepends=('libtorrent-rasterbar' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
-'qbittorrent.service'
-   'qbittorrent@.service')
+source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc})
 sha256sums=('a7bbc08a39912a15a496702e736a98c083011bbb14fe5f04440880d7e6b2ceae'
-'SKIP'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
+'SKIP')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
 
 build() {
@@ -35,7 +31,7 @@
   popd
   mkdir "$pkgbase-nox"
   pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui
+  ../configure --prefix=/usr --disable-gui --enable-systemd
 }
 
 package_qbittorrent() {
@@ -57,7 +53,4 @@
 
   make INSTALL_ROOT="$pkgdir/" install
   install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 "$srcdir/qbittorrent.service" 
"$pkgdir/usr/lib/systemd/user/qbittorrent.service"
-  install -Dm644 "$srcdir/qbittorrent@.service" 
"$pkgdir/usr/lib/systemd/system/qbittorrent@.service"
 }

Deleted: qbittorrent.service
===
--- qbittorrent.service 2017-09-06 21:38:01 UTC (rev 256088)
+++ qbittorrent.service 2017-09-06 21:54:15 UTC (rev 256089)
@@ -1,11 +0,0 @@
-[Unit]
-Description=qbittorrent-nox Daemon
-Documentation=https://github.com/qbittorrent/qBittorrent/wiki
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
-
-[Install]
-WantedBy=default.target


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 21:38:01
  Author: arojas
Revision: 256088

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

Added:
  trojita/repos/community-i686/PKGBUILD
(from rev 256087, trojita/trunk/PKGBUILD)
  trojita/repos/community-i686/trojita-gpgme.patch
(from rev 256087, trojita/trunk/trojita-gpgme.patch)
  trojita/repos/community-x86_64/PKGBUILD
(from rev 256087, trojita/trunk/PKGBUILD)
  trojita/repos/community-x86_64/trojita-gpgme.patch
(from rev 256087, trojita/trunk/trojita-gpgme.patch)
Deleted:
  trojita/repos/community-i686/PKGBUILD
  trojita/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +++
 community-i686/PKGBUILD  |   32 --
 community-i686/trojita-gpgme.patch   |   99 +
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/trojita-gpgme.patch |   99 +
 5 files changed, 280 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 21:37:26 UTC (rev 256087)
+++ community-i686/PKGBUILD 2017-09-06 21:38:01 UTC (rev 256088)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: birdflesh 
-
-pkgname=trojita
-pkgver=0.7
-pkgrel=1
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
-url="http://trojita.flaska.net";
-license=('GPL')
-makedepends=('cmake' 'qt5-tools')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 'qtkeychain' 
'qt5-svg')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('b2b5720be888ec6298a88798b113ad5f'
- 'SKIP')
-validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt5 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "build"
-  make DESTDIR="$pkgdir" install
-}

Copied: trojita/repos/community-i686/PKGBUILD (from rev 256087, 
trojita/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 21:38:01 UTC (rev 256088)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Timothy Redaelli 
+# Contributor: birdflesh 
+
+pkgname=trojita
+pkgver=0.7
+pkgrel=2
+pkgdesc="A Qt IMAP email client"
+arch=(i686 x86_64)
+url="http://trojita.flaska.net";
+license=(GPL)
+makedepends=(cmake qt5-tools pinentry)
+depends=(hicolor-icon-theme qt5-webkit qtkeychain qt5-svg qgpgme mimetic)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+trojita-gpgme.patch)
+sha256sums=('e08da881721cafa00ecd772eaef6b99fd37d068cb703eeb532de0ed1ea0136d9'
+'SKIP'
+'9f99bd2d91cd3b345e2bf52c0d9929ea81147f6578b774c5d2b4f2e86aade2a8')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../trojita-gpgme.patch # suport gmgpe's gpgme++
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: trojita/repos/community-i686/trojita-gpgme.patch (from rev 256087, 
trojita/trunk/trojita-gpgme.patch)
===
--- community-i686/trojita-gpgme.patch  (rev 0)
+++ community-i686/trojita-gpgme.patch  2017-09-06 21:38:01 UTC (rev 256088)
@@ -0,0 +1,99 @@
+From e8393376969caf27b0c976d01645edd023c14df2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= 
+Date: Sat, 17 Dec 2016 13:26:56 +0100
+Subject: Support both vanilla gpgme and KDE Frameworks gpgmepp
+
+KF5Gpgmepp has been merged into GPGME (since 1.7.0) and will not see
+any further releases with KDE Applications. We still care about older
+distros (and that means older gpgme, and therefore a need for extra
+bindings).
+
+Stuff is a bit more complicated because 1.7.x is not thread-safe by
+default. Given that gpgme upstream start making their releases pretty
+often this fall, it seems safe to go with 1.8.0.
+
+Change-Id: Ia2f05bd8ed2a894435ca328a886325366ba41622
+Inspired-By: Heiko Becker 
+Inspired-By: Andreas Sturmlechner 
+Fixed-By: Caspar Schutijser 
+---
+ CMakeLists.txt | 30 ++
+ 1 file changed, 18 insertions(+), 12 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3e129c1..3346142 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -51,7 +51,8 @@ trojita_option(WITH_ZLIB "Build with zlib library" AUTO)
+ trojita_option(WITH_SHARED_PLUGINS "Enable shared dynamic plug

[arch-commits] Commit in trojita/trunk (PKGBUILD trojita-gpgme.patch)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 21:37:26
  Author: arojas
Revision: 256087

Enable encryption support (FS#53937)

Added:
  trojita/trunk/trojita-gpgme.patch
Modified:
  trojita/trunk/PKGBUILD

-+
 PKGBUILD|   37 +++---
 trojita-gpgme.patch |   99 ++
 2 files changed, 122 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 21:16:21 UTC (rev 256086)
+++ PKGBUILD2017-09-06 21:37:26 UTC (rev 256087)
@@ -1,32 +1,41 @@
 # $Id$
-# Maintainer: Timothy Redaelli 
+# Maintainer: Antonio Rojas 
+# Contributor: Timothy Redaelli 
 # Contributor: birdflesh 
 
 pkgname=trojita
 pkgver=0.7
-pkgrel=1
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
+pkgrel=2
+pkgdesc="A Qt IMAP email client"
+arch=(i686 x86_64)
 url="http://trojita.flaska.net";
-license=('GPL')
-makedepends=('cmake' 'qt5-tools')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 'qtkeychain' 
'qt5-svg')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('b2b5720be888ec6298a88798b113ad5f'
- 'SKIP')
+license=(GPL)
+makedepends=(cmake qt5-tools pinentry)
+depends=(hicolor-icon-theme qt5-webkit qtkeychain qt5-svg qgpgme mimetic)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+trojita-gpgme.patch)
+sha256sums=('e08da881721cafa00ecd772eaef6b99fd37d068cb703eeb532de0ed1ea0136d9'
+'SKIP'
+'9f99bd2d91cd3b345e2bf52c0d9929ea81147f6578b774c5d2b4f2e86aade2a8')
 validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
 
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../trojita-gpgme.patch # suport gmgpe's gpgme++
+}
+
 build() {
-  mkdir -p build
   cd build
   cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt5 \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TESTS=OFF
   make
 }
 
 package() {
-  cd "build"
+  cd build
   make DESTDIR="$pkgdir" install
 }

Added: trojita-gpgme.patch
===
--- trojita-gpgme.patch (rev 0)
+++ trojita-gpgme.patch 2017-09-06 21:37:26 UTC (rev 256087)
@@ -0,0 +1,99 @@
+From e8393376969caf27b0c976d01645edd023c14df2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= 
+Date: Sat, 17 Dec 2016 13:26:56 +0100
+Subject: Support both vanilla gpgme and KDE Frameworks gpgmepp
+
+KF5Gpgmepp has been merged into GPGME (since 1.7.0) and will not see
+any further releases with KDE Applications. We still care about older
+distros (and that means older gpgme, and therefore a need for extra
+bindings).
+
+Stuff is a bit more complicated because 1.7.x is not thread-safe by
+default. Given that gpgme upstream start making their releases pretty
+often this fall, it seems safe to go with 1.8.0.
+
+Change-Id: Ia2f05bd8ed2a894435ca328a886325366ba41622
+Inspired-By: Heiko Becker 
+Inspired-By: Andreas Sturmlechner 
+Fixed-By: Caspar Schutijser 
+---
+ CMakeLists.txt | 30 ++
+ 1 file changed, 18 insertions(+), 12 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3e129c1..3346142 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -51,7 +51,8 @@ trojita_option(WITH_ZLIB "Build with zlib library" AUTO)
+ trojita_option(WITH_SHARED_PLUGINS "Enable shared dynamic plugins" ON)
+ trojita_option(BUILD_TESTING "Build tests" ON)
+ trojita_option(WITH_MIMETIC "Build with client-side MIME parsing" AUTO)
+-trojita_option(WITH_GPGMEPP "Build with the GpgME++ library for cryptography" 
AUTO)
++trojita_option(WITH_GPGMEPP "Use GpgME's native C++ bindings" AUTO)
++trojita_option(WITH_KF5_GPGMEPP "Use legacy discontinued GpgME++ library from 
KDE frameworks" AUTO)
+ 
+ if(WIN32)
+ trojita_option(WITH_NSIS "Build Windows NSIS installer" AUTO 
"WITH_DESKTOP")
+@@ -84,8 +85,13 @@ trojita_plugin_option(WITH_QTKEYCHAIN_PLUGIN "Build 
Qtkeychain password plugin"
+ trojita_find_package(Git "" "" "" "")
+ 
+ trojita_find_package(Mimetic "" 
"http://www.codesink.org/mimetic_mime_library.html"; "C++ MIME Library" 
"Required for client-side MIME parsing" WITH_MIMETIC)
+-trojita_find_package(KF5Gpgmepp "" "https://quickgit.kde.org/?p=gpgmepp.git"; 
"C++ bindings for gpgme" "Needed for encrypted/signed e-mails" WITH_GPGMEPP)
+-trojita_option(WITH_CRYPTO_MESSAGES "Enable support for encrypted messages" 
AUTO "WITH_MIMETIC;WITH_GPGMEPP")
++trojita_find_package(Gpgmepp "1.8.0" 
"https://gnupg.org/related_software/gpgme/index.html"; "C++/Qt bindings for 
gpgme" "Needed for encrypted/signed e-mails" WITH_GPGMEPP)
++if(NOT WITH_GPGMEPP)
++trojita_find_package(KF5Gpgmepp "" 
"https://commits.kde.org/gpgmepp?path=/"; "C++ bindings for gpgme" "Needed for 
encrypted/signed e-mails" WITH_KF5_GPGMEPP)
++trojita_opt

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 21:16:21
  Author: arojas
Revision: 256086

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

Added:
  mimetic/repos/
  mimetic/repos/community-i686/
  mimetic/repos/community-i686/PKGBUILD
(from rev 256085, mimetic/trunk/PKGBUILD)
  mimetic/repos/community-x86_64/
  mimetic/repos/community-x86_64/PKGBUILD
(from rev 256085, mimetic/trunk/PKGBUILD)

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

Copied: mimetic/repos/community-i686/PKGBUILD (from rev 256085, 
mimetic/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-09-06 21:16:21 UTC (rev 256086)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Baumann 
+
+pkgname=mimetic
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A free, MIT licensed, Email library (MIME) written in C++"
+url="http://www.codesink.org/mimetic_mime_library.html";
+arch=(i686 x86_64)
+license=(MIT)
+depends=(gcc-libs)
+source=(http://www.codesink.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('3a07d68d125f5e132949b078c7275d5eb0078dd649079bd510dd12b969096700')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: mimetic/repos/community-x86_64/PKGBUILD (from rev 256085, 
mimetic/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-09-06 21:16:21 UTC (rev 256086)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Baumann 
+
+pkgname=mimetic
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A free, MIT licensed, Email library (MIME) written in C++"
+url="http://www.codesink.org/mimetic_mime_library.html";
+arch=(i686 x86_64)
+license=(MIT)
+depends=(gcc-libs)
+source=(http://www.codesink.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('3a07d68d125f5e132949b078c7275d5eb0078dd649079bd510dd12b969096700')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 21:15:42
  Author: arojas
Revision: 256085

New trojita dependency

Added:
  mimetic/
  mimetic/trunk/
  mimetic/trunk/PKGBUILD

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

Added: mimetic/trunk/PKGBUILD
===
--- mimetic/trunk/PKGBUILD  (rev 0)
+++ mimetic/trunk/PKGBUILD  2017-09-06 21:15:42 UTC (rev 256085)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andreas Baumann 
+
+pkgname=mimetic
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A free, MIT licensed, Email library (MIME) written in C++"
+url="http://www.codesink.org/mimetic_mime_library.html";
+arch=(i686 x86_64)
+license=(MIT)
+depends=(gcc-libs)
+source=(http://www.codesink.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('3a07d68d125f5e132949b078c7275d5eb0078dd649079bd510dd12b969096700')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 21:01:42
  Author: anthraxx
Revision: 256084

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

Added:
  xwallpaper/repos/community-i686/
  xwallpaper/repos/community-i686/PKGBUILD
(from rev 256083, xwallpaper/trunk/PKGBUILD)
  xwallpaper/repos/community-x86_64/
  xwallpaper/repos/community-x86_64/PKGBUILD
(from rev 256083, xwallpaper/trunk/PKGBUILD)

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

Copied: xwallpaper/repos/community-i686/PKGBUILD (from rev 256083, 
xwallpaper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 21:01:42 UTC (rev 256084)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=xwallpaper
+pkgver=0.2.0
+pkgrel=3
+pkgdesc='Wallpaper setting utility for X'
+url='https://github.com/stoeckmann/xwallpaper'
+arch=('i686' 'x86_64')
+license=('ISC')
+depends=('pixman' 'libpng' 'libxpm' 'xcb-util' 'xcb-util-image' 
'libjpeg-turbo')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stoeckmann/xwallpaper/archive/v${pkgver}.tar.gz)
+sha256sums=('436bc3554b504d897d1c7599118164a4e30cc26d88846bb6e71de3f4f7ce1fdf')
+sha512sums=('3556106f9696a5aa60c28d541fc89778194e5cd5edc6f3c299f7ec95c824b7b81baa95f6ceff88688179d2627d64718ffa99291192c9d2b212ae05a694754b11')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: xwallpaper/repos/community-x86_64/PKGBUILD (from rev 256083, 
xwallpaper/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 21:01:42 UTC (rev 256084)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=xwallpaper
+pkgver=0.2.0
+pkgrel=3
+pkgdesc='Wallpaper setting utility for X'
+url='https://github.com/stoeckmann/xwallpaper'
+arch=('i686' 'x86_64')
+license=('ISC')
+depends=('pixman' 'libpng' 'libxpm' 'xcb-util' 'xcb-util-image' 
'libjpeg-turbo')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stoeckmann/xwallpaper/archive/v${pkgver}.tar.gz)
+sha256sums=('436bc3554b504d897d1c7599118164a4e30cc26d88846bb6e71de3f4f7ce1fdf')
+sha512sums=('3556106f9696a5aa60c28d541fc89778194e5cd5edc6f3c299f7ec95c824b7b81baa95f6ceff88688179d2627d64718ffa99291192c9d2b212ae05a694754b11')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 21:01:17
  Author: anthraxx
Revision: 256083

upgpkg: xwallpaper 0.2.0-3

Added:
  xwallpaper/
  xwallpaper/repos/
  xwallpaper/trunk/
  xwallpaper/trunk/PKGBUILD

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

Added: xwallpaper/trunk/PKGBUILD
===
--- xwallpaper/trunk/PKGBUILD   (rev 0)
+++ xwallpaper/trunk/PKGBUILD   2017-09-06 21:01:17 UTC (rev 256083)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=xwallpaper
+pkgver=0.2.0
+pkgrel=3
+pkgdesc='Wallpaper setting utility for X'
+url='https://github.com/stoeckmann/xwallpaper'
+arch=('i686' 'x86_64')
+license=('ISC')
+depends=('pixman' 'libpng' 'libxpm' 'xcb-util' 'xcb-util-image' 
'libjpeg-turbo')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stoeckmann/xwallpaper/archive/v${pkgver}.tar.gz)
+sha256sums=('436bc3554b504d897d1c7599118164a4e30cc26d88846bb6e71de3f4f7ce1fdf')
+sha512sums=('3556106f9696a5aa60c28d541fc89778194e5cd5edc6f3c299f7ec95c824b7b81baa95f6ceff88688179d2627d64718ffa99291192c9d2b212ae05a694754b11')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in postgresql/repos (28 files)

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 20:55:29
  Author: anthraxx
Revision: 304767

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

Added:
  postgresql/repos/extra-i686/PKGBUILD
(from rev 304766, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-i686/postgresql-check-db-dir
(from rev 304766, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-i686/postgresql-run-socket.patch
(from rev 304766, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-i686/postgresql.install
(from rev 304766, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-i686/postgresql.logrotate
(from rev 304766, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-i686/postgresql.pam
(from rev 304766, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-i686/postgresql.service
(from rev 304766, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 304766, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 304766, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 304766, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.install
(from rev 304766, postgresql/trunk/postgresql.install)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 304766, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 304766, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 304766, postgresql/trunk/postgresql.service)
Deleted:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/repos/extra-i686/postgresql-check-db-dir
  postgresql/repos/extra-i686/postgresql-run-socket.patch
  postgresql/repos/extra-i686/postgresql.install
  postgresql/repos/extra-i686/postgresql.logrotate
  postgresql/repos/extra-i686/postgresql.pam
  postgresql/repos/extra-i686/postgresql.service
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.install
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service

--+
 /PKGBUILD|  326 +
 /postgresql-check-db-dir |   98 
 /postgresql-run-socket.patch |   24 ++
 /postgresql.install  |   50 
 /postgresql.logrotate|8 
 /postgresql.pam  |6 
 /postgresql.service  |   68 ++
 extra-i686/PKGBUILD  |  163 --
 extra-i686/postgresql-check-db-dir   |   49 
 extra-i686/postgresql-run-socket.patch   |   12 -
 extra-i686/postgresql.install|   25 --
 extra-i686/postgresql.logrotate  |4 
 extra-i686/postgresql.pam|3 
 extra-i686/postgresql.service|   34 ---
 extra-x86_64/PKGBUILD|  163 --
 extra-x86_64/postgresql-check-db-dir |   49 
 extra-x86_64/postgresql-run-socket.patch |   12 -
 extra-x86_64/postgresql.install  |   25 --
 extra-x86_64/postgresql.logrotate|4 
 extra-x86_64/postgresql.pam  |3 
 extra-x86_64/postgresql.service  |   34 ---
 21 files changed, 580 insertions(+), 580 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 20:55:12 UTC (rev 304766)
+++ extra-i686/PKGBUILD 2017-09-06 20:55:29 UTC (rev 304767)
@@ -1,163 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.6.4
-_majorver=${pkgver%.*}
-pkgrel=3
-pkgdesc='Sophisticated object-relational DBMS'
-url='https://www.postgresql.org/'
-arch=('i686' 'x86_64')
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0' 
'pam')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql.pam
-postgresql.logrotate
-postgresql.service
-postgresql-check-db-dir)
-sha256sums=('2b3ab16d82e21cead54c08b95ce3ac480696944a68603b6c11b3205b7376ce13'
-'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
-'2340da0947bcb1c5602008d0ca00588ca0bfa8aca4fa6947a8bdb2c

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

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 20:55:12
  Author: anthraxx
Revision: 304766

upgpkg: postgresql 9.6.5-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 20:42:45 UTC (rev 304765)
+++ PKGBUILD2017-09-06 20:55:12 UTC (rev 304766)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.6.4
+pkgver=9.6.5
 _majorver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('i686' 'x86_64')
@@ -17,13 +17,13 @@
 postgresql.logrotate
 postgresql.service
 postgresql-check-db-dir)
-sha256sums=('2b3ab16d82e21cead54c08b95ce3ac480696944a68603b6c11b3205b7376ce13'
+sha256sums=('06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
 'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
 '2340da0947bcb1c5602008d0ca00588ca0bfa8aca4fa6947a8bdb2c6df800b0e')
-sha512sums=('b0527efacce6efc09340b68c8c56483cd884676e01cb6bfb4f9ce63226a394bdb0bcf3d832f84e4dff5ceecf09ef4cf93e9fbd0ac453ec85efb11ac50a7dff39'
+sha512sums=('ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9'
 
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
 
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'


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

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 20:42:45
  Author: anthraxx
Revision: 304765

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 304764, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 304764, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/vimdoc.hook
(from rev 304764, vim/trunk/vimdoc.hook)
  vim/repos/extra-i686/vimrc
(from rev 304764, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 304764, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 304764, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 304764, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 304764, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/vimdoc.hook
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

+
 /PKGBUILD  |  430 +++
 /archlinux.vim |   50 +
 /vimdoc.hook   |   22 ++
 /vimrc |   36 +++
 extra-i686/PKGBUILD|  215 -
 extra-i686/archlinux.vim   |   25 --
 extra-i686/vimdoc.hook |   11 -
 extra-i686/vimrc   |   18 -
 extra-x86_64/PKGBUILD  |  215 -
 extra-x86_64/archlinux.vim |   25 --
 extra-x86_64/vimdoc.hook   |   11 -
 extra-x86_64/vimrc |   18 -
 12 files changed, 538 insertions(+), 538 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 20:42:33 UTC (rev 304764)
+++ extra-i686/PKGBUILD 2017-09-06 20:42:45 UTC (rev 304765)
@@ -1,215 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.0987
-_versiondir=80
-pkgrel=3
-url='http://www.vim.org'
-arch=('i686' 'x86_64')
-license=('custom:vim')
-makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'gtk3' 'lua' 'gawk' 'tcl')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('2c104dd55dec46a37f9a1e4bc886c2720f10431f97248517fde04fbb6d355b59'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('a4d82cd324c60ad349840e6afc6ea3fbfe1b8915f4801e852f4411d9be17ab423d60cbb7924be618085fea108ac61a563037f7ef9e908fd99a6c51f9a1fc614b'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=

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

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 20:42:33
  Author: anthraxx
Revision: 304764

upgpkg: vim 8.0.1066-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 20:21:18 UTC (rev 304763)
+++ PKGBUILD2017-09-06 20:42:33 UTC (rev 304764)
@@ -9,9 +9,9 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.0987
+pkgver=8.0.1066
 _versiondir=80
-pkgrel=3
+pkgrel=1
 url='http://www.vim.org'
 arch=('i686' 'x86_64')
 license=('custom:vim')
@@ -20,11 +20,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('2c104dd55dec46a37f9a1e4bc886c2720f10431f97248517fde04fbb6d355b59'
+sha256sums=('e1a639f959c236200b86843b8a7179b719d24c567cde4b515d34543731b1d1b6'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 '0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('a4d82cd324c60ad349840e6afc6ea3fbfe1b8915f4801e852f4411d9be17ab423d60cbb7924be618085fea108ac61a563037f7ef9e908fd99a6c51f9a1fc614b'
+sha512sums=('59ea0f2254c6038277167113c234f2a6f32152ed8aadf2dec2204ebc6e57460a1da18aeb9b9fa786d0361c2928276df4e4278b73b90a6a56ae7a9db2ad042ade'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


[arch-commits] Commit in (firefox-firebug)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:32:13
  Author: arojas
Revision: 256082

Not developed anymore

Deleted:
  firefox-firebug/


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:27:49
  Author: arojas
Revision: 256080

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 20:27:15 UTC (rev 256079)
+++ community-i686/PKGBUILD 2017-09-06 20:27:49 UTC (rev 256080)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=3
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
-  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/dvdisaster.png"
-  done
-}

Copied: dvdisaster/repos/community-i686/PKGBUILD (from rev 256079, 
dvdisaster/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 20:27:49 UTC (rev 256080)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=dvdisaster
+pkgver=0.79.5
+pkgrel=1
+pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
+arch=('i686' 'x86_64')
+url="http://www.dvdisaster.com/";
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('23ccf697031280adb5bc3e17a0d5def0421fc28d'
+  '43591a1a8c0e9594650251d6466e96b9aad671e7')
+validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C'
+  'E3AFE70396CCC0D9E5D8381CB0DBCA7D64F770B2')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
+  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/dvdisaster.png"
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 20:27:15 UTC (rev 256079)
+++ community-x86_64/PKGBUILD   2017-09-06 20:27:49 UTC (rev 256080)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=3
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
-
-prepare() {
-  cd

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:27:15
  Author: arojas
Revision: 256079

Update to 0.79.5

Modified:
  dvdisaster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 20:13:02 UTC (rev 256078)
+++ PKGBUILD2017-09-06 20:27:15 UTC (rev 256079)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=3
+pkgver=0.79.5
+pkgrel=1
 pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
 arch=('i686' 'x86_64')
 url="http://www.dvdisaster.com/";
@@ -12,9 +12,10 @@
 options=('!makeflags')
 source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
 
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
+sha1sums=('23ccf697031280adb5bc3e17a0d5def0421fc28d'
+  '43591a1a8c0e9594650251d6466e96b9aad671e7')
+validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C'
+  'E3AFE70396CCC0D9E5D8381CB0DBCA7D64F770B2')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:21:18
  Author: arojas
Revision: 304763

archrelease: copy trunk to extra-any

Added:
  fvwm-crystal/repos/extra-any/PKGBUILD
(from rev 304762, fvwm-crystal/trunk/PKGBUILD)
Deleted:
  fvwm-crystal/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 20:20:43 UTC (rev 304762)
+++ PKGBUILD2017-09-06 20:21:18 UTC (rev 304763)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fvwm-crystal
-pkgver=3.3.2
-pkgrel=2
-pkgdesc="Transparent Themes for fvwm"
-arch=('any')
-url="http://fvwm-crystal.sourceforge.net/";
-license=('GPL')
-depends=('fvwm' 'imagemagick' 'python2' 'feh' 'trayer' 'xdg-user-dirs')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c07dfdc2c74fca1c632751f2c36fc7b94f454fb0')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" prefix=/usr install
-}

Copied: fvwm-crystal/repos/extra-any/PKGBUILD (from rev 304762, 
fvwm-crystal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 20:21:18 UTC (rev 304763)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fvwm-crystal
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Transparent Themes for fvwm"
+arch=('any')
+url="http://fvwm-crystal.sourceforge.net/";
+license=('GPL')
+depends=('fvwm' 'imagemagick' 'python2' 'feh' 'trayer' 'xdg-user-dirs')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('afa5a8a2dbc0454c0809ed46a04cea7d17420fb0')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" prefix=/usr install
+}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:20:43
  Author: arojas
Revision: 304762

Update to 3.4.1

Modified:
  fvwm-crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:32:43 UTC (rev 304761)
+++ PKGBUILD2017-09-06 20:20:43 UTC (rev 304762)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=fvwm-crystal
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc="Transparent Themes for fvwm"
 arch=('any')
 url="http://fvwm-crystal.sourceforge.net/";
@@ -11,7 +11,7 @@
 depends=('fvwm' 'imagemagick' 'python2' 'feh' 'trayer' 'xdg-user-dirs')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c07dfdc2c74fca1c632751f2c36fc7b94f454fb0')
+sha1sums=('afa5a8a2dbc0454c0809ed46a04cea7d17420fb0')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:12:31
  Author: arojas
Revision: 256077

Update to 56b

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 20:08:28 UTC (rev 256076)
+++ PKGBUILD2017-09-06 20:12:31 UTC (rev 256077)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R55
-pkgver=55
+_pkgver=R56b
+pkgver=56.b
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,8 +14,8 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('718c44251b52c48e7312903273e263f4'
- 'SKIP')
+md5sums=('6b65b3798f5f6a057fa541fc08cc2be9'
+ '0d39e63f8104667ef294165bd844c35c')
 
 check() {
   cd "$srcdir/$pkgname"


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:13:02
  Author: arojas
Revision: 256078

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

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

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 20:12:31 UTC (rev 256077)
+++ community-i686/PKGBUILD 2017-09-06 20:13:02 UTC (rev 256078)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R55
-pkgver=55
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc') # Make namcap happy.
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('718c44251b52c48e7312903273e263f4'
- 'SKIP')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 256077, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 20:13:02 UTC (rev 256078)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R56b
+pkgver=56.b
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc') # Make namcap happy.
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('6b65b3798f5f6a057fa541fc08cc2be9'
+ '0d39e63f8104667ef294165bd844c35c')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2017-09-06 20:12:31 UTC (rev 256077)
+++ community-i686/mksh.install 2017-09-06 20:13:02 UTC (rev 256078)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 256077, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2017-09-06 20:13:02 UTC (rev 256078)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 20:12:31 UTC (rev 256077)
+++ community-x86_64/PKGBUILD   2017-09-06 20:13:02 UTC (rev 256078)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R55
-pkgver=55
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:07:58
  Author: arojas
Revision: 256075

Update to 3.3.3.0

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 20:05:13 UTC (rev 256074)
+++ PKGBUILD2017-09-06 20:07:58 UTC (rev 256075)
@@ -5,19 +5,19 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.3.1.0
+pkgver=3.3.3.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=('i686' 'x86_64')
 url="http://displaycal.net/";
 license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
+depends=('argyllcms' 'wxpython' 'python2-numpy')
 optdepends=('gksu: For running as root')
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
-md5sums=('2d009a60652ad9f8dd867bade7a92f20')
+md5sums=('0711945404e5811bd23ae2bbb7b662e2')
 
 package() {
   cd ${_pkgname}-${pkgver}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:08:28
  Author: arojas
Revision: 256076

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 20:07:58 UTC (rev 256075)
+++ community-i686/PKGBUILD 2017-09-06 20:08:28 UTC (rev 256076)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.3.1.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/";
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
-md5sums=('2d009a60652ad9f8dd867bade7a92f20')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-i686/PKGBUILD (from rev 256075, 
displaycal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 20:08:28 UTC (rev 256076)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.3.3.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' 'x86_64')
+url="http://displaycal.net/";
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
+depends=('argyllcms' 'wxpython' 'python2-numpy')
+optdepends=('gksu: For running as root')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('0711945404e5811bd23ae2bbb7b662e2')
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 20:07:58 UTC (rev 256075)
+++ community-x86_64/PKGBUILD   2017-09-06 20:08:28 UTC (rev 256076)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.3.1.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/";
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
-md5sums=('2d009a60652ad9f8dd867bade7a92f20')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 256075, 
displaycal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 20:08:28 UTC (rev 256076)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.3.3.0
+pkgrel=1
+pkgdesc="Op

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:05:13
  Author: arojas
Revision: 256074

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 256073, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 20:04:43 UTC (rev 256073)
+++ PKGBUILD2017-09-06 20:05:13 UTC (rev 256074)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.8.3
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
- 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
- 'python2-pyqt4' 'python2-pycryptodomex')
-makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org";
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('2b1cc7666b147fc5e04462b74d3bef04'
- 'SKIP')
-sha256sums=('c16ea6266f036a942efa1554ac138e2748a8050c78551da30995ffe6a9e25a12'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 256073, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 20:05:13 UTC (rev 256074)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.9.3
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
+ 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
+ 'python2-pyqt4' 'python2-pycryptodomex')
+makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org";
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('17257d2ee01454283a3324392b85eef5'
+ 'SKIP')
+sha256sums=('c2192d4df6490fdc6e6f9f85b05db0e3915683a016a43ed444ebbc51ccfa0e34'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:04:43
  Author: arojas
Revision: 256073

Update to 2.9.3

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 20:02:57 UTC (rev 256072)
+++ PKGBUILD2017-09-06 20:04:43 UTC (rev 256073)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.8.3
+pkgver=2.9.3
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -19,9 +19,9 @@
 url="https://electrum.org";
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('2b1cc7666b147fc5e04462b74d3bef04'
+md5sums=('17257d2ee01454283a3324392b85eef5'
  'SKIP')
-sha256sums=('c16ea6266f036a942efa1554ac138e2748a8050c78551da30995ffe6a9e25a12'
+sha256sums=('c2192d4df6490fdc6e6f9f85b05db0e3915683a016a43ed444ebbc51ccfa0e34'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:02:57
  Author: arojas
Revision: 256072

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 20:02:27 UTC (rev 256071)
+++ community-i686/PKGBUILD 2017-09-06 20:02:57 UTC (rev 256072)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf"; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 256071, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 20:02:57 UTC (rev 256072)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.2
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf"; 
+license=('BSD')
+depends=('openssl') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 20:02:27 UTC (rev 256071)
+++ community-x86_64/PKGBUILD   2017-09-06 20:02:57 UTC (rev 256072)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf"; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 256071, 
iperf3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 20:02:57 UTC (rev 256072)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Author: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.2
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf"; 
+license=('BSD')
+depends=('openssl') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 20:02:27
  Author: arojas
Revision: 256071

Update to 3.2

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:59:40 UTC (rev 256070)
+++ PKGBUILD2017-09-06 20:02:27 UTC (rev 256071)
@@ -5,15 +5,15 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.7
+pkgver=3.2
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
 url="https://github.com/esnet/iperf"; 
 license=('BSD')
-depends=('glibc') 
+depends=('openssl') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
+sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
 
 build() { 
   cd "iperf-$pkgver"


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:59:40
  Author: arojas
Revision: 256070

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

Added:
  os-prober/repos/community-i686/PKGBUILD
(from rev 256069, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 256069, os-prober/trunk/PKGBUILD)
Deleted:
  os-prober/repos/community-i686/PKGBUILD
  os-prober/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 19:59:06 UTC (rev 256069)
+++ community-i686/PKGBUILD 2017-09-06 19:59:40 UTC (rev 256070)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.75
-pkgrel=1
-pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('acf4f8818af3cee051aa6f927a451e55')
-sha256sums=('f4ef620455c5ffc3545daf4f32861640a48b0b3b6edda72491eecc1818653446')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
-
-  rm -f Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make newns
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
-  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
-  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm755 "$pkgdir/usr/lib/$dir"
-install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
-[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
-  done
-
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
-
-  install -dm755 "$pkgdir"/var/lib/os-prober
-}

Copied: os-prober/repos/community-i686/PKGBUILD (from rev 256069, 
os-prober/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 19:59:40 UTC (rev 256070)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: darkcoder 
+
+pkgname=os-prober
+pkgver=1.76
+pkgrel=1
+pkgdesc="Utility to detect other OSes on a set of drives"
+url="http://joey.kitenet.net/code/os-prober/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('sh')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+md5sums=('c4579128b997b4b6927f7c6793f5133e')
+sha256sums=('d3a580610e0148ee1fea98de993b27b856870fb0a31e9ce1a33be2654e2c64ed')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
+
+  rm -f Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make newns
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
+  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
+  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+
+  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
+install -dm755 "$pkgdir/usr/lib/$dir"
+install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
+[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
+  done
+
+  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+  install -dm755 "$pkgdir"/var/lib/os-prober
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 19:59:06 UTC (rev 256069)
+++ community-x86_64/PKGBUILD   2017-09-06 19:59:40 UTC (rev 256070)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.75
-pkgrel=1
-pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('acf4f8818af3cee051aa6f927a451e55')
-sha256sums=('f4ef620455c5ffc3545daf4f32861640a48b0b3b

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:59:06
  Author: arojas
Revision: 256069

Update to 1.76

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:56:36 UTC (rev 256068)
+++ PKGBUILD2017-09-06 19:59:06 UTC (rev 256069)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.75
+pkgver=1.76
 pkgrel=1
 pkgdesc="Utility to detect other OSes on a set of drives"
 url="http://joey.kitenet.net/code/os-prober/";
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('sh')
 
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('acf4f8818af3cee051aa6f927a451e55')
-sha256sums=('f4ef620455c5ffc3545daf4f32861640a48b0b3b6edda72491eecc1818653446')
+md5sums=('c4579128b997b4b6927f7c6793f5133e')
+sha256sums=('d3a580610e0148ee1fea98de993b27b856870fb0a31e9ce1a33be2654e2c64ed')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:56:36
  Author: arojas
Revision: 256068

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

Added:
  opensc/repos/community-i686/PKGBUILD
(from rev 256067, opensc/trunk/PKGBUILD)
  opensc/repos/community-i686/bash-completion-path.patch
(from rev 256067, opensc/trunk/bash-completion-path.patch)
  opensc/repos/community-x86_64/PKGBUILD
(from rev 256067, opensc/trunk/PKGBUILD)
  opensc/repos/community-x86_64/bash-completion-path.patch
(from rev 256067, opensc/trunk/bash-completion-path.patch)
Deleted:
  opensc/repos/community-i686/PKGBUILD
  opensc/repos/community-i686/bash-completion-path.patch
  opensc/repos/community-x86_64/PKGBUILD
  opensc/repos/community-x86_64/bash-completion-path.patch

-+
 /PKGBUILD   |  104 ++
 /bash-completion-path.patch |   22 +
 community-i686/PKGBUILD |   54 -
 community-i686/bash-completion-path.patch   |   11 --
 community-x86_64/PKGBUILD   |   54 -
 community-x86_64/bash-completion-path.patch |   11 --
 6 files changed, 126 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 19:56:03 UTC (rev 256067)
+++ community-i686/PKGBUILD 2017-09-06 19:56:36 UTC (rev 256068)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Sébastien Luttringer
-# Contributor: kevku 
-
-pkgname=opensc
-pkgver=0.16.0
-pkgrel=5
-pkgdesc='Tools and libraries for smart cards'
-arch=('x86_64' 'i686')
-url='https://github.com/OpenSC/OpenSC/wiki'
-license=('LGPL')
-backup=('etc/opensc.conf')
-makedepends=('docbook-xsl')
-depends=('pcsclite' 'libltdl' 'openssl-1.0')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
-bash-completion-path.patch)
-md5sums=('724d128f23cd7a74b28d04300ce7bcbd'
- '3912c0a976700a5bba535f1c4278aec0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i "$srcdir"/bash-completion-path.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export LIBS=-lltdl
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
-  ./bootstrap
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-man \
---enable-doc \
---enable-readline \
---enable-openssl \
---enable-pcsc \
---enable-zlib \
---enable-sm \
---with-xsl-stylesheetsdir="$_sheetdir"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensc/repos/community-i686/PKGBUILD (from rev 256067, 
opensc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 19:56:36 UTC (rev 256068)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Sébastien Luttringer
+# Contributor: kevku 
+
+pkgname=opensc
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64' 'i686')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('pcsclite' 'libltdl')
+options=('!emptydirs')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz";
+bash-completion-path.patch)
+sha256sums=('be73c6816867ab4721e6a9ae7dba8e890c5f169f0a2cbb4bf354e0f30a948300'
+'bd0991dc8d68b21704104aba4d3470f4f4f50bf36547569ed032b48fd3aed811')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i "$srcdir"/bash-completion-path.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./bootstrap
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-man \
+--enable-doc \
+--enable-readline \
+--enable-openssl \
+--enable-pcsc \
+--enable-zlib \
+--enable-sm \
+--with-xsl-stylesheetsdir="$_sheetdir"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/bash-completion-path.patch
===
--- community-i686/bash-completion-path.patch   2017-09-06 19:56:03 UTC (rev 
256067)
+++ community-i686/bash-completion-path.patch   2017-09-06 19:56:36 UTC (rev 
256068)
@@ -1,11 +0,0 @@
 doc/tools/Makefile.am.orig
-+++ doc/tools/Makefile.am
-@@ -11,7 +11,7 @@
- endif
- 
- completion_DATA = $(patsubs

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:56:03
  Author: arojas
Revision: 256067

Update to 0.17.0

Modified:
  opensc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:46:05 UTC (rev 256066)
+++ PKGBUILD2017-09-06 19:56:03 UTC (rev 256067)
@@ -4,8 +4,8 @@
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.16.0
-pkgrel=5
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -12,12 +12,12 @@
 license=('LGPL')
 backup=('etc/opensc.conf')
 makedepends=('docbook-xsl')
-depends=('pcsclite' 'libltdl' 'openssl-1.0')
+depends=('pcsclite' 'libltdl')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz";
 bash-completion-path.patch)
-md5sums=('724d128f23cd7a74b28d04300ce7bcbd'
- '3912c0a976700a5bba535f1c4278aec0')
+sha256sums=('be73c6816867ab4721e6a9ae7dba8e890c5f169f0a2cbb4bf354e0f30a948300'
+'bd0991dc8d68b21704104aba4d3470f4f4f50bf36547569ed032b48fd3aed811')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,8 +26,6 @@
 
 build() {
   cd $pkgname-$pkgver
-  export LIBS=-lltdl
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
   ./bootstrap
   ./configure \


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:46:05
  Author: arojas
Revision: 256066

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

Added:
  qbittorrent/repos/community-i686/PKGBUILD
(from rev 256065, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent.service
(from rev 256065, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-i686/qbittorrent@.service
(from rev 256065, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 256065, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent.service
(from rev 256065, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-x86_64/qbittorrent@.service
(from rev 256065, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-i686/PKGBUILD
  qbittorrent/repos/community-i686/qbittorrent.service
  qbittorrent/repos/community-i686/qbittorrent@.service
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent.service
  qbittorrent/repos/community-x86_64/qbittorrent@.service

---+
 /PKGBUILD |  126 
 /qbittorrent.service  |   22 +
 /qbittorrent@.service |   24 ++
 community-i686/PKGBUILD   |   63 
 community-i686/qbittorrent.service|   11 --
 community-i686/qbittorrent@.service   |   12 ---
 community-x86_64/PKGBUILD |   63 
 community-x86_64/qbittorrent.service  |   11 --
 community-x86_64/qbittorrent@.service |   12 ---
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 19:45:22 UTC (rev 256065)
+++ community-i686/PKGBUILD 2017-09-06 19:46:05 UTC (rev 256066)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.13
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org";
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
-'qbittorrent.service'
-   'qbittorrent@.service')
-sha256sums=('84317b5127def320cb17fedc2ba78807660216b6ee44650d94eb75e2c8ce468d'
-'SKIP'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir $pkgbase
-  pushd $pkgbase
-  ../configure --prefix=/usr
-  make
-
-  # Build nox variant
-  popd
-  mkdir "$pkgbase-nox"
-  pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('python: needed for torrent search tab')
-
-  cd $pkgbase-$pkgver/$pkgbase
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
-  depends=('libtorrent-rasterbar' 'qt5-base')
-
-  cd $pkgbase-$pkgver/$pkgbase-nox
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 "$srcdir/qbittorrent.service" 
"$pkgdir/usr/lib/systemd/user/qbittorrent.service"
-  install -Dm644 "$srcdir/qbittorrent@.service" 
"$pkgdir/usr/lib/systemd/system/qbittorrent@.service"
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 256065, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 19:46:05 UTC (rev 256066)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=3.3.15
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:45:22
  Author: arojas
Revision: 256065

Update to 3.3.15

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:15:21 UTC (rev 256064)
+++ PKGBUILD2017-09-06 19:45:22 UTC (rev 256065)
@@ -8,16 +8,16 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.13
+pkgver=3.3.15
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org";
 license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
+makedepends=('libtorrent-rasterbar' 'boost' 'qt5-tools')
 
source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
 'qbittorrent.service'
'qbittorrent@.service')
-sha256sums=('84317b5127def320cb17fedc2ba78807660216b6ee44650d94eb75e2c8ce468d'
+sha256sums=('a7bbc08a39912a15a496702e736a98c083011bbb14fe5f04440880d7e6b2ceae'
 'SKIP'
 '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
 '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
@@ -40,7 +40,7 @@
 
 package_qbittorrent() {
   pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
+  depends=('libtorrent-rasterbar' 'qt5-base' 'hicolor-icon-theme')
   optdepends=('python: needed for torrent search tab')
 
   cd $pkgbase-$pkgver/$pkgbase


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

2017-09-06 Thread Evangelos Foutras
Date: Wednesday, September 6, 2017 @ 19:32:43
  Author: foutrelis
Revision: 304761

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 304760, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/fix-pam-prompt.patch
(from rev 304760, sudo/trunk/fix-pam-prompt.patch)
  sudo/repos/testing-i686/fix-usage-of-signal-pipe.patch
(from rev 304760, sudo/trunk/fix-usage-of-signal-pipe.patch)
  sudo/repos/testing-i686/sudo.install
(from rev 304760, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 304760, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 304760, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/fix-pam-prompt.patch
(from rev 304760, sudo/trunk/fix-pam-prompt.patch)
  sudo/repos/testing-x86_64/fix-usage-of-signal-pipe.patch
(from rev 304760, sudo/trunk/fix-usage-of-signal-pipe.patch)
  sudo/repos/testing-x86_64/sudo.install
(from rev 304760, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 304760, sudo/trunk/sudo.pam)

---+
 testing-i686/PKGBUILD |   82 
 testing-i686/fix-pam-prompt.patch |   66 +++
 testing-i686/fix-usage-of-signal-pipe.patch   |   51 ++
 testing-i686/sudo.install |9 ++
 testing-i686/sudo.pam |4 +
 testing-x86_64/PKGBUILD   |   82 
 testing-x86_64/fix-pam-prompt.patch   |   66 +++
 testing-x86_64/fix-usage-of-signal-pipe.patch |   51 ++
 testing-x86_64/sudo.install   |9 ++
 testing-x86_64/sudo.pam   |4 +
 10 files changed, 424 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 304760, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-06 19:32:43 UTC (rev 304761)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.21p1
+pkgver=${_sudover/p/.p}
+pkgrel=3
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="https://www.sudo.ws/sudo/";
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'libgcrypt' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+fix-pam-prompt.patch
+fix-usage-of-signal-pipe.patch
+sudo.pam)
+sha256sums=('ee50d3a249a96b1c5c8d3d21380eb96c63c6e61a888b13e3c2b941b23ab7c808'
+'SKIP'
+'fc9a37c533664ecfdc7715812e9a93f39891e6fc3d72c23858bee33ac27fcebe'
+'10af762129cf88b3036a30e6c1d19ec69b70911161d4f419fd5b86f160a1a4f1'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  # https://bugzilla.sudo.ws/show_bug.cgi?id=799
+  patch -Np1 -i ../fix-pam-prompt.patch
+
+  # https://bugzilla.sudo.ws/show_bug.cgi?id=800
+  patch -Np1 -i ../fix-usage-of-signal-pipe.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-gcrypt \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  # Remove sudoers.dist; not needed since pacman manages updates to sudoers
+  rm "$pkgdir/etc/sudoers.dist"
+
+  # Remove /run/sudo directory; we create it using systemd-tmpfiles
+  rmdir "$pkgdir/run/sudo"
+  rmdir "$pkgdir/run"
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/fix-pam-prompt.patch (from rev 304760, 
sudo/trunk/fix-pam-prompt.patch)
===
--- testing-i686/fix-pam-prompt.patch   (rev 0)
+++ testing-i686/fix-pam-prompt.patch   2017-09-06 19:32:43 UTC (rev 304761)
@@ -0,0 +1,66 @@
+
+# HG changeset patch
+# User Todd C. Miller 
+# Date 1504625419 21600
+# Node ID 6ee5cc13af69f4248dfa1d89215e7c95fa90d051
+# Pare

[arch-commits] Commit in sudo/trunk (PKGBUILD fix-usage-of-signal-pipe.patch)

2017-09-06 Thread Evangelos Foutras
Date: Wednesday, September 6, 2017 @ 19:32:23
  Author: foutrelis
Revision: 304760

upgpkg: sudo 1.8.21.p1-3

Fix usage of signal pipe which caused sudo to hang occasionally.

Added:
  sudo/trunk/fix-usage-of-signal-pipe.patch
Modified:
  sudo/trunk/PKGBUILD

+
 PKGBUILD   |7 -
 fix-usage-of-signal-pipe.patch |   51 +++
 2 files changed, 57 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:29:08 UTC (rev 304759)
+++ PKGBUILD2017-09-06 19:32:23 UTC (rev 304760)
@@ -6,7 +6,7 @@
 pkgname=sudo
 _sudover=1.8.21p1
 pkgver=${_sudover/p/.p}
-pkgrel=2
+pkgrel=3
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=('i686' 'x86_64')
 url="https://www.sudo.ws/sudo/";
@@ -17,10 +17,12 @@
 install=$pkgname.install
 source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 fix-pam-prompt.patch
+fix-usage-of-signal-pipe.patch
 sudo.pam)
 sha256sums=('ee50d3a249a96b1c5c8d3d21380eb96c63c6e61a888b13e3c2b941b23ab7c808'
 'SKIP'
 'fc9a37c533664ecfdc7715812e9a93f39891e6fc3d72c23858bee33ac27fcebe'
+'10af762129cf88b3036a30e6c1d19ec69b70911161d4f419fd5b86f160a1a4f1'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
 
@@ -29,6 +31,9 @@
 
   # https://bugzilla.sudo.ws/show_bug.cgi?id=799
   patch -Np1 -i ../fix-pam-prompt.patch
+
+  # https://bugzilla.sudo.ws/show_bug.cgi?id=800
+  patch -Np1 -i ../fix-usage-of-signal-pipe.patch
 }
 
 build() {

Added: fix-usage-of-signal-pipe.patch
===
--- fix-usage-of-signal-pipe.patch  (rev 0)
+++ fix-usage-of-signal-pipe.patch  2017-09-06 19:32:23 UTC (rev 304760)
@@ -0,0 +1,51 @@
+
+# HG changeset patch
+# User Todd C. Miller 
+# Date 1504722576 21600
+# Node ID 7668f93e6544c762e6753590426ca882c0a373a5
+# Parent  6ee5cc13af69f4248dfa1d89215e7c95fa90d051
+The read and write sides of signal_pipe[] were swapped, resulting
+in EBADF reading from and writing to the signal pipe on Linux and
+probably others.  On systems with bidirectional pipes this was not
+an issue.
+
+diff -r 6ee5cc13af69 -r 7668f93e6544 lib/util/event.c
+--- a/lib/util/event.c Tue Sep 05 09:30:19 2017 -0600
 b/lib/util/event.c Wed Sep 06 12:29:36 2017 -0600
+@@ -153,7 +153,7 @@
+ }
+ if (nread == -1 && errno != EAGAIN) {
+   sudo_debug_printf(SUDO_DEBUG_ERROR|SUDO_DEBUG_LINENO|SUDO_DEBUG_ERRNO,
+-  "%s: error reading from signal pipe", __func__);
++  "%s: error reading from signal pipe fd %d", __func__, fd);
+ }
+ 
+ /* Activate signal events. */
+@@ -182,7 +182,7 @@
+   "%s: unable to create signal pipe", __func__);
+   goto bad;
+ }
+-sudo_ev_init(&base->signal_event, base->signal_pipe[1],
++sudo_ev_init(&base->signal_event, base->signal_pipe[0],
+   SUDO_EV_READ|SUDO_EV_PERSIST, signal_pipe_cb, base);
+ 
+ debug_return_int(0);
+@@ -341,7 +341,7 @@
+   signal_base->signal_caught = 1;
+ 
+   /* Wake up the other end of the pipe. */
+-  ignore_result(write(signal_base->signal_pipe[0], &ch, 1));
++  ignore_result(write(signal_base->signal_pipe[1], &ch, 1));
+ }
+ }
+ 
+@@ -622,7 +622,7 @@
+   if (errno == EINTR) {
+   /* Interrupted by signal, check for sigevents. */
+   if (base->signal_caught) {
+-  signal_pipe_cb(base->signal_pipe[1], SUDO_EV_READ, base);
++  signal_pipe_cb(base->signal_pipe[0], SUDO_EV_READ, base);
+   break;
+   }
+   continue;
+


[arch-commits] Commit in tcpdump/trunk (PKGBUILD PKGBUILD.next)

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 19:28:42
  Author: anthraxx
Revision: 304758

upgpkg: tcpdump 4.9.2-1

Modified:
  tcpdump/trunk/PKGBUILD
Deleted:
  tcpdump/trunk/PKGBUILD.next

---+
 PKGBUILD  |   40 
 PKGBUILD.next |   32 
 2 files changed, 24 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:08:25 UTC (rev 304757)
+++ PKGBUILD2017-09-06 19:28:42 UTC (rev 304758)
@@ -1,31 +1,39 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
 # Contributor: dorphell 
 
 pkgname=tcpdump
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
-pkgdesc="A tool for network monitoring and data acquisition"
+pkgdesc='Powerful command-line packet analyzer'
+url='http://www.tcpdump.org/'
 arch=('i686' 'x86_64')
-url="http://www.tcpdump.org";
 license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz)
-#validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
-sha256sums=('f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3')
+depends=('libpcap' 'libcap-ng' 'openssl')
+#source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("https://sources.archlinux.org/other/packages/tcpdump/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D')
+sha256sums=('798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79'
+'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
 
-  ./configure --prefix=/usr \
---sbindir=/usr/bin
+   make
+}
 
-  make
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -f "${pkgdir}"/usr/bin/tcpdump.${pkgver}
 }

Deleted: PKGBUILD.next
===
--- PKGBUILD.next   2017-09-06 19:08:25 UTC (rev 304757)
+++ PKGBUILD.next   2017-09-06 19:28:42 UTC (rev 304758)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 301192 2017-07-23 23:32:46Z bisson $
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.9.2
-pkgrel=1
-pkgdesc='Powerful command-line packet analyzer'
-url='http://www.tcpdump.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D')
-sha256sums=('f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   rm -f "${pkgdir}"/usr/bin/tcpdump.${pkgver}
-}


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

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 19:29:08
  Author: anthraxx
Revision: 304759

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 19:28:42 UTC (rev 304758)
+++ extra-i686/PKGBUILD 2017-09-06 19:29:08 UTC (rev 304759)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org";
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz)
-#validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
-sha256sums=('f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 304758, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-06 19:29:08 UTC (rev 304759)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgname=tcpdump
+pkgver=4.9.2
+pkgrel=1
+pkgdesc='Powerful command-line packet analyzer'
+url='http://www.tcpdump.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libpcap' 'libcap-ng' 'openssl')
+#source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("https://sources.archlinux.org/other/packages/tcpdump/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D')
+sha256sums=('798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -f "${pkgdir}"/usr/bin/tcpdump.${pkgver}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-06 19:28:42 UTC (rev 304758)
+++ extra-x86_64/PKGBUILD   2017-09-06 19:29:08 UTC (rev 304759)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgname=tcpdump
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="A tool for network monitoring and data acquisition"
-arch=('i686' 'x86_64')
-url="http://www.tcpdump.org";
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz)
-#validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group
-sha256sums=('f9448cf4deb2049acf713655c736342662e652ef40dbe0a8f6f8d5b9ce5bd8f3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "$pkgdir"/usr/bin/tcpdump.$pkgver
-}

Copied: tcpdump/repos/extra-x86_64/PKGBUILD (from rev 304758, 
tcpdump/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-06 19:29:08 UTC (rev 304759)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgname=tcpdump
+pkgver=4.9.2
+pkgrel=1
+pkgdesc='Powerful command-line packet analyzer'
+url='http://www.tcpdump.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libpcap' 'libcap-ng' 'openssl')
+#source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("https://sources.archlinux.org/other/packages/tcpdump/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('1F166A5742ABB9E024

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

2017-09-06 Thread Alexander Rødseth
Date: Wednesday, September 6, 2017 @ 19:15:03
  Author: arodseth
Revision: 256063

upgpkg: flac123 0.0.12-3

Modified:
  flac123/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 18:31:32 UTC (rev 256062)
+++ PKGBUILD2017-09-06 19:15:03 UTC (rev 256063)
@@ -1,21 +1,23 @@
 # $Id$
-# Maintainer: Chris Brannon 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
 # Contributor: Corrado Primier 
 # Contributor: Patrick Burroughs 
 
 pkgname=flac123
 pkgver=0.0.12
-pkgrel=2
-arch=('i686' 'x86_64')
+pkgrel=3
+pkgdesc='Command-line program for playing FLAC audio files'
+arch=('x86_64' 'i686')
 license=('GPL2')
-pkgdesc="A command-line program for playing FLAC audio files"
-url="http://flac-tools.sourceforge.net/";
+url='https://flac-tools.sourceforge.net/'
 depends=('flac' 'libao' 'popt')
-source=(http://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}-release.tar.gz)
-md5sums=('59dacb2584bbe9c61d046ce995108ac6')
+source=("https://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}-release.tar.gz";)
+sha256sums=('1976efd54a918eadd3cb10b34c77cee009e21ae56274148afa01edf32654e47d')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+
   autoreconf --force --install
   ./configure --prefix=/usr
   make
@@ -22,8 +24,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:


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

2017-09-06 Thread Alexander Rødseth
Date: Wednesday, September 6, 2017 @ 19:15:21
  Author: arodseth
Revision: 256064

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 19:15:03 UTC (rev 256063)
+++ community-i686/PKGBUILD 2017-09-06 19:15:21 UTC (rev 256064)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon 
-# Contributor: Corrado Primier 
-# Contributor: Patrick Burroughs 
-
-pkgname=flac123
-pkgver=0.0.12
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="A command-line program for playing FLAC audio files"
-url="http://flac-tools.sourceforge.net/";
-depends=('flac' 'libao' 'popt')
-source=(http://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}-release.tar.gz)
-md5sums=('59dacb2584bbe9c61d046ce995108ac6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --force --install
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flac123/repos/community-i686/PKGBUILD (from rev 256063, 
flac123/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 19:15:21 UTC (rev 256064)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Corrado Primier 
+# Contributor: Patrick Burroughs 
+
+pkgname=flac123
+pkgver=0.0.12
+pkgrel=3
+pkgdesc='Command-line program for playing FLAC audio files'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://flac-tools.sourceforge.net/'
+depends=('flac' 'libao' 'popt')
+source=("https://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}-release.tar.gz";)
+sha256sums=('1976efd54a918eadd3cb10b34c77cee009e21ae56274148afa01edf32654e47d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf --force --install
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+}
+
+# vim:ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 19:15:03 UTC (rev 256063)
+++ community-x86_64/PKGBUILD   2017-09-06 19:15:21 UTC (rev 256064)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon 
-# Contributor: Corrado Primier 
-# Contributor: Patrick Burroughs 
-
-pkgname=flac123
-pkgver=0.0.12
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="A command-line program for playing FLAC audio files"
-url="http://flac-tools.sourceforge.net/";
-depends=('flac' 'libao' 'popt')
-source=(http://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}-release.tar.gz)
-md5sums=('59dacb2584bbe9c61d046ce995108ac6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --force --install
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flac123/repos/community-x86_64/PKGBUILD (from rev 256063, 
flac123/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 19:15:21 UTC (rev 256064)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Corrado Primier 
+# Contributor: Patrick Burroughs 
+
+pkgname=flac123
+pkgver=0.0.12
+pkgrel=3
+pkgdesc='Command-line program for playing FLAC audio files'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://flac-tools.sourceforge.net/'
+depends=('flac' 'libao' 'popt')
+source=("https://downloads.sourceforge.net/flac-tools/${pkgname}-${pkgver}-release.tar.gz";)
+sha256sums=('1976efd54a918eadd3cb10b34c77cee009e21ae56274148afa01edf32654e47d')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf --force --install
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+}
+
+# vim:ts=2 sw=2 et:


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:08:25
  Author: arojas
Revision: 304757

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

Added:
  quota-tools/repos/extra-i686/PKGBUILD
(from rev 304756, quota-tools/trunk/PKGBUILD)
  quota-tools/repos/extra-x86_64/PKGBUILD
(from rev 304756, quota-tools/trunk/PKGBUILD)
Deleted:
  quota-tools/repos/extra-i686/PKGBUILD
  quota-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 19:07:53 UTC (rev 304756)
+++ extra-i686/PKGBUILD 2017-09-06 19:08:25 UTC (rev 304757)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quota-tools
-pkgver=4.03
-pkgrel=2
-epoch=1
-pkgdesc="Tools to manage kernel-level quotas in Linux"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/linuxquota/";
-license=('GPL' 'BSD')
-depends=('e2fsprogs')
-backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('a8898331870459f73018043d139514b040125bdb')
-
-build() {
-  cd quota-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd quota-$pkgver
-  make DESTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# remove conflicts with glibc
-  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
-}

Copied: quota-tools/repos/extra-i686/PKGBUILD (from rev 304756, 
quota-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-06 19:08:25 UTC (rev 304757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quota-tools
+pkgver=4.04
+pkgrel=1
+epoch=1
+pkgdesc="Tools to manage kernel-level quotas in Linux"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/linuxquota/";
+license=('GPL' 'BSD')
+depends=('e2fsprogs' 'libtirpc')
+backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
+sha1sums=('38e6cc7538d504891a8454bbdabef058bd1adc11')
+
+build() {
+  cd quota-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd quota-$pkgver
+  make DESTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+# remove conflicts with glibc
+  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-06 19:07:53 UTC (rev 304756)
+++ extra-x86_64/PKGBUILD   2017-09-06 19:08:25 UTC (rev 304757)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quota-tools
-pkgver=4.03
-pkgrel=2
-epoch=1
-pkgdesc="Tools to manage kernel-level quotas in Linux"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/linuxquota/";
-license=('GPL' 'BSD')
-depends=('e2fsprogs')
-backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('a8898331870459f73018043d139514b040125bdb')
-
-build() {
-  cd quota-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd quota-$pkgver
-  make DESTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# remove conflicts with glibc
-  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
-}

Copied: quota-tools/repos/extra-x86_64/PKGBUILD (from rev 304756, 
quota-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-06 19:08:25 UTC (rev 304757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=quota-tools
+pkgver=4.04
+pkgrel=1
+epoch=1
+pkgdesc="Tools to manage kernel-level quotas in Linux"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/linuxquota/";
+license=('GPL' 'BSD')
+depends=('e2fsprogs' 'libtirpc')
+backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
+options=('!emptydirs')
+source=(http://downloads.sourcefor

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:07:53
  Author: arojas
Revision: 304756

Update to 4.04

Modified:
  quota-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 18:00:23 UTC (rev 304755)
+++ PKGBUILD2017-09-06 19:07:53 UTC (rev 304756)
@@ -2,18 +2,18 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=quota-tools
-pkgver=4.03
-pkgrel=2
+pkgver=4.04
+pkgrel=1
 epoch=1
 pkgdesc="Tools to manage kernel-level quotas in Linux"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/linuxquota/";
 license=('GPL' 'BSD')
-depends=('e2fsprogs')
+depends=('e2fsprogs' 'libtirpc')
 backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('a8898331870459f73018043d139514b040125bdb')
+sha1sums=('38e6cc7538d504891a8454bbdabef058bd1adc11')
 
 build() {
   cd quota-$pkgver


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

2017-09-06 Thread Christian Hesse
Date: Wednesday, September 6, 2017 @ 18:31:32
  Author: eworm
Revision: 256062

archrelease: copy trunk to community-any

Added:
  yubikey-manager/repos/community-any/PKGBUILD
(from rev 256061, yubikey-manager/trunk/PKGBUILD)
Deleted:
  yubikey-manager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 18:31:20 UTC (rev 256061)
+++ PKGBUILD2017-09-06 18:31:32 UTC (rev 256062)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Karol Babioch 
-
-pkgname='yubikey-manager'
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='Python library and command line tool for configuring a YubiKey'
-arch=('any')
-url='https://developers.yubico.com/yubikey-manager/'
-license=('BSD')
-depends=('python' 'python-pyusb' 'python-pyscard' 'python-click'
- 'python-cryptography' 'python-pyopenssl' 'libu2f-host' 
'yubikey-personalization')
-makedepends=('python-setuptools')
-validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

-source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('dc2150bc84934a1d1e2423dc0d085be330c7aa41e42575cb0ead6f8bcefd6b3a'
-'SKIP')
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: yubikey-manager/repos/community-any/PKGBUILD (from rev 256061, 
yubikey-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 18:31:32 UTC (rev 256062)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Karol Babioch 
+
+pkgname='yubikey-manager'
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Python library and command line tool for configuring a YubiKey'
+arch=('any')
+url='https://developers.yubico.com/yubikey-manager/'
+license=('BSD')
+depends=('python' 'python-pyusb' 'python-pyscard' 'python-click'
+ 'python-cryptography' 'python-pyopenssl' 'libu2f-host' 
'yubikey-personalization')
+makedepends=('python-setuptools')
+validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

+source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
+sha256sums=('65839d29205427b8e4ae0c358684a5880eb5a52caff50943a6ca9fdaa4f782fb'
+'SKIP')
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+


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

2017-09-06 Thread Christian Hesse
Date: Wednesday, September 6, 2017 @ 18:31:20
  Author: eworm
Revision: 256061

upgpkg: yubikey-manager 0.4.4-1

new upstream release

Modified:
  yubikey-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 17:44:40 UTC (rev 256060)
+++ PKGBUILD2017-09-06 18:31:20 UTC (rev 256061)
@@ -3,7 +3,7 @@
 # Contributor: Karol Babioch 
 
 pkgname='yubikey-manager'
-pkgver=0.4.2
+pkgver=0.4.4
 pkgrel=1
 pkgdesc='Python library and command line tool for configuring a YubiKey'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

 
source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('dc2150bc84934a1d1e2423dc0d085be330c7aa41e42575cb0ead6f8bcefd6b3a'
+sha256sums=('65839d29205427b8e4ae0c358684a5880eb5a52caff50943a6ca9fdaa4f782fb'
 'SKIP')
 
 package() {


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

2017-09-06 Thread Levente Polyak
Date: Wednesday, September 6, 2017 @ 18:00:23
  Author: anthraxx
Revision: 304755

adding upstream gpg signature

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 17:59:07 UTC (rev 304754)
+++ PKGBUILD2017-09-06 18:00:23 UTC (rev 304755)
@@ -12,8 +12,10 @@
 groups=('base' 'base-devel')
 url='https://www.darwinsys.com/file/'
 depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('4f2503752ff041895090ed6435610435')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas 
(personal key) 
+md5sums=('4f2503752ff041895090ed6435610435'
+ 'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 17:59:07
  Author: arojas
Revision: 304754

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

Added:
  qt5-quickcontrols2/repos/extra-i686/PKGBUILD
(from rev 304753, qt5-quickcontrols2/trunk/PKGBUILD)
  qt5-quickcontrols2/repos/extra-x86_64/PKGBUILD
(from rev 304753, qt5-quickcontrols2/trunk/PKGBUILD)
Deleted:
  qt5-quickcontrols2/repos/extra-i686/PKGBUILD
  qt5-quickcontrols2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 17:58:30 UTC (rev 304753)
+++ extra-i686/PKGBUILD 2017-09-06 17:59:07 UTC (rev 304754)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols2
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Next generation user interface controls based on Qt Quick'
-depends=('qt5-declarative')
-optdepends=('qt5-graphicaleffects: for the Material style')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('203be0321112d1513b722fce463f9e30d7d00befb33349901d9517f4f13408ff')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-quickcontrols2/repos/extra-i686/PKGBUILD (from rev 304753, 
qt5-quickcontrols2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-06 17:59:07 UTC (rev 304754)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-quickcontrols2
+_qtver=5.9.1
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Next generation user interface controls based on Qt Quick'
+depends=('qt5-declarative')
+optdepends=('qt5-graphicaleffects: for the Material style' 
'qqc2-desktop-style: to follow the desktop style')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
+sha256sums=('203be0321112d1513b722fce463f9e30d7d00befb33349901d9517f4f13408ff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-06 17:58:30 UTC (rev 304753)
+++ extra-x86_64/PKGBUILD   2017-09-06 17:59:07 UTC (rev 304754)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-quickcontrols2
-_qtver=5.9.1
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Next generation user interface controls based on Qt Quick'
-depends=('qt5-declarative')
-optdepends=('qt5-graphicaleffects: for the Material style')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)
-sha256sums=('203be0321112d1513b722fce463f9e30d7d00befb33349901d9517f4f13408ff')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 17:58:30
  Author: arojas
Revision: 304753

Add qqc2-desktop-style optdepend

Modified:
  qt5-quickcontrols2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 17:34:39 UTC (rev 304752)
+++ PKGBUILD2017-09-06 17:58:30 UTC (rev 304753)
@@ -5,13 +5,13 @@
 pkgname=qt5-quickcontrols2
 _qtver=5.9.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Next generation user interface controls based on Qt Quick'
 depends=('qt5-declarative')
-optdepends=('qt5-graphicaleffects: for the Material style')
+optdepends=('qt5-graphicaleffects: for the Material style' 
'qqc2-desktop-style: to follow the desktop style')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";)


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

2017-09-06 Thread Jaroslav Lichtblau
Date: Wednesday, September 6, 2017 @ 17:44:40
  Author: jlichtblau
Revision: 256060

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

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 256059, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 256059, yaz/trunk/yaz.changelog)
  yaz/repos/community-x86_64/PKGBUILD
(from rev 256059, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 256059, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

+
 /PKGBUILD  |   70 
 /yaz.changelog |  136 +++
 community-i686/PKGBUILD|   35 --
 community-i686/yaz.changelog   |   65 --
 community-x86_64/PKGBUILD  |   35 --
 community-x86_64/yaz.changelog |   65 --
 6 files changed, 206 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 17:44:20 UTC (rev 256059)
+++ community-i686/PKGBUILD 2017-09-06 17:44:40 UTC (rev 256060)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.23.0
-pkgrel=1
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('i686' 'x86_64')
-url="http://www.indexdata.dk/yaz";
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('ade1c79d792fd6cb7727dd4bc4ea61743ddb49d1d4a04a038cd12c8a3a13e98a')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-i686/PKGBUILD (from rev 256059, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 17:44:40 UTC (rev 256060)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.23.1
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz";
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('4fb3b1ffcec4b9a56b892c47a0a645142e45418ce5ef6a835aeebc723f7d147e')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2017-09-06 17:44:20 UTC (rev 256059)
+++ community-i686/yaz.changelog2017-09-06 17:44:40 UTC (rev 256060)
@@ -1,65 +0,0 @@
-2017-08-05 Jaroslav Lichtblau 
-   * yaz 5.23.0-1
-
-2017-05-30 Jaroslav Lichtblau 
-   * yaz 5.22.0-1
-
-2017-05-08 Jaroslav Lichtblau 
-   * yaz 5.21.1-1
-
-2017-04-06 Jaroslav Lichtblau 
-   * yaz 5.21.0-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau 
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau 
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtbla

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

2017-09-06 Thread Jaroslav Lichtblau
Date: Wednesday, September 6, 2017 @ 17:44:20
  Author: jlichtblau
Revision: 256059

upgpkg: yaz 5.23.1-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 17:39:09 UTC (rev 256058)
+++ PKGBUILD2017-09-06 17:44:20 UTC (rev 256059)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.23.0
+pkgver=5.23.1
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('ade1c79d792fd6cb7727dd4bc4ea61743ddb49d1d4a04a038cd12c8a3a13e98a')
+sha256sums=('4fb3b1ffcec4b9a56b892c47a0a645142e45418ce5ef6a835aeebc723f7d147e')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2017-09-06 17:39:09 UTC (rev 256058)
+++ yaz.changelog   2017-09-06 17:44:20 UTC (rev 256059)
@@ -1,3 +1,6 @@
+2017-09-06 Jaroslav Lichtblau 
+   * yaz 5.23.1-1
+
 2017-08-05 Jaroslav Lichtblau 
* yaz 5.23.0-1
 


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

2017-09-06 Thread Jaroslav Lichtblau
Date: Wednesday, September 6, 2017 @ 17:39:09
  Author: jlichtblau
Revision: 256058

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 17:38:50 UTC (rev 256057)
+++ community-i686/PKGBUILD 2017-09-06 17:39:09 UTC (rev 256058)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Evert Vorster (evors...@gmail.com)
-# Contributor: Martin Sandsmark 
-
-pkgname=movit
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="The modern video toolkit"
-arch=('i686' 'x86_64')
-url="http://movit.sesse.net/";
-license=('GPL')
-depends=('fftw' 'libepoxy')
-makedepends=('eigen' 'gtest' 'sdl2')
-source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
-sha256sums=('872ee2cd634527b505d631eea0b3e20e7155d6a260db11cb347a2a7a52fd6a8c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: movit/repos/community-i686/PKGBUILD (from rev 256057, 
movit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 17:39:09 UTC (rev 256058)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Evert Vorster 
+# Contributor: Martin Sandsmark 
+
+pkgname=movit
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="The modern video toolkit"
+arch=('i686' 'x86_64')
+url="http://movit.sesse.net/";
+license=('GPL')
+depends=('fftw' 'libepoxy')
+makedepends=('eigen' 'gtest' 'sdl2')
+source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
+sha256sums=('ead191d717dbefbe914260ed0335cf04a7dfc6fde8f23293c5ca7f88e45ace81')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 17:38:50 UTC (rev 256057)
+++ community-x86_64/PKGBUILD   2017-09-06 17:39:09 UTC (rev 256058)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Evert Vorster (evors...@gmail.com)
-# Contributor: Martin Sandsmark 
-
-pkgname=movit
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="The modern video toolkit"
-arch=('i686' 'x86_64')
-url="http://movit.sesse.net/";
-license=('GPL')
-depends=('fftw' 'libepoxy')
-makedepends=('eigen' 'gtest' 'sdl2')
-source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
-sha256sums=('872ee2cd634527b505d631eea0b3e20e7155d6a260db11cb347a2a7a52fd6a8c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: movit/repos/community-x86_64/PKGBUILD (from rev 256057, 
movit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 17:39:09 UTC (rev 256058)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Evert Vorster 
+# Contributor: Martin Sandsmark 
+
+pkgname=movit
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="The modern video toolkit"
+arch=('i686' 'x86_64')
+url="http://movit.sesse.net/";
+license=('GPL')
+depends=('fftw' 'libepoxy')
+makedepends=('eigen' 'gtest' 'sdl2')
+source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
+sha256sums=('ead191d717dbefbe914260ed0335cf04a7dfc6fde8f23293c5ca7f88e45ace81')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-06 Thread Jaroslav Lichtblau
Date: Wednesday, September 6, 2017 @ 17:38:50
  Author: jlichtblau
Revision: 256057

upgpkg: movit 1.5.3-1 - new upstream release

Modified:
  movit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 17:13:43 UTC (rev 256056)
+++ PKGBUILD2017-09-06 17:38:50 UTC (rev 256057)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Jaroslav Lichtblau 
-# Contributor: Evert Vorster (evors...@gmail.com)
+# Contributor: Evert Vorster 
 # Contributor: Martin Sandsmark 
 
 pkgname=movit
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="The modern video toolkit"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('fftw' 'libepoxy')
 makedepends=('eigen' 'gtest' 'sdl2')
 source=(https://movit.sesse.net/$pkgname-$pkgver.tar.gz)
-sha256sums=('872ee2cd634527b505d631eea0b3e20e7155d6a260db11cb347a2a7a52fd6a8c')
+sha256sums=('ead191d717dbefbe914260ed0335cf04a7dfc6fde8f23293c5ca7f88e45ace81')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in qqc2-desktop-style (5 files)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 17:34:39
  Author: arojas
Revision: 304752

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

Added:
  qqc2-desktop-style/repos/
  qqc2-desktop-style/repos/extra-i686/
  qqc2-desktop-style/repos/extra-i686/PKGBUILD
(from rev 304751, qqc2-desktop-style/trunk/PKGBUILD)
  qqc2-desktop-style/repos/extra-x86_64/
  qqc2-desktop-style/repos/extra-x86_64/PKGBUILD
(from rev 304751, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/extra-i686/PKGBUILD (from rev 304751, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2017-09-06 17:34:39 UTC (rev 304752)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.10.95
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+#groups=(kf5)
+depends=(qt5-quickcontrols2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bafa0600f096826ba371a1e1366e04b6c9a47c7de81cb403df1caec5d809d82f'
+'SKIP')
+# validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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

Copied: qqc2-desktop-style/repos/extra-x86_64/PKGBUILD (from rev 304751, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2017-09-06 17:34:39 UTC (rev 304752)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.10.95
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+#groups=(kf5)
+depends=(qt5-quickcontrols2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bafa0600f096826ba371a1e1366e04b6c9a47c7de81cb403df1caec5d809d82f'
+'SKIP')
+# validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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


[arch-commits] Commit in (3 files)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 17:33:33
  Author: arojas
Revision: 304751

New Plasma dependency

Added:
  qqc2-desktop-style/
  qqc2-desktop-style/trunk/
  qqc2-desktop-style/trunk/PKGBUILD

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

Added: qqc2-desktop-style/trunk/PKGBUILD
===
--- qqc2-desktop-style/trunk/PKGBUILD   (rev 0)
+++ qqc2-desktop-style/trunk/PKGBUILD   2017-09-06 17:33:33 UTC (rev 304751)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.10.95
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+#groups=(kf5)
+depends=(qt5-quickcontrols2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bafa0600f096826ba371a1e1366e04b6c9a47c7de81cb403df1caec5d809d82f'
+'SKIP')
+# validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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


[arch-commits] Commit in syncthing/repos (20 files)

2017-09-06 Thread Jaroslav Lichtblau
Date: Wednesday, September 6, 2017 @ 17:13:43
  Author: jlichtblau
Revision: 256056

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 256055, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 256055, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 256055, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 256055, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 256055, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 256055, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 256055, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 256055, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 256055, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 256055, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   94 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   94 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 17:13:13 UTC (rev 256055)
+++ community-i686/PKGBUILD 2017-09-06 17:13:43 UTC (rev 256056)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.36
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/";
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('9b1c445b51f9c169da866aa6c0c68d8fa3f64f1ab5c54263e8dcd89eb8ff761e'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install

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

2017-09-06 Thread Jaroslav Lichtblau
Date: Wednesday, September 6, 2017 @ 17:13:13
  Author: jlichtblau
Revision: 256055

upgpkg: syncthing 0.14.37-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 15:05:22 UTC (rev 256054)
+++ PKGBUILD2017-09-06 17:13:13 UTC (rev 256055)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.36
+pkgver=0.14.37
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/";
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('9b1c445b51f9c169da866aa6c0c68d8fa3f64f1ab5c54263e8dcd89eb8ff761e'
+sha256sums=('5424fef0b19ab65ec9cf96a46cfbd4bc204b8559293cd3afb22ca99d4827ba0b'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 15:10:10
  Author: felixonmars
Revision: 304749

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

Added:
  libuv/repos/testing-i686/
  libuv/repos/testing-i686/PKGBUILD
(from rev 304748, libuv/trunk/PKGBUILD)
  libuv/repos/testing-x86_64/
  libuv/repos/testing-x86_64/PKGBUILD
(from rev 304748, libuv/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: libuv/repos/testing-i686/PKGBUILD (from rev 304748, 
libuv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-06 15:10:10 UTC (rev 304749)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha512sums=('de78909e92757ce024a48d5a12a1aedd8015d7135cee374965dc38c07c29352ea411a31921910653728b3f73aca0275382cbf2130144da65e50a472b17849ade')

Copied: libuv/repos/testing-x86_64/PKGBUILD (from rev 304748, 
libuv/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-06 15:10:10 UTC (rev 304749)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha512sums=('de78909e92757ce024a48d5a12a1aedd8015d7135cee374965dc38c07c29352ea411a31921910653728b3f73aca0275382cbf2130144da65e50a472b17849ade')


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

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 15:09:25
  Author: felixonmars
Revision: 304748

upgpkg: libuv 1.14.1-1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:33:02 UTC (rev 304747)
+++ PKGBUILD2017-09-06 15:09:25 UTC (rev 304748)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('i686' 'x86_64')
@@ -42,4 +42,4 @@
"$pkgdir"/usr/share/man/man1/libuv.1
 }
 
-sha512sums=('a838f2e97250a78861b72458d9278935d9e8151d69de21de19499dfe9d7304d65ce578c007356b75cd4ce2c17735292d93cdb2fcc206d4e2430ee3f9a2fc7222')
+sha512sums=('de78909e92757ce024a48d5a12a1aedd8015d7135cee374965dc38c07c29352ea411a31921910653728b3f73aca0275382cbf2130144da65e50a472b17849ade')


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

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 14:50:31
  Author: felixonmars
Revision: 256052

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

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

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 256051, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 14:50:31 UTC (rev 256052)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('39517998fbbf73c931a056f4e9e2a134e022516bebd9ecb012ae1a32f94d5b46ecfd71cf70e73ef612fa4ca46e6be78fd132e84405fc9abd0e98238d73d0aadf')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 256051, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 14:50:31 UTC (rev 256052)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('39517998fbbf73c931a056f4e9e2a134e022516bebd9ecb012ae1a32f94d5b46ecfd71cf70e73ef612fa4ca46e6be78fd132e84405fc9abd0e98238d73d0aadf')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir

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

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 14:49:46
  Author: felixonmars
Revision: 256051

upgpkg: hledger-web 1.3.1-4

rebuild with wai-handler-launch,3.0.2.3

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 14:44:43 UTC (rev 256050)
+++ PKGBUILD2017-09-06 14:49:46 UTC (rev 256051)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


[arch-commits] Commit in haskell-wai-handler-launch/repos (4 files)

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 14:44:43
  Author: felixonmars
Revision: 256050

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

Added:
  haskell-wai-handler-launch/repos/community-staging-i686/
  haskell-wai-handler-launch/repos/community-staging-i686/PKGBUILD
(from rev 256049, haskell-wai-handler-launch/trunk/PKGBUILD)
  haskell-wai-handler-launch/repos/community-staging-x86_64/
  haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD
(from rev 256049, haskell-wai-handler-launch/trunk/PKGBUILD)

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

Copied: haskell-wai-handler-launch/repos/community-staging-i686/PKGBUILD (from 
rev 256049, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-06 14:44:43 UTC (rev 256050)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.3
+pkgrel=1
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-wai" "haskell-warp" 
"haskell-http-types"
+ "haskell-streaming-commons" "haskell-async")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a962352c95fbb93aa6827ff0e65fd3df7719e5c1157578130edb3c8af0a1091ced838afe05f771efe6cc0f6f1fb08227cfa1547bf97f171ef8907a18ad90441c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 256049, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-06 14:44:43 UTC (rev 256050)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.3
+pkgrel=1
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-wai" "haskell-warp" 
"haskell-http-types"
+ "haskell-streaming-commons" "haskell-async")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a962352c95fbb93aa6827ff0e65fd3df7719e5c1157578130edb3c8af0a1091ced838afe05f771efe6cc0f6f1fb08227cfa1547bf97f171ef8907a18ad90441c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remo

[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 14:44:03
  Author: felixonmars
Revision: 256049

upgpkg: haskell-wai-handler-launch 3.0.2.3-1

rebuild with wai-handler-launch,3.0.2.3

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 14:41:30 UTC (rev 256048)
+++ PKGBUILD2017-09-06 14:44:03 UTC (rev 256049)
@@ -4,10 +4,10 @@
 
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
-pkgver=3.0.2.2
-pkgrel=11
+pkgver=3.0.2.3
+pkgrel=1
 pkgdesc="Launch a web app in the default browser."
-url="http://github.com/yesodweb/wai";
+url="https://github.com/yesodweb/wai";
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-blaze-builder" "haskell-wai" "haskell-warp" 
"haskell-http-types"
@@ -14,12 +14,8 @@
  "haskell-streaming-commons" "haskell-async")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('9c94c4da533ebcbbd28cf3dfbeb44a5e953dbf73b53cab0179f16931fa102908')
+sha512sums=('a962352c95fbb93aa6827ff0e65fd3df7719e5c1157578130edb3c8af0a1091ced838afe05f771efe6cc0f6f1fb08227cfa1547bf97f171ef8907a18ad90441c')
 
-prepare() {
-sed -i 's/process >= 1.0 && < 1.5/process >= 1.0/' 
$_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 14:41:30
  Author: felixonmars
Revision: 256048

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 256047, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 14:40:57 UTC (rev 256047)
+++ PKGBUILD2017-09-06 14:41:30 UTC (rev 256048)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz";)
-sha512sums=('19849febdc62e7b6402058e34ca2e2f0b986fda29aaf603567e5079d4bece7585dbb97e6555602c652cb6cdbbe44adbec96be6ebf322c3e5cf5e88a47f9d7856')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
-
-  cp -a oslo.config-$pkgver{,-py2}
-  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986')
-
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986')
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv "$pkgdir"/usr/bin/oslo-config-generator{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 256047, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 14:41:30 UTC (rev 256048)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz";)
+sha512sums=('f7a9469d8e875230a5ad6f4078e633877750388ac5b6c750ca9e21cbd6677d8b5a7d96181fcf36ad7cc6ed5257426cbbc046040ee8b6b4699e6c66efd63b03e8')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
+
+  cp -a oslo.config-$pkgver{,-py2}
+  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-config() {
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
+
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-config() {
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
+ 

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

2017-09-06 Thread Felix Yan
Date: Wednesday, September 6, 2017 @ 14:40:57
  Author: felixonmars
Revision: 256047

upgpkg: python-oslo-config 4.12.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 13:02:48 UTC (rev 256046)
+++ PKGBUILD2017-09-06 14:40:57 UTC (rev 256047)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=4.11.0
+pkgver=4.12.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz";)
-sha512sums=('19849febdc62e7b6402058e34ca2e2f0b986fda29aaf603567e5079d4bece7585dbb97e6555602c652cb6cdbbe44adbec96be6ebf322c3e5cf5e88a47f9d7856')
+sha512sums=('f7a9469d8e875230a5ad6f4078e633877750388ac5b6c750ca9e21cbd6677d8b5a7d96181fcf36ad7cc6ed5257426cbbc046040ee8b6b4699e6c66efd63b03e8')
 
 prepare() {
   sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 13:02:48
  Author: svenstaro
Revision: 256046

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 256045, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 256045, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 256045, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 256045, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 256045, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 256045, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 256045, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 256045, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 256045, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 256045, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 256045, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

-+
 PKGBUILD|  404 +++---
 gitlab-backup.service   |   38 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   40 ++--
 gitlab-sidekiq.service  |   58 +++---
 gitlab-unicorn.service  |   58 +++---
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   28 +--
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 +++
 11 files changed, 390 insertions(+), 390 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 13:02:33 UTC (rev 256045)
+++ PKGBUILD2017-09-06 13:02:48 UTC (rev 256046)
@@ -1,202 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=9.5.2
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs' 're2')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/gitlab-ce/repository/archive.tar.bz2?ref=v${pkgver}";
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('485a93ef4335c3f794ba4714df310395345272d608f991fe4975ae3fd976f6084a2bc2383631ea089e6b6cf03d0b0b2a2c24abc007b931458623016bd8371be0'
-
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
-
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
-
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'
-
'c097a26d1c24f120967ae457f9008df06af0cd2662306410d8e3f6cc4b5772416125fcd3c895bc35872251060083e8c95b37455b8d20154518d8c467625291eb'
-
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
-
'c519a51d313

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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 13:02:33
  Author: svenstaro
Revision: 256045

upgpkg: gitlab 9.5.3-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 11:10:32 UTC (rev 256044)
+++ PKGBUILD2017-09-06 13:02:33 UTC (rev 256045)
@@ -7,11 +7,11 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=9.5.2
+pkgver=9.5.3
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
+url="https://gitlab.com/gitlab-org/gitlab-ce";
 license=('MIT')
 options=(!buildflags)
 depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs' 're2')
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('485a93ef4335c3f794ba4714df310395345272d608f991fe4975ae3fd976f6084a2bc2383631ea089e6b6cf03d0b0b2a2c24abc007b931458623016bd8371be0'
+sha512sums=('3430c757734123c524d8ef79f20267f3b9b339b9a6d91160e6329dcff7af9f2537476450988ebfc3b17255f265fd1c2f3cb4b838a3b140ea113b3f1e78acbf3d'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 11:10:32
  Author: arojas
Revision: 256044

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 11:09:59 UTC (rev 256043)
+++ community-i686/PKGBUILD 2017-09-06 11:10:32 UTC (rev 256044)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/";
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('55b1d260b19c333d55f1c65bc15b0371d84fd6ae08b5a0bbd01ff1e5935cbcf1'
-'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 256043, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 11:10:32 UTC (rev 256044)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2ca9e541bcba758181217a9edc1f76814cabad9cf691040c1b9bc7c737c794e9'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 11:09:59 UTC (rev 256043)
+++ community-x86_64/PKGBUILD   2017-09-06 11:10:32 UTC (rev 256044)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/";
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('55b1d260b19c333d55f1c65bc15b0371d84fd6ae08b5a0bbd01ff1e5935cbcf1'
-'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: partitionmanager/repos/community-x86_64/PKGBUILD (from rev 256043, 
partitionmanager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 11:10:32 UTC (rev 256044)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 11:09:59
  Author: arojas
Revision: 256043

Update to 3.1.2

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 11:07:55 UTC (rev 256042)
+++ PKGBUILD2017-09-06 11:09:59 UTC (rev 256043)
@@ -4,7 +4,7 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(kpmcore hicolor-icon-theme kde-cli-tools)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('55b1d260b19c333d55f1c65bc15b0371d84fd6ae08b5a0bbd01ff1e5935cbcf1'
+sha256sums=('2ca9e541bcba758181217a9edc1f76814cabad9cf691040c1b9bc7c737c794e9'
 'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 11:07:45
  Author: svenstaro
Revision: 256041

upgpkg: emscripten 1.37.21-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:10:10 UTC (rev 256040)
+++ PKGBUILD2017-09-06 11:07:45 UTC (rev 256041)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.37.18
+pkgver=1.37.21
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz";
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz";
 "emscripten.sh")
-sha512sums=('aa531131e5d6069071b721698173b73b00f621ca58a1c5ba6f9a21325ed40263d5dbecf734cde24fb224d1f57596f9fe05771136c04ce521f861d5c7aedb3e85'
-
'f79aace8f6cd87a4d186454454aa2e592c2ae8c6c29972a4a9a1dd5be5122cb88072a3a2a3b09fa65dd0fc4e860e014bd01fc679163d3c3c4e1531366afbdcd6'
-
'29cb5091a5e443c6f14586558e5e5a087bd2e0b5896e471460196de50d752d26190629373f0a9b1edd0f8c08e275e40bb0aefb69d8caf760b0251dfa33721f1e'
+sha512sums=('78c3999e049fafb4ea07c1fde6f1e7ce493315404ef527e1bcc758d8f79b14489c3149422e3bbb36118c2dbbcb25a240f5056ce4891e4035bd8e2ba630b8a2dc'
+
'2ea66c93285285115c5263b9a79403d4d797bbc4d985896ef884c50aa366abe3bf418785bf7ea88467a9f31c23b8f3561db06208b3ac83b6aa3bc532a81706ae'
+
'b754e71c19b12251ba0637f9796bfe8992019f8d41193c5c3882f9094390d5aad98cf72b3c3c9d0a987680a54dd01f3ba211237882d9d5c8ade36b047c7ed0f9'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 11:07:55
  Author: svenstaro
Revision: 256042

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 256041, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 256041, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 256041, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 256041, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 256041, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 256041, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 11:07:45 UTC (rev 256041)
+++ community-i686/PKGBUILD 2017-09-06 11:07:55 UTC (rev 256042)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.37.18
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org";
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz";
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz";
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz";
-"emscripten.sh")
-sha512sums=('aa531131e5d6069071b721698173b73b00f621ca58a1c5ba6f9a21325ed40263d5dbecf734cde24fb224d1f57596f9fe05771136c04ce521f861d5c7aedb3e85'
-
'f79aace8f6cd87a4d186454454aa2e592c2ae8c6c29972a4a9a1dd5be5122cb88072a3a2a3b09fa65dd0fc4e860e014bd01fc679163d3c3c4e1531366afbdcd6'
-
'29cb5091a5e443c6f14586558e5e5a087bd2e0b5896e471460196de50d752d26190629373f0a9b1edd0f8c08e275e40bb0aefb69d8caf760b0251dfa33721f1e'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_p

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 10:33:02
  Author: arojas
Revision: 304747

Update URL

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:30:51 UTC (rev 304746)
+++ PKGBUILD2017-09-06 10:33:02 UTC (rev 304747)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Cross platform build tool'
 arch=('x86_64' 'i686')
-url='https://code.qt.io/qt-labs/qbs.git'
+url='https://wiki.qt.io/Qbs'
 license=('LGPL')
 depends=('qt5-base' 'qt5-script')
 makedepends=('gcc')


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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:30:51
  Author: heftig
Revision: 304746

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

Added:
  gnome-photos/repos/testing-i686/
  gnome-photos/repos/testing-i686/PKGBUILD
(from rev 304745, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/testing-x86_64/
  gnome-photos/repos/testing-x86_64/PKGBUILD
(from rev 304745, gnome-photos/trunk/PKGBUILD)

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

Copied: gnome-photos/repos/testing-i686/PKGBUILD (from rev 304745, 
gnome-photos/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-06 10:30:51 UTC (rev 304746)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.24.3
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Photos";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
gnome-online-accounts
+ lcms2 tracker geocode-glib grilo gfbgraph libgdata 
gnome-online-miners dleyna-server
+ dleyna-renderer libgexiv2 libraw)
+makedepends=(intltool itstool python yelp-tools autoconf-archive git)
+groups=(gnome-extra)
+_commit=eaf7a1e3ff30f5eebedcfe063b09fc8815d58a52  # tags/3.24.3^0
+source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-photos/repos/testing-x86_64/PKGBUILD (from rev 304745, 
gnome-photos/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-06 10:30:51 UTC (rev 304746)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.24.3
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Photos";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
gnome-online-accounts
+ lcms2 tracker geocode-glib grilo gfbgraph libgdata 
gnome-online-miners dleyna-server
+ dleyna-renderer libgexiv2 libraw)
+makedepends=(intltool itstool python yelp-tools autoconf-archive git)
+groups=(gnome-extra)
+_commit=eaf7a1e3ff30f5eebedcfe063b09fc8815d58a52  # tags/3.24.3^0
+source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:29:26
  Author: heftig
Revision: 304745

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 10:27:53 UTC (rev 304744)
+++ extra-i686/PKGBUILD 2017-09-06 10:29:26 UTC (rev 304745)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.12.12+120+g4a4b45b94
-pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework"
-url="https://wiki.gnome.org/Apps/Empathy";
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkit2gtk
- telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
- geocode-glib cheese libchamplain libgudev)
-makedepends=(intltool itstool docbook-xsl python gnome-common git)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-groups=(gnome)
-_commit=4a4b45b94861688a79bab5ec699f075a86977ffe  # master
-source=("git+https://git.gnome.org/browse/empathy#commit=$_commit";
-"git+https://git.gnome.org/browse/telepathy-account-widgets";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 304744, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-06 10:29:26 UTC (rev 304745)
@@ -0,0 +1,57 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.12.14
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework"
+url="https://wiki.gnome.org/Apps/Empathy";
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkit2gtk
+ telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
+ geocode-glib cheese libchamplain libgudev)
+makedepends=(intltool itstool docbook-xsl python gnome-common git)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+groups=(gnome)
+_commit=25545e60e16c8e3dba8ef90fa4621173d44ffea7  # tags/3.12.14^0
+source=("git+https://git.gnome.org/browse/empathy#commit=$_commit";
+"git+https://git.gnome.org/browse/telepathy-account-widgets";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-06 10:27:53 UTC (rev 304744)
+++ extra-x86_64/PKGBUILD   2017-09-06 10:29:26 UTC (rev 304745)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.12.12+120+g4a4b45b94
-pkgrel=1
-pkgdesc="A GNOME

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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:27:53
  Author: heftig
Revision: 304744

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

Added:
  gegl/repos/testing-i686/
  gegl/repos/testing-i686/PKGBUILD
(from rev 304743, gegl/trunk/PKGBUILD)
  gegl/repos/testing-x86_64/
  gegl/repos/testing-x86_64/PKGBUILD
(from rev 304743, gegl/trunk/PKGBUILD)

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

Copied: gegl/repos/testing-i686/PKGBUILD (from rev 304743, gegl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-06 10:27:53 UTC (rev 304744)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.3.20
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
+ 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
+ 'git')
+optdepends=('libraw: raw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'suitesparse: matting-levin plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin'
+'libtiff: tiff plugin'
+'lua: lua plugin'
+'lensfun: lens-correct plugin')
+_commit=517991898e8ea672d38aa0dd282bb59b84ae253d  # tags/GEGL_0_3_20^0
+source=("git+https://git.gnome.org/browse/gegl#commit=$_commit";)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gegl/repos/testing-x86_64/PKGBUILD (from rev 304743, 
gegl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-06 10:27:53 UTC (rev 304744)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.3.20
+pkgrel=1
+pkgdesc="Graph based image processing framework"
+arch=('i686' 'x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
+ 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
+ 'git')
+optdepends=('libraw: raw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'suitesparse: matting-levin plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin'
+'libtiff: tiff plugin'
+'lua: lua plugin'
+'lensfun: lens-correct plugin')
+_commit=517991898e8ea672d38aa0dd282bb59b84ae253d  # tags/GEGL_0_3_20^0
+source=("git+https://git.gnome.org/browse/gegl#commit=$_commit";)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gnome-online-accounts/repos (4 files)

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:27:20
  Author: heftig
Revision: 304743

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 304742, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 304742, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 10:24:04 UTC (rev 304742)
+++ extra-i686/PKGBUILD 2017-09-06 10:27:20 UTC (rev 304743)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.24.2
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-_commit=98a3be8021b9474e88a1cabf5b1da27b5b09fa03  # tags/3.24.2^0
-source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit";
-"git+https://git.gnome.org/browse/telepathy-account-widgets";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-media-server \
---enable-kerberos \
---enable-lastfm \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 304742, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-06 10:27:20 UTC (rev 304743)
@@ -0,0 +1,58 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.24.3
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+_commit=405012fd2df4d3650541d0b820a064eaa178d5c5  # tags/3.24.3^0
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit";
+"git+https://git.gnome.org/browse/telepathy-account-widgets";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-media-server \
+--enable-kerberos \
+--enable-lastfm \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-06 10:24:04 UTC (rev 304742)
+++ extra-x86_64/PKGBUILD   2017-09-06 10:27:20 UTC (rev 304743)
@@ -1,58 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.24.2
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-_commit=98a3be8021b9474e88a1cabf5b1da27b5b09fa03  # tags/3.24.2^

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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:24:04
  Author: heftig
Revision: 304742

3.24.3-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:23:24 UTC (rev 304741)
+++ PKGBUILD2017-09-06 10:24:04 UTC (rev 304742)
@@ -2,17 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.24.2
+pkgver=3.24.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Apps/Photos";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker geocode-glib
- grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
gnome-online-accounts
+ lcms2 tracker geocode-glib grilo gfbgraph libgdata 
gnome-online-miners dleyna-server
+ dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=dad853f682df1f80f85f2c1edc402f4fdc4b4d4d  # tags/3.24.2^0
+_commit=eaf7a1e3ff30f5eebedcfe063b09fc8815d58a52  # tags/3.24.3^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:23:24
  Author: heftig
Revision: 304741

3.12.14-1

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:22:43 UTC (rev 304740)
+++ PKGBUILD2017-09-06 10:23:24 UTC (rev 304741)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.12+120+g4a4b45b94
+pkgver=3.12.14
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy";
@@ -18,7 +18,7 @@
 'telepathy-rakia: SIP support'
 'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=4a4b45b94861688a79bab5ec699f075a86977ffe  # master
+_commit=25545e60e16c8e3dba8ef90fa4621173d44ffea7  # tags/3.12.14^0
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit";
 "git+https://git.gnome.org/browse/telepathy-account-widgets";)
 sha256sums=('SKIP'


[arch-commits] Commit in chromium/repos (32 files)

2017-09-06 Thread Evangelos Foutras
Date: Wednesday, September 6, 2017 @ 10:22:43
  Author: foutrelis
Revision: 304740

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 304739, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/breakpad-use-ucontext_t.patch
(from rev 304739, chromium/trunk/breakpad-use-ucontext_t.patch)
  chromium/repos/extra-i686/chromium-atk-r1.patch
(from rev 304739, chromium/trunk/chromium-atk-r1.patch)
  chromium/repos/extra-i686/chromium-blink-gcc7.patch
(from rev 304739, chromium/trunk/chromium-blink-gcc7.patch)
  chromium/repos/extra-i686/chromium-gcc-r1.patch
(from rev 304739, chromium/trunk/chromium-gcc-r1.patch)
  chromium/repos/extra-i686/chromium-gn-bootstrap-r14.patch
(from rev 304739, chromium/trunk/chromium-gn-bootstrap-r14.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 304739, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 304739, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 304739, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 304739, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/breakpad-use-ucontext_t.patch
(from rev 304739, chromium/trunk/breakpad-use-ucontext_t.patch)
  chromium/repos/extra-x86_64/chromium-atk-r1.patch
(from rev 304739, chromium/trunk/chromium-atk-r1.patch)
  chromium/repos/extra-x86_64/chromium-blink-gcc7.patch
(from rev 304739, chromium/trunk/chromium-blink-gcc7.patch)
  chromium/repos/extra-x86_64/chromium-gcc-r1.patch
(from rev 304739, chromium/trunk/chromium-gcc-r1.patch)
  chromium/repos/extra-x86_64/chromium-gn-bootstrap-r14.patch
(from rev 304739, chromium/trunk/chromium-gn-bootstrap-r14.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 304739, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 304739, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 304739, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-blink-gcc7.patch
  chromium/repos/extra-i686/chromium-gn-bootstrap-r8.patch
  chromium/repos/extra-i686/chromium-v8-gcc7.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-blink-gcc7.patch
  chromium/repos/extra-x86_64/chromium-gn-bootstrap-r8.patch
  chromium/repos/extra-x86_64/chromium-v8-gcc7.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  408 +
 /chromium-blink-gcc7.patch   |  152 +
 /chromium-widevine.patch |   20 +
 /chromium.desktop|  224 +
 /chromium.install|   32 +
 extra-i686/PKGBUILD  |  194 ---
 extra-i686/breakpad-use-ucontext_t.patch |  225 +
 extra-i686/chromium-atk-r1.patch |   11 
 extra-i686/chromium-blink-gcc7.patch |   76 
 extra-i686/chromium-gcc-r1.patch |   14 
 extra-i686/chromium-gn-bootstrap-r14.patch   |   27 +
 extra-i686/chromium-gn-bootstrap-r8.patch|   13 
 extra-i686/chromium-v8-gcc7.patch|   73 
 extra-i686/chromium-widevine.patch   |   10 
 extra-i686/chromium.desktop  |  112 --
 extra-i686/chromium.install  |   16 
 extra-x86_64/PKGBUILD|  194 ---
 extra-x86_64/breakpad-use-ucontext_t.patch   |  225 +
 extra-x86_64/chromium-atk-r1.patch   |   11 
 extra-x86_64/chromium-blink-gcc7.patch   |   76 
 extra-x86_64/chromium-gcc-r1.patch   |   14 
 extra-x86_64/chromium-gn-bootstrap-r14.patch |   27 +
 extra-x86_64/chromium-gn-bootstrap-r8.patch  |   13 
 extra-x86_64/chromium-v8-gcc7.patch  |   73 
 extra-x86_64/chromium-widevine.patch |   10 
 extra-x86_64/chromium.desktop|  112 --
 extra-x86_64/chromium.install|   16 
 27 files changed, 1390 insertions(+), 988 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 10:22:11 UTC (rev 304739)
+++ extra-i686/PKGBUILD 2017-09-06 10:22:43 UTC (rev 304740)
@@ -1,194 +0,0 @@
-# $Id: PKGBUILD 277477 2016-10-01 03:36:40Z foutrelis $
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-# Possible 

[arch-commits] Commit in chromium/trunk (7 files)

2017-09-06 Thread Evangelos Foutras
Date: Wednesday, September 6, 2017 @ 10:22:11
  Author: foutrelis
Revision: 304739

upgpkg: chromium 61.0.3163.79-1

New upstream release.

Added:
  chromium/trunk/breakpad-use-ucontext_t.patch
  chromium/trunk/chromium-atk-r1.patch
  chromium/trunk/chromium-gcc-r1.patch
  chromium/trunk/chromium-gn-bootstrap-r14.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium-gn-bootstrap-r8.patch
  chromium/trunk/chromium-v8-gcc7.patch

-+
 PKGBUILD|   82 +++--
 breakpad-use-ucontext_t.patch   |  225 ++
 chromium-atk-r1.patch   |   11 +
 chromium-gcc-r1.patch   |   14 ++
 chromium-gn-bootstrap-r14.patch |   27 
 chromium-gn-bootstrap-r8.patch  |   13 --
 chromium-v8-gcc7.patch  |   73 
 7 files changed, 323 insertions(+), 122 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:21:13 UTC (rev 304738)
+++ PKGBUILD2017-09-06 10:22:11 UTC (rev 304739)
@@ -4,30 +4,8 @@
 # Contributor: Jan "heftig" Steffens 
 # Contributor: Daniel J Griffiths 
 
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -rgA _system_libs=(
-  #[ffmpeg]=ffmpeg   # https://crbug.com/731766
-  [flac]=flac
-  #[freetype]=freetype2  # https://crbug.com/pdfium/733
-  [harfbuzz-ng]=harfbuzz-icu
-  #[icu]=icu # Enable again when upstream supports ICU 59
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng   # https://crbug.com/752403#c10
-  #[libvpx]=libvpx   # https://bugs.gentoo.org/611394
-  [libwebp]=libwebp
-  #[libxml]=libxml2  # https://bugs.gentoo.org/616818
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-
 pkgname=chromium
-pkgver=60.0.3112.113
+pkgver=61.0.3163.79
 pkgrel=1
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -37,7 +15,6 @@
 depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
-depends+=(${_system_libs[@]})
 makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git')
 optdepends=('pepper-flash: support for Flash content'
 'kdialog: needed for file dialogs in KDE'
@@ -47,18 +24,45 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
-chromium-gn-bootstrap-r8.patch
+breakpad-use-ucontext_t.patch
+chromium-gcc-r1.patch
+chromium-gn-bootstrap-r14.patch
+chromium-atk-r1.patch
 chromium-blink-gcc7.patch
-chromium-v8-gcc7.patch
 chromium-widevine.patch)
-sha256sums=('ebfce706a1ea02a92e35f360c7364d1184dacf040b59eade4cb51aa61a4fec59'
+sha256sums=('bdbc139ed86f3b5d1ec3c3b00caeaef4f9ac2c363438f03dded56e217ad10727'
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
-'06345804c00d9618dad98a2dc04f31ef19912cdf6e9d6e577ef7ffb1fa57003f'
+'6e9a345f810d36068ee74ebba4708c70ab30421dad3571b6be5e9db635078ea8'
+'11cffe305dd49027c91638261463871e9ecb0ecc6ecc02bfa37b203c5960ab58'
+'98784c4a0a793ecf34987bc8f91ae360d78596a4a59dd47651411381f752a080'
+'fc0e9abb77b6f8e21a7601ff53f267a854736d711b530be5bbd80d976678e98d'
 'f94310a7ba9b8b777adfb4442bcc0a8f0a3d549b2cf4a156066f8e2e28e2f323'
-'46dacc4fa52652b7d99b8996d6a97e5e3bac586f879aefb9fb95020d2c4e5aec'
 'd6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
 
+# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
+# Keys are the names in the above script; values are the dependencies in Arch
+declare -rgA _system_libs=(
+  #[ffmpeg]=ffmpeg   # https://crbug.com/731766
+  [flac]=flac
+  #[freetype]=freetype2  # https://crbug.com/pdfium/733
+  [harfbuzz-ng]=harfbuzz-icu
+  #[icu]=icu # Enable again when upstream supports ICU 59
+  [libdrm]=
+  [libjpeg]=libjpeg
+  #[libpng]=libpng   # https://crbug.com/752403#c10
+  #[libvpx]=libvpx   # https://bugs.gentoo.org/611394
+  [libwebp]=libwebp
+  [libxml]=libxml2
+  [libxslt]=libxslt
+  [opus]=opus
+  [re2]=re2
+  [snappy]=snappy
+  [yasm]=
+  [zlib]=minizip
+)
+depends+=(${_system_libs[@]})
+
 # Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
 # get your 

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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:21:13
  Author: heftig
Revision: 304738

3.24.3-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:20:23 UTC (rev 304737)
+++ PKGBUILD2017-09-06 10:21:13 UTC (rev 304738)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.24.2
+pkgver=3.24.3
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
 'gvfs-google: Google Drive')
-_commit=98a3be8021b9474e88a1cabf5b1da27b5b09fa03  # tags/3.24.2^0
+_commit=405012fd2df4d3650541d0b820a064eaa178d5c5  # tags/3.24.3^0
 
source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit";
 "git+https://git.gnome.org/browse/telepathy-account-widgets";)
 sha256sums=('SKIP'


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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:20:23
  Author: heftig
Revision: 304737

0.3.20-1

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:41:08 UTC (rev 304736)
+++ PKGBUILD2017-09-06 10:20:23 UTC (rev 304737)
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=gegl
-pkgver=0.3.14
-pkgrel=2
+pkgver=0.3.20
+pkgrel=1
 pkgdesc="Graph based image processing framework"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/";
 license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib')
-makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg'
- 'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 
'lensfun'
- 'gobject-introspection' 'git' 'gtk-doc')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
+ 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
+ 'git')
 optdepends=('libraw: raw plugin'
 'openexr: openexr plugin'
 'ffmpeg: ffmpeg plugin'
@@ -21,7 +21,7 @@
 'libtiff: tiff plugin'
 'lua: lua plugin'
 'lensfun: lens-correct plugin')
-_commit=285e5b781f2ef6359d264192f826564402119b87  # tags/GEGL_0_3_14^0
+_commit=517991898e8ea672d38aa0dd282bb59b84ae253d  # tags/GEGL_0_3_20^0
 source=("git+https://git.gnome.org/browse/gegl#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 10:09:58
  Author: svenstaro
Revision: 256039

upgpkg: ogre 1.10.8-1

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:56:25 UTC (rev 256038)
+++ PKGBUILD2017-09-06 10:09:58 UTC (rev 256039)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.7
+pkgver=1.10.8
 pkgrel=1
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 10:10:10
  Author: svenstaro
Revision: 256040

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

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

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 10:09:58 UTC (rev 256039)
+++ community-i686/PKGBUILD 2017-09-06 10:10:10 UTC (rev 256040)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.7
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}";)
-sha512sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 256039, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 10:10:10 UTC (rev 256040)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.8
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}";)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 09:56:25
  Author: arojas
Revision: 256038

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 09:55:51 UTC (rev 256037)
+++ PKGBUILD2017-09-06 09:56:25 UTC (rev 256038)
@@ -1,45 +0,0 @@
-#$Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.8
-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=('50e26c4f9548f0211cb0dd35ade192939ec12c5aab9d0d55692223390dbb9039')
-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
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 256037, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 09:56:25 UTC (rev 256038)
@@ -0,0 +1,45 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.9
+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')
+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-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 09:55:51
  Author: arojas
Revision: 256037

Update to 3.2.9

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:24:03 UTC (rev 256036)
+++ PKGBUILD2017-09-06 09:55:51 UTC (rev 256037)
@@ -5,7 +5,7 @@
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.2.8
+pkgver=3.2.9
 pkgrel=1
 pkgdesc='Command line utility for viewing YouTube videos'
 arch=('any')
@@ -12,7 +12,7 @@
 url='https://github.com/trizen/youtube-viewer'
 license=('GPL3')
 source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('50e26c4f9548f0211cb0dd35ade192939ec12c5aab9d0d55692223390dbb9039')
+sha256sums=('63d4ab300030fe79ed48f441a83085fbc007833eab4717c66b911f45e798da8d')
 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 digikam/repos (4 files)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 09:41:08
  Author: arojas
Revision: 304736

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-06 09:40:15 UTC (rev 304735)
+++ extra-i686/PKGBUILD 2017-09-06 09:41:08 UTC (rev 304736)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins')
-_pkgver=5.6.0
-pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=5
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/";
-makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 
'boost'
- 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble-common' 
'kdesignerplugin'
- 'kfilemetadata' 'akonadi-contacts' 'qtav' 'threadweaver' 
'kcalcore'
- 'knotifyconfig' 'libmediawiki' 'libkvkontakte')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz";
-
digikam-cmake-3.9.patch::"https://cgit.kde.org/digikam.git/patch/?id=7e00441c";)
-sha256sums=('65bdd3f15668e314b852d523a0bf95da32450f31fcfda60da62e57d4622a663c'
-'f7efc50dd63711388b6b119a7b3413f49deca233687e7ef1bafecf4c76491eff')
-
-prepare() {
-  mkdir -p build
-
-# sv docs fail to build
-  sed -e '/sv/d' -i $pkgname-$pkgver/doc-translated/CMakeLists.txt
-# fix conflicts with libkvkontakte
-  rm $pkgbase-$pkgver/po/*/libkvkontakte.po
-# fix build with cmake 3.9
-  cd $pkgbase-$pkgver/core
-  patch -p1 -i ../../digikam-cmake-3.9.patch
-}
-
-build() {
-  cd build
-
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DENABLE_OPENCV3=ON \
--DENABLE_APPSTYLES=ON
-  make
-}
-
-package_digikam() {
-  pkgdesc="Digital photo management application for KDE"
-  depends=('liblqr' 'libkipi' 'lensfun' 'opencv' 'akonadi-contacts'
-   'knotifyconfig' 'libksane' 'kfilemetadata' 'qtav' 'marble-common' 
'threadweaver' 'kcalcore')
-  optdepends=('kipi-plugins: export to various online services'
-  'hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)')
-
-  cd build/core
-  make DESTDIR="$pkgdir" install
-  cd $srcdir/build/doc
-  make DESTDIR="$pkgdir" install
-  cd $srcdir/build/po
-  make DESTDIR="$pkgdir" install
-
-# Provided by kipi-plugins
-  rm "$pkgdir"/usr/share/locale/*/LC_MESSAGES/kipiplugin*.mo
-}
-
-package_kipi-plugins() {
-  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
-  depends=('kio' 'libkipi')
-  optdepends=('libmediawiki: MediaWiki Export plugin'
-  'libkvkontakte: VKontakte.ru Exporter plugin')
-
-  cd build/extra
-  make DESTDIR="$pkgdir" install
-  cd $srcdir/build/po
-  make DESTDIR="$pkgdir" install
-
-# Provided by digikam
-  rm "$pkgdir"/usr/share/locale/*/LC_MESSAGES/digikam.mo
-}

Copied: digikam/repos/extra-i686/PKGBUILD (from rev 304735, 
digikam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-06 09:41:08 UTC (rev 304736)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins')
+_pkgver=5.7.0
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=1
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/";
+makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 
'boost'
+ 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble-common' 
'kdesignerplugin'
+ 'kfilemetadata' 'akonadi-contacts' 'qtav' 'threadweaver' 
'kcalcore'
+ 'knotifyconfig' 'libmediawiki' 'libkvkontakte')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz";)
+sha256sums=('3605ffb5b6e8fbd6b725e5075f74f505d7edee7531789c2882d11df2d20150f5')
+
+prepare() {
+  mkdir -p build
+
+# sv docs fail to build
+  sed -e '/s

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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 09:40:15
  Author: arojas
Revision: 304735

Update to 5.7.0

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:14:17 UTC (rev 304734)
+++ PKGBUILD2017-09-06 09:40:15 UTC (rev 304735)
@@ -5,9 +5,9 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins')
-_pkgver=5.6.0
+_pkgver=5.7.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=5
+pkgrel=1
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,10 +16,8 @@
  'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble-common' 
'kdesignerplugin'
  'kfilemetadata' 'akonadi-contacts' 'qtav' 'threadweaver' 
'kcalcore'
  'knotifyconfig' 'libmediawiki' 'libkvkontakte')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz";
-
digikam-cmake-3.9.patch::"https://cgit.kde.org/digikam.git/patch/?id=7e00441c";)
-sha256sums=('65bdd3f15668e314b852d523a0bf95da32450f31fcfda60da62e57d4622a663c'
-'f7efc50dd63711388b6b119a7b3413f49deca233687e7ef1bafecf4c76491eff')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz";)
+sha256sums=('3605ffb5b6e8fbd6b725e5075f74f505d7edee7531789c2882d11df2d20150f5')
 
 prepare() {
   mkdir -p build
@@ -28,9 +26,6 @@
   sed -e '/sv/d' -i $pkgname-$pkgver/doc-translated/CMakeLists.txt
 # fix conflicts with libkvkontakte
   rm $pkgbase-$pkgver/po/*/libkvkontakte.po
-# fix build with cmake 3.9
-  cd $pkgbase-$pkgver/core
-  patch -p1 -i ../../digikam-cmake-3.9.patch
 }
 
 build() {


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 09:23:56
  Author: svenstaro
Revision: 256035

upgpkg: tokei 6.1.2-1

Modified:
  tokei/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:15:46 UTC (rev 256034)
+++ PKGBUILD2017-09-06 09:23:56 UTC (rev 256035)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=tokei
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 depends=('gcc-libs')
 makedepends=('rust' 'cargo')
 source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
-sha512sums=('241aa64cbc56a3feccde642467fc87a3eb042723f0026f0e0262a6fe65085f261212b3408fcc64980e3b3009d57dbd6ef9d51b78504fb1ee46b7a2ba5c31d95d')
+sha512sums=('5d782c10238e29f7fe600a2f97395de3d28077d044d68172a721197fe9f5732fdd97aa01404f7815d4b425b75efe5e914e74935a09f8f321ec5c23e2ccd07fe4')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 09:24:03
  Author: svenstaro
Revision: 256036

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

Added:
  tokei/repos/community-i686/PKGBUILD
(from rev 256035, tokei/trunk/PKGBUILD)
  tokei/repos/community-x86_64/PKGBUILD
(from rev 256035, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-i686/PKGBUILD
  tokei/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-09-06 09:23:56 UTC (rev 256035)
+++ community-i686/PKGBUILD 2017-09-06 09:24:03 UTC (rev 256036)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('i686' 'x86_64')
-url="https://github.com/Aaronepower/tokei";
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
-sha512sums=('241aa64cbc56a3feccde642467fc87a3eb042723f0026f0e0262a6fe65085f261212b3408fcc64980e3b3009d57dbd6ef9d51b78504fb1ee46b7a2ba5c31d95d')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-i686/PKGBUILD (from rev 256035, 
tokei/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 09:24:03 UTC (rev 256036)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=6.1.2
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('i686' 'x86_64')
+url="https://github.com/Aaronepower/tokei";
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
+sha512sums=('5d782c10238e29f7fe600a2f97395de3d28077d044d68172a721197fe9f5732fdd97aa01404f7815d4b425b75efe5e914e74935a09f8f321ec5c23e2ccd07fe4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 09:23:56 UTC (rev 256035)
+++ community-x86_64/PKGBUILD   2017-09-06 09:24:03 UTC (rev 256036)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('i686' 'x86_64')
-url="https://github.com/Aaronepower/tokei";
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
-sha512sums=('241aa64cbc56a3feccde642467fc87a3eb042723f0026f0e0262a6fe65085f261212b3408fcc64980e3b3009d57dbd6ef9d51b78504fb1ee46b7a2ba5c31d95d')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 256035, 
tokei/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 09:24:03 UTC (rev 256036)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=6.1.2
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('i686' 'x86_64')
+url="https://github.com/Aaronepower/tokei";
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
+sha512sums=('5d782c10238e29f7fe600a2f97395de3d28077d044d68172a721197fe9f5732fdd97aa01404f7815d4b425b75efe5e914e74935a09f8f321

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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 09:15:41
  Author: svenstaro
Revision: 256033

upgpkg: yarn 1.0.0-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:14:54 UTC (rev 256032)
+++ PKGBUILD2017-09-06 09:15:41 UTC (rev 256033)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=0.28.4
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,15 +10,17 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";)
-sha512sums=('ddbcbab1b4d3e033385da309fdf18740f16a3d1e754a4449835b8b75dfd87de5f6ec1e492e776e2245324a6e6e1f8e44b9120092d00e792b1bff07b3bb06f6fb')
+sha512sums=('988bcbb7c3de383a7964663e18f85c75965a4d8373dcd73c723878d4748acd3706e0813e01cf277dadd7a50dc77e8aed27d017cc885d68c11e1416e89b192446')
 
 package() {
+  cd yarn-v${pkgver}
   install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
 
   install -dm755 "$pkgdir"/usr/bin
   ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
   ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
 
-  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
 }


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 09:15:46
  Author: svenstaro
Revision: 256034

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 256033, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 09:15:41 UTC (rev 256033)
+++ PKGBUILD2017-09-06 09:15:46 UTC (rev 256034)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=0.28.4
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";)
-sha512sums=('ddbcbab1b4d3e033385da309fdf18740f16a3d1e754a4449835b8b75dfd87de5f6ec1e492e776e2245324a6e6e1f8e44b9120092d00e792b1bff07b3bb06f6fb')
-
-package() {
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R "$srcdir"/dist/* "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 "$srcdir"/dist/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 256033, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 09:15:46 UTC (rev 256034)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz";)
+sha512sums=('988bcbb7c3de383a7964663e18f85c75965a4d8373dcd73c723878d4748acd3706e0813e01cf277dadd7a50dc77e8aed27d017cc885d68c11e1416e89b192446')
+
+package() {
+  cd yarn-v${pkgver}
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


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

2017-09-06 Thread Sergej Pupykin
Date: Wednesday, September 6, 2017 @ 09:14:54
  Author: spupykin
Revision: 256032

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

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

---+
 /PKGBUILD |  168 
 /lxc-auto.service |   26 +
 /lxc.service  |   26 +
 /lxc.tmpfiles.d   |2 
 community-i686/PKGBUILD   |   90 ---
 community-i686/lxc-auto.service   |   13 --
 community-i686/lxc.service|   13 --
 community-i686/lxc.tmpfiles.d |1 
 community-x86_64/PKGBUILD |   90 ---
 community-x86_64/lxc-auto.service |   13 --
 community-x86_64/lxc.service  |   13 --
 community-x86_64/lxc.tmpfiles.d   |1 
 12 files changed, 222 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 09:14:19 UTC (rev 256031)
+++ community-i686/PKGBUILD 2017-09-06 09:14:54 UTC (rev 256032)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=2.0.8
-pkgrel=2
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org";
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service"
-   
"https://github.com/lxc/lxc/commit/57927bf2550feccadba2127a193023e7c54d9ca4.patch";)
-sha256sums=('0d8e34b302cfe4c40c6c9ae5097096aa5cc2c1dfceea3f0f22e3e16c4a4e8494'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0'
-'3f5017b4aa67dd85506a58b70badfd22ceec2f9a3347dbf057a4013bba1e5b50')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\"";|' \
-configure.ac
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e "s|name='_lxc'|name='lxc'|" \
-src/python-lxc/setup.py.in
-  patch -p1 -i $srcdir/*.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmp

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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 09:14:17
  Author: heftig
Revision: 304734

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

Added:
  flatpak/repos/testing-i686/PKGBUILD
(from rev 304733, flatpak/trunk/PKGBUILD)
  flatpak/repos/testing-i686/flatpak.install
(from rev 304733, flatpak/trunk/flatpak.install)
  flatpak/repos/testing-x86_64/PKGBUILD
(from rev 304733, flatpak/trunk/PKGBUILD)
  flatpak/repos/testing-x86_64/flatpak.install
(from rev 304733, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/testing-i686/PKGBUILD
  flatpak/repos/testing-i686/flatpak.install
  flatpak/repos/testing-x86_64/PKGBUILD
  flatpak/repos/testing-x86_64/flatpak.install

+
 /PKGBUILD  |  156 +++
 /flatpak.install   |   22 +
 testing-i686/PKGBUILD  |   79 ---
 testing-i686/flatpak.install   |   11 --
 testing-x86_64/PKGBUILD|   79 ---
 testing-x86_64/flatpak.install |   11 --
 6 files changed, 178 insertions(+), 180 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-09-06 09:13:41 UTC (rev 304733)
+++ testing-i686/PKGBUILD   2017-09-06 09:14:17 UTC (rev 304734)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org";
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
- python bubblewrap)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-replaces=('flatpak<0.9.10')
-_commit=52aab929fb4f261f2d7995190adfad167d76589a  # tags/0.9.10^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-"git+https://github.com/projectatomic/bubblewrap";
-"git+https://git.gnome.org/browse/libglnx";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/testing-i686/PKGBUILD (from rev 304733, 
flatpak/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-06 09:14:17 UTC (rev 304734)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.10
+pkgrel=2
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=52aab929fb4f261f2d7995190adfad167d76589a  # tags/0.9.10^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+"git+https://github.com/projectatomic/bubblewrap";
+"git+https://git.gnome.org/browse/libglnx";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstat

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

2017-09-06 Thread Sergej Pupykin
Date: Wednesday, September 6, 2017 @ 09:14:19
  Author: spupykin
Revision: 256031

upgpkg: lxc 1:2.1.0-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:13:25 UTC (rev 256030)
+++ PKGBUILD2017-09-06 09:14:19 UTC (rev 256031)
@@ -7,13 +7,13 @@
 
 pkgname=lxc
 epoch=1
-pkgver=2.0.8
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org";
 depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
+makedepends=('docbook2x' 'lua' 'python-setuptools')
 optdepends=('arch-install-scripts: for archlinux template'
'dnsmasq: lxc-net.service'
'lua'
@@ -27,14 +27,12 @@
 
source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
"lxc.tmpfiles.d"
"lxc.service"
-   "lxc-auto.service"
-   
"https://github.com/lxc/lxc/commit/57927bf2550feccadba2127a193023e7c54d9ca4.patch";)
-sha256sums=('0d8e34b302cfe4c40c6c9ae5097096aa5cc2c1dfceea3f0f22e3e16c4a4e8494'
+   "lxc-auto.service")
+sha256sums=('394407305a409eb1f95fe06e7718acfe89b1d5df267b0c6aafb1d714e2038de2'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0'
-'3f5017b4aa67dd85506a58b70badfd22ceec2f9a3347dbf057a4013bba1e5b50')
+'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
@@ -47,10 +45,6 @@
   sed -i \
 -e 's|\${prefix}/||g' \
 lxc.pc.in
-  sed -i \
--e "s|name='_lxc'|name='lxc'|" \
-src/python-lxc/setup.py.in
-  patch -p1 -i $srcdir/*.patch
 }
 
 build() {


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 09:13:25
  Author: arojas
Revision: 256030

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 09:12:51 UTC (rev 256029)
+++ community-i686/PKGBUILD 2017-09-06 09:13:25 UTC (rev 256030)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/";
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('46c3f97711cd8709aece346a27bc6ba89c29cfb5bcf2399bf1982c2e11ee6272'
-'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 256029, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 09:13:25 UTC (rev 256030)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('55b1d260b19c333d55f1c65bc15b0371d84fd6ae08b5a0bbd01ff1e5935cbcf1'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-06 09:12:51 UTC (rev 256029)
+++ community-x86_64/PKGBUILD   2017-09-06 09:13:25 UTC (rev 256030)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/";
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('46c3f97711cd8709aece346a27bc6ba89c29cfb5bcf2399bf1982c2e11ee6272'
-'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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

Copied: partitionmanager/repos/community-x86_64/PKGBUILD (from rev 256029, 
partitionmanager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-06 09:13:25 UTC (rev 256030)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor

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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 09:13:41
  Author: heftig
Revision: 304733

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

Added:
  babl/repos/testing-i686/
  babl/repos/testing-i686/PKGBUILD
(from rev 304732, babl/trunk/PKGBUILD)
  babl/repos/testing-x86_64/
  babl/repos/testing-x86_64/PKGBUILD
(from rev 304732, babl/trunk/PKGBUILD)

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

Copied: babl/repos/testing-i686/PKGBUILD (from rev 304732, babl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-06 09:13:41 UTC (rev 304733)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=babl
+pkgver=0.1.30
+pkgrel=1
+pkgdesc="Dynamic, any to any, pixel format conversion library"
+arch=('i686' 'x86_64')
+url="http://gegl.org/babl/";
+license=('LGPL3')
+depends=('glibc')
+makedepends=('gobject-introspection' 'vala')
+options=('!makeflags')
+source=(https://ftp.gimp.org/pub/babl/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('45c12c7b06d965123756821fc70c968137d16d44151a6eb55075f904e11d53cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: babl/repos/testing-x86_64/PKGBUILD (from rev 304732, 
babl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-06 09:13:41 UTC (rev 304733)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=babl
+pkgver=0.1.30
+pkgrel=1
+pkgdesc="Dynamic, any to any, pixel format conversion library"
+arch=('i686' 'x86_64')
+url="http://gegl.org/babl/";
+license=('LGPL3')
+depends=('glibc')
+makedepends=('gobject-introspection' 'vala')
+options=('!makeflags')
+source=(https://ftp.gimp.org/pub/babl/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('45c12c7b06d965123756821fc70c968137d16d44151a6eb55075f904e11d53cc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 09:12:51
  Author: arojas
Revision: 256029

Update to 3.1.1

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 09:05:05 UTC (rev 256028)
+++ PKGBUILD2017-09-06 09:12:51 UTC (rev 256029)
@@ -4,7 +4,7 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(kpmcore hicolor-icon-theme kde-cli-tools)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('46c3f97711cd8709aece346a27bc6ba89c29cfb5bcf2399bf1982c2e11ee6272'
+sha256sums=('55b1d260b19c333d55f1c65bc15b0371d84fd6ae08b5a0bbd01ff1e5935cbcf1'
 'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 09:12:25
  Author: heftig
Revision: 304732

0.9.10-2

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 08:09:35 UTC (rev 304731)
+++ PKGBUILD2017-09-06 09:12:25 UTC (rev 304732)
@@ -3,7 +3,7 @@
 
 pkgname=flatpak
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="http://flatpak.org";
 arch=(i686 x86_64)
@@ -13,7 +13,6 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-replaces=('flatpak<0.9.10')
 _commit=52aab929fb4f261f2d7995190adfad167d76589a  # tags/0.9.10^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
 "git+https://github.com/projectatomic/bubblewrap";


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 09:05:05
  Author: svenstaro
Revision: 256028

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 256027, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-06 09:04:55 UTC (rev 256027)
+++ PKGBUILD2017-09-06 09:05:05 UTC (rev 256028)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Hatina 
-pkgname=glm
-pkgver=0.9.8.4
-pkgrel=2
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
-arch=('any')
-license=('MIT')
-url="http://glm.g-truc.net";
-makedepends=('cmake')
-source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
-md5sums=('84a5b85fcfa9c105f4551d9b29cc80b3')
-
-package() {
-cd $pkgname
-
-mkdir build
-cd build
-
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make DESTDIR=$pkgdir install
-
-cd ..
-
-mkdir -p $pkgdir/usr/share/doc
-cp -r doc $pkgdir/usr/share/doc/glm
-
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# Fix https://bugs.archlinux.org/task/52501
-sed -i \
-"s/PACKAGE_VERSION_UNSUITABLE TRUE/PACKAGE_VERSION_UNSUITABLE FALSE/g" 
\
-$pkgdir/usr/lib/cmake/glm/glmConfigVersion.cmake
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 256027, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-06 09:05:05 UTC (rev 256028)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Hatina 
+pkgname=glm
+pkgver=0.9.8.5
+pkgrel=1
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net";
+makedepends=('cmake')
+source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
+md5sums=('456c9f54cf9da189733a74c173b840b5')
+
+package() {
+cd $pkgname
+
+mkdir build
+cd build
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make DESTDIR=$pkgdir install
+
+cd ..
+
+mkdir -p $pkgdir/usr/share/doc
+cp -r doc $pkgdir/usr/share/doc/glm
+
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+# Fix https://bugs.archlinux.org/task/52501
+sed -i \
+"s/PACKAGE_VERSION_UNSUITABLE TRUE/PACKAGE_VERSION_UNSUITABLE FALSE/g" 
\
+$pkgdir/usr/lib/cmake/glm/glmConfigVersion.cmake
+}


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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 09:04:55
  Author: svenstaro
Revision: 256027

upgpkg: glm 0.9.8.5-1

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 08:15:30 UTC (rev 256026)
+++ PKGBUILD2017-09-06 09:04:55 UTC (rev 256027)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Peter Hatina 
 pkgname=glm
-pkgver=0.9.8.4
-pkgrel=2
+pkgver=0.9.8.5
+pkgrel=1
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('any')
 license=('MIT')
@@ -9,7 +9,7 @@
 url="http://glm.g-truc.net";
 makedepends=('cmake')
 
source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip";)
-md5sums=('84a5b85fcfa9c105f4551d9b29cc80b3')
+md5sums=('456c9f54cf9da189733a74c173b840b5')
 
 package() {
 cd $pkgname


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

2017-09-06 Thread Bartłomiej Piotrowski
Date: Wednesday, September 6, 2017 @ 08:15:19
  Author: bpiotrowski
Revision: 256025

1:0.4.0-1: new upstream release

Added:
  zeal/trunk/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch
Modified:
  zeal/trunk/PKGBUILD

-+
 0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch |   27 ++
 PKGBUILD|   21 +++---
 2 files changed, 41 insertions(+), 7 deletions(-)

Added: 0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch
===
--- 0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch 
(rev 0)
+++ 0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch 2017-09-06 
08:15:19 UTC (rev 256025)
@@ -0,0 +1,27 @@
+From 19a1554726d1e8589f99af2b1e90c6e116eef632 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Wed, 6 Sep 2017 10:10:06 +0200
+Subject: [PATCH] Revert "doc: Add Carbon ad to the welcome page"
+
+This reverts commit a90fef36dfa970427bf879b998897e95cafeeff1.
+---
+ src/app/resources/browser/welcome.html | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/app/resources/browser/welcome.html 
b/src/app/resources/browser/welcome.html
+index afe9e2a..490a0fb 100644
+--- a/src/app/resources/browser/welcome.html
 b/src/app/resources/browser/welcome.html
+@@ -34,9 +34,6 @@
+ 
+   
+ 
+-  
+-https://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=zealdocsforwindowsorg";
 id="_carbonads_js">
+-  
+   
+ https://github.com/zealdocs/zeal";>
+   
+-- 
+2.14.1
+

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 07:10:43 UTC (rev 256024)
+++ PKGBUILD2017-09-06 08:15:19 UTC (rev 256025)
@@ -5,17 +5,24 @@
 
 pkgname=zeal
 epoch=1
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='An offline API documentation browser'
 arch=('i686' 'x86_64')
 url='https://zealdocs.org/'
-license=('GPL3')
-depends=('qt5-webkit' 'hicolor-icon-theme' 'desktop-file-utils' 'libarchive'
- 'qt5-x11extras')
-source=("zeal-${pkgver}.tar.gz::https://github.com/zealdocs/zeal/archive/v${pkgver}.tar.gz";)
-sha256sums=('55f8511977818612e00ae87a4fddaa346210189531469690f2e3961bb4c2c318')
+license=(GPL3)
+depends=(qt5-webkit hicolor-icon-theme desktop-file-utils libarchive
+ qt5-x11extras)
+source=(zeal-${pkgver}.tar.gz::https://github.com/zealdocs/zeal/archive/v${pkgver}.tar.gz
+0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch)
+sha256sums=('1f6b50026036923ae0cfbf3f4eb1066ee2fdaf0425d4c321203e0dd9506823fd'
+'6b0a5642be3bd6b36f02973a0b28c15334803cf93ec70a5d18601852a974dac1')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i 
"$srcdir/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch"
+}
+
 build() {
   cd $pkgname-$pkgver
   QT_SELECT=5 qmake CONFIG+=force_debug_info


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

2017-09-06 Thread Bartłomiej Piotrowski
Date: Wednesday, September 6, 2017 @ 08:15:30
  Author: bpiotrowski
Revision: 256026

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

Added:
  
zeal/repos/community-i686/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch
(from rev 256025, 
zeal/trunk/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch)
  zeal/repos/community-i686/PKGBUILD
(from rev 256025, zeal/trunk/PKGBUILD)
  
zeal/repos/community-x86_64/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch
(from rev 256025, 
zeal/trunk/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch)
  zeal/repos/community-x86_64/PKGBUILD
(from rev 256025, zeal/trunk/PKGBUILD)
Deleted:
  zeal/repos/community-i686/PKGBUILD
  zeal/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   
70 ++
 community-i686/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch   |   
27 +++
 community-i686/PKGBUILD  |   
28 
 community-x86_64/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch |   
27 +++
 community-x86_64/PKGBUILD|   
28 
 5 files changed, 124 insertions(+), 56 deletions(-)

Copied: 
zeal/repos/community-i686/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch
 (from rev 256025, 
zeal/trunk/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch)
===
--- community-i686/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch  
(rev 0)
+++ community-i686/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch  
2017-09-06 08:15:30 UTC (rev 256026)
@@ -0,0 +1,27 @@
+From 19a1554726d1e8589f99af2b1e90c6e116eef632 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Wed, 6 Sep 2017 10:10:06 +0200
+Subject: [PATCH] Revert "doc: Add Carbon ad to the welcome page"
+
+This reverts commit a90fef36dfa970427bf879b998897e95cafeeff1.
+---
+ src/app/resources/browser/welcome.html | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/app/resources/browser/welcome.html 
b/src/app/resources/browser/welcome.html
+index afe9e2a..490a0fb 100644
+--- a/src/app/resources/browser/welcome.html
 b/src/app/resources/browser/welcome.html
+@@ -34,9 +34,6 @@
+ 
+   
+ 
+-  
+-https://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=zealdocsforwindowsorg";
 id="_carbonads_js">
+-  
+   
+ https://github.com/zealdocs/zeal";>
+   
+-- 
+2.14.1
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 08:15:19 UTC (rev 256025)
+++ community-i686/PKGBUILD 2017-09-06 08:15:30 UTC (rev 256026)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Oleg Shparber 
-# Contributor: Thomas Weißschuh 
-
-pkgname=zeal
-epoch=1
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='An offline API documentation browser'
-arch=('i686' 'x86_64')
-url='https://zealdocs.org/'
-license=('GPL3')
-depends=('qt5-webkit' 'hicolor-icon-theme' 'desktop-file-utils' 'libarchive'
- 'qt5-x11extras')
-source=("zeal-${pkgver}.tar.gz::https://github.com/zealdocs/zeal/archive/v${pkgver}.tar.gz";)
-sha256sums=('55f8511977818612e00ae87a4fddaa346210189531469690f2e3961bb4c2c318')
-
-build() {
-  cd $pkgname-$pkgver
-  QT_SELECT=5 qmake CONFIG+=force_debug_info
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: zeal/repos/community-i686/PKGBUILD (from rev 256025, 
zeal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 08:15:30 UTC (rev 256026)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Oleg Shparber 
+# Contributor: Thomas Weißschuh 
+
+pkgname=zeal
+epoch=1
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='An offline API documentation browser'
+arch=('i686' 'x86_64')
+url='https://zealdocs.org/'
+license=(GPL3)
+depends=(qt5-webkit hicolor-icon-theme desktop-file-utils libarchive
+ qt5-x11extras)
+source=(zeal-${pkgver}.tar.gz::https://github.com/zealdocs/zeal/archive/v${pkgver}.tar.gz
+0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch)
+sha256sums=('1f6b50026036923ae0cfbf3f4eb1066ee2fdaf0425d4c321203e0dd9506823fd'
+'6b0a5642be3bd6b36f02973a0b28c15334803cf93ec70a5d18601852a974dac1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i 
"$srcdir/0001-Revert-doc-Add-Carbon-ad-to-the-welcome-page.patch"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  QT_SELECT=5 qmake CONFIG+=force_debug_info
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" instal

  1   2   >