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

2017-02-21 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 07:55:04
  Author: arojas
Revision: 213455

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 07:54:41 UTC (rev 213454)
+++ community-i686/PKGBUILD 2017-02-22 07:55:04 UTC (rev 213455)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=16.7.2
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/;
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'dragon: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
-md5sums=('318369359ae36a2fce92939f56291f3e')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 213454, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 07:55:04 UTC (rev 213455)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=17.1.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/;
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'dragon: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
+md5sums=('baefe662fe60d78ecc313c5499f01495')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 07:54:41 UTC (rev 213454)
+++ community-x86_64/PKGBUILD   2017-02-22 07:55:04 UTC (rev 213455)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=16.7.2
-pkgrel=1
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/;
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'dragon: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
-md5sums=('318369359ae36a2fce92939f56291f3e')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-x86_64/PKGBUILD (from rev 213454, 
smtube/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-22 07:55:04 UTC (rev 213455)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=17.1.0
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 

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

2017-02-21 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 07:54:41
  Author: arojas
Revision: 213454

Update to 17.1.0

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 07:46:09 UTC (rev 213453)
+++ PKGBUILD2017-02-22 07:54:41 UTC (rev 213454)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=16.7.2
+pkgver=17.1.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 'mpv: play videos with MPV'
 'youtube-dl: download videos')
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2;)
-md5sums=('318369359ae36a2fce92939f56291f3e')
+md5sums=('baefe662fe60d78ecc313c5499f01495')
 
 build() {
   cd $pkgname-$pkgver


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

2017-02-21 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 07:51:45
  Author: arojas
Revision: 289382

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

Added:
  putty/repos/testing-i686/
  putty/repos/testing-i686/PKGBUILD
(from rev 289381, putty/trunk/PKGBUILD)
  putty/repos/testing-x86_64/
  putty/repos/testing-x86_64/PKGBUILD
(from rev 289381, putty/trunk/PKGBUILD)

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

Copied: putty/repos/testing-i686/PKGBUILD (from rev 289381, 
putty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-22 07:51:45 UTC (rev 289382)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.68
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/;
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('e6acf0285e0718516cfa1fe775b1a92765387d70'
+  '69137bf036ceca37a4641922c797bb99e932a06c')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: putty/repos/testing-x86_64/PKGBUILD (from rev 289381, 
putty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-22 07:51:45 UTC (rev 289382)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.68
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/;
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
+sha1sums=('e6acf0285e0718516cfa1fe775b1a92765387d70'
+  '69137bf036ceca37a4641922c797bb99e932a06c')
+validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-02-21 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 07:51:15
  Author: arojas
Revision: 289381

Update to 0.68

Modified:
  putty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:11:51 UTC (rev 289380)
+++ PKGBUILD2017-02-22 07:51:15 UTC (rev 289381)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=putty
-pkgver=0.67
+pkgver=0.68
 pkgrel=1
 pkgdesc="A terminal integrated SSH/Telnet client"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('gtk2')
 
source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/${pkgver}/putty-${pkgver}.tar.gz.gpg)
-sha1sums=('132ff74266e590a007f86cbb4bea5642db7bdd76'
-  'c3002f9062f625672bb419d15debcdc7f75f4fb6')
+sha1sums=('e6acf0285e0718516cfa1fe775b1a92765387d70'
+  '69137bf036ceca37a4641922c797bb99e932a06c')
 validpgpkeys=('0054DDAA8ADA15D2768A6DE79DFE2648B43434E4')
 
 build() {


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:46:09
  Author: felixonmars
Revision: 213453

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

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 213452, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-i686/http-client-0.5.patch
(from rev 213452, purescript/trunk/http-client-0.5.patch)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 213452, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 213452, purescript/trunk/http-client-0.5.patch)

+
 community-staging-i686/PKGBUILD|   57 ++
 community-staging-i686/http-client-0.5.patch   |   90 +++
 community-staging-x86_64/PKGBUILD  |   57 ++
 community-staging-x86_64/http-client-0.5.patch |   90 +++
 4 files changed, 294 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 213452, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 07:46:09 UTC (rev 213453)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.10.7
+pkgrel=3
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-foldl" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-client" "haskell-http-types" 
"haskell-language-javascript"
+ "haskell-lens" "haskell-lifted-base" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-parallel" 
"haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-system-filepath"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-turtle" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" 
"haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+http-client-0.5.patch)
+sha256sums=('85dff2f4b6916e9d45b6a1b2674dc6c91c56ac6c1597f627d5f1cbee9d0b3a9d'
+'2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../http-client-0.5.patch
+
+sed -e 's/pipes >= 4.0.0 && < 4.3.0,/pipes >= 4.0.0 \&\& < 4.4.0,/' \
+-e 's/websockets >= 0.9 && <0.10/websockets >= 0.9 \&\& <0.11/' \
+-e 's/aeson >= 0.8 && < 1.0,/aeson >= 0.8,/' \
+-i purescript.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-i686/http-client-0.5.patch (from rev 
213452, purescript/trunk/http-client-0.5.patch)
===
--- community-staging-i686/http-client-0.5.patch
(rev 0)
+++ community-staging-i686/http-client-0.5.patch2017-02-22 07:46:09 UTC 
(rev 213453)
@@ -0,0 +1,90 @@
+From e0527fb7f10721870014d7c08b1a2f8f5bf2edcf Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Mon, 22 Aug 2016 17:51:42 +0300
+Subject: [PATCH] Support http-client-0.5
+
+---
+ purescript.cabal   |  2 +-
+ src/Language/PureScript/Ide/Pursuit.hs | 44 --
+ 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:45:39
  Author: felixonmars
Revision: 213452

upgpkg: purescript 0.10.7-3

rebuild with http-client,0.5.6

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 07:23:48 UTC (rev 213451)
+++ PKGBUILD2017-02-22 07:45:39 UTC (rev 213452)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-02-21 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 07:23:48
  Author: arojas
Revision: 213451

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 07:23:20 UTC (rev 213450)
+++ community-i686/PKGBUILD 2017-02-22 07:23:48 UTC (rev 213451)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kio hicolor-icon-theme libxss vlc)
-makedepends=(extra-cmake-modules kidletime kdoctools)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4e034c0da0837f3fbdf3e831a1f3e6fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 213450, 
kaffeine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 07:23:48 UTC (rev 213451)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime kdoctools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0e390ba5833a731310c488b61e85199a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 07:23:20 UTC (rev 213450)
+++ community-x86_64/PKGBUILD   2017-02-22 07:23:48 UTC (rev 213451)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz 
-
-pkgname=kaffeine
-pkgver=2.0.5
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(i686 x86_64)
-url="http://kaffeine.kde.org;
-depends=(kio hicolor-icon-theme libxss vlc)
-makedepends=(extra-cmake-modules kidletime kdoctools)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4e034c0da0837f3fbdf3e831a1f3e6fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-x86_64/PKGBUILD (from rev 213450, 
kaffeine/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-22 07:23:48 UTC (rev 213451)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz 
+
+pkgname=kaffeine
+pkgver=2.0.6
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org;
+depends=(kio hicolor-icon-theme libxss vlc)
+makedepends=(extra-cmake-modules kidletime kdoctools)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0e390ba5833a731310c488b61e85199a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-02-21 Thread Antonio Rojas
Date: Wednesday, February 22, 2017 @ 07:23:20
  Author: arojas
Revision: 213450

Update to 2.0.6

Modified:
  kaffeine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 07:14:11 UTC (rev 213449)
+++ PKGBUILD2017-02-22 07:23:20 UTC (rev 213450)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kaffeine
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc='KDE media player'
 license=(GPL)
@@ -12,7 +12,7 @@
 depends=(kio hicolor-icon-theme libxss vlc)
 makedepends=(extra-cmake-modules kidletime kdoctools)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4e034c0da0837f3fbdf3e831a1f3e6fb')
+md5sums=('0e390ba5833a731310c488b61e85199a')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in haskell-pipes-http/repos (4 files)

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:14:11
  Author: felixonmars
Revision: 213449

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 213448, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 213448, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
213448, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 07:14:11 UTC (rev 213449)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=11
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
213448, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 07:14:11 UTC (rev 213449)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=11
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:13:47
  Author: felixonmars
Revision: 213448

upgpkg: haskell-pipes-http 1.0.5-11

rebuild with http-client,0.5.6

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 07:11:35 UTC (rev 213447)
+++ PKGBUILD2017-02-22 07:13:47 UTC (rev 213448)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=10
+pkgrel=11
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:11:10
  Author: felixonmars
Revision: 213446

upgpkg: pandoc-crossref 0.2.4.2-10

rebuild with http-client,0.5.6

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 07:04:41 UTC (rev 213445)
+++ PKGBUILD2017-02-22 07:11:10 UTC (rev 213446)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:11:35
  Author: felixonmars
Revision: 213447

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 213446, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 213446, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 213446, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 07:11:35 UTC (rev 213447)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
213446, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 07:11:35 UTC (rev 213447)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=10
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:04:41
  Author: felixonmars
Revision: 213445

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 213444, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 213444, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 213444, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 07:04:41 UTC (rev 213445)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=9
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
213444, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 07:04:41 UTC (rev 213445)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=9
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 07:04:16
  Author: felixonmars
Revision: 213444

upgpkg: haskell-hakyll 4.9.5.1-9

rebuild with http-client,0.5.6

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:57:21 UTC (rev 213443)
+++ PKGBUILD2017-02-22 07:04:16 UTC (rev 213444)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:57:21
  Author: felixonmars
Revision: 213443

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 213442, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 213442, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 213442, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 06:57:21 UTC (rev 213443)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=4
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
213442, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 06:57:21 UTC (rev 213443)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=4
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:56:53
  Author: felixonmars
Revision: 213442

upgpkg: pandoc-citeproc 0.10.4.1-4

rebuild with http-client,0.5.6

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:49:44 UTC (rev 213441)
+++ PKGBUILD2017-02-22 06:56:53 UTC (rev 213442)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:49:44
  Author: felixonmars
Revision: 213441

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-22 06:49:25 UTC (rev 213440)
+++ PKGBUILD2017-02-22 06:49:44 UTC (rev 213441)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-jsbeautifier
-pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.6.10
-pkgrel=1
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig'
- 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/beautify-web/js-beautify.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a js-beautify{,-py2}
-}
-
-build() {
-  cd "$srcdir"/js-beautify/python
-  python setup.py build
-
-  cd "$srcdir"/js-beautify-py2/python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/js-beautify/python
-  python setup.py test
-
-  cd "$srcdir"/js-beautify-py2/python
-  python2 setup.py test
-}
-
-package_python-jsbeautifier() {
-  depends=('python-six' 'python-editorconfig')
-
-  cd js-beautify/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsbeautifier() {
-  depends=('python2-six' 'python2-editorconfig')
-
-  cd js-beautify-py2/python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/js-beautify{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 213440, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-22 06:49:44 UTC (rev 213441)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsbeautifier
+pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
+pkgver=1.6.11
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig'
+ 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/beautify-web/js-beautify.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a js-beautify{,-py2}
+}
+
+build() {
+  cd "$srcdir"/js-beautify/python
+  python setup.py build
+
+  cd "$srcdir"/js-beautify-py2/python
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/js-beautify/python
+  python setup.py test
+
+  cd "$srcdir"/js-beautify-py2/python
+  python2 setup.py test
+}
+
+package_python-jsbeautifier() {
+  depends=('python-six' 'python-editorconfig')
+
+  cd js-beautify/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsbeautifier() {
+  depends=('python2-six' 'python2-editorconfig')
+
+  cd js-beautify-py2/python
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/js-beautify{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:49:25
  Author: felixonmars
Revision: 213440

upgpkg: python-jsbeautifier 1.6.11-1

Modified:
  python-jsbeautifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:42:46 UTC (rev 213439)
+++ PKGBUILD2017-02-22 06:49:25 UTC (rev 213440)
@@ -3,7 +3,7 @@
 
 pkgbase=python-jsbeautifier
 pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.6.10
+pkgver=1.6.11
 pkgrel=1
 pkgdesc='JavaScript unobfuscator and beautifier'
 arch=('any')


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:42:46
  Author: felixonmars
Revision: 213439

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

Added:
  pandoc/repos/community-staging-i686/
  pandoc/repos/community-staging-i686/PKGBUILD
(from rev 213438, pandoc/trunk/PKGBUILD)
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 213438, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 213438, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 06:42:46 UTC (rev 213439)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=14
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-skylighting" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+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_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 213438, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 06:42:46 UTC (rev 213439)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=14
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:42:18
  Author: felixonmars
Revision: 213438

upgpkg: pandoc 1.19.2.1-14

rebuild with http-client,0.5.6

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:30:55 UTC (rev 213437)
+++ PKGBUILD2017-02-22 06:42:18 UTC (rev 213438)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-02-21 Thread Christian Hesse
Date: Wednesday, February 22, 2017 @ 06:30:55
  Author: eworm
Revision: 213437

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 213436, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 213436, nbd/trunk/config)
  nbd/repos/community-i686/nbd.service
(from rev 213436, nbd/trunk/nbd.service)
  nbd/repos/community-i686/sysusers_nbd.conf
(from rev 213436, nbd/trunk/sysusers_nbd.conf)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 213436, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 213436, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.service
(from rev 213436, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/sysusers_nbd.conf
(from rev 213436, nbd/trunk/sysusers_nbd.conf)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-i686/sysusers_nbd.conf
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.service
  nbd/repos/community-x86_64/sysusers_nbd.conf

+
 /PKGBUILD  |  110 +++
 /config|   42 +
 /nbd.service   |   20 ++
 /sysusers_nbd.conf |2 
 community-i686/PKGBUILD|   55 -
 community-i686/config  |   21 --
 community-i686/nbd.service |   10 ---
 community-i686/sysusers_nbd.conf   |1 
 community-x86_64/PKGBUILD  |   55 -
 community-x86_64/config|   21 --
 community-x86_64/nbd.service   |   10 ---
 community-x86_64/sysusers_nbd.conf |1 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 06:30:27 UTC (rev 213436)
+++ community-i686/PKGBUILD 2017-02-22 06:30:55 UTC (rev 213437)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Ionut Biru 
-# Contributor: Gerhard Brauer 
-
-pkgname=nbd
-pkgver=3.15.1
-pkgrel=3
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net;
-license=('GPL')
-depends=('glib2' 'gnutls')
-backup=('etc/nbd-server/config')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz;
-   'config'
-   'nbd.service'
-   'sysusers_nbd.conf')
-sha256sums=('ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745'
-'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
-'7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
-'11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---enable-syslog
-
-  make
-}
-
-# checks still fail...
-#check() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 systemd/nbd@.service 
"${pkgdir}"/usr/lib/systemd/system/nbd@.service
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
-  install -D -m644 "${srcdir}"/sysusers_nbd.conf 
"${pkgdir}"/usr/lib/sysusers.d/nbd.conf
-
-  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 213436, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 06:30:55 UTC (rev 213437)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.15.2
+pkgrel=1
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net;
+license=('GPL')
+depends=('glib2' 'gnutls')
+backup=('etc/nbd-server/config')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz;
+   'config'
+   'nbd.service'
+   'sysusers_nbd.conf')
+sha256sums=('cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344'
+'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
+

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

2017-02-21 Thread Christian Hesse
Date: Wednesday, February 22, 2017 @ 06:30:27
  Author: eworm
Revision: 213436

upgpkg: nbd 3.15.2-1

new upstream release

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:16:14 UTC (rev 213435)
+++ PKGBUILD2017-02-22 06:30:27 UTC (rev 213436)
@@ -5,8 +5,8 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=nbd
-pkgver=3.15.1
-pkgrel=3
+pkgver=3.15.2
+pkgrel=1
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
 url="http://nbd.sourceforge.net;
@@ -17,7 +17,7 @@
'config'
'nbd.service'
'sysusers_nbd.conf')
-sha256sums=('ac1108dfdaffe1cf01f5f0f34c738771184bf6ff4a503edefaf10a961f8b8745'
+sha256sums=('cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344'
 'ee2e9fbbeb8a8b9b71d16b6f32eb41788f6def9d00cc4a47897ed3cb97cdde7c'
 '7f57d8764f9bf974ed407835467141ff54c9ed05471312a20437b398834c1f0c'
 '11bbab28111c519d043bd96934e16508fe1483c9741e781eea9b9544b111505d')


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:16:14
  Author: felixonmars
Revision: 213435

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 213434, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 06:16:14 UTC (rev 213435)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=15
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 213434, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 06:16:14 UTC (rev 213435)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=15
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:15:49
  Author: felixonmars
Revision: 213434

upgpkg: hoogle 5.0.9-15

rebuild with http-client,0.5.6

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:10:47 UTC (rev 213433)
+++ PKGBUILD2017-02-22 06:15:49 UTC (rev 213434)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=14
+pkgrel=15
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:10:47
  Author: felixonmars
Revision: 213433

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 213432, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 213432, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 213432, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 06:10:47 UTC (rev 213433)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 213432, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 06:10:47 UTC (rev 213433)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170214
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:10:16
  Author: felixonmars
Revision: 213432

upgpkg: git-annex 6.20170214-5

rebuild with http-client,0.5.6

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:07:38 UTC (rev 213431)
+++ PKGBUILD2017-02-22 06:10:16 UTC (rev 213432)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170214
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:07:38
  Author: felixonmars
Revision: 213431

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-22 06:07:21 UTC (rev 213430)
+++ PKGBUILD2017-02-22 06:07:38 UTC (rev 213431)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=(python-docker python2-docker)
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A Python library for the Docker Engine API"
-arch=('any')
-url="https://github.com/docker/docker-py;
-license=("Apache")
-makedepends=('git' 'python-pip' 'python2-pip' 'python-requests' 
'python2-requests'
- 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client'
- 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
- 'python2-docker-pycreds')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
-  'flake8' 'python2-flake8')
-checkdepends_x86_64=('docker')
-source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py/{,test-}requirements.txt
-
-  cp -a docker-py{,-py2}
-}
-
-build() {
-  cd "$srcdir"/docker-py
-  python setup.py build
-
-  cd "$srcdir"/docker-py-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skipping integration tests as docker needs root to run:
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir/docker-py"
-  py.test --cov=docker tests/unit
-
-  cd "$srcdir/docker-py-py2"
-  py.test2 --cov=docker tests/unit
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker() {
-  depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds')
-  provides=('python-docker-py')
-  conflicts=('python-docker-py')
-  replaces=('python-docker-py')
-
-  cd docker-py
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-docker() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-docker-pycreds'
-   'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-  provides=('python2-docker-py')
-  conflicts=('python2-docker-py')
-  replaces=('python2-docker-py')
-
-  cd docker-py-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-docker/repos/community-any/PKGBUILD (from rev 213430, 
python-docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-22 06:07:38 UTC (rev 213431)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=(python-docker python2-docker)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py;
+license=("Apache")
+makedepends=('git' 'python-pip' 'python2-pip' 'python-requests' 
'python2-requests'
+ 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client'
+ 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
+ 'python2-docker-pycreds')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
+  'flake8' 'python2-flake8')
+checkdepends_x86_64=('docker')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py/{,test-}requirements.txt
+
+  cp -a docker-py{,-py2}
+}
+
+build() {
+  cd "$srcdir"/docker-py
+  python setup.py build
+
+  cd "$srcdir"/docker-py-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skipping integration tests as docker needs root to run:
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir/docker-py"
+  py.test --cov=docker tests/unit
+
+  cd "$srcdir/docker-py-py2"
+  py.test2 --cov=docker tests/unit
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker() {
+  depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds')
+  provides=('python-docker-py')
+  conflicts=('python-docker-py')
+  replaces=('python-docker-py')
+
+  

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:07:21
  Author: felixonmars
Revision: 213430

upgpkg: python-docker 2.1.0-1

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 06:05:21 UTC (rev 213429)
+++ PKGBUILD2017-02-22 06:07:21 UTC (rev 213430)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=(python-docker python2-docker)
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:05:21
  Author: felixonmars
Revision: 213429

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 06:04:53 UTC (rev 213428)
+++ community-i686/PKGBUILD 2017-02-22 06:05:21 UTC (rev 213429)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.5
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 213428, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 06:05:21 UTC (rev 213429)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.6
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 06:04:53 UTC (rev 213428)
+++ community-x86_64/PKGBUILD   2017-02-22 06:05:21 UTC (rev 213429)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=4.0.5
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 
'deepin-file-manager-backend'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon' 
'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr WITHOUT_UNINSTALL_APP=1
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 213428, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-22 06:05:21 UTC (rev 213429)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=4.0.6
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 06:04:53
  Author: felixonmars
Revision: 213428

upgpkg: deepin-launcher 4.0.6-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:54:02 UTC (rev 213427)
+++ PKGBUILD2017-02-22 06:04:53 UTC (rev 213428)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:54:02
  Author: felixonmars
Revision: 213427

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

Added:
  haskell-aws/repos/community-staging-i686/
  haskell-aws/repos/community-staging-i686/PKGBUILD
(from rev 213426, haskell-aws/trunk/PKGBUILD)
  haskell-aws/repos/community-staging-x86_64/
  haskell-aws/repos/community-staging-x86_64/PKGBUILD
(from rev 213426, haskell-aws/trunk/PKGBUILD)

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 213426, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:54:02 UTC (rev 213427)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=2
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 213426, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 05:54:02 UTC (rev 213427)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=2
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:53:38
  Author: felixonmars
Revision: 213426

upgpkg: haskell-aws 0.16-2

rebuild with http-client,0.5.6

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:43:43 UTC (rev 213425)
+++ PKGBUILD2017-02-22 05:53:38 UTC (rev 213426)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:43:43
  Author: felixonmars
Revision: 213425

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

Added:
  haskell-authenticate/repos/community-staging-i686/
  haskell-authenticate/repos/community-staging-i686/PKGBUILD
(from rev 213424, haskell-authenticate/trunk/PKGBUILD)
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 213424, haskell-authenticate/trunk/PKGBUILD)

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
213424, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:43:43 UTC (rev 213425)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=48
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
213424, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 05:43:43 UTC (rev 213425)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=48
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:43:16
  Author: felixonmars
Revision: 213424

upgpkg: haskell-authenticate 1.3.3.2-48

rebuild with http-client,0.5.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:40:57 UTC (rev 213423)
+++ PKGBUILD2017-02-22 05:43:16 UTC (rev 213424)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=47
+pkgrel=48
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


[arch-commits] Commit in haskell-http-conduit/repos (4 files)

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:40:57
  Author: felixonmars
Revision: 213423

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 213422, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 213422, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
213422, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:40:57 UTC (rev 213423)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=29
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
213422, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 05:40:57 UTC (rev 213423)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=29
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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   

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:40:34
  Author: felixonmars
Revision: 213422

upgpkg: haskell-http-conduit 2.2.3-29

rebuild with http-client,0.5.6

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:37:55 UTC (rev 213421)
+++ PKGBUILD2017-02-22 05:40:34 UTC (rev 213422)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3
-pkgrel=28
+pkgrel=29
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:37:55
  Author: felixonmars
Revision: 213421

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 213420, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 213420, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 213420, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:37:55 UTC (rev 213421)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=45
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
213420, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 05:37:55 UTC (rev 213421)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=45
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:37:29
  Author: felixonmars
Revision: 213420

upgpkg: hopenpgp-tools 0.19.4-45

rebuild with http-client,0.5.6

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:31:57 UTC (rev 213419)
+++ PKGBUILD2017-02-22 05:37:29 UTC (rev 213420)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=44
+pkgrel=45
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:31:57
  Author: felixonmars
Revision: 213419

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

Added:
  haskell-dav/repos/community-staging-i686/
  haskell-dav/repos/community-staging-i686/PKGBUILD
(from rev 213418, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 213418, haskell-dav/trunk/PKGBUILD)

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 213418, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:31:57 UTC (rev 213419)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=55
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 213418, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 05:31:57 UTC (rev 213419)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=55
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:31:34
  Author: felixonmars
Revision: 213418

upgpkg: haskell-dav 1.3.1-55

rebuild with http-client,0.5.6

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:28:35 UTC (rev 213417)
+++ PKGBUILD2017-02-22 05:31:34 UTC (rev 213418)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=54
+pkgrel=55
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


[arch-commits] Commit in haskell-http-client-tls/repos (4 files)

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:28:35
  Author: felixonmars
Revision: 213417

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 213416, haskell-http-client-tls/trunk/PKGBUILD)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 213416, haskell-http-client-tls/trunk/PKGBUILD)

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
213416, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:28:35 UTC (rev 213417)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3.1
+pkgrel=6
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('56317378785688a129fdc7abdf5d721fe15e46178f89f457878aa3acd1ac7d12')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 213416, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 05:28:35 UTC (rev 213417)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3.1
+pkgrel=6
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('56317378785688a129fdc7abdf5d721fe15e46178f89f457878aa3acd1ac7d12')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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   

[arch-commits] Commit in haskell-http-client-tls/trunk (PKGBUILD)

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:28:12
  Author: felixonmars
Revision: 213416

upgpkg: haskell-http-client-tls 0.3.3.1-6

rebuild with http-client,0.5.6

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:26:13 UTC (rev 213415)
+++ PKGBUILD2017-02-22 05:28:12 UTC (rev 213416)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in haskell-http-client/repos (4 files)

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:26:13
  Author: felixonmars
Revision: 213415

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 213414, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 213414, haskell-http-client/trunk/PKGBUILD)

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
213414, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:26:13 UTC (rev 213415)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('514271d83fff7169a49305e77ea93d11b562effa840c47117a3db912216a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
213414, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 05:26:13 UTC (rev 213415)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('514271d83fff7169a49305e77ea93d11b562effa840c47117a3db912216a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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   

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:25:50
  Author: felixonmars
Revision: 213414

upgpkg: haskell-http-client 0.5.6-1

rebuild with http-client,0.5.6

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:21:46 UTC (rev 213413)
+++ PKGBUILD2017-02-22 05:25:50 UTC (rev 213414)
@@ -4,8 +4,8 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.5.5
-pkgrel=4
+pkgver=0.5.6
+pkgrel=1
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")
@@ -15,7 +15,7 @@
  "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
  "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('d1fdda6035e0bab95d3294f5175ac8c3629f9cd1d32e1bce5d0aa27226751c85')
+sha256sums=('514271d83fff7169a49305e77ea93d11b562effa840c47117a3db912216a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in gpsbabel/trunk (PKGBUILD drop-map.patch)

2017-02-21 Thread Balló György
Date: Wednesday, February 22, 2017 @ 05:21:29
  Author: bgyorgy
Revision: 213408

upgpkg: gpsbabel 1.5.4-2

Cleanup dependencies, enable translations, disable broken map support

Added:
  gpsbabel/trunk/drop-map.patch
Modified:
  gpsbabel/trunk/PKGBUILD

+
 PKGBUILD   |   39 ++--
 drop-map.patch |  106 +++
 2 files changed, 134 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:18:48 UTC (rev 213407)
+++ PKGBUILD2017-02-22 05:21:29 UTC (rev 213408)
@@ -5,23 +5,31 @@
 
 pkgname=gpsbabel
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
 arch=('i686' 'x86_64')
 url="http://www.gpsbabel.org;
 license=('GPL')
-depends=('libusb-compat' 'expat' 'qt5-base' 'qt5-webengine')
-makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qt5-webkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qt5-webkit')
+depends=('libusb-compat' 'qt5-base')
+makedepends=('docbook-xsl' 'fop' 'qt5-tools') # 'qt5-webengine'
+# optdepends=('qt5-webengine: run the GUI')
 options=('docs')
 source=("https://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz;
-   "build-fix.patch")
+   "build-fix.patch"
+   "drop-map.patch")
 sha256sums=('59e29b83a16af16556fffc9315d3d3626d11fc7f2f50d6ec1f99dfc64412989e'
-'537752bd5d097d836d4d5a77b4f7a5ea68d408d6a648511e4a98865d2742fb46')
+'537752bd5d097d836d4d5a77b4f7a5ea68d408d6a648511e4a98865d2742fb46'
+'bee2cc0549fe9d2aacb7266520428569438c7d7e40c283722eb403676d9aef7a')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   patch -p1 <../build-fix.patch
+
+  # Map support is currently broken
+  patch -p1 <../drop-map.patch
+
+  sed -i 's|langPath_ = QApplication::applicationDirPath();|langPath_ = 
"/usr/share/gpsbabel";|' gui/mainwindow.cc
+  sed -i 's|baseFile =  QApplication::applicationDirPath() |baseFile = 
"/usr/share/gpsbabel" |' gui/map.cc
 }
 
 build() {
@@ -29,7 +37,13 @@
   ./configure --prefix=/usr --with-doc=babelweb
   make
   make doc
-  (cd gui && qmake-qt5 && make)
+
+  # GUI
+  pushd gui
+  qmake-qt5
+  lrelease-qt5 *.ts
+  make
+  popd
 }
 
 package() {
@@ -40,13 +54,16 @@
   install -Dm755 gui/objects/gpsbabelfe-bin "$pkgdir"/usr/bin/gpsbabelfe-bin
   install -Dm644 gui/images/appicon.png 
"$pkgdir"/usr/share/pixmaps/gpsbabel.png
   install -Dm644 gui/gpsbabel.desktop 
"$pkgdir"/usr/share/applications/gpsbabel.desktop
+  install -Dm644 gui/gmapbase.html "$pkgdir"/usr/share/gpsbabel/gmapbase.html
+  install -dm755 "$pkgdir"/usr/share/gpsbabel/translations/
+  install -Dm644 gui/*.qm "$pkgdir"/usr/share/gpsbabel/translations/
 
   # Header install
-  mkdir -p "$pkgdir"/usr/include/gpsbabel
-  cp *.h "$pkgdir"/usr/include/gpsbabel
+  install -dm755 "$pkgdir"/usr/include/gpsbabel/
+  install -Dm644 *.h "$pkgdir"/usr/include/gpsbabel/
 
   # Doc install
-  mkdir -p "$pkgdir"/usr/share/doc/$pkgname
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/
   cp -r babelweb/* "$pkgdir"/usr/share/doc/$pkgname/
-  cp README* "$pkgdir"/usr/share/doc/$pkgname/
+  install -Dm644 README* "$pkgdir"/usr/share/doc/$pkgname/
 }

Added: drop-map.patch
===
--- drop-map.patch  (rev 0)
+++ drop-map.patch  2017-02-22 05:21:29 UTC (rev 213408)
@@ -0,0 +1,106 @@
+diff -Naur gpsbabel-1.5.4.orig/gui/app.pro gpsbabel-1.5.4/gui/app.pro
+--- gpsbabel-1.5.4.orig/gui/app.pro2017-01-02 06:05:19.0 +0100
 gpsbabel-1.5.4/gui/app.pro 2017-02-22 05:52:04.650462935 +0100
+@@ -15,13 +15,7 @@
+   gui \
+   network \
+   xml \
+-
+-greaterThan(QT_MINOR_VERSION, 5) {
+-  QT += webenginewidgets
+-  DEFINES += HAVE_WEBENGINE
+-} else {
+-  QT += webkit webkitwidgets 
+-}
++  widgets \
+ 
+ unix:DESTDIR = objects
+ unix:MOC_DIR = objects
+@@ -72,13 +66,11 @@
+ SOURCES += filterwidgets.cc
+ SOURCES += format.cc
+ SOURCES += formatload.cc
+-SOURCES += gmapdlg.cc
+ SOURCES += gpx.cc
+ SOURCES += help.cc
+ SOURCES += latlng.cc
+ SOURCES += main.cc
+ SOURCES += mainwindow.cc
+-SOURCES += map.cc
+ SOURCES += optionsdlg.cc
+ SOURCES += preferences.cc
+ SOURCES += processwait.cc
+@@ -98,11 +90,9 @@
+ HEADERS += filterwidgets.h
+ HEADERS += format.h
+ HEADERS += formatload.h
+-HEADERS += gmapdlg.h
+ HEADERS += gpx.h
+ HEADERS += help.h
+ HEADERS += mainwindow.h
+-HEADERS += map.h
+ HEADERS += optionsdlg.h
+ HEADERS += preferences.h
+ HEADERS += processwait.h
+diff -Naur gpsbabel-1.5.4.orig/gui/main.cc gpsbabel-1.5.4/gui/main.cc
+--- gpsbabel-1.5.4.orig/gui/main.cc2017-01-02 06:05:19.0 +0100
 gpsbabel-1.5.4/gui/main.cc 2017-02-22 05:20:03.449272478 +0100
+@@ -29,7 +29,6 @@
+ #include 
+ 
+ #include "mainwindow.h"
+-#include "gmapdlg.h"
+ 
+ #ifdef _WIN32
+ const char *pathSeparator = ";";
+diff -Naur 

[arch-commits] Commit in gpsbabel/repos (10 files)

2017-02-21 Thread Balló György
Date: Wednesday, February 22, 2017 @ 05:21:36
  Author: bgyorgy
Revision: 213409

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

Added:
  gpsbabel/repos/community-i686/PKGBUILD
(from rev 213408, gpsbabel/trunk/PKGBUILD)
  gpsbabel/repos/community-i686/build-fix.patch
(from rev 213408, gpsbabel/trunk/build-fix.patch)
  gpsbabel/repos/community-i686/drop-map.patch
(from rev 213408, gpsbabel/trunk/drop-map.patch)
  gpsbabel/repos/community-x86_64/PKGBUILD
(from rev 213408, gpsbabel/trunk/PKGBUILD)
  gpsbabel/repos/community-x86_64/build-fix.patch
(from rev 213408, gpsbabel/trunk/build-fix.patch)
  gpsbabel/repos/community-x86_64/drop-map.patch
(from rev 213408, gpsbabel/trunk/drop-map.patch)
Deleted:
  gpsbabel/repos/community-i686/PKGBUILD
  gpsbabel/repos/community-i686/build-fix.patch
  gpsbabel/repos/community-x86_64/PKGBUILD
  gpsbabel/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|  138 +
 /build-fix.patch |  116 +++
 community-i686/PKGBUILD  |   52 -
 community-i686/build-fix.patch   |   58 ---
 community-i686/drop-map.patch|  106 
 community-x86_64/PKGBUILD|   52 -
 community-x86_64/build-fix.patch |   58 ---
 community-x86_64/drop-map.patch  |  106 
 8 files changed, 466 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 05:21:29 UTC (rev 213408)
+++ community-i686/PKGBUILD 2017-02-22 05:21:36 UTC (rev 213409)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gpsbabel
-pkgver=1.5.4
-pkgrel=1
-pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
-arch=('i686' 'x86_64')
-url="http://www.gpsbabel.org;
-license=('GPL')
-depends=('libusb-compat' 'expat' 'qt5-base' 'qt5-webengine')
-makedepends=('fop' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qt5-webkit' 
'java-environment' 'docbook-xsl')
-optdepends=('qt5-webkit')
-options=('docs')
-source=("https://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz;
-   "build-fix.patch")
-sha256sums=('59e29b83a16af16556fffc9315d3d3626d11fc7f2f50d6ec1f99dfc64412989e'
-'537752bd5d097d836d4d5a77b4f7a5ea68d408d6a648511e4a98865d2742fb46')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <../build-fix.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-doc=babelweb
-  make
-  make doc
-  (cd gui && qmake-qt5 && make)
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # GUI
-  install -Dm755 gui/objects/gpsbabelfe-bin "$pkgdir"/usr/bin/gpsbabelfe-bin
-  install -Dm644 gui/images/appicon.png 
"$pkgdir"/usr/share/pixmaps/gpsbabel.png
-  install -Dm644 gui/gpsbabel.desktop 
"$pkgdir"/usr/share/applications/gpsbabel.desktop
-
-  # Header install
-  mkdir -p "$pkgdir"/usr/include/gpsbabel
-  cp *.h "$pkgdir"/usr/include/gpsbabel
-
-  # Doc install
-  mkdir -p "$pkgdir"/usr/share/doc/$pkgname
-  cp -r babelweb/* "$pkgdir"/usr/share/doc/$pkgname/
-  cp README* "$pkgdir"/usr/share/doc/$pkgname/
-}

Copied: gpsbabel/repos/community-i686/PKGBUILD (from rev 213408, 
gpsbabel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 05:21:36 UTC (rev 213409)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gpsbabel
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
+arch=('i686' 'x86_64')
+url="http://www.gpsbabel.org;
+license=('GPL')
+depends=('libusb-compat' 'qt5-base')
+makedepends=('docbook-xsl' 'fop' 'qt5-tools') # 'qt5-webengine'
+# optdepends=('qt5-webengine: run the GUI')
+options=('docs')
+source=("https://arch.p5n.pp.ru/~sergej/dl/gpsbabel-$pkgver.tar.gz;
+   "build-fix.patch"
+   "drop-map.patch")
+sha256sums=('59e29b83a16af16556fffc9315d3d3626d11fc7f2f50d6ec1f99dfc64412989e'
+'537752bd5d097d836d4d5a77b4f7a5ea68d408d6a648511e4a98865d2742fb46'
+'bee2cc0549fe9d2aacb7266520428569438c7d7e40c283722eb403676d9aef7a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <../build-fix.patch
+
+  # Map support is currently broken
+  patch -p1 <../drop-map.patch
+
+  sed -i 's|langPath_ = QApplication::applicationDirPath();|langPath_ = 
"/usr/share/gpsbabel";|' gui/mainwindow.cc
+  sed -i 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:18:48
  Author: felixonmars
Revision: 213407

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

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

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 174 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 213406, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 05:18:48 UTC (rev 213407)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=41
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:17:39
  Author: felixonmars
Revision: 213406

upgpkg: stack 1.3.2-41

rebuild with mono-traversable,1.0.1.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 04:26:59 UTC (rev 213405)
+++ PKGBUILD2017-02-22 05:17:39 UTC (rev 213406)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=40
+pkgrel=41
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-02-21 Thread Jan Steffens
Date: Wednesday, February 22, 2017 @ 05:11:51
  Author: heftig
Revision: 289380

FS#50886 optdep

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 03:31:51 UTC (rev 289379)
+++ PKGBUILD2017-02-22 05:11:51 UTC (rev 289380)
@@ -16,7 +16,8 @@
  autoconf2.13 cargo)
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
-'upower: Battery API')
+'upower: Battery API'
+'speech-dispatcher: Text-to-Speech')
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
 firefox.desktop firefox-symbolic.svg


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:26:59
  Author: felixonmars
Revision: 213405

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

Added:
  haskell-store/repos/community-staging-i686/
  haskell-store/repos/community-staging-i686/PKGBUILD
(from rev 213404, haskell-store/trunk/PKGBUILD)
  haskell-store/repos/community-staging-x86_64/
  haskell-store/repos/community-staging-x86_64/PKGBUILD
(from rev 213404, haskell-store/trunk/PKGBUILD)

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

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 213404, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 04:26:59 UTC (rev 213405)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d05076be3997257c62a88b3ff363b196')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 213404, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 04:26:59 UTC (rev 213405)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d05076be3997257c62a88b3ff363b196')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:26:34
  Author: felixonmars
Revision: 213404

upgpkg: haskell-store 0.3.1-2

rebuild with mono-traversable,1.0.1.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 04:10:32 UTC (rev 213403)
+++ PKGBUILD2017-02-22 04:26:34 UTC (rev 213404)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


[arch-commits] Commit in haskell-conduit-combinators/repos (4 files)

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:10:32
  Author: felixonmars
Revision: 213403

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 213402, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 213402, haskell-conduit-combinators/trunk/PKGBUILD)

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 213402, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 04:10:32 UTC (rev 213403)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.0
+pkgrel=6
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ff1f16f24e2c186ce5d61f079b318e2f58c4bc3a4a2c8d9011d001512786335a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 213402, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 04:10:32 UTC (rev 213403)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.0
+pkgrel=6
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ff1f16f24e2c186ce5d61f079b318e2f58c4bc3a4a2c8d9011d001512786335a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:10:09
  Author: felixonmars
Revision: 213402

upgpkg: haskell-conduit-combinators 1.1.0-6

rebuild with mono-traversable,1.0.1.3

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 04:08:22 UTC (rev 213401)
+++ PKGBUILD2017-02-22 04:10:09 UTC (rev 213402)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:08:22
  Author: felixonmars
Revision: 213401

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 213400, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-22 04:08:03 UTC (rev 213400)
+++ PKGBUILD2017-02-22 04:08:22 UTC (rev 213401)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.14.4
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 213400, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-22 04:08:22 UTC (rev 213401)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.14.5
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:08:03
  Author: felixonmars
Revision: 213400

upgpkg: ruby-bundler 1.14.5-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 04:07:26 UTC (rev 213399)
+++ PKGBUILD2017-02-22 04:08:03 UTC (rev 213400)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('dbcd7c05de13ff4a9ded7353fe761767e5777fe9c49d2f1420f50672cfaa4ec1')
+sha256sums=('7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518')
 
 package() {
   cd "$srcdir"


[arch-commits] Commit in haskell-mono-traversable/repos (4 files)

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:07:26
  Author: felixonmars
Revision: 213399

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

Added:
  haskell-mono-traversable/repos/community-staging-i686/
  haskell-mono-traversable/repos/community-staging-i686/PKGBUILD
(from rev 213398, haskell-mono-traversable/trunk/PKGBUILD)
  haskell-mono-traversable/repos/community-staging-x86_64/
  haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD
(from rev 213398, haskell-mono-traversable/trunk/PKGBUILD)

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

Copied: haskell-mono-traversable/repos/community-staging-i686/PKGBUILD (from 
rev 213398, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-22 04:07:26 UTC (rev 213399)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.1.3
+pkgrel=1
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-split" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2861eca0d69c759b02cb7e9669b7a3f8a6b0ede2d96984cba295b69bc9c70a72')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 213398, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-22 04:07:26 UTC (rev 213399)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.1.3
+pkgrel=1
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-split" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2861eca0d69c759b02cb7e9669b7a3f8a6b0ede2d96984cba295b69bc9c70a72')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:07:00
  Author: felixonmars
Revision: 213398

upgpkg: haskell-mono-traversable 1.0.1.3-1

rebuild with mono-traversable,1.0.1.3

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 04:06:47 UTC (rev 213397)
+++ PKGBUILD2017-02-22 04:07:00 UTC (rev 213398)
@@ -4,7 +4,7 @@
 
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
-pkgver=1.0.1.2
+pkgver=1.0.1.3
 pkgrel=1
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable;
@@ -13,7 +13,7 @@
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-split" "haskell-text"
  "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-algorithms")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('1875b0281b2956530c33d20cfdbc1d0e1d46d09d1f9623cff19c31b7a4d296ea')
+sha256sums=('2861eca0d69c759b02cb7e9669b7a3f8a6b0ede2d96984cba295b69bc9c70a72')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:06:47
  Author: felixonmars
Revision: 213397

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-22 04:06:28 UTC (rev 213396)
+++ PKGBUILD2017-02-22 04:06:47 UTC (rev 213397)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-chameleon
-pkgname=('python-chameleon' 'python2-chameleon')
-pkgver=3.0
-pkgrel=2
-pkgdesc="Fast HTML/XML Template Compiler"
-arch=('any')
-license=('custom:BSD' 'ZPL')
-url="http://www.pagetemplates.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/malthe/chameleon.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a chameleon{,-py2}
-}
-
-build() {
-  cd "$srcdir"/chameleon
-  python setup.py build
-
-  cd "$srcdir"/chameleon-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/chameleon
-  python setup.py test
-
-  cd "$srcdir"/chameleon-py2
-  python2 setup.py test
-}
-
-package_python-chameleon() {
-  depends=('python')
-
-  cd chameleon
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-chameleon() {
-  depends=('python2')
-
-  cd chameleon-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-chameleon/repos/community-any/PKGBUILD (from rev 213396, 
python-chameleon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-22 04:06:47 UTC (rev 213397)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-chameleon
+pkgname=('python-chameleon' 'python2-chameleon')
+pkgver=3.1
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('custom:BSD' 'ZPL')
+url="http://www.pagetemplates.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/malthe/chameleon.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a chameleon{,-py2}
+}
+
+build() {
+  cd "$srcdir"/chameleon
+  python setup.py build
+
+  cd "$srcdir"/chameleon-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/chameleon
+  python setup.py test
+
+  cd "$srcdir"/chameleon-py2
+  python2 setup.py test
+}
+
+package_python-chameleon() {
+  depends=('python')
+
+  cd chameleon
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-chameleon() {
+  depends=('python2')
+
+  cd chameleon-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 04:06:28
  Author: felixonmars
Revision: 213396

upgpkg: python-chameleon 3.1-1

Modified:
  python-chameleon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 03:42:01 UTC (rev 213395)
+++ PKGBUILD2017-02-22 04:06:28 UTC (rev 213396)
@@ -3,8 +3,8 @@
 
 pkgbase=python-chameleon
 pkgname=('python-chameleon' 'python2-chameleon')
-pkgver=3.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 pkgdesc="Fast HTML/XML Template Compiler"
 arch=('any')
 license=('custom:BSD' 'ZPL')


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

2017-02-21 Thread Giancarlo Razzolini
Date: Wednesday, February 22, 2017 @ 03:42:01
  Author: grazzolini
Revision: 213395

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

Added:
  projectm/repos/community-i686/PKGBUILD
(from rev 213394, projectm/trunk/PKGBUILD)
  projectm/repos/community-i686/projectm-gcc6.patch
(from rev 213394, projectm/trunk/projectm-gcc6.patch)
  projectm/repos/community-i686/projectm-install-vera-ttf.patch
(from rev 213394, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-i686/projectm-test-opengl.patch
(from rev 213394, projectm/trunk/projectm-test-opengl.patch)
  projectm/repos/community-x86_64/PKGBUILD
(from rev 213394, projectm/trunk/PKGBUILD)
  projectm/repos/community-x86_64/projectm-gcc6.patch
(from rev 213394, projectm/trunk/projectm-gcc6.patch)
  projectm/repos/community-x86_64/projectm-install-vera-ttf.patch
(from rev 213394, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-x86_64/projectm-test-opengl.patch
(from rev 213394, projectm/trunk/projectm-test-opengl.patch)
Deleted:
  projectm/repos/community-i686/PKGBUILD
  projectm/repos/community-i686/projectm-gcc6.patch
  projectm/repos/community-i686/projectm-install-vera-ttf.patch
  projectm/repos/community-i686/projectm-test-opengl.patch
  projectm/repos/community-x86_64/PKGBUILD
  projectm/repos/community-x86_64/projectm-gcc6.patch
  projectm/repos/community-x86_64/projectm-install-vera-ttf.patch
  projectm/repos/community-x86_64/projectm-test-opengl.patch

--+
 /PKGBUILD|  178 +
 /projectm-gcc6.patch |  124 ++
 /projectm-install-vera-ttf.patch |   24 ++
 /projectm-test-opengl.patch  |   38 
 community-i686/PKGBUILD  |   82 -
 community-i686/projectm-gcc6.patch   |   62 ---
 community-i686/projectm-install-vera-ttf.patch   |   12 -
 community-i686/projectm-test-opengl.patch|   19 --
 community-x86_64/PKGBUILD|   82 -
 community-x86_64/projectm-gcc6.patch |   62 ---
 community-x86_64/projectm-install-vera-ttf.patch |   12 -
 community-x86_64/projectm-test-opengl.patch  |   19 --
 12 files changed, 364 insertions(+), 350 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 03:40:19 UTC (rev 213394)
+++ community-i686/PKGBUILD 2017-02-22 03:42:01 UTC (rev 213395)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Alexander Baldeck 
-# Contributor: Denis A. Altoe Falqueto 
-
-pkgbase=projectm
-pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
-pkgver=2.1.0
-pkgrel=15
-arch=('x86_64' 'i686')
-url='http://projectm.sourceforge.net/'
-license=('LGPL')
-makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
-source=("http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
-'projectm-test-opengl.patch'
-'projectm-install-vera-ttf.patch'
-'projectm-gcc6.patch')
-sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee'
-'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1'
-'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110'
-'5f7cd6baef1c90d2a22772c0352a40645c3554c6d75bde41a2b6ec3ebdaa6128')
-
-prepare() {
-  cd "projectM-complete-$pkgver-Source"
-
-  patch -p1 -i ../projectm-test-opengl.patch
-  patch -p1 -i ../projectm-install-vera-ttf.patch
-  sed 's/projectM_isnan/std::isnan/g' -i 
src/libprojectM/Renderer/BeatDetect.cpp 
-  patch -p1 -i ../projectm-gcc6.patch
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DINCLUDE-PROJECTM-JACK=ON \
-"../projectM-complete-$pkgver-Source"
-  make
-}
-
-package_projectm() {
-  pkgdesc='Music visualizer which uses 3D accelerated iterative image based 
rendering'
-  depends=('ftgl' 'glew' 'libgl')
-  DESTDIR="$pkgdir" make -C "build/src/NativePresets" install
-  DESTDIR="$pkgdir" make -C "build/src/libprojectM" install
-}
-
-package_projectm-libvisual() {
-  pkgdesc='ProjectM plugin for XMMS'
-  depends=('projectm' 'libvisual' 'gcc-libs')
-  replaces=('libvisual-projectm')
-  provides=('libvisual-projectm')
-  DESTDIR="$pkgdir" make -C "build/src/projectM-libvisual" install
-}
-
-package_projectm-pulseaudio() {
-  pkgdesc='ProjectM support for Pulseaudio'
-  depends=('projectm-qt' 'pulseaudio')
-  DESTDIR="$pkgdir" make -C 

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

2017-02-21 Thread Giancarlo Razzolini
Date: Wednesday, February 22, 2017 @ 03:40:19
  Author: grazzolini
Revision: 213394

upgpkg: projectm 2.1.0-16

Switch to https downloads and also add missing license to
the packages

Modified:
  projectm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 03:23:06 UTC (rev 213393)
+++ PKGBUILD2017-02-22 03:40:19 UTC (rev 213394)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Alexander F Rødseth 
 # Contributor: Lukas Fleischer 
 # Contributor: Alexander Baldeck 
 # Contributor: Denis A. Altoe Falqueto 
@@ -7,12 +8,12 @@
 pkgbase=projectm
 pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
 pkgver=2.1.0
-pkgrel=15
+pkgrel=16
 arch=('x86_64' 'i686')
 url='http://projectm.sourceforge.net/'
 license=('LGPL')
 makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
-source=("http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
+source=("https://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
 'projectm-test-opengl.patch'
 'projectm-install-vera-ttf.patch'
 'projectm-gcc6.patch')
@@ -47,6 +48,7 @@
   depends=('ftgl' 'glew' 'libgl')
   DESTDIR="$pkgdir" make -C "build/src/NativePresets" install
   DESTDIR="$pkgdir" make -C "build/src/libprojectM" install
+  DESTDIR="$pkgdir" install -Dm644 
"${srcdir}/projectM-complete-$pkgver-Source/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_projectm-libvisual() {
@@ -55,6 +57,7 @@
   replaces=('libvisual-projectm')
   provides=('libvisual-projectm')
   DESTDIR="$pkgdir" make -C "build/src/projectM-libvisual" install
+  DESTDIR="$pkgdir" install -Dm644 
"${srcdir}/projectM-complete-$pkgver-Source/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_projectm-pulseaudio() {
@@ -61,6 +64,7 @@
   pkgdesc='ProjectM support for Pulseaudio'
   depends=('projectm-qt' 'pulseaudio')
   DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-pulseaudio" install
+  DESTDIR="$pkgdir" install -Dm644 
"${srcdir}/projectM-complete-$pkgver-Source/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_projectm-jack() {
@@ -67,6 +71,7 @@
   pkgdesc='ProjectM support for Jack'
   depends=('projectm-qt' 'jack')
   DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-jack" install
+  DESTDIR="$pkgdir" install -Dm644 
"${srcdir}/projectM-complete-$pkgver-Source/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_projectm-qt() {
@@ -73,6 +78,7 @@
   pkgdesc='Qt bindings for ProjectM'
   depends=('projectm' 'qt4' 'libgl')
   DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-qt" install
+  DESTDIR="$pkgdir" install -Dm644 
"${srcdir}/projectM-complete-$pkgver-Source/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_projectm-test() {
@@ -79,4 +85,5 @@
   pkgdesc='ProjectM test applications'
   depends=('projectm' 'sdl' 'libgl')
   DESTDIR="$pkgdir" make -C "$srcdir/build/src/projectM-test" install
+  DESTDIR="$pkgdir" install -Dm644 
"${srcdir}/projectM-complete-$pkgver-Source/COPYING.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in xfce4-mount-plugin/repos (4 files)

2017-02-21 Thread Evangelos Foutras
Date: Wednesday, February 22, 2017 @ 03:31:51
  Author: foutrelis
Revision: 289379

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

Added:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
(from rev 289378, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD
(from rev 289378, xfce4-mount-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-22 03:31:38 UTC (rev 289378)
+++ extra-i686/PKGBUILD 2017-02-22 03:31:51 UTC (rev 289379)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mount-plugin
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Mount/umount utility for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-i686/PKGBUILD (from rev 289378, 
xfce4-mount-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-22 03:31:51 UTC (rev 289379)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mount-plugin
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Mount/umount utility for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('54578447abaf9da630a750d64acdc37d4fd20dda6460208d6d1ffaa9e43ee1a6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-22 03:31:38 UTC (rev 289378)
+++ extra-x86_64/PKGBUILD   2017-02-22 03:31:51 UTC (rev 289379)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mount-plugin
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Mount/umount utility for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD (from rev 289378, 
xfce4-mount-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-22 03:31:51 UTC (rev 289379)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mount-plugin
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Mount/umount utility for the Xfce4 panel"

[arch-commits] Commit in xfce4-mount-plugin/trunk (PKGBUILD)

2017-02-21 Thread Evangelos Foutras
Date: Wednesday, February 22, 2017 @ 03:31:38
  Author: foutrelis
Revision: 289378

upgpkg: xfce4-mount-plugin 1.1.2-1

New upstream release.

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 23:52:23 UTC (rev 289377)
+++ PKGBUILD2017-02-22 03:31:38 UTC (rev 289378)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-mount-plugin
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Mount/umount utility for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f')
+sha256sums=('54578447abaf9da630a750d64acdc37d4fd20dda6460208d6d1ffaa9e43ee1a6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 03:23:06
  Author: felixonmars
Revision: 213393

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

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 213392, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 213392, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 03:22:31 UTC (rev 213392)
+++ community-i686/PKGBUILD 2017-02-22 03:23:06 UTC (rev 213393)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.11.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;
-license=("Apache")
-depends=('python-cached-property' 'python-colorama' 'python-docopt' 
'python-yaml' 'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
- 'python-six' 'python-jsonschema' 'python-setuptools')
-depends_x86_64+=('docker')
-makedepends=('git')
-checkdepends=('python-pytest-runner' 'python-mock')
-source=("git+https://github.com/docker/compose.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd compose
-
-  # Remove upper bound on requires
-  sed -i 's/==/>=/g' requirements.txt
-  sed -i "s/, < .*',$/',/" setup.py
-}
-
-build() {
-  cd compose
-
-  ./script/build/write-git-sha
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # TODO: need a running docker daemon to test
-
-  cd compose
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py ptr
-}
-
-package() {
-  cd compose
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
-}

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 213392, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 03:23:06 UTC (rev 213393)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+license=("Apache")
+depends=('python-cached-property' 'python-colorama' 'python-docopt' 
'python-yaml' 'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
+ 'python-six' 'python-jsonschema' 'python-setuptools')
+depends_x86_64+=('docker')
+makedepends=('git')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("git+https://github.com/docker/compose.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd compose
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose
+
+  ./script/build/write-git-sha
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py ptr
+}
+
+package() {
+  cd compose
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 03:22:31 UTC (rev 213392)
+++ community-x86_64/PKGBUILD   2017-02-22 03:23:06 UTC (rev 213393)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 03:22:31
  Author: felixonmars
Revision: 213392

upgpkg: docker-compose 1.11.2-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 03:21:23 UTC (rev 213391)
+++ PKGBUILD2017-02-22 03:22:31 UTC (rev 213392)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 03:21:23
  Author: felixonmars
Revision: 213391

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 03:20:50 UTC (rev 213390)
+++ community-i686/PKGBUILD 2017-02-22 03:21:23 UTC (rev 213391)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=7.5.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
-makedepends=('python2' 'procps-ng' 'git')
-optdepends=('npm: nodejs package manager')
-source=("nodejs::git+https://github.com/nodejs/node.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd nodejs
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd nodejs
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd nodejs
-  make test
-}
-
-package() {
-  cd nodejs
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 213390, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 03:21:23 UTC (rev 213391)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=7.6.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
+makedepends=('python2' 'procps-ng' 'git')
+optdepends=('npm: nodejs package manager')
+source=("nodejs::git+https://github.com/nodejs/node.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd nodejs
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd nodejs
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd nodejs
+  make test
+}
+
+package() {
+  cd nodejs
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 03:20:50 UTC (rev 213390)
+++ community-x86_64/PKGBUILD   2017-02-22 03:21:23 

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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 03:20:50
  Author: felixonmars
Revision: 213390

upgpkg: nodejs 7.6.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 02:54:32 UTC (rev 213389)
+++ PKGBUILD2017-02-22 03:20:50 UTC (rev 213390)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=7.5.0
+pkgver=7.6.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')


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

2017-02-21 Thread Giancarlo Razzolini
Date: Wednesday, February 22, 2017 @ 02:54:32
  Author: grazzolini
Revision: 213389

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-22 02:53:11 UTC (rev 213388)
+++ community-i686/PKGBUILD 2017-02-22 02:54:32 UTC (rev 213389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=3
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
-md5sums=('83478c7b531b26db286c293bb25bd917')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-i686/PKGBUILD (from rev 213388, 
ifuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-22 02:54:32 UTC (rev 213389)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
+md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-22 02:53:11 UTC (rev 213388)
+++ community-x86_64/PKGBUILD   2017-02-22 02:54:32 UTC (rev 213389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.3
-pkgrel=3
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
-md5sums=('83478c7b531b26db286c293bb25bd917')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: ifuse/repos/community-x86_64/PKGBUILD (from rev 213388, 
ifuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-22 02:54:32 UTC (rev 213389)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
+# Contributor: Thomas Dziedzic  < gostrc at gmail >
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=ifuse
+pkgver=1.1.3
+pkgrel=4
+pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
+url='http://libimobiledevice.org/'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('libimobiledevice' 'fuse2')
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
+md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" 

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

2017-02-21 Thread Giancarlo Razzolini
Date: Wednesday, February 22, 2017 @ 02:53:11
  Author: grazzolini
Revision: 213388

upgpkg: ifuse 1.1.3-4

Changed the source fetching to https, using libimobiledevice
cgit. Also, install the missing license file.

Modified:
  ifuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 01:31:29 UTC (rev 213387)
+++ PKGBUILD2017-02-22 02:53:11 UTC (rev 213388)
@@ -1,18 +1,20 @@
 # $Id$
-# Maintainer:  Federico Cinelli 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
 # Contributor: Thomas Dziedzic  < gostrc at gmail >
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse2')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
 md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -24,4 +26,5 @@
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in nvidia-304xx-utils/trunk (3 files)

2017-02-21 Thread Laurent Carlier
Date: Tuesday, February 21, 2017 @ 23:52:16
  Author: lcarlier
Revision: 289376

upgpkg: nvidia-304xx-utils 304.134-7

nvidia-304xx doesn't provide any nvidia-drm module, use a good old 
configuration file instead

Added:
  nvidia-304xx-utils/trunk/99-nvidia.conf
(from rev 289375, nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
Modified:
  nvidia-304xx-utils/trunk/PKGBUILD
Deleted:
  nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf

-+
 99-nvidia.conf  |4 
 PKGBUILD|8 
 nvidia-drm-outputclass.conf |6 --
 3 files changed, 8 insertions(+), 10 deletions(-)

Copied: nvidia-304xx-utils/trunk/99-nvidia.conf (from rev 289375, 
nvidia-304xx-utils/trunk/nvidia-drm-outputclass.conf)
===
--- 99-nvidia.conf  (rev 0)
+++ 99-nvidia.conf  2017-02-21 23:52:16 UTC (rev 289376)
@@ -0,0 +1,4 @@
+Section "Files"
+ModulePath "/usr/lib/nvidia/xorg"
+ModulePath "/usr/lib/xorg/modules"
+EndSection

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 23:44:49 UTC (rev 289375)
+++ PKGBUILD2017-02-21 23:52:16 UTC (rev 289376)
@@ -5,16 +5,16 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
 pkgver=304.134
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
 makedepends=('zlib')
 options=('!strip')
-source=(nvidia-drm-outputclass.conf)
+source=(99-nvidia.conf)
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('4f5562ee8f3171769e4638b35396c55d')
+md5sums=('f7a849a925ae3e49da045e8ae6f5328d')
 md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6')
 md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259')
 
@@ -143,7 +143,7 @@
 
   # distro specific files must be installed in /usr/share/X11/xorg.conf.d
   install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-  install -m644 "${srcdir}/nvidia-drm-outputclass.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+  install -m644 "${srcdir}/99-nvidia.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
 
   install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
   echo -e '/usr/lib/nvidia/' > "${pkgdir}"/etc/ld.so.conf.d/00-nvidia.conf

Deleted: nvidia-drm-outputclass.conf
===
--- nvidia-drm-outputclass.conf 2017-02-21 23:44:49 UTC (rev 289375)
+++ nvidia-drm-outputclass.conf 2017-02-21 23:52:16 UTC (rev 289376)
@@ -1,6 +0,0 @@
-Section "OutputClass"
-Identifier "nvidia"
-MatchDriver "nvidia-drm"
-Driver "nvidia"
-ModulePath "/usr/lib/nvidia/xorg"
-EndSection


[arch-commits] Commit in nvidia-304xx-utils/repos (8 files)

2017-02-21 Thread Laurent Carlier
Date: Tuesday, February 21, 2017 @ 23:52:23
  Author: lcarlier
Revision: 289377

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

Added:
  nvidia-304xx-utils/repos/extra-i686/99-nvidia.conf
(from rev 289376, nvidia-304xx-utils/trunk/99-nvidia.conf)
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
(from rev 289376, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-x86_64/99-nvidia.conf
(from rev 289376, nvidia-304xx-utils/trunk/99-nvidia.conf)
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 289376, nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
  nvidia-304xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-304xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  304 +
 extra-i686/99-nvidia.conf|4 
 extra-i686/PKGBUILD  |  152 --
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/99-nvidia.conf  |4 
 extra-x86_64/PKGBUILD|  152 --
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 7 files changed, 312 insertions(+), 316 deletions(-)

Copied: nvidia-304xx-utils/repos/extra-i686/99-nvidia.conf (from rev 289376, 
nvidia-304xx-utils/trunk/99-nvidia.conf)
===
--- extra-i686/99-nvidia.conf   (rev 0)
+++ extra-i686/99-nvidia.conf   2017-02-21 23:52:23 UTC (rev 289377)
@@ -0,0 +1,4 @@
+Section "Files"
+ModulePath "/usr/lib/nvidia/xorg"
+ModulePath "/usr/lib/xorg/modules"
+EndSection

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-21 23:52:16 UTC (rev 289376)
+++ extra-i686/PKGBUILD 2017-02-21 23:52:23 UTC (rev 289377)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.134
-pkgrel=6
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-makedepends=('zlib')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('4f5562ee8f3171769e4638b35396c55d')
-md5sums_i686=('9abd7e9272382bd0e6939c3a367cc1a6')
-md5sums_x86_64=('2ecfa6bd145f673264f7977e0366e259')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-fi
-
-create_links() {
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-  done
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia' 'opencl-driver')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  depends=('xorg-server' 'libxvmc' 'mesa')
-  optdepends=('gtk2: nvidia-settings'
-  'pkg-config: nvidia-xconfig'
-  'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
-  provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-libgl' 
'nvidia-304xx-libgl')
-  replaces=('nvidia-304xx-libgl')
-  
-  cd ${_pkg}
-
-  # X driver
-  install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-  # GLX extension module for X
-  install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"   

[arch-commits] Commit in nvidia-340xx-utils/repos (12 files)

2017-02-21 Thread Laurent Carlier
Date: Tuesday, February 21, 2017 @ 23:44:49
  Author: lcarlier
Revision: 289375

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

Added:
  nvidia-340xx-utils/repos/testing-i686/99-nvidia.conf
(from rev 289374, nvidia-340xx-utils/trunk/99-nvidia.conf)
  nvidia-340xx-utils/repos/testing-i686/PKGBUILD
(from rev 289374, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/testing-i686/nvidia-340xx-utils.install
(from rev 289374, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/testing-x86_64/99-nvidia.conf
(from rev 289374, nvidia-340xx-utils/trunk/99-nvidia.conf)
  nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 289374, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.install
(from rev 289374, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
Deleted:
  nvidia-340xx-utils/repos/testing-i686/PKGBUILD
  nvidia-340xx-utils/repos/testing-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/testing-i686/nvidia-drm-outputclass.conf
  nvidia-340xx-utils/repos/testing-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf

+
 /PKGBUILD  |  328 +++
 /nvidia-340xx-utils.install|   20 +
 testing-i686/99-nvidia.conf|4 
 testing-i686/PKGBUILD  |  164 -
 testing-i686/nvidia-340xx-utils.install|   10 
 testing-i686/nvidia-drm-outputclass.conf   |6 
 testing-x86_64/99-nvidia.conf  |4 
 testing-x86_64/PKGBUILD|  164 -
 testing-x86_64/nvidia-340xx-utils.install  |   10 
 testing-x86_64/nvidia-drm-outputclass.conf |6 
 10 files changed, 356 insertions(+), 360 deletions(-)

Copied: nvidia-340xx-utils/repos/testing-i686/99-nvidia.conf (from rev 289374, 
nvidia-340xx-utils/trunk/99-nvidia.conf)
===
--- testing-i686/99-nvidia.conf (rev 0)
+++ testing-i686/99-nvidia.conf 2017-02-21 23:44:49 UTC (rev 289375)
@@ -0,0 +1,4 @@
+Section "Files"
+ModulePath "/usr/lib/nvidia/xorg"
+ModulePath "/usr/lib/xorg/modules"
+EndSection

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-02-21 23:44:39 UTC (rev 289374)
+++ testing-i686/PKGBUILD   2017-02-21 23:44:49 UTC (rev 289375)
@@ -1,164 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
-pkgver=340.102
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('bf7e27b2f3c815f5e21ba3b17cb9f4e76360bb2c41b30face591834d82d786fee93546a469e30ebcb89f64a17a7e79e0b7ed6fd9f26438dfaa48899fce3ddf33')
-sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
-sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia')
-provides=('opencl-nvidia' 'opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 

[arch-commits] Commit in nvidia-340xx-utils/trunk (3 files)

2017-02-21 Thread Laurent Carlier
Date: Tuesday, February 21, 2017 @ 23:44:39
  Author: lcarlier
Revision: 289374

upgpkg: nvidia-340xx-utils 340.102-3

nvidia-340xx doesn't provide any nvidia-drm module, use a good old 
configuration file instead

Added:
  nvidia-340xx-utils/trunk/99-nvidia.conf
(from rev 289373, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
Modified:
  nvidia-340xx-utils/trunk/PKGBUILD
Deleted:
  nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf

-+
 99-nvidia.conf  |4 
 PKGBUILD|8 
 nvidia-drm-outputclass.conf |6 --
 3 files changed, 8 insertions(+), 10 deletions(-)

Copied: nvidia-340xx-utils/trunk/99-nvidia.conf (from rev 289373, 
nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
===
--- 99-nvidia.conf  (rev 0)
+++ 99-nvidia.conf  2017-02-21 23:44:39 UTC (rev 289374)
@@ -0,0 +1,4 @@
+Section "Files"
+ModulePath "/usr/lib/nvidia/xorg"
+ModulePath "/usr/lib/xorg/modules"
+EndSection

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 23:02:00 UTC (rev 289373)
+++ PKGBUILD2017-02-21 23:44:39 UTC (rev 289374)
@@ -6,15 +6,15 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
 pkgver=340.102
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
 options=('!strip')
-source=(nvidia-drm-outputclass.conf)
+source=(99-nvidia.conf)
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha512sums=('bf7e27b2f3c815f5e21ba3b17cb9f4e76360bb2c41b30face591834d82d786fee93546a469e30ebcb89f64a17a7e79e0b7ed6fd9f26438dfaa48899fce3ddf33')
+sha512sums=('c6efa509a020558f54daa86dd64a0a99e6f254b81fc49a1624780a3bc098d04163621eb3e739e05ae6617de29bb41b4f1a060925fea0a21730fb9e46f2174687')
 
sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
 
sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
 
@@ -155,7 +155,7 @@
 
 # distro specific files must be installed in /usr/share/X11/xorg.conf.d
 install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
-install -m644 "${srcdir}/nvidia-drm-outputclass.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+install -m644 "${srcdir}/99-nvidia.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
 
 install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
 echo -e '/usr/lib/nvidia/' > "${pkgdir}"/etc/ld.so.conf.d/00-nvidia.conf

Deleted: nvidia-drm-outputclass.conf
===
--- nvidia-drm-outputclass.conf 2017-02-21 23:02:00 UTC (rev 289373)
+++ nvidia-drm-outputclass.conf 2017-02-21 23:44:39 UTC (rev 289374)
@@ -1,6 +0,0 @@
-Section "OutputClass"
-Identifier "nvidia"
-MatchDriver "nvidia-drm"
-Driver "nvidia"
-ModulePath "/usr/lib/nvidia/xorg"
-EndSection


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

2017-02-21 Thread Gerardo Exequiel Pozzi
Date: Tuesday, February 21, 2017 @ 23:02:00
  Author: djgera
Revision: 289373

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 289372, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-21 23:01:21 UTC (rev 289372)
+++ PKGBUILD2017-02-21 23:02:00 UTC (rev 289373)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi 
-# Maintainer: Pierre Schmitz 
-
-pkgname=archiso
-pkgver=29
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('dbea7226d0c36cabdae9c560323cd668beac86ab5b65c2a70b7411f6b1cec51f'
-'SKIP')
-validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 289372, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-21 23:02:00 UTC (rev 289373)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi 
+# Maintainer: Pierre Schmitz 
+
+pkgname=archiso
+pkgver=30
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('986530d0acddb4cbf70e9b8f32f5554597db19936f981f6cbf9fcc7aeaccc801'
+'SKIP')
+validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+}


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

2017-02-21 Thread Gerardo Exequiel Pozzi
Date: Tuesday, February 21, 2017 @ 23:01:21
  Author: djgera
Revision: 289372

upgpkg: archiso 30-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 20:47:53 UTC (rev 289371)
+++ PKGBUILD2017-02-21 23:01:21 UTC (rev 289372)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archiso
-pkgver=29
+pkgver=30
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('dbea7226d0c36cabdae9c560323cd668beac86ab5b65c2a70b7411f6b1cec51f'
+sha256sums=('986530d0acddb4cbf70e9b8f32f5554597db19936f981f6cbf9fcc7aeaccc801'
 'SKIP')
 validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
 


[arch-commits] Commit in keepass-plugin-keeagent/repos (2 files)

2017-02-21 Thread Giancarlo Razzolini
Date: Tuesday, February 21, 2017 @ 21:46:23
  Author: grazzolini
Revision: 213381

archrelease: copy trunk to community-any

Added:
  keepass-plugin-keeagent/repos/community-any/
  keepass-plugin-keeagent/repos/community-any/PKGBUILD
(from rev 213380, keepass-plugin-keeagent/trunk/PKGBUILD)

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

Copied: keepass-plugin-keeagent/repos/community-any/PKGBUILD (from rev 213380, 
keepass-plugin-keeagent/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-02-21 21:46:23 UTC (rev 213381)
@@ -0,0 +1,38 @@
+# Maintainer: Giancarlo Razzolinit 
+
+pkgname=keepass-plugin-keeagent
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="SSH Agent Plugin for KeePass"
+license=('GPL')
+makedepends=('git' 'nuget')
+depends=('keepass')
+optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration 
with GnuPG SSH agent')
+arch=('any')
+url="http://lechnology.com/software/keeagent/;
+options=('!strip')
+source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  git submodule update --init --recursive
+
+  mv /build/.config{,.bak} || true
+
+  nuget restore
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm644 KeeAgent/bin/ReleasePlgx/KeeAgent.plgx -t 
"$pkgdir/usr/share/keepass/plugins/"
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 GPL2.txt "$pkgdir/usr/share/licenses/$pkgname/GPL2.txt"
+}


[arch-commits] Commit in (4 files)

2017-02-21 Thread Giancarlo Razzolini
Date: Tuesday, February 21, 2017 @ 21:40:37
  Author: grazzolini
Revision: 213380

addpkg: Add keepass-plugin-keeagent

Added:
  keepass-plugin-keeagent/
  keepass-plugin-keeagent/repos/
  keepass-plugin-keeagent/trunk/
  keepass-plugin-keeagent/trunk/PKGBUILD

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

Added: keepass-plugin-keeagent/trunk/PKGBUILD
===
--- keepass-plugin-keeagent/trunk/PKGBUILD  (rev 0)
+++ keepass-plugin-keeagent/trunk/PKGBUILD  2017-02-21 21:40:37 UTC (rev 
213380)
@@ -0,0 +1,38 @@
+# Maintainer: Giancarlo Razzolinit 
+
+pkgname=keepass-plugin-keeagent
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="SSH Agent Plugin for KeePass"
+license=('GPL')
+makedepends=('git' 'nuget')
+depends=('keepass')
+optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration 
with GnuPG SSH agent')
+arch=('any')
+url="http://lechnology.com/software/keeagent/;
+options=('!strip')
+source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  git submodule update --init --recursive
+
+  mv /build/.config{,.bak} || true
+
+  nuget restore
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm644 KeeAgent/bin/ReleasePlgx/KeeAgent.plgx -t 
"$pkgdir/usr/share/keepass/plugins/"
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 GPL2.txt "$pkgdir/usr/share/licenses/$pkgname/GPL2.txt"
+}


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


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

2017-02-21 Thread Jan Steffens
Date: Tuesday, February 21, 2017 @ 20:47:53
  Author: heftig
Revision: 289371

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 289370, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
(from rev 289370, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-i686/firefox-gtk3-20.patch
(from rev 289370, thunderbird/trunk/firefox-gtk3-20.patch)
  thunderbird/repos/extra-i686/fix-wifi-scanner.diff
(from rev 289370, thunderbird/trunk/fix-wifi-scanner.diff)
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
(from rev 289370, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-i686/mozilla-1228540.patch
(from rev 289370, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 289370, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 289370, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 289370, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
(from rev 289370, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-x86_64/firefox-gtk3-20.patch
(from rev 289370, thunderbird/trunk/firefox-gtk3-20.patch)
  thunderbird/repos/extra-x86_64/fix-wifi-scanner.diff
(from rev 289370, thunderbird/trunk/fix-wifi-scanner.diff)
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
(from rev 289370, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
(from rev 289370, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 289370, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 289370, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
  thunderbird/repos/extra-i686/mozilla-1228540.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  328 
 /firefox-gcc-6.0.patch |   52 
 /mozilla-1228540-1.patch   |  168 
 /mozilla-1228540.patch |12064 +++
 /thunderbird-install-dir.patch |   24 
 /thunderbird.desktop   |  346 
 extra-i686/PKGBUILD|  116 
 extra-i686/firefox-gcc-6.0.patch   |   26 
 extra-i686/firefox-gtk3-20.patch   | 1638 +++
 extra-i686/fix-wifi-scanner.diff   |   16 
 extra-i686/mozconfig   |   33 
 extra-i686/mozilla-1228540-1.patch |   84 
 extra-i686/mozilla-1228540.patch   | 6032 -
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |  116 
 extra-x86_64/firefox-gcc-6.0.patch |   26 
 extra-x86_64/firefox-gtk3-20.patch | 1638 +++
 extra-x86_64/fix-wifi-scanner.diff |   16 
 extra-x86_64/mozconfig |   33 
 extra-x86_64/mozilla-1228540-1.patch   |   84 
 extra-x86_64/mozilla-1228540.patch | 6032 -
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 
 extra-x86_64/vendor.js |9 
 26 files changed, 16290 insertions(+), 12970 deletions(-)

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


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

2017-02-21 Thread Jan Steffens
Date: Tuesday, February 21, 2017 @ 20:46:53
  Author: heftig
Revision: 289370

45.7.1-2: Overhaul, GTK3 FS#48938

Added:
  thunderbird/trunk/firefox-gtk3-20.patch
  thunderbird/trunk/fix-wifi-scanner.diff
Modified:
  thunderbird/trunk/PKGBUILD
Deleted:
  thunderbird/trunk/mozconfig
  thunderbird/trunk/vendor.js

---+
 PKGBUILD  |  122 ++-
 firefox-gtk3-20.patch | 1638 
 fix-wifi-scanner.diff |   16 
 mozconfig |   33 
 vendor.js |9 
 5 files changed, 1739 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 20:13:06 UTC (rev 289369)
+++ PKGBUILD2017-02-21 20:46:53 UTC (rev 289370)
@@ -7,32 +7,28 @@
 
 pkgname=thunderbird
 pkgver=45.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone mail and news reader from mozilla.org"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
+arch=(i686 x86_64)
+license=(MPL GPL LGPL)
 url="https://www.mozilla.org/thunderbird/;
-depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'alsa-lib' 'libvpx' 'libevent' 'nss' 'hunspell'
- 'sqlite' 'ttf-font' 'icu')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
- 'libpulse' 'inetutils')
+depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
+ libvpx libevent nss hunspell sqlite ttf-font icu)
+makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils)
 optdepends=('libcanberra: for sound support')
-options=('!emptydirs' '!makeflags')
+options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
-mozconfig
 thunderbird.desktop
-thunderbird-install-dir.patch
-firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch
-vendor.js)
+thunderbird-install-dir.patch fix-wifi-scanner.diff 
firefox-gtk3-20.patch
+firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch)
 sha256sums=('5fc7a39c6a1baacfa37d6a52c9384f70c171dd0bb581576d370bdb29c84b9ffb'
-'b884ccab9bea135600b41a2359073e637dee96dac64d22aceec4adb7fd936b23'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
+'9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8'
+'2e355a477f1df792cd7f9d1e3a56030543e0cf2d09051dd293ba495a7edb54fd'
 '4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf'
 '3a3e84c702ee31450a3e84698441aceb11cf44e64c9fedcaddb8cb50db759417'
-'d1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19'
-'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
+'d1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -39,8 +35,6 @@
 # get your own set of keys. Feel free to contact foutre...@archlinux.org for
 # more information.
 _google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
 
 # Mozilla API keys (see https://location.services.mozilla.com/api)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -50,11 +44,18 @@
 
 
 prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
   cd $pkgname-$pkgver
-
-  cp ../mozconfig .mozconfig
   patch -Np1 -i ../thunderbird-install-dir.patch
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
+  patch -d mozilla -Np1 < ../fix-wifi-scanner.diff
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1234158
+  patch -d mozilla -Np1 < ../firefox-gtk3-20.patch
+
   # Required for GCC 6
   patch -d mozilla -Np1 < ../firefox-gcc-6.0.patch
   patch -d mozilla -Np1 < ../mozilla-1228540.patch
@@ -61,16 +62,46 @@
   patch -d mozilla -Np1 < ../mozilla-1228540-1.patch
 
   echo -n "$_google_api_key" >google-api-key
-  echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" 
>>.mozconfig
+  echo -n "$_mozilla_api_key" >mozilla-api-key
 
-  echo -n "$_google_default_client_id $_google_default_client_secret" 
>google-oauth-api-key
-  echo "ac_add_options 
--with-google-oauth-api-keyfile=\"$PWD/google-oauth-api-key\"" >>.mozconfig
+  cat >.mozconfig >.mozconfig
+ac_add_options --prefix=/usr
+ac_add_options --enable-release
+ac_add_options --enable-gold
+ac_add_options --enable-pie
 
-  mkdir "$srcdir/path"
-  ln -s /usr/bin/python2 

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

2017-02-21 Thread Antonio Rojas
Date: Tuesday, February 21, 2017 @ 20:13:06
  Author: arojas
Revision: 289369

archrelease: copy trunk to extra-any

Added:
  eigen/repos/extra-any/PKGBUILD
(from rev 289368, eigen/trunk/PKGBUILD)
Deleted:
  eigen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-21 20:12:38 UTC (rev 289368)
+++ PKGBUILD2017-02-21 20:13:06 UTC (rev 289369)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Chirantan Ekbote 
-# Contributor: Kringel
-
-pkgname=eigen
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
-arch=('any')
-url='http://eigen.tuxfamily.org'
-license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'qt4' 
'suitesparse' 'boost')
-optdepends=('qt4: for example programs')
-replaces=('eigen3')
-provides=('eigen3')
-source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-sha1sums=('d6fc2c3d7c627441dfcc6089c1cca07e0b5e1be5')
-
-build() {
-   mkdir -p build
-   cd build
-   cmake ../eigen-eigen-* \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-
-   # install custom licenses
-   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 ../eigen-eigen-*/COPYING.BSD 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: eigen/repos/extra-any/PKGBUILD (from rev 289368, eigen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-21 20:13:06 UTC (rev 289369)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Chirantan Ekbote 
+# Contributor: Kringel
+
+pkgname=eigen
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
+arch=('any')
+url='http://eigen.tuxfamily.org'
+license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
+makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'qt4' 
'suitesparse' 'boost')
+optdepends=('qt4: for example programs')
+replaces=('eigen3')
+provides=('eigen3')
+source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('b676f3f58549104e4f233e1b21354d8be435d8fd')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake ../eigen-eigen-* \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+
+   # install custom licenses
+   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 ../eigen-eigen-*/COPYING.BSD 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-02-21 Thread Antonio Rojas
Date: Tuesday, February 21, 2017 @ 20:12:38
  Author: arojas
Revision: 289368

Update to 3.3.3

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 19:56:43 UTC (rev 289367)
+++ PKGBUILD2017-02-21 20:12:38 UTC (rev 289368)
@@ -4,7 +4,7 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('eigen3')
 provides=('eigen3')
 
source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
-sha1sums=('d6fc2c3d7c627441dfcc6089c1cca07e0b5e1be5')
+sha1sums=('b676f3f58549104e4f233e1b21354d8be435d8fd')
 
 build() {
mkdir -p build


[arch-commits] Commit in firefox/trunk (PKGBUILD mozconfig vendor.js)

2017-02-21 Thread Jan Steffens
Date: Tuesday, February 21, 2017 @ 19:56:43
  Author: heftig
Revision: 289367

Overhaul

Modified:
  firefox/trunk/PKGBUILD
Deleted:
  firefox/trunk/mozconfig
  firefox/trunk/vendor.js

---+
 PKGBUILD  |  102 
 mozconfig |   36 -
 vendor.js |   12 ---
 3 files changed, 76 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 18:47:58 UTC (rev 289366)
+++ PKGBUILD2017-02-21 19:56:43 UTC (rev 289367)
@@ -19,20 +19,13 @@
 'upower: Battery API')
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
-mozconfig
-firefox.desktop
-firefox-install-dir.patch
-rust-i686.patch
-vendor.js
-firefox-symbolic.svg
-fix-wifi-scanner.diff)
+firefox.desktop firefox-symbolic.svg
+firefox-install-dir.patch rust-i686.patch fix-wifi-scanner.diff)
 sha256sums=('30ba00ba716ea1eeda526e2ccc8642f8d18a836793fde50e87a4fcb9d9fccca9'
-'3b0c6b08c0211d8c5a02aa050755276ec864c5f2c5ac1a3d3f9f8a9af6512737'
 '780a1c50ede9ffa59bd224de3a57f17f2a9484f1d66bc5a4d982aafb58724d97'
+'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
-'93c5df00f409988bbfa890ac175103476ead3af68f7501973ee70bd11dc472f8'
-'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
 '9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8')
 validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
 
@@ -50,9 +43,10 @@
 
 
 prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
   cd $pkgname-$pkgver
-
-  cp ../mozconfig .mozconfig
   patch -Np1 -i ../firefox-install-dir.patch
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
@@ -62,13 +56,48 @@
   patch -Np1 -i ../rust-i686.patch
 
   echo -n "$_google_api_key" >google-api-key
-  echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" 
>>.mozconfig
-
   echo -n "$_mozilla_api_key" >mozilla-api-key
-  echo "ac_add_options --with-mozilla-api-keyfile=\"$PWD/mozilla-api-key\"" 
>>.mozconfig
 
-  mkdir "$srcdir/path"
-  ln -s /usr/bin/python2 "$srcdir/path/python"
+  cat >.mozconfig 

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

2017-02-21 Thread Evangelos Foutras
Date: Tuesday, February 21, 2017 @ 19:10:54
  Author: foutrelis
Revision: 213379

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

Added:
  php-memcached/repos/community-i686/PKGBUILD
(from rev 213378, php-memcached/trunk/PKGBUILD)
  php-memcached/repos/community-x86_64/PKGBUILD
(from rev 213378, php-memcached/trunk/PKGBUILD)
Deleted:
  php-memcached/repos/community-i686/PKGBUILD
  php-memcached/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-21 19:10:42 UTC (rev 213378)
+++ community-i686/PKGBUILD 2017-02-21 19:10:54 UTC (rev 213379)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=php-memcached
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
-arch=('i686' 'x86_64')
-url="https://github.com/php-memcached-dev/php-memcached;
-license=('PHP')
-depends=('php' 'libmemcached')
-makedepends=('git')
-backup=('etc/php/conf.d/memcached.ini')
-source=("git+https://github.com/php-memcached-dev/php-memcached.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  phpize
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir/etc/php/conf.d"
-  echo ';extension=memcached.so' >"$pkgdir/etc/php/conf.d/memcached.ini"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: php-memcached/repos/community-i686/PKGBUILD (from rev 213378, 
php-memcached/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-21 19:10:54 UTC (rev 213379)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=php-memcached
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
+arch=('i686' 'x86_64')
+url="https://github.com/php-memcached-dev/php-memcached;
+license=('PHP')
+depends=('php' 'libmemcached')
+makedepends=('git')
+backup=('etc/php/conf.d/memcached.ini')
+source=("git+https://github.com/php-memcached-dev/php-memcached.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir/etc/php/conf.d"
+  echo ';extension=memcached.so' >"$pkgdir/etc/php/conf.d/memcached.ini"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-21 19:10:42 UTC (rev 213378)
+++ community-x86_64/PKGBUILD   2017-02-21 19:10:54 UTC (rev 213379)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=php-memcached
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
-arch=('i686' 'x86_64')
-url="https://github.com/php-memcached-dev/php-memcached;
-license=('PHP')
-depends=('php' 'libmemcached')
-makedepends=('git')
-backup=('etc/php/conf.d/memcached.ini')
-source=("git+https://github.com/php-memcached-dev/php-memcached.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  phpize
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir/etc/php/conf.d"
-  echo ';extension=memcached.so' >"$pkgdir/etc/php/conf.d/memcached.ini"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: php-memcached/repos/community-x86_64/PKGBUILD (from rev 213378, 
php-memcached/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-21 19:10:54 UTC (rev 213379)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=php-memcached
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
+arch=('i686' 'x86_64')
+url="https://github.com/php-memcached-dev/php-memcached;
+license=('PHP')
+depends=('php' 'libmemcached')
+makedepends=('git')
+backup=('etc/php/conf.d/memcached.ini')
+source=("git+https://github.com/php-memcached-dev/php-memcached.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  

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

2017-02-21 Thread Evangelos Foutras
Date: Tuesday, February 21, 2017 @ 19:10:42
  Author: foutrelis
Revision: 213378

upgpkg: php-memcached 3.0.3-1

New upstream release.

Modified:
  php-memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 19:05:20 UTC (rev 213377)
+++ PKGBUILD2017-02-21 19:10:42 UTC (rev 213378)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=php-memcached
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
 arch=('i686' 'x86_64')


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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 19:05:20
  Author: jlichtblau
Revision: 213377

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

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

+
 /PKGBUILD  |   74 +++
 /tellico.changelog |   70 +
 community-i686/PKGBUILD|   37 -
 community-i686/tellico.changelog   |   32 ---
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/tellico.changelog |   32 ---
 6 files changed, 144 insertions(+), 138 deletions(-)

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

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

Deleted: community-i686/tellico.changelog
===
--- community-i686/tellico.changelog2017-02-21 19:05:05 UTC (rev 213376)
+++ community-i686/tellico.changelog2017-02-21 19:05:20 UTC (rev 213377)
@@ -1,32 +0,0 @@
-2016-12-20 Jaroslav Lichtblau 
-   * tellico 3.0-4 FS#52202 fix
-
-2016-12-18 Jaroslav Lichtblau 
-   * tellico 3.0-3 FS#52188 fix
-
-2016-11-09 Jaroslav Lichtblau 
-   * tellico 3.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * tellico 2.3.11-2 pacman hooks rebuild
-
-2015-12-11 Jaroslav Lichtblau 

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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 19:05:05
  Author: jlichtblau
Revision: 213376

upgpkg: tellico 3.0.1-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 18:43:51 UTC (rev 213375)
+++ PKGBUILD2017-02-21 19:05:05 UTC (rev 213376)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=tellico
-pkgver=3.0
-pkgrel=4
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('i686' 'x86_64')
 url="http://tellico-project.org/;
@@ -16,7 +16,7 @@
 makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
 changelog=$pkgname.changelog
 source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('ad78e909e9e0f3ea5b44e8178026a5bd009f2596697a7d47729549a60c2cf2cb')
+sha256sums=('58f1b2778f85b4f514a35278072ffb0ffdfac732840995668a1ff866c98ee19e')
 
 build() {
   cd "${srcdir}"

Modified: tellico.changelog
===
--- tellico.changelog   2017-02-21 18:43:51 UTC (rev 213375)
+++ tellico.changelog   2017-02-21 19:05:05 UTC (rev 213376)
@@ -1,3 +1,6 @@
+2017-02-21 Jaroslav Lichtblau 
+   * tellico 3.0.1-1
+
 2016-12-20 Jaroslav Lichtblau 
* tellico 3.0-4 FS#52202 fix
 


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

2017-02-21 Thread Anatol Pomozov
Date: Tuesday, February 21, 2017 @ 18:47:58
  Author: anatolik
Revision: 289366

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

Added:
  openmpi/repos/testing-i686/
  openmpi/repos/testing-i686/PKGBUILD
(from rev 289365, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-i686/system_ltdl.patch
(from rev 289365, openmpi/trunk/system_ltdl.patch)
  openmpi/repos/testing-x86_64/
  openmpi/repos/testing-x86_64/PKGBUILD
(from rev 289365, openmpi/trunk/PKGBUILD)
  openmpi/repos/testing-x86_64/system_ltdl.patch
(from rev 289365, openmpi/trunk/system_ltdl.patch)

--+
 testing-i686/PKGBUILD|   67 +
 testing-i686/system_ltdl.patch   |   66 
 testing-x86_64/PKGBUILD  |   67 +
 testing-x86_64/system_ltdl.patch |   66 
 4 files changed, 266 insertions(+)

Copied: openmpi/repos/testing-i686/PKGBUILD (from rev 289365, 
openmpi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-21 18:47:58 UTC (rev 289366)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=openmpi
+pkgver=1.10.6
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cbb3121d30869ee89b5484af274b6b477d8ac72f')
+
+build() {
+   cd $pkgname-$pkgver
+
+   ./autogen.pl
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   # FS#28583
+   install -d -m 755 "$pkgdir"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i "$pkgdir"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv "$pkgdir"/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm "$pkgdir"/usr/share/vampirtrace/config.log
+
+   install -d -m 755 "$pkgdir"/etc/ld.so.conf.d
+   echo "/usr/lib/$pkgname" > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openmpi/repos/testing-i686/system_ltdl.patch (from rev 289365, 
openmpi/trunk/system_ltdl.patch)
===
--- testing-i686/system_ltdl.patch  (rev 0)
+++ testing-i686/system_ltdl.patch  2017-02-21 18:47:58 UTC (rev 289366)
@@ -0,0 +1,66 @@
+diff --git a/config/ltdl.m4 b/config/ltdl.m4
+index ea76f4d..2f1cbfe 100644
+--- a/config/ltdl.m4
 b/config/ltdl.m4
+@@ -162,6 +162,8 @@ m4_defun([_LTDL_INSTALLABLE],
+   fi
+ fi
+ 
++enable_ltdl_install=no
++
+ # If configure.ac declared an installable ltdl, and the user didn't override
+ # with --disable-ltdl-install, we will install the shipped libltdl.
+ case $enable_ltdl_install in
+diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am
+index 2adf3fd..5b22a91 100644
+--- a/ompi/debuggers/Makefile.am
 b/ompi/debuggers/Makefile.am
+@@ -46,8 +46,7 @@ headers = \
+ # Simple checks to ensure that the DSOs are functional
+ 
+ dlopen_test_SOURCES = dlopen_test.c
+-dlopen_test_CPPFLAGS = -I$(top_srcdir)/opal/libltdl
+-dlopen_test_LDADD = $(top_builddir)/opal/libltdl/libltdlc.la
++dlopen_test_LDADD = -lltdl
+ 
+ predefined_gap_test_SOURCES = predefined_gap_test.c
+ predefined_gap_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
+diff --git a/ompi/debuggers/dlopen_test.c b/ompi/debuggers/dlopen_test.c
+index 029a4ee..023afb8 100644
+--- a/ompi/debuggers/dlopen_test.c
 b/ompi/debuggers/dlopen_test.c
+@@ -13,7 +13,7 @@
+ #include 
+ #include 
+ 
+-#include "opal/libltdl/ltdl.h"
++#include "ltdl.h"
+ 
+ static int do_test(void);
+ 
+diff --git a/test/support/components.c b/test/support/components.c
+index 41c4345..6b4b464 100644
+--- a/test/support/components.c
 

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

2017-02-21 Thread Anatol Pomozov
Date: Tuesday, February 21, 2017 @ 18:47:26
  Author: anatolik
Revision: 289365

upgpkg: openmpi 1.10.6-1

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 18:35:49 UTC (rev 289364)
+++ PKGBUILD2017-02-21 18:47:26 UTC (rev 289365)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=openmpi
-pkgver=1.10.5
+pkgver=1.10.6
 pkgrel=1
 pkgdesc='High performance message passing library (MPI)'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('gcc-fortran: fortran support')
 options=(staticlibs)
 
source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('cd71fd477c5813dbbfe5a6b0bcb34724ae921ddb')
+sha1sums=('cbb3121d30869ee89b5484af274b6b477d8ac72f')
 
 build() {
cd $pkgname-$pkgver


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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 18:43:51
  Author: jlichtblau
Revision: 213375

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 213374, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-21 18:43:35 UTC (rev 213374)
+++ PKGBUILD2017-02-21 18:43:51 UTC (rev 213375)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: graysky 
-# Contributor: Geoffroy Carrier 
-# Contributor: Joël Schaerer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=autojump
-pkgver=22.3.5
-pkgrel=1
-pkgdesc="A faster way to navigate your filesystem from the command line"
-arch=('any')
-url="https://github.com/wting/autojump;
-license=('GPL3')
-depends=('python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
-sha256sums=('a5759373ef3b64c09e4b5797f0d68b681976e6b86ba8c3bd009923c526780eb4')
-
-prepare() {
-  cd $pkgname-release-v$pkgver
-  sed -i "s:/env python:/python3:g" bin/$pkgname
-}
-
-package() {
-  cd $pkgname-release-v$pkgver
-
-  SHELL=/bin/bash ./install.py --destdir "${pkgdir}" \
-   --prefix 'usr/' \
-   --zshshare 'usr/share/zsh/site-functions'
-
-  cd "${pkgdir}"/usr/share/$pkgname
-  for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i "${pkgdir}"/etc/profile.d/$i
-  done
-#FS#49601
-  install -d "${pkgdir}"/usr/share/fish/completions
-  mv "${pkgdir}"/etc/profile.d/$pkgname.fish 
"${pkgdir}"/usr/share/fish/completions
-
-#https://github.com/joelthelion/autojump/pull/339
-  sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
-  sed -i "s:/build/autojump/pkg/autojump/:/:g" 
"${pkgdir}"/etc/profile.d/$pkgname.sh
-#FS#43762
-  sed -i '27,31d' "${pkgdir}"/etc/profile.d/$pkgname.sh
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 213374, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-21 18:43:51 UTC (rev 213375)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: graysky 
+# Contributor: Geoffroy Carrier 
+# Contributor: Joël Schaerer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=autojump
+pkgver=22.5.1
+pkgrel=1
+pkgdesc="A faster way to navigate your filesystem from the command line"
+arch=('any')
+url="https://github.com/wting/autojump;
+license=('GPL3')
+depends=('python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
+sha256sums=('765fabda130eb4df70d1c1e5bc172e1d18f8ec22c6b89ff98f1674335292e99f')
+
+prepare() {
+  cd $pkgname-release-v$pkgver
+  sed -i "s:/env python:/python3:g" bin/$pkgname
+}
+
+package() {
+  cd $pkgname-release-v$pkgver
+
+  SHELL=/bin/bash ./install.py --destdir "${pkgdir}" \
+   --prefix 'usr/' \
+   --zshshare 'usr/share/zsh/site-functions'
+
+  cd "${pkgdir}"/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i "${pkgdir}"/etc/profile.d/$i
+  done
+#FS#49601
+  install -d "${pkgdir}"/usr/share/fish/completions
+  mv "${pkgdir}"/etc/profile.d/$pkgname.fish 
"${pkgdir}"/usr/share/fish/completions
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
+  sed -i "s:/build/autojump/pkg/autojump/:/:g" 
"${pkgdir}"/etc/profile.d/$pkgname.sh
+#FS#43762
+  sed -i '27,31d' "${pkgdir}"/etc/profile.d/$pkgname.sh
+}


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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 18:43:35
  Author: jlichtblau
Revision: 213374

upgpkg: autojump 22.5.1-1 - new upstream release

Modified:
  autojump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 18:41:23 UTC (rev 213373)
+++ PKGBUILD2017-02-21 18:43:35 UTC (rev 213374)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=autojump
-pkgver=22.3.5
+pkgver=22.5.1
 pkgrel=1
 pkgdesc="A faster way to navigate your filesystem from the command line"
 arch=('any')
@@ -14,7 +14,7 @@
 license=('GPL3')
 depends=('python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
-sha256sums=('a5759373ef3b64c09e4b5797f0d68b681976e6b86ba8c3bd009923c526780eb4')
+sha256sums=('765fabda130eb4df70d1c1e5bc172e1d18f8ec22c6b89ff98f1674335292e99f')
 
 prepare() {
   cd $pkgname-release-v$pkgver


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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 18:41:23
  Author: jlichtblau
Revision: 213373

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-21 18:41:11 UTC (rev 213372)
+++ PKGBUILD2017-02-21 18:41:23 UTC (rev 213373)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.02.17
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 213372, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-21 18:41:23 UTC (rev 213373)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.02.21
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 18:41:11
  Author: jlichtblau
Revision: 213372

upgpkg: youtube-dl 2017.02.21-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 18:24:10 UTC (rev 213371)
+++ PKGBUILD2017-02-21 18:41:11 UTC (rev 213372)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.02.17
+pkgver=2017.02.21
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a'
+sha256sums=('af68839011c083278dae50652926cc132796aa45e861d7e7719236064ddf1002'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-02-21 Thread Andreas Radke
Date: Tuesday, February 21, 2017 @ 18:35:49
  Author: andyrtr
Revision: 289364

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

Added:
  libinput/repos/testing-i686/
  libinput/repos/testing-i686/PKGBUILD
(from rev 289363, libinput/trunk/PKGBUILD)
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 289363, libinput/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 289363, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-21 18:35:49 UTC (rev 289364)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# currently no doc files to install
+makedepends=('doxygen' 'graphviz' 'gtk3')
+#checkdepends=('check' 'libunwind')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('96fc0e0b24a96042b16e561201979dfa4a3f00a642538195c62f72b79f4084fa'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  # install doc - no Makefile target
+  install -v -dm755 ${pkgdir}/usr/share/doc/libinput
+  cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 289363, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-21 18:35:49 UTC (rev 289364)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# currently no doc files to install
+makedepends=('doxygen' 'graphviz' 'gtk3')
+#checkdepends=('check' 'libunwind')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('96fc0e0b24a96042b16e561201979dfa4a3f00a642538195c62f72b79f4084fa'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  # install doc - no Makefile target
+  install -v -dm755 ${pkgdir}/usr/share/doc/libinput
+  cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput
+}


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

2017-02-21 Thread Andreas Radke
Date: Tuesday, February 21, 2017 @ 18:35:32
  Author: andyrtr
Revision: 289363

upgpkg: libinput 1.6.2-1

upstream update 1.6.2

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 17:55:48 UTC (rev 289362)
+++ PKGBUILD2017-02-21 18:35:32 UTC (rev 289363)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=('doxygen' 'graphviz' 'gtk3')
 #checkdepends=('check' 'libunwind')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('9d816f13eee63bcca0e9c3bb652c52ab55f39be4d1b90b54e4bfd1dc92ef55a8'
+sha256sums=('96fc0e0b24a96042b16e561201979dfa4a3f00a642538195c62f72b79f4084fa'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 18:24:10
  Author: jlichtblau
Revision: 213371

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

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 213370, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 213370, yaz/trunk/yaz.changelog)
  yaz/repos/community-x86_64/PKGBUILD
(from rev 213370, yaz/trunk/PKGBUILD)
  yaz/repos/community-x86_64/yaz.changelog
(from rev 213370, 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 |  106 +++
 community-i686/PKGBUILD|   35 
 community-i686/yaz.changelog   |   50 --
 community-x86_64/PKGBUILD  |   35 
 community-x86_64/yaz.changelog |   50 --
 6 files changed, 176 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-21 18:23:51 UTC (rev 213370)
+++ community-i686/PKGBUILD 2017-02-21 18:24:10 UTC (rev 213371)
@@ -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.20.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=('2457f585122d4612474d1da779e13d18773a760c880e7f46ec7375d676f68819')
-
-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 213370, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-21 18:24:10 UTC (rev 213371)
@@ -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.20.2
+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=('4cf4473190cfd74ca046cf3a51b084700e59558037b199574c3c3001a9df793b')
+
+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-02-21 18:23:51 UTC (rev 213370)
+++ community-i686/yaz.changelog2017-02-21 18:24:10 UTC (rev 213371)
@@ -1,50 +0,0 @@
-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
-

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

2017-02-21 Thread Jaroslav Lichtblau
Date: Tuesday, February 21, 2017 @ 18:23:51
  Author: jlichtblau
Revision: 213370

upgpkg: yaz 5.20.2-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-02-21 17:53:28 UTC (rev 213369)
+++ PKGBUILD2017-02-21 18:23:51 UTC (rev 213370)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.20.0
+pkgver=5.20.2
 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=('2457f585122d4612474d1da779e13d18773a760c880e7f46ec7375d676f68819')
+sha256sums=('4cf4473190cfd74ca046cf3a51b084700e59558037b199574c3c3001a9df793b')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2017-02-21 17:53:28 UTC (rev 213369)
+++ yaz.changelog   2017-02-21 18:23:51 UTC (rev 213370)
@@ -1,3 +1,6 @@
+2017-02-21 Jaroslav Lichtblau 
+   * yaz 5.20.2-1
+
 2017-01-10 Jaroslav Lichtblau 
* yaz 5.20.0-1
 


[arch-commits] Commit in networkmanager/trunk (20-connectivity.conf PKGBUILD)

2017-02-21 Thread Jan Steffens
Date: Tuesday, February 21, 2017 @ 17:55:48
  Author: heftig
Revision: 289362

Drop 20-connectity.conf; pkgbuild.com is not suitable

Modified:
  networkmanager/trunk/PKGBUILD
Deleted:
  networkmanager/trunk/20-connectivity.conf

--+
 20-connectivity.conf |2 --
 PKGBUILD |9 +++--
 2 files changed, 3 insertions(+), 8 deletions(-)

Deleted: 20-connectivity.conf
===
--- 20-connectivity.conf2017-02-21 17:27:47 UTC (rev 289361)
+++ 20-connectivity.conf2017-02-21 17:55:48 UTC (rev 289362)
@@ -1,2 +0,0 @@
-[connectivity]
-uri=http://pkgbuild.com/check_network_status.txt

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 17:27:47 UTC (rev 289361)
+++ PKGBUILD2017-02-21 17:55:48 UTC (rev 289362)
@@ -9,7 +9,7 @@
 pkgbase=networkmanager
 pkgname=(networkmanager libnm libnm-glib)
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Network connection manager and user applications"
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -22,10 +22,9 @@
 checkdepends=(libx11 python-dbus)
 _commit=037a12f96eff09aa48481fda7ea602a3388afc74  # tags/1.6.2^0
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=$_commit;
-NetworkManager.conf 20-connectivity.conf)
+NetworkManager.conf)
 sha256sums=('SKIP'
-'dd2d3a9c8a08ce961e263e1847453890f1b24c72a806d8c83a5b69b227a5ccec'
-'1961f50c8ed2668052bb543a29a11ccf8a5a1226473234a915aa139ceb32d472')
+'dd2d3a9c8a08ce961e263e1847453890f1b24c72a806d8c83a5b69b227a5ccec')
 
 prepare() {
   mkdir -p 
libnm{,-glib}/usr/{include,lib/{girepository-1.0,pkgconfig},share/{gir-1.0,gtk-doc/html,vala/vapi}}
@@ -129,8 +128,6 @@
   install -dm700 "$pkgdir/etc/NetworkManager/system-connections"
   install -d "$pkgdir"/etc/NetworkManager/{conf,dnsmasq}.d
   install -m644 ../NetworkManager.conf "$pkgdir/etc/NetworkManager/"
-  install -Dm644 ../20-connectivity.conf \
-"$pkgdir/usr/lib/NetworkManager/conf.d/20-connectivity.conf"
 
 ### Split libnm
 


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

2017-02-21 Thread Antonio Rojas
Date: Tuesday, February 21, 2017 @ 17:53:28
  Author: arojas
Revision: 213369

Not needed anymore

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 17:33:25 UTC (rev 213368)
+++ PKGBUILD2017-02-21 17:53:28 UTC (rev 213369)
@@ -29,10 +29,4 @@
 package() {
   cd singular-${_majver//-/.}
   make DESTDIR="$pkgdir" install
-
-# fix permissions
-  chown -R root:root "$pkgdir"/usr/share
-  chmod 755 "$pkgdir"/usr/share/singular/html
-  chmod 644 "$pkgdir"/usr/share/singular/html/*
-  chmod 644 "$pkgdir"/usr/share/info/singular.hlp
 }


[arch-commits] Commit in aarch64-linux-gnu-linux-api-headers/repos/community-any (2 files)

2017-02-21 Thread Anatol Pomozov
Date: Tuesday, February 21, 2017 @ 17:33:25
  Author: anatolik
Revision: 213368

archrelease: copy trunk to community-any

Added:
  aarch64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD
(from rev 213367, aarch64-linux-gnu-linux-api-headers/trunk/PKGBUILD)
Deleted:
  aarch64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-21 17:32:52 UTC (rev 213367)
+++ PKGBUILD2017-02-21 17:33:25 UTC (rev 213368)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_target_arch=arm64
-_target=aarch64-linux-gnu
-pkgname=$_target-linux-api-headers
-pkgver=4.9
-pkgrel=1
-pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
-arch=(any)
-url='http://www.kernel.org'
-license=(GPL2)
-source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.xz)
-sha1sums=('fa46da077c077467776cdc45a7b50d327a081ab4')
-
-build() {
-  cd linux-$pkgver
-
-  make ARCH=$_target_arch mrproper
-  make ARCH=$_target_arch headers_check
-}
-
-package() {
-  cd linux-$pkgver
-
-  make INSTALL_HDR_PATH="$pkgdir/usr/$_target/" ARCH=$_target_arch V=0 
headers_install
-
-  # clean-up unnecessary files generated during install
-  find "$pkgdir" \( -name .install -or -name ..install.cmd \) -delete
-}

Copied: aarch64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD (from 
rev 213367, aarch64-linux-gnu-linux-api-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-21 17:33:25 UTC (rev 213368)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov 
+
+_target_arch=arm64
+_target=aarch64-linux-gnu
+pkgname=$_target-linux-api-headers
+pkgver=4.10
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
+arch=(any)
+url='http://www.kernel.org'
+license=(GPL2)
+source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.xz)
+sha1sums=('1375424721130e93dd6f723537a4db9039a02643')
+
+build() {
+  cd linux-$pkgver
+
+  make ARCH=$_target_arch mrproper
+  make ARCH=$_target_arch headers_check
+}
+
+package() {
+  cd linux-$pkgver
+
+  make INSTALL_HDR_PATH="$pkgdir/usr/$_target/" ARCH=$_target_arch V=0 
headers_install
+
+  # clean-up unnecessary files generated during install
+  find "$pkgdir" \( -name .install -or -name ..install.cmd \) -delete
+}


[arch-commits] Commit in aarch64-linux-gnu-linux-api-headers/trunk (PKGBUILD)

2017-02-21 Thread Anatol Pomozov
Date: Tuesday, February 21, 2017 @ 17:32:52
  Author: anatolik
Revision: 213367

upgpkg: aarch64-linux-gnu-linux-api-headers 4.10-1

Modified:
  aarch64-linux-gnu-linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 17:28:37 UTC (rev 213366)
+++ PKGBUILD2017-02-21 17:32:52 UTC (rev 213367)
@@ -3,7 +3,7 @@
 _target_arch=arm64
 _target=aarch64-linux-gnu
 pkgname=$_target-linux-api-headers
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
 arch=(any)
@@ -10,7 +10,7 @@
 url='http://www.kernel.org'
 license=(GPL2)
 source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.xz)
-sha1sums=('fa46da077c077467776cdc45a7b50d327a081ab4')
+sha1sums=('1375424721130e93dd6f723537a4db9039a02643')
 
 build() {
   cd linux-$pkgver


  1   2   >