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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:05:20
  Author: felixonmars
Revision: 274703

upgpkg: powerdevil 5.7.4-1

Upstream release

Modified:
  powerdevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:05:13 UTC (rev 274702)
+++ PKGBUILD2016-08-26 18:05:20 UTC (rev 274703)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=powerdevil
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='Manages the power consumption settings of a Plasma Shell'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('11470ee7aadab865d8d02d2375198c67b98b57a07ecff7fa6f730916216febda'
+sha256sums=('0465dc4d21bac1d5ff9f32452c0235b897c9956d1cd94f2cddcf31c68e8672a7'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:07:43
  Author: felixonmars
Revision: 187702

upgpkg: haskell-yesod-default 1.2.0-63

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:06:37 UTC (rev 187701)
+++ PKGBUILD2016-08-26 18:07:43 UTC (rev 187702)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=62
+pkgrel=63
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in plasma-workspace-wallpapers/repos (2 files)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:06:38
  Author: felixonmars
Revision: 274708

archrelease: copy trunk to testing-any

Added:
  plasma-workspace-wallpapers/repos/testing-any/
  plasma-workspace-wallpapers/repos/testing-any/PKGBUILD
(from rev 274707, plasma-workspace-wallpapers/trunk/PKGBUILD)

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

Copied: plasma-workspace-wallpapers/repos/testing-any/PKGBUILD (from rev 
274707, plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-08-26 18:06:38 UTC (rev 274708)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+conflicts=('kde-wallpapers')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b7dd2496352bed3eaf8eae2db22574b282614d08759691a8519ecad5a6df'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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 plasma-workspace-wallpapers/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:06:23
  Author: felixonmars
Revision: 274707

upgpkg: plasma-workspace-wallpapers 5.7.4-1

Upstream release

Modified:
  plasma-workspace-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:06:14 UTC (rev 274706)
+++ PKGBUILD2016-08-26 18:06:23 UTC (rev 274707)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-workspace-wallpapers
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='Additional wallpapers for the Plasma Workspace'
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kde-wallpapers')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ff559fc487bdeaeedd55d45edabb8404f2a10484ec14400b1a8e99c0a298a210'
+sha256sums=('b7dd2496352bed3eaf8eae2db22574b282614d08759691a8519ecad5a6df'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


[arch-commits] Commit in haskell-bytestring-tree-builder/repos (4 files)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:06:37
  Author: felixonmars
Revision: 187701

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

Added:
  haskell-bytestring-tree-builder/repos/community-staging-i686/
  haskell-bytestring-tree-builder/repos/community-staging-i686/PKGBUILD
(from rev 187700, haskell-bytestring-tree-builder/trunk/PKGBUILD)
  haskell-bytestring-tree-builder/repos/community-staging-x86_64/
  haskell-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 187700, haskell-bytestring-tree-builder/trunk/PKGBUILD)

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

Copied: haskell-bytestring-tree-builder/repos/community-staging-i686/PKGBUILD 
(from rev 187700, haskell-bytestring-tree-builder/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:06:37 UTC (rev 187701)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bytestring-tree-builder
+pkgname=haskell-bytestring-tree-builder
+pkgver=0.2.7.1
+pkgrel=1
+pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
+url="https://github.com/nikita-volkov/bytestring-tree-builder;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" 
"haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae03a5b2e24068870dfcff6c6dc8d6d243aaebdb7c66746d499e7cf6cfd16bd5')
+
+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-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD 
(from rev 187700, haskell-bytestring-tree-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:06:37 UTC (rev 187701)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bytestring-tree-builder
+pkgname=haskell-bytestring-tree-builder
+pkgver=0.2.7.1
+pkgrel=1
+pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
+url="https://github.com/nikita-volkov/bytestring-tree-builder;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" 
"haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae03a5b2e24068870dfcff6c6dc8d6d243aaebdb7c66746d499e7cf6cfd16bd5')
+
+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 kscreen/repos (4 files)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:12:10
  Author: felixonmars
Revision: 274724

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

Added:
  kscreen/repos/testing-i686/
  kscreen/repos/testing-i686/PKGBUILD
(from rev 274723, kscreen/trunk/PKGBUILD)
  kscreen/repos/testing-x86_64/
  kscreen/repos/testing-x86_64/PKGBUILD
(from rev 274723, kscreen/trunk/PKGBUILD)

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

Copied: kscreen/repos/testing-i686/PKGBUILD (from rev 274723, 
kscreen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:12:10 UTC (rev 274724)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('bec5dddcedecafda8d1cd1d9e3c2d60840ea54a97ed6cf5459c78becec070cc4'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kscreen/repos/testing-x86_64/PKGBUILD (from rev 274723, 
kscreen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:12:10 UTC (rev 274724)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('bec5dddcedecafda8d1cd1d9e3c2d60840ea54a97ed6cf5459c78becec070cc4'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:14:36
  Author: felixonmars
Revision: 274735

upgpkg: kwallet-pam 5.7.4-1

Upstream release

Modified:
  kwallet-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:14:30 UTC (rev 274734)
+++ PKGBUILD2016-08-26 18:14:36 UTC (rev 274735)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=kwallet-pam
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KWallet PAM integration'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules qt5-base)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c43fbfece2c310b923645d79a642be6171e42a9fead04914371474cee887d7d9'
+sha256sums=('59861c540c25fb3936f8d7bf09b325828fc04c191dd895d94d3a018e8df177dc'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:14:08
  Author: felixonmars
Revision: 274733

upgpkg: user-manager 5.7.4-1

Upstream release

Modified:
  user-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:14:03 UTC (rev 274732)
+++ PKGBUILD2016-08-26 18:14:08 UTC (rev 274733)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=user-manager
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='A simple system settings module to manage the users of your system'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8b05de61be4c880cf65ecf387644200ef7641ebb192c10aa880f4465aea14f9c'
+sha256sums=('4ec613c4bb7eac55fc53ac3e35a3a5077d6331b114b4739d5b3e840437fd5800'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:14:30
  Author: felixonmars
Revision: 274734

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

Added:
  user-manager/repos/testing-i686/
  user-manager/repos/testing-i686/PKGBUILD
(from rev 274733, user-manager/trunk/PKGBUILD)
  user-manager/repos/testing-x86_64/
  user-manager/repos/testing-x86_64/PKGBUILD
(from rev 274733, user-manager/trunk/PKGBUILD)

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

Copied: user-manager/repos/testing-i686/PKGBUILD (from rev 274733, 
user-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:14:30 UTC (rev 274734)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4ec613c4bb7eac55fc53ac3e35a3a5077d6331b114b4739d5b3e840437fd5800'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: user-manager/repos/testing-x86_64/PKGBUILD (from rev 274733, 
user-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:14:30 UTC (rev 274734)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4ec613c4bb7eac55fc53ac3e35a3a5077d6331b114b4739d5b3e840437fd5800'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:14:03
  Author: felixonmars
Revision: 274732

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

Added:
  kwayland-integration/repos/testing-i686/
  kwayland-integration/repos/testing-i686/PKGBUILD
(from rev 274731, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/testing-x86_64/
  kwayland-integration/repos/testing-x86_64/PKGBUILD
(from rev 274731, kwayland-integration/trunk/PKGBUILD)

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

Copied: kwayland-integration/repos/testing-i686/PKGBUILD (from rev 274731, 
kwayland-integration/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:14:03 UTC (rev 274732)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('43d39449cebf8d04a7e1a46456bd1d271d7c058b9a46cacafb81c69ad1a8c016'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwayland-integration/repos/testing-x86_64/PKGBUILD (from rev 274731, 
kwayland-integration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:14:03 UTC (rev 274732)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('43d39449cebf8d04a7e1a46456bd1d271d7c058b9a46cacafb81c69ad1a8c016'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:18:25
  Author: felixonmars
Revision: 187714

upgpkg: haskell-esqueleto 2.4.3-34

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:17:37 UTC (rev 187713)
+++ PKGBUILD2016-08-26 18:18:25 UTC (rev 187714)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.3
-pkgrel=33
+pkgrel=34
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto;
 license=("custom:BSD3")
@@ -22,7 +22,9 @@
 # https://github.com/prowdsponsor/esqueleto/pull/139
 (cd $_hkgname-$pkgver && patch -p1 -i ../persistent-2.5.patch)
 
-sed -i 's/base >= 4.5 && < 4.9/base >= 
4.5 \&\& < 4.10/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -e 's/base >= 4.5 && < 4.9/base >= 
4.5 \&\& < 4.10/' \
+-e 's/, persistent   >= 2.5 && < 2.6/, persistent  
 >= 2.5 \&\& < 2.7/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:10:21
  Author: felixonmars
Revision: 187706

upgpkg: haskell-hit 0.6.3-8

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-hit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:09:09 UTC (rev 187705)
+++ PKGBUILD2016-08-26 18:10:21 UTC (rev 187706)
@@ -5,7 +5,7 @@
 _hkgname=hit
 pkgname=haskell-hit
 pkgver=0.6.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Git operations in haskell"
 url="http://github.com/vincenthz/hit;
 license=("custom:BSD3")


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:31:32
  Author: felixonmars
Revision: 187718

upgpkg: hindent 5.1.0-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:30:58 UTC (rev 187717)
+++ PKGBUILD2016-08-26 18:31:32 UTC (rev 187718)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hindent
-pkgver=5.0.0
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
@@ -10,10 +10,10 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-src-exts" 
"haskell-monad-loops"
- "haskell-mtl" "haskell-text")
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-src-exts" "haskell-text" 
"haskell-utf8-string")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('ad2f652d086e7bd8dd933b3aed682fd811bcb081b367279097f9d384dd738d77')
+sha256sums=('764e3261d91ef84815f1a9e82f5b3cc830a7896aa2bf3d8508f4387f028e40c0')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,6 +28,6 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 rm -r "$pkgdir"/usr/{lib,share/doc}
 
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
 }


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:31:55
  Author: felixonmars
Revision: 187719

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

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 187718, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:31:55 UTC (rev 187719)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-src-exts" "haskell-text" 
"haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('764e3261d91ef84815f1a9e82f5b3cc830a7896aa2bf3d8508f4387f028e40c0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 187718, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:31:55 UTC (rev 187719)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-src-exts" "haskell-text" 
"haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('764e3261d91ef84815f1a9e82f5b3cc830a7896aa2bf3d8508f4387f028e40c0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:32:09
  Author: felixonmars
Revision: 187720

upgpkg: haskell-crypto-pubkey 0.2.8-2

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-crypto-pubkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:31:55 UTC (rev 187719)
+++ PKGBUILD2016-08-26 18:32:09 UTC (rev 187720)
@@ -5,7 +5,7 @@
 _hkgname=crypto-pubkey
 pkgname=haskell-crypto-pubkey
 pkgver=0.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Public Key cryptography"
 url="https://github.com/vincenthz/hs-crypto-pubkey;
 license=('custom:BSD3')


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:37:20
  Author: felixonmars
Revision: 187729

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 187728, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 187728, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 187728, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:37:20 UTC (rev 187729)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="http://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-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+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 
187728, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:37:20 UTC (rev 187729)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="http://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-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+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 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:38:04
  Author: felixonmars
Revision: 187731

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

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

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

Copied: haskell-protolude/repos/community-staging-i686/PKGBUILD (from rev 
187730, haskell-protolude/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:38:04 UTC (rev 187731)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=protolude
+pkgname=haskell-protolude
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="A sensible set of defaults for writing custom Preludes."
+url="https://github.com/sdiehl/protolude;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" 
"haskell-stm" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7b8386d3e6d15f477bbbe4e8901ae840509bb6d0d63c6e98f8ca7c13f2473b79')
+
+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-protolude/repos/community-staging-x86_64/PKGBUILD (from rev 
187730, haskell-protolude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:38:04 UTC (rev 187731)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=protolude
+pkgname=haskell-protolude
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="A sensible set of defaults for writing custom Preludes."
+url="https://github.com/sdiehl/protolude;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" 
"haskell-stm" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7b8386d3e6d15f477bbbe4e8901ae840509bb6d0d63c6e98f8ca7c13f2473b79')
+
+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-protolude/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:37:42
  Author: felixonmars
Revision: 187730

upgpkg: haskell-protolude 0.1.7-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-protolude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:37:20 UTC (rev 187729)
+++ PKGBUILD2016-08-26 18:37:42 UTC (rev 187730)
@@ -4,7 +4,7 @@
 
 _hkgname=protolude
 pkgname=haskell-protolude
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc="A sensible set of defaults for writing custom Preludes."
 url="https://github.com/sdiehl/protolude;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-async" "haskell-mtl" "haskell-safe" 
"haskell-stm" "haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('daddf3511ec1a971f53aecc4b198c008e89ab035736dbb453440d1d2b0733cbd')
+sha256sums=('7b8386d3e6d15f477bbbe4e8901ae840509bb6d0d63c6e98f8ca7c13f2473b79')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-08-26 Thread Lukas Jirkovsky
Date: Friday, August 26, 2016 @ 18:34:47
  Author: stativ
Revision: 187722

upgpkg: luxrays 1.6-3

boost 1.61 rebuild

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:32:31 UTC (rev 187721)
+++ PKGBUILD2016-08-26 18:34:47 UTC (rev 187722)
@@ -3,7 +3,7 @@
 pkgname='luxrays'
 pkgver=1.6
 _pkgver=61352e6aae3f
-pkgrel=2
+pkgrel=3
 pkgdesc="Accelerate the ray intersection process by using GPUs"
 arch=('x86_64')
 url="http://www.luxrender.net/;


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

2016-08-26 Thread Lukas Jirkovsky
Date: Friday, August 26, 2016 @ 18:34:50
  Author: stativ
Revision: 187723

archrelease: copy trunk to community-staging-x86_64

Added:
  luxrays/repos/community-staging-x86_64/
  luxrays/repos/community-staging-x86_64/PKGBUILD
(from rev 187722, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-staging-x86_64/force_python3.diff
(from rev 187722, luxrays/trunk/force_python3.diff)

+
 PKGBUILD   |   59 +++
 force_python3.diff |   12 ++
 2 files changed, 71 insertions(+)

Copied: luxrays/repos/community-staging-x86_64/PKGBUILD (from rev 187722, 
luxrays/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:34:50 UTC (rev 187723)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=3
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/;
+license=('GPL')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.5/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-staging-x86_64/force_python3.diff (from rev 
187722, luxrays/trunk/force_python3.diff)
===
--- community-staging-x86_64/force_python3.diff (rev 0)
+++ community-staging-x86_64/force_python3.diff 2016-08-26 18:34:50 UTC (rev 
187723)
@@ -0,0 +1,12 @@
+diff -rup luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake 
luxrender-luxrays-61352e6aae3f/cmake/Dependencies.cmake
+--- luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake   
2016-05-09 22:17:57.0 +0200
 luxrender-luxrays-61352e6aae3f/cmake/Dependencies.cmake2016-05-29 
09:04:30.913648230 +0200
+@@ -58,7 +58,7 @@ set(Boost_MINIMUM_VERSION   "1.44.0"
+ 
+ set(Boost_ADDITIONAL_VERSIONS "1.47.0" "1.46.1" "1.46" "1.46.0" "1.45" 
"1.45.0" "1.44" "1.44.0")
+ 
+-set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization 
iostreams regex system python chrono)
++set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization 
iostreams regex system python3 chrono)
+ find_package(Boost ${Boost_MINIMUM_VERSION} COMPONENTS 
${LUXRAYS_BOOST_COMPONENTS})
+ if (NOT Boost_FOUND)
+ # Try again with the other type of libs


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:41:57
  Author: felixonmars
Revision: 187734

upgpkg: hoogle 5.0.2-4

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:40:50 UTC (rev 187733)
+++ PKGBUILD2016-08-26 18:41:57 UTC (rev 187734)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-08-26 Thread Lukas Jirkovsky
Date: Friday, August 26, 2016 @ 18:46:58
  Author: stativ
Revision: 187739

archrelease: copy trunk to community-staging-x86_64

Added:
  luxrender/repos/community-staging-x86_64/
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 187738, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-x86_64/force_python3.diff
(from rev 187738, luxrender/trunk/force_python3.diff)

+
 PKGBUILD   |   56 +++
 force_python3.diff |   12 ++
 2 files changed, 68 insertions(+)

Copied: luxrender/repos/community-staging-x86_64/PKGBUILD (from rev 187738, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:46:58 UTC (rev 187739)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.6
+_pkgver=b3f85cf7742f
+pkgrel=2
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('x86_64')
+url="http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 
'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: pylux Python interface'
+'opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/lux/get/v${pkgver/./}.tar.bz2
 \
+force_python3.diff)
+md5sums=('e40812e4e5a2bb1a58bcbd2a298ba9ee'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff"
+}
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.5m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.5m/ \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  # install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.5/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-x86_64/force_python3.diff (from rev 
187738, luxrender/trunk/force_python3.diff)
===
--- community-staging-x86_64/force_python3.diff (rev 0)
+++ community-staging-x86_64/force_python3.diff 2016-08-26 18:46:58 UTC (rev 
187739)
@@ -0,0 +1,12 @@
+diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
+--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake2013-11-04 
22:25:45.0 +0100
 luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake2013-12-05 
19:43:23.414625854 +0100
+@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR "${BOOST_python_LIBRARYDIR}")
+ ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
+ 
+-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
+ 
+ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR "${_boost_libdir}")


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

2016-08-26 Thread Lukas Jirkovsky
Date: Friday, August 26, 2016 @ 18:46:54
  Author: stativ
Revision: 187738

upgpkg: luxrender 1.6-2

boost 1.61 rebuild

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:43:09 UTC (rev 187737)
+++ PKGBUILD2016-08-26 18:46:54 UTC (rev 187738)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.6
 _pkgver=b3f85cf7742f
-pkgrel=1
+pkgrel=2
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('x86_64')
 url="http://www.luxrender.net/;


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:54:34
  Author: felixonmars
Revision: 187682

upgpkg: haskell-contravariant-extras 0.3.3.1-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-contravariant-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 17:54:27 UTC (rev 187681)
+++ PKGBUILD2016-08-26 17:54:34 UTC (rev 187682)
@@ -4,8 +4,8 @@
 
 _hkgname=contravariant-extras
 pkgname=haskell-contravariant-extras
-pkgver=0.3.2
-pkgrel=5
+pkgver=0.3.3.1
+pkgrel=1
 pkgdesc="Extras for the \"contravariant\" package"
 url="https://github.com/nikita-volkov/contravariant-extras;
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('9fd92b6d240f9492c0474ce5261751ed9f01b6fd4292f0bbfc482e19d9012505')
+sha256sums=('f35d9df4d1c0fa767afca6500c6ab598f052128abc513259930ef5b6bc7c79d5')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:54:27
  Author: felixonmars
Revision: 187681

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

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

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

Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 187680, 
librime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 17:54:27 UTC (rev 187681)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=2
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 187680, 
librime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 17:54:27 UTC (rev 187681)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=2
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:55:02
  Author: felixonmars
Revision: 187684

upgpkg: haskell-pipes-http 1.0.4-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 17:54:56 UTC (rev 187683)
+++ PKGBUILD2016-08-26 17:55:02 UTC (rev 187684)
@@ -4,8 +4,8 @@
 
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
-pkgver=1.0.3
-pkgrel=11
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -12,14 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('a8a2f0babb5348e6cb6bde375e7af47ebe808d4e333e0dd5c7e0ace3c600d58a')
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
 
-prepare() {
-sed -e 's/http-client  >= 0.2 && < 0.5 ,/http-client  >= 0.2   
  \&\& < 0.6 ,/' \
--e 's/http-client-tls< 0.3/http-client-tls 
   < 0.4/' \
--i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:54:56
  Author: felixonmars
Revision: 187683

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

Added:
  haskell-contravariant-extras/repos/community-staging-i686/
  haskell-contravariant-extras/repos/community-staging-i686/PKGBUILD
(from rev 187682, haskell-contravariant-extras/trunk/PKGBUILD)
  haskell-contravariant-extras/repos/community-staging-x86_64/
  haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 187682, haskell-contravariant-extras/trunk/PKGBUILD)

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

Copied: haskell-contravariant-extras/repos/community-staging-i686/PKGBUILD 
(from rev 187682, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 17:54:56 UTC (rev 187683)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.3.1
+pkgrel=1
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f35d9df4d1c0fa767afca6500c6ab598f052128abc513259930ef5b6bc7c79d5')
+
+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-contravariant-extras/repos/community-staging-x86_64/PKGBUILD 
(from rev 187682, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 17:54:56 UTC (rev 187683)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.3.1
+pkgrel=1
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f35d9df4d1c0fa767afca6500c6ab598f052128abc513259930ef5b6bc7c79d5')
+
+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}"

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:59:55
  Author: felixonmars
Revision: 274682

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

Added:
  kde-cli-tools/repos/testing-i686/
  kde-cli-tools/repos/testing-i686/PKGBUILD
(from rev 274681, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/testing-x86_64/
  kde-cli-tools/repos/testing-x86_64/PKGBUILD
(from rev 274681, kde-cli-tools/trunk/PKGBUILD)

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

Copied: kde-cli-tools/repos/testing-i686/PKGBUILD (from rev 274681, 
kde-cli-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 17:59:55 UTC (rev 274682)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('978c64bc0c545052467fb4e6aee1f3d2c3aefb1714da611a7fd131fa4d60'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}

Copied: kde-cli-tools/repos/testing-x86_64/PKGBUILD (from rev 274681, 
kde-cli-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 17:59:55 UTC (rev 274682)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('978c64bc0c545052467fb4e6aee1f3d2c3aefb1714da611a7fd131fa4d60'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:59:56
  Author: felixonmars
Revision: 187689

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

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

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

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 187688, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 17:59:56 UTC (rev 187689)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" 
"haskell-resourcet"
+ "haskell-safe")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b2de8a536e96db022aaa2d368689e8cad7cbd1c8bfb1cc7c56b517e5633a8879')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+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-dns/repos/community-staging-x86_64/PKGBUILD (from rev 187688, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 17:59:56 UTC (rev 187689)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" 
"haskell-resourcet"
+ "haskell-safe")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b2de8a536e96db022aaa2d368689e8cad7cbd1c8bfb1cc7c56b517e5633a8879')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+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 libksysguard/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:00:02
  Author: felixonmars
Revision: 274683

upgpkg: libksysguard 5.7.4-1

Upstream release

Modified:
  libksysguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 17:59:55 UTC (rev 274682)
+++ PKGBUILD2016-08-26 18:00:02 UTC (rev 274683)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=libksysguard
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='Libksysguard'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kdebase-workspace')
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('caf32ad1936bfb45d31b5f6ceb01849ccf191f5c62872007c82becad27e599bd'
+sha256sums=('403aefa84e05fcd37ae6552251c16e42c1719b1ce9e72a008340aa7cbfd46ece'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:00:23
  Author: felixonmars
Revision: 274684

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

Added:
  libksysguard/repos/testing-i686/
  libksysguard/repos/testing-i686/PKGBUILD
(from rev 274683, libksysguard/trunk/PKGBUILD)
  libksysguard/repos/testing-x86_64/
  libksysguard/repos/testing-x86_64/PKGBUILD
(from rev 274683, libksysguard/trunk/PKGBUILD)

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

Copied: libksysguard/repos/testing-i686/PKGBUILD (from rev 274683, 
libksysguard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:00:23 UTC (rev 274684)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('403aefa84e05fcd37ae6552251c16e42c1719b1ce9e72a008340aa7cbfd46ece'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libksysguard/repos/testing-x86_64/PKGBUILD (from rev 274683, 
libksysguard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:00:23 UTC (rev 274684)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('403aefa84e05fcd37ae6552251c16e42c1719b1ce9e72a008340aa7cbfd46ece'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:00:30
  Author: felixonmars
Revision: 274685

upgpkg: libkscreen 5.7.4-1

Upstream release

Modified:
  libkscreen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:00:23 UTC (rev 274684)
+++ PKGBUILD2016-08-26 18:00:30 UTC (rev 274685)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=libkscreen
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KDE screen management software'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 provides=('libkscreen-frameworks')
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('b1c7003126c3b83ababe031a003a038e714c9d7db07b8769ecd52c271686bffe'
+sha256sums=('526f2cc410e836568e262a15a653048a93dc8c31fdc6c1840fa4b411bb592eca'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:02:55
  Author: felixonmars
Revision: 274693

upgpkg: khotkeys 5.7.4-1

Upstream release

Modified:
  khotkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:02:25 UTC (rev 274692)
+++ PKGBUILD2016-08-26 18:02:55 UTC (rev 274693)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=khotkeys
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KHotKeys'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kdebase-workspace')
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('67b992690fb9ae6299e440b48c7620460211cae932ab36ec87ab77c7850407f7'
+sha256sums=('8a88d51131c274e83394db4d7933ccd7b93ccc1cb14a467783a1137c1f73efd1'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:02:01
  Author: felixonmars
Revision: 274691

upgpkg: plasma-workspace 5.7.4-1

Upstream release

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:01:55 UTC (rev 274690)
+++ PKGBUILD2016-08-26 18:02:01 UTC (rev 274691)
@@ -6,7 +6,7 @@
 
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
  'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
-sha256sums=('9894214edb8a7f57cff189790d9b46dd87d4bb1bc5c129ebb510114a373e9042'
+sha256sums=('5785b5dd3cd44847720f4e639ad4ccf4bdd842624abda5b78ffd49362c0f0e3d'
 'SKIP'
 '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:01:55
  Author: felixonmars
Revision: 274690

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

Added:
  plasma-integration/repos/testing-i686/
  plasma-integration/repos/testing-i686/PKGBUILD
(from rev 274689, plasma-integration/trunk/PKGBUILD)
  plasma-integration/repos/testing-x86_64/
  plasma-integration/repos/testing-x86_64/PKGBUILD
(from rev 274689, plasma-integration/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: plasma-integration/repos/testing-i686/PKGBUILD (from rev 274689, 
plasma-integration/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:01:55 UTC (rev 274690)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3d602463b47cbe08738ce9a7d1ff5322a4948c1232cd77f66fa2803f21af1740'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-integration/repos/testing-x86_64/PKGBUILD (from rev 274689, 
plasma-integration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:01:55 UTC (rev 274690)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3d602463b47cbe08738ce9a7d1ff5322a4948c1232cd77f66fa2803f21af1740'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:01:50
  Author: felixonmars
Revision: 187692

upgpkg: haskell-postgresql-libpq 0.9.2.0-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-postgresql-libpq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:01:25 UTC (rev 187691)
+++ PKGBUILD2016-08-26 18:01:50 UTC (rev 187692)
@@ -4,7 +4,7 @@
 
 _hkgname=postgresql-libpq
 pkgname=haskell-postgresql-libpq
-pkgver=0.9.1.1
+pkgver=0.9.2.0
 pkgrel=1
 pkgdesc="Low-level binding to libpq"
 url="http://github.com/lpsmith/postgresql-libpq;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "postgresql-libs")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('e483aed7fe8628cee17342a1bd0a315d998488609ad08a833c01785a88785871')
+sha256sums=('0338a93518bf73cd64b47977961f8183f6009b4e4ecc0c99b8bc68320808f310')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:06:05
  Author: felixonmars
Revision: 187699

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 187698, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 187698, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
187698, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:06:05 UTC (rev 187699)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=70
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+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-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
187698, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:06:05 UTC (rev 187699)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=70
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure 

[arch-commits] Commit in polkit-kde-agent/repos (4 files)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:06:14
  Author: felixonmars
Revision: 274706

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

Added:
  polkit-kde-agent/repos/testing-i686/
  polkit-kde-agent/repos/testing-i686/PKGBUILD
(from rev 274705, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/testing-x86_64/
  polkit-kde-agent/repos/testing-x86_64/PKGBUILD
(from rev 274705, polkit-kde-agent/trunk/PKGBUILD)

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

Copied: polkit-kde-agent/repos/testing-i686/PKGBUILD (from rev 274705, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:06:14 UTC (rev 274706)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('14f98b3cf934bceaf50809b331f3a783e90b6de9e8bd747ad17db1d28207bca7'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: polkit-kde-agent/repos/testing-x86_64/PKGBUILD (from rev 274705, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:06:14 UTC (rev 274706)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('14f98b3cf934bceaf50809b331f3a783e90b6de9e8bd747ad17db1d28207bca7'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in haskell-bytestring-tree-builder/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:06:14
  Author: felixonmars
Revision: 187700

upgpkg: haskell-bytestring-tree-builder 0.2.7.1-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-bytestring-tree-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:06:05 UTC (rev 187699)
+++ PKGBUILD2016-08-26 18:06:14 UTC (rev 187700)
@@ -4,8 +4,8 @@
 
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
-pkgver=0.2.7
-pkgrel=4
+pkgver=0.2.7.1
+pkgrel=1
 pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
 url="https://github.com/nikita-volkov/bytestring-tree-builder;
 license=("MIT")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" 
"haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('1d62f411de750723b3b72bc3b60e288b3d2b52c0e982cff332544e2a7fe7a003')
+sha256sums=('ae03a5b2e24068870dfcff6c6dc8d6d243aaebdb7c66746d499e7cf6cfd16bd5')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:08:48
  Author: felixonmars
Revision: 274711

upgpkg: plasma-nm 5.7.4-1

Upstream release

Modified:
  plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:08:19 UTC (rev 274710)
+++ PKGBUILD2016-08-26 18:08:48 UTC (rev 274711)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-nm
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='Plasma applet written in QML for managing network connections'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'openconnect: Cisco AnyConnect VPN plugin')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9f63f73dbc21127860db8fb027221e7197be1769a9d1a0fdb6e9d120650d5775'
+sha256sums=('31e1dcd0302256d57a2340699e1c7aaf16f4811856093ad248bc11d68d25ac5c'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:09:40
  Author: felixonmars
Revision: 274714

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

Added:
  plasma-pa/repos/testing-i686/
  plasma-pa/repos/testing-i686/PKGBUILD
(from rev 274713, plasma-pa/trunk/PKGBUILD)
  plasma-pa/repos/testing-x86_64/
  plasma-pa/repos/testing-x86_64/PKGBUILD
(from rev 274713, plasma-pa/trunk/PKGBUILD)

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

Copied: plasma-pa/repos/testing-i686/PKGBUILD (from rev 274713, 
plasma-pa/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:09:40 UTC (rev 274714)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a4a1d32fadd302fcc14fe428b2d6be8bcadf8f7f05dbcf2ba9d56d017c9e66fe'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-pa/repos/testing-x86_64/PKGBUILD (from rev 274713, 
plasma-pa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:09:40 UTC (rev 274714)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a4a1d32fadd302fcc14fe428b2d6be8bcadf8f7f05dbcf2ba9d56d017c9e66fe'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:01:25
  Author: felixonmars
Revision: 187691

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

Added:
  haskell-generic-deriving/repos/community-staging-i686/
  haskell-generic-deriving/repos/community-staging-i686/PKGBUILD
(from rev 187690, haskell-generic-deriving/trunk/PKGBUILD)
  haskell-generic-deriving/repos/community-staging-x86_64/
  haskell-generic-deriving/repos/community-staging-x86_64/PKGBUILD
(from rev 187690, haskell-generic-deriving/trunk/PKGBUILD)

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

Copied: haskell-generic-deriving/repos/community-staging-i686/PKGBUILD (from 
rev 187690, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:01:25 UTC (rev 187691)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.11
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('16d40544e4dad85af78d93158e9b6a39b35c88ca10a455cfc861a4282556240d')
+
+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 \
+-fbase-4-9
+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-generic-deriving/repos/community-staging-x86_64/PKGBUILD (from 
rev 187690, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:01:25 UTC (rev 187691)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.11
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('16d40544e4dad85af78d93158e9b6a39b35c88ca10a455cfc861a4282556240d')
+
+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 \
+-fbase-4-9
+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" 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:09:09
  Author: felixonmars
Revision: 187705

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

Added:
  haskell-tasty-hunit/repos/community-staging-i686/
  haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD
(from rev 187704, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 187704, haskell-tasty-hunit/trunk/PKGBUILD)

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

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
187704, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:09:09 UTC (rev 187705)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=11
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-tasty")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+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-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
187704, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:09:09 UTC (rev 187705)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=11
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-tasty")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+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"
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:09:10
  Author: felixonmars
Revision: 274712

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

Added:
  plasma-nm/repos/testing-i686/
  plasma-nm/repos/testing-i686/PKGBUILD
(from rev 274711, plasma-nm/trunk/PKGBUILD)
  plasma-nm/repos/testing-x86_64/
  plasma-nm/repos/testing-x86_64/PKGBUILD
(from rev 274711, plasma-nm/trunk/PKGBUILD)

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

Copied: plasma-nm/repos/testing-i686/PKGBUILD (from rev 274711, 
plasma-nm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:09:10 UTC (rev 274712)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support' 'kdesignerplugin')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('31e1dcd0302256d57a2340699e1c7aaf16f4811856093ad248bc11d68d25ac5c'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-nm/repos/testing-x86_64/PKGBUILD (from rev 274711, 
plasma-nm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:09:10 UTC (rev 274712)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support' 'kdesignerplugin')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('31e1dcd0302256d57a2340699e1c7aaf16f4811856093ad248bc11d68d25ac5c'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:09:18
  Author: felixonmars
Revision: 274713

upgpkg: plasma-pa 5.7.4-1

Upstream release

Modified:
  plasma-pa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:09:10 UTC (rev 274712)
+++ PKGBUILD2016-08-26 18:09:18 UTC (rev 274713)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=plasma-pa
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='Plasma applet for audio volume management using PulseAudio'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules kdoctools python)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3abe7d715e4f28e0c054a321280602789786edd45dd6e74477a7528f08aabc85'
+sha256sums=('a4a1d32fadd302fcc14fe428b2d6be8bcadf8f7f05dbcf2ba9d56d017c9e66fe'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:08:47
  Author: felixonmars
Revision: 187704

upgpkg: haskell-tasty-hunit 0.9.2-11

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:08:13 UTC (rev 187703)
+++ PKGBUILD2016-08-26 18:08:47 UTC (rev 187704)
@@ -5,7 +5,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.9.2
-pkgrel=10
+pkgrel=11
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in kde-gtk-config/repos (4 files)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:11:41
  Author: felixonmars
Revision: 274722

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

Added:
  kde-gtk-config/repos/testing-i686/
  kde-gtk-config/repos/testing-i686/PKGBUILD
(from rev 274721, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/testing-x86_64/
  kde-gtk-config/repos/testing-x86_64/PKGBUILD
(from rev 274721, kde-gtk-config/trunk/PKGBUILD)

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

Copied: kde-gtk-config/repos/testing-i686/PKGBUILD (from rev 274721, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:11:41 UTC (rev 274722)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('74d5a166aef8e506adf05f8fd501093932aa34dfc96573857a356520b369c950'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/testing-x86_64/PKGBUILD (from rev 274721, 
kde-gtk-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:11:41 UTC (rev 274722)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('74d5a166aef8e506adf05f8fd501093932aa34dfc96573857a356520b369c950'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:11:39
  Author: felixonmars
Revision: 187709

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

Added:
  haskell-tasty-quickcheck/repos/community-staging-i686/
  haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD
(from rev 187708, haskell-tasty-quickcheck/trunk/PKGBUILD)
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 187708, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD (from 
rev 187708, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:11:39 UTC (rev 187709)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.8.4
+pkgrel=14
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-quickcheck" "haskell-tagged" "haskell-tasty")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297')
+
+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-old-quickcheck
+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-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 187708, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:11:39 UTC (rev 187709)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.8.4
+pkgrel=14
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-quickcheck" "haskell-tagged" "haskell-tasty")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297')
+
+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-old-quickcheck
+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 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:11:48
  Author: felixonmars
Revision: 274723

upgpkg: kscreen 5.7.4-1

Upstream release

Modified:
  kscreen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:11:41 UTC (rev 274722)
+++ PKGBUILD2016-08-26 18:11:48 UTC (rev 274723)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=kscreen
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="KDE's screen management software"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 replaces=('kscreen-frameworks')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('3c8407bb22a2f4dd3325541232014b6c540477a9101db5ae47c1448399d788fc'
+sha256sums=('bec5dddcedecafda8d1cd1d9e3c2d60840ea54a97ed6cf5459c78becec070cc4'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:11:19
  Author: felixonmars
Revision: 274721

upgpkg: kde-gtk-config 5.7.4-1

Upstream release

Modified:
  kde-gtk-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:11:12 UTC (rev 274720)
+++ PKGBUILD2016-08-26 18:11:19 UTC (rev 274721)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=kde-gtk-config
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='GTK2 and GTK3 Configurator for KDE'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 replaces=('kde-gtk-config-frameworks')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('224115cf95718cef9ee1a20595c372851f3133da69ae5025f05c744f2e99d77a'
+sha256sums=('74d5a166aef8e506adf05f8fd501093932aa34dfc96573857a356520b369c950'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:11:12
  Author: felixonmars
Revision: 274720

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

Added:
  bluedevil/repos/testing-i686/
  bluedevil/repos/testing-i686/PKGBUILD
(from rev 274719, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/testing-x86_64/
  bluedevil/repos/testing-x86_64/PKGBUILD
(from rev 274719, bluedevil/trunk/PKGBUILD)

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

Copied: bluedevil/repos/testing-i686/PKGBUILD (from rev 274719, 
bluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:11:12 UTC (rev 274720)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.7.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9566f70f92759a332542be2c691e0d9f26164708f26a81f9ccad9f40b6dd038'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil/repos/testing-x86_64/PKGBUILD (from rev 274719, 
bluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:11:12 UTC (rev 274720)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.7.4
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9566f70f92759a332542be2c691e0d9f26164708f26a81f9ccad9f40b6dd038'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:11:12
  Author: felixonmars
Revision: 187708

upgpkg: haskell-tasty-quickcheck 0.8.4-14

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:10:47 UTC (rev 187707)
+++ PKGBUILD2016-08-26 18:11:12 UTC (rev 187708)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.8.4
-pkgrel=13
+pkgrel=14
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:12:16
  Author: felixonmars
Revision: 274725

upgpkg: ksshaskpass 5.7.4-1

Upstream release

Modified:
  ksshaskpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:12:10 UTC (rev 274724)
+++ PKGBUILD2016-08-26 18:12:16 UTC (rev 274725)
@@ -4,7 +4,7 @@
 # Contributor: schuay 
 
 pkgname=ksshaskpass
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -18,7 +18,7 @@
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 install=$pkgname.install
-sha256sums=('103b6b1008f42fae171cc189d2df3d83e5ce60fa82759a8859eff783d65610c6'
+sha256sums=('efa1521a02c4d486d5dc237cea79a2bb6f4b3d88f8b22aafce0681372f946095'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:15:27
  Author: felixonmars
Revision: 274738

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

Added:
  kgamma5/repos/testing-i686/
  kgamma5/repos/testing-i686/PKGBUILD
(from rev 274737, kgamma5/trunk/PKGBUILD)
  kgamma5/repos/testing-x86_64/
  kgamma5/repos/testing-x86_64/PKGBUILD
(from rev 274737, kgamma5/trunk/PKGBUILD)

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

Copied: kgamma5/repos/testing-i686/PKGBUILD (from rev 274737, 
kgamma5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:15:27 UTC (rev 274738)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('22cd9f093f61fe08af108f3cc96ad0d1dd7c68214e2f5523ba47bbfc2036c897'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kgamma5/repos/testing-x86_64/PKGBUILD (from rev 274737, 
kgamma5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:15:27 UTC (rev 274738)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('22cd9f093f61fe08af108f3cc96ad0d1dd7c68214e2f5523ba47bbfc2036c897'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:14:59
  Author: felixonmars
Revision: 274736

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

Added:
  kwallet-pam/repos/testing-i686/
  kwallet-pam/repos/testing-i686/PKGBUILD
(from rev 274735, kwallet-pam/trunk/PKGBUILD)
  kwallet-pam/repos/testing-x86_64/
  kwallet-pam/repos/testing-x86_64/PKGBUILD
(from rev 274735, kwallet-pam/trunk/PKGBUILD)

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

Copied: kwallet-pam/repos/testing-i686/PKGBUILD (from rev 274735, 
kwallet-pam/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:14:59 UTC (rev 274736)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('59861c540c25fb3936f8d7bf09b325828fc04c191dd895d94d3a018e8df177dc'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}

Copied: kwallet-pam/repos/testing-x86_64/PKGBUILD (from rev 274735, 
kwallet-pam/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:14:59 UTC (rev 274736)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('59861c540c25fb3936f8d7bf09b325828fc04c191dd895d94d3a018e8df177dc'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:15:05
  Author: felixonmars
Revision: 274737

upgpkg: kgamma5 5.7.4-1

Upstream release

Modified:
  kgamma5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:14:59 UTC (rev 274736)
+++ PKGBUILD2016-08-26 18:15:05 UTC (rev 274737)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=kgamma5
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="Adjust your monitor's gamma settings"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b38c977eb93048ac0667abe38df3f5f2a84a149674ed32aadf50f2c2a378f1ff'
+sha256sums=('22cd9f093f61fe08af108f3cc96ad0d1dd7c68214e2f5523ba47bbfc2036c897'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:15:33
  Author: felixonmars
Revision: 274739

upgpkg: breeze-gtk 5.7.4-1

Upstream release

Modified:
  breeze-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:15:27 UTC (rev 274738)
+++ PKGBUILD2016-08-26 18:15:33 UTC (rev 274739)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=breeze-gtk
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="Breeze widget theme for GTK 2 and 3"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c5c46238ac4794bc20cd3e05e62fba01f554790a3408c3dd763325c58084892f'
+sha256sums=('1d3cc83367cc5d68648039c8f5a85c12a0538cd88f0a98c24b66e6cb04caf945'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:18:50
  Author: felixonmars
Revision: 187715

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

Added:
  haskell-esqueleto/repos/community-staging-i686/
  haskell-esqueleto/repos/community-staging-i686/PKGBUILD
(from rev 187714, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-i686/persistent-2.5.patch
(from rev 187714, haskell-esqueleto/trunk/persistent-2.5.patch)
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 187714, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-x86_64/persistent-2.5.patch
(from rev 187714, haskell-esqueleto/trunk/persistent-2.5.patch)

---+
 community-staging-i686/PKGBUILD   |   55 +++
 community-staging-i686/persistent-2.5.patch   |  119 
 community-staging-x86_64/PKGBUILD |   55 +++
 community-staging-x86_64/persistent-2.5.patch |  119 
 4 files changed, 348 insertions(+)

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
187714, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:18:50 UTC (rev 187715)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=34
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+persistent-2.5.patch)
+sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434'
+'101534ae4db348978b427a5a5b06a51765a680c4c8ae038ce283214fcd44f9e4')
+
+prepare() {
+# https://github.com/prowdsponsor/esqueleto/pull/139
+(cd $_hkgname-$pkgver && patch -p1 -i ../persistent-2.5.patch)
+
+sed -e 's/base >= 4.5 && < 4.9/base >= 
4.5 \&\& < 4.10/' \
+-e 's/, persistent   >= 2.5 && < 2.6/, persistent  
 >= 2.5 \&\& < 2.7/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-mysql -f-postgresql
+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-esqueleto/repos/community-staging-i686/persistent-2.5.patch 
(from rev 187714, haskell-esqueleto/trunk/persistent-2.5.patch)
===
--- community-staging-i686/persistent-2.5.patch (rev 0)
+++ community-staging-i686/persistent-2.5.patch 2016-08-26 18:18:50 UTC (rev 
187715)
@@ -0,0 +1,119 @@
+From 811f3722818b56ae5a4fb4601a2a772532201571 Mon Sep 17 00:00:00 2001
+From: Hao Lian 
+Date: Mon, 2 May 2016 13:19:33 -0400
+Subject: [PATCH] upgrade to persistent 2.5
+
+---
+ esqueleto.cabal | 10 +-
+ src/Database/Esqueleto.hs   | 21 +++--
+ src/Database/Esqueleto/Internal/PersistentImport.hs |  2 +-
+ stack.yaml  | 16 +++-
+ test/Test.hs|  5 +++--
+ 5 files changed, 39 insertions(+), 15 deletions(-)
+

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:35:38
  Author: felixonmars
Revision: 187727

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycuda/repos/community-staging-x86_64/
  python-pycuda/repos/community-staging-x86_64/LICENSE
(from rev 187726, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-staging-x86_64/PKGBUILD
(from rev 187726, python-pycuda/trunk/PKGBUILD)

--+
 LICENSE  |7 +
 PKGBUILD |   77 +
 2 files changed, 84 insertions(+)

Copied: python-pycuda/repos/community-staging-x86_64/LICENSE (from rev 187726, 
python-pycuda/trunk/LICENSE)
===
--- community-staging-x86_64/LICENSE(rev 0)
+++ community-staging-x86_64/LICENSE2016-08-26 18:35:38 UTC (rev 187727)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-staging-x86_64/PKGBUILD (from rev 187726, 
python-pycuda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:35:38 UTC (rev 187727)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2016.1.2
+pkgrel=2
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('x86_64')
+url="http://mathema.tician.de/software/pycuda;
+license=('MIT' 'Apache')
+source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
+LICENSE)
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+sha512sums=('7a1a9d6723651bdc6f584de884c46bbaa17970e622b4d800c7f36ff57817807a51c7e4aa0a40872e46fc1243087af6dda07489bb60b6a33f52740a4d7a9e69a7'
+
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
+
+build() {
+   cd "${srcdir}"
+  
+   _arch=''
+   [[ "$CARCH" = "x86_64" ]] && _arch='64'
+
+   cp -a pycuda-${pkgver}{,-python2}
+  
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include
+}
+
+package_python2-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include   
+}
+
+package_pycuda-headers() {
+   cd 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:35:23
  Author: felixonmars
Revision: 187726

upgpkg: python-pycuda 2016.1.2-2

boost 1.61 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:35:17 UTC (rev 187725)
+++ PKGBUILD2016-08-26 18:35:23 UTC (rev 187726)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2016.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:40:50
  Author: felixonmars
Revision: 187733

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 187732, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 187732, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 187732, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:40:50 UTC (rev 187733)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=13
+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-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+prepare() {
+sed -i 's/http-conduit >= 2.1&& < 2.2,/http-conduit >= 2.1\&\& < 
2.3,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 -f-watchserver -f-previewserver
+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 
187732, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:40:50 UTC (rev 187733)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=13
+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-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:45:07
  Author: felixonmars
Revision: 274668

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

Added:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 274667, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 274667, libkolabxml/trunk/PKGBUILD)

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

Copied: libkolabxml/repos/staging-i686/PKGBUILD (from rev 274667, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-08-26 17:45:07 UTC (rev 274668)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
+ '49b7b58fc894aaeea3c6e15405535761')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 274667, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-08-26 17:45:07 UTC (rev 274668)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.4
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
+ '49b7b58fc894aaeea3c6e15405535761')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:58:02
  Author: felixonmars
Revision: 274678

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

Added:
  breeze/repos/testing-i686/
  breeze/repos/testing-i686/PKGBUILD
(from rev 274677, breeze/trunk/PKGBUILD)
  breeze/repos/testing-x86_64/
  breeze/repos/testing-x86_64/PKGBUILD
(from rev 274677, breeze/trunk/PKGBUILD)

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

Copied: breeze/repos/testing-i686/PKGBUILD (from rev 274677, 
breeze/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 17:58:02 UTC (rev 274678)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.7.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('0695f02b068a72760e9b2a0802820c32fd4627c7d0af14f8b43dcc7f905d4c6a'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons' 'kwayland')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_breeze-kde4() {
+  pkgdesc='Breeze widget style for KDE4 applications'
+  depends=('kdelibs')
+
+  cd build-kde4
+  make DESTDIR="$pkgdir" install
+
+  # needed for pure Qt4 apps
+  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
+  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
+}

Copied: breeze/repos/testing-x86_64/PKGBUILD (from rev 274677, 
breeze/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 17:58:02 UTC (rev 274678)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.7.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('0695f02b068a72760e9b2a0802820c32fd4627c7d0af14f8b43dcc7f905d4c6a'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons' 'kwayland')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:58:43
  Author: felixonmars
Revision: 274679

upgpkg: kwin 5.7.4-1

Upstream release

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 17:58:02 UTC (rev 274678)
+++ PKGBUILD2016-08-26 17:58:43 UTC (rev 274679)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwin
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('plasma')
 conflicts=('kdebase-workspace')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8add5d8d74f7dfad91e97eb1cdebf2bb8e3b62732c20557c10fb6a96b6ac0466'
+sha256sums=('48f3c4c86f9daad6619a0ee4012d05ff04d52b2f51ff6cc88beb8f79e598d519'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:57:40
  Author: felixonmars
Revision: 274677

upgpkg: breeze 5.7.4-1

Upstream release

Modified:
  breeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 17:57:19 UTC (rev 274676)
+++ PKGBUILD2016-08-26 17:57:40 UTC (rev 274677)
@@ -5,7 +5,7 @@
 
 pkgbase=breeze
 pkgname=('breeze' 'breeze-kde4')
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
  'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('f79c8ad8a770dd36a62e6191e06e9677ee0d85bd1c805b4a583777c2f508d2f3'
+sha256sums=('0695f02b068a72760e9b2a0802820c32fd4627c7d0af14f8b43dcc7f905d4c6a'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:04:45
  Author: felixonmars
Revision: 274700

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

Added:
  systemsettings/repos/testing-i686/
  systemsettings/repos/testing-i686/PKGBUILD
(from rev 274699, systemsettings/trunk/PKGBUILD)
  systemsettings/repos/testing-x86_64/
  systemsettings/repos/testing-x86_64/PKGBUILD
(from rev 274699, systemsettings/trunk/PKGBUILD)

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

Copied: systemsettings/repos/testing-i686/PKGBUILD (from rev 274699, 
systemsettings/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:04:45 UTC (rev 274700)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7cb0bc2d5ccd0f16b4f7033a08e097e7e8ac64fff5a3c94a80b7adc26dc59908'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: systemsettings/repos/testing-x86_64/PKGBUILD (from rev 274699, 
systemsettings/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:04:45 UTC (rev 274700)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7cb0bc2d5ccd0f16b4f7033a08e097e7e8ac64fff5a3c94a80b7adc26dc59908'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:03:55
  Author: felixonmars
Revision: 274697

upgpkg: ksysguard 5.7.4-1

Upstream release

Modified:
  ksysguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:03:47 UTC (rev 274696)
+++ PKGBUILD2016-08-26 18:03:55 UTC (rev 274697)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=ksysguard
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='Track and control the processes running in your system'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3fb63e37f313302508e8c4afd7034b596c0f476f6a4a6feff2a099cbba9470e6'
+sha256sums=('3c70b25f87fd5fe87596c0a7ded3490f0d833f1475f78df219cb2d466ffe26e5'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:04:17
  Author: felixonmars
Revision: 274698

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

Added:
  ksysguard/repos/testing-i686/
  ksysguard/repos/testing-i686/PKGBUILD
(from rev 274697, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-x86_64/
  ksysguard/repos/testing-x86_64/PKGBUILD
(from rev 274697, ksysguard/trunk/PKGBUILD)

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

Copied: ksysguard/repos/testing-i686/PKGBUILD (from rev 274697, 
ksysguard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:04:17 UTC (rev 274698)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c70b25f87fd5fe87596c0a7ded3490f0d833f1475f78df219cb2d466ffe26e5'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ksysguard/repos/testing-x86_64/PKGBUILD (from rev 274697, 
ksysguard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:04:17 UTC (rev 274698)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c70b25f87fd5fe87596c0a7ded3490f0d833f1475f78df219cb2d466ffe26e5'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:03:29
  Author: felixonmars
Revision: 187694

upgpkg: haskell-yesod 1.4.3-31

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:02:13 UTC (rev 187693)
+++ PKGBUILD2016-08-26 18:03:29 UTC (rev 187694)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.3
-pkgrel=30
+pkgrel=31
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:03:54
  Author: felixonmars
Revision: 187695

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 187694, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:03:54 UTC (rev 187695)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=31
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+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-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 187694, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:03:54 UTC (rev 187695)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=31
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+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
+

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:04:12
  Author: felixonmars
Revision: 187696

upgpkg: haskell-warp-tls 3.2.2-11

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:03:54 UTC (rev 187695)
+++ PKGBUILD2016-08-26 18:04:12 UTC (rev 187696)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.2
-pkgrel=10
+pkgrel=11
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:04:23
  Author: felixonmars
Revision: 274699

upgpkg: systemsettings 5.7.4-1

Upstream release

Modified:
  systemsettings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:04:17 UTC (rev 274698)
+++ PKGBUILD2016-08-26 18:04:23 UTC (rev 274699)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=systemsettings
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KDE system settings'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('23fb5c257acc11b9ae033c6e3ea8c1bfe441fca097a34f45e9c1ddcd2ddee61c'
+sha256sums=('7cb0bc2d5ccd0f16b4f7033a08e097e7e8ac64fff5a3c94a80b7adc26dc59908'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:08:19
  Author: felixonmars
Revision: 274710

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

Added:
  plasma-desktop/repos/testing-i686/
  plasma-desktop/repos/testing-i686/PKGBUILD
(from rev 274709, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/testing-x86_64/
  plasma-desktop/repos/testing-x86_64/PKGBUILD
(from rev 274709, plasma-desktop/trunk/PKGBUILD)

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

Copied: plasma-desktop/repos/testing-i686/PKGBUILD (from rev 274709, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:08:19 UTC (rev 274710)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-desktop
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+optdepends=('plasma-nm: Network manager applet'
+'powerdevil: power management'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
+replaces=('kcm-touchpad-frameworks')
+groups=('plasma')
+sha256sums=('b91ac3ecbc463c08e4bd06f9bbe27266c42be7aa35ead45e22615ca68c31a876'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-desktop/repos/testing-x86_64/PKGBUILD (from rev 274709, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:08:19 UTC (rev 274710)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-desktop
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+optdepends=('plasma-nm: Network manager applet'
+'powerdevil: power management'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
+replaces=('kcm-touchpad-frameworks')
+groups=('plasma')
+sha256sums=('b91ac3ecbc463c08e4bd06f9bbe27266c42be7aa35ead45e22615ca68c31a876'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:08:13
  Author: felixonmars
Revision: 187703

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 187702, haskell-yesod-default/trunk/PKGBUILD)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 187702, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
187702, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:08:13 UTC (rev 187703)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=63
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
187702, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:08:13 UTC (rev 187703)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=63
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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 plasma-desktop/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:07:57
  Author: felixonmars
Revision: 274709

upgpkg: plasma-desktop 5.7.4-1

Upstream release

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:06:38 UTC (rev 274708)
+++ PKGBUILD2016-08-26 18:07:57 UTC (rev 274709)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-desktop
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
 replaces=('kcm-touchpad-frameworks')
 groups=('plasma')
-sha256sums=('4f6ee0e965d2ea619870cab38a91b80e26dde09d7b3874afe8e2ffcfbecb8ede'
+sha256sums=('b91ac3ecbc463c08e4bd06f9bbe27266c42be7aa35ead45e22615ca68c31a876'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:12:44
  Author: felixonmars
Revision: 274727

upgpkg: sddm-kcm 5.7.4-1

Upstream release

Modified:
  sddm-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:12:38 UTC (rev 274726)
+++ PKGBUILD2016-08-26 18:12:44 UTC (rev 274727)
@@ -4,7 +4,7 @@
 # Maintainer: Antonio Rojas
 
 pkgname=sddm-kcm
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='KDE Config Module for SDDM'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
 groups=('plasma')
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('534eb22dfa185c5109a98e4a967b3d16081cd6eac72034d301167d29a19100e9'
+sha256sums=('b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:13:35
  Author: felixonmars
Revision: 274730

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

Added:
  plasma-sdk/repos/testing-i686/
  plasma-sdk/repos/testing-i686/PKGBUILD
(from rev 274729, plasma-sdk/trunk/PKGBUILD)
  plasma-sdk/repos/testing-x86_64/
  plasma-sdk/repos/testing-x86_64/PKGBUILD
(from rev 274729, plasma-sdk/trunk/PKGBUILD)

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

Copied: plasma-sdk/repos/testing-i686/PKGBUILD (from rev 274729, 
plasma-sdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:13:35 UTC (rev 274730)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework ktexteditor)
+makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('562d29e3f74763edafc14cc3aa312dbed255449c519749624fb798a46418f887'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-sdk/repos/testing-x86_64/PKGBUILD (from rev 274729, 
plasma-sdk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:13:35 UTC (rev 274730)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework ktexteditor)
+makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('562d29e3f74763edafc14cc3aa312dbed255449c519749624fb798a46418f887'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:13:13
  Author: felixonmars
Revision: 274729

upgpkg: plasma-sdk 5.7.4-1

Upstream release

Modified:
  plasma-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:13:06 UTC (rev 274728)
+++ PKGBUILD2016-08-26 18:13:13 UTC (rev 274729)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=plasma-sdk
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="Applications useful for Plasma development"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8b8933526127d73f8291c715f1b7caeb74ab905237e34a23a88852ceb27f24f6'
+sha256sums=('562d29e3f74763edafc14cc3aa312dbed255449c519749624fb798a46418f887'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:12:38
  Author: felixonmars
Revision: 274726

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

Added:
  ksshaskpass/repos/testing-i686/
  ksshaskpass/repos/testing-i686/PKGBUILD
(from rev 274725, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-i686/ksshaskpass.install
(from rev 274725, ksshaskpass/trunk/ksshaskpass.install)
  ksshaskpass/repos/testing-x86_64/
  ksshaskpass/repos/testing-x86_64/PKGBUILD
(from rev 274725, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-x86_64/ksshaskpass.install
(from rev 274725, ksshaskpass/trunk/ksshaskpass.install)

+
 testing-i686/PKGBUILD  |   42 +++
 testing-i686/ksshaskpass.install   |5 
 testing-x86_64/PKGBUILD|   42 +++
 testing-x86_64/ksshaskpass.install |5 
 4 files changed, 94 insertions(+)

Copied: ksshaskpass/repos/testing-i686/PKGBUILD (from rev 274725, 
ksshaskpass/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:12:38 UTC (rev 274726)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('efa1521a02c4d486d5dc237cea79a2bb6f4b3d88f8b22aafce0681372f946095'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: ksshaskpass/repos/testing-i686/ksshaskpass.install (from rev 274725, 
ksshaskpass/trunk/ksshaskpass.install)
===
--- testing-i686/ksshaskpass.install(rev 0)
+++ testing-i686/ksshaskpass.install2016-08-26 18:12:38 UTC (rev 274726)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
+  fi
+}

Copied: ksshaskpass/repos/testing-x86_64/PKGBUILD (from rev 274725, 
ksshaskpass/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:12:38 UTC (rev 274726)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('efa1521a02c4d486d5dc237cea79a2bb6f4b3d88f8b22aafce0681372f946095'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: ksshaskpass/repos/testing-x86_64/ksshaskpass.install (from rev 274725, 
ksshaskpass/trunk/ksshaskpass.install)
===
--- 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:13:06
  Author: felixonmars
Revision: 274728

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

Added:
  sddm-kcm/repos/testing-i686/
  sddm-kcm/repos/testing-i686/PKGBUILD
(from rev 274727, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/testing-x86_64/
  sddm-kcm/repos/testing-x86_64/PKGBUILD
(from rev 274727, sddm-kcm/trunk/PKGBUILD)

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

Copied: sddm-kcm/repos/testing-i686/PKGBUILD (from rev 274727, 
sddm-kcm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:13:06 UTC (rev 274728)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: sddm-kcm/repos/testing-x86_64/PKGBUILD (from rev 274727, 
sddm-kcm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:13:06 UTC (rev 274728)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.7.4
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:13:41
  Author: felixonmars
Revision: 274731

upgpkg: kwayland-integration 5.7.4-1

Upstream release

Modified:
  kwayland-integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:13:35 UTC (rev 274730)
+++ PKGBUILD2016-08-26 18:13:41 UTC (rev 274731)
@@ -2,7 +2,7 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=kwayland-integration
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 groups=(plasma)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('36ba2bd05a25e4adc9ca179c285a1ea31b3d8e1fafcdc2f7e443b9315aae91f2'
+sha256sums=('43d39449cebf8d04a7e1a46456bd1d271d7c058b9a46cacafb81c69ad1a8c016'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:16:05
  Author: felixonmars
Revision: 274741

upgpkg: breeze-grub 5.7.4-1

Upstream release

Modified:
  breeze-grub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:15:57 UTC (rev 274740)
+++ PKGBUILD2016-08-26 18:16:05 UTC (rev 274741)
@@ -3,7 +3,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=breeze-grub
-pkgver=5.7.3
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="Breeze theme for GRUB"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(grub)
 makedepends=()
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ee52244c2ec401664aae59b1115358de1d4db3140b25e3eab0b21ef3c3bb9d76'
+sha256sums=('4e22a92cf2bd3bc1a44dec456617c237bc3a9f2f77ed2b0d78a346e86b503d3e'
 'SKIP')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:15:57
  Author: felixonmars
Revision: 274740

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

Added:
  breeze-gtk/repos/testing-i686/
  breeze-gtk/repos/testing-i686/PKGBUILD
(from rev 274739, breeze-gtk/trunk/PKGBUILD)
  breeze-gtk/repos/testing-x86_64/
  breeze-gtk/repos/testing-x86_64/PKGBUILD
(from rev 274739, breeze-gtk/trunk/PKGBUILD)

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

Copied: breeze-gtk/repos/testing-i686/PKGBUILD (from rev 274739, 
breeze-gtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-26 18:15:57 UTC (rev 274740)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d3cc83367cc5d68648039c8f5a85c12a0538cd88f0a98c24b66e6cb04caf945'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_GTK3_VERSION=3.20
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: breeze-gtk/repos/testing-x86_64/PKGBUILD (from rev 274739, 
breeze-gtk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-26 18:15:57 UTC (rev 274740)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d3cc83367cc5d68648039c8f5a85c12a0538cd88f0a98c24b66e6cb04caf945'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_GTK3_VERSION=3.20
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:16:20
  Author: felixonmars
Revision: 274742

archrelease: copy trunk to testing-any

Added:
  breeze-grub/repos/testing-any/
  breeze-grub/repos/testing-any/PKGBUILD
(from rev 274741, breeze-grub/trunk/PKGBUILD)

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

Copied: breeze-grub/repos/testing-any/PKGBUILD (from rev 274741, 
breeze-grub/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-08-26 18:16:20 UTC (rev 274742)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.7.4
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4e22a92cf2bd3bc1a44dec456617c237bc3a9f2f77ed2b0d78a346e86b503d3e'
+'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:32:31
  Author: felixonmars
Revision: 187721

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

Added:
  haskell-crypto-pubkey/repos/community-staging-i686/
  haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD
(from rev 187720, haskell-crypto-pubkey/trunk/PKGBUILD)
  haskell-crypto-pubkey/repos/community-staging-x86_64/
  haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD
(from rev 187720, haskell-crypto-pubkey/trunk/PKGBUILD)

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

Copied: haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD (from rev 
187720, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 18:32:31 UTC (rev 187721)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=2
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+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-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 
187720, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 18:32:31 UTC (rev 187721)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=2
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+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" 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:36:58
  Author: felixonmars
Revision: 187728

upgpkg: pandoc-crossref 0.2.3.0-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:35:38 UTC (rev 187727)
+++ PKGBUILD2016-08-26 18:36:58 UTC (rev 187728)
@@ -4,8 +4,8 @@
 
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
-pkgver=0.2.2.1
-pkgrel=6
+pkgver=0.2.3.0
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")
@@ -14,7 +14,7 @@
  "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
  "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('85da5dff663b578367ed75dcd71d8273a9cd92e8ae4a907ff0b83694d8417abd')
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 18:40:20
  Author: felixonmars
Revision: 187732

upgpkg: haskell-hakyll 4.8.3.2-13

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 18:38:04 UTC (rev 187731)
+++ PKGBUILD2016-08-26 18:40:20 UTC (rev 187732)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.2
-pkgrel=12
+pkgrel=13
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:25:14
  Author: felixonmars
Revision: 187622

upgpkg: python-process-tests 1.2.1-1

Modified:
  python-process-tests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 16:24:21 UTC (rev 187621)
+++ PKGBUILD2016-08-26 16:25:14 UTC (rev 187622)
@@ -1,10 +1,9 @@
 # $Id$
 # Maintainer: Felix Yan 
 
-_pypiname=process-tests
 pkgbase=python-process-tests
 pkgname=('python-process-tests' 'python2-process-tests')
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Tools for testing processes"
 arch=('any')
@@ -11,8 +10,8 @@
 url="https://pypi.python.org/pypi/process-tests;
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/p/process-tests/$_pypiname-$pkgver.tar.gz;)
-md5sums=('21284426c6dbc4319bf0da1839000516')
+source=("https://pypi.io/packages/source/p/process-tests/process-tests-$pkgver.tar.gz;)
+md5sums=('97d523a15befaaf5f846b7b1a88d8e2c')
 
 prepare() {
   cp -a process-tests-$pkgver{,-py2}
@@ -19,10 +18,10 @@
 }
 
 build() {
-  cd "$srcdir/process-tests-$pkgver"
+  cd "$srcdir"/process-tests-$pkgver
   python setup.py build
 
-  cd "$srcdir/process-tests-$pkgver-py2"
+  cd "$srcdir"/process-tests-$pkgver-py2
   python2 setup.py build
 }
 
@@ -29,17 +28,17 @@
 package_python-process-tests() {
   depends=('python')
 
-  cd "$srcdir/$_pypiname-$pkgver"
+  cd process-tests-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-process-tests() {
   depends=('python2')
 
-  cd "$srcdir/$_pypiname-$pkgver"
+  cd process-tests-$pkgver
   python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:25:31
  Author: felixonmars
Revision: 187623

archrelease: copy trunk to community-any

Added:
  python-process-tests/repos/community-any/PKGBUILD
(from rev 187622, python-process-tests/trunk/PKGBUILD)
Deleted:
  python-process-tests/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-26 16:25:14 UTC (rev 187622)
+++ PKGBUILD2016-08-26 16:25:31 UTC (rev 187623)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_pypiname=process-tests
-pkgbase=python-process-tests
-pkgname=('python-process-tests' 'python2-process-tests')
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Tools for testing processes"
-arch=('any')
-url="https://pypi.python.org/pypi/process-tests;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/p/process-tests/$_pypiname-$pkgver.tar.gz;)
-md5sums=('21284426c6dbc4319bf0da1839000516')
-
-prepare() {
-  cp -a process-tests-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/process-tests-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/process-tests-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-process-tests() {
-  depends=('python')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-process-tests() {
-  depends=('python2')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-process-tests/repos/community-any/PKGBUILD (from rev 187622, 
python-process-tests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-26 16:25:31 UTC (rev 187623)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-process-tests
+pkgname=('python-process-tests' 'python2-process-tests')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Tools for testing processes"
+arch=('any')
+url="https://pypi.python.org/pypi/process-tests;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/process-tests/process-tests-$pkgver.tar.gz;)
+md5sums=('97d523a15befaaf5f846b7b1a88d8e2c')
+
+prepare() {
+  cp -a process-tests-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/process-tests-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/process-tests-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-process-tests() {
+  depends=('python')
+
+  cd process-tests-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-process-tests() {
+  depends=('python2')
+
+  cd process-tests-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:27:22
  Author: felixonmars
Revision: 187625

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-26 16:27:05 UTC (rev 187624)
+++ PKGBUILD2016-08-26 16:27:22 UTC (rev 187625)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/python-keystoneclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
- 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
- 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
- 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
-  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
-  'python2-pycodestyle' 'python-lxml' 'python2-lxml')
-source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  # Use pycodestyle
-  sed -i 's/pep8/pycodestyle/g' 
python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py
-
-  cp -a python-keystoneclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py build
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py testr
-
-  cd "$srcdir"/python-keystoneclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneclient() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
-   'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
-
-  cd "$srcdir"/python-keystoneclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 
'python2-debtcollector'
-   'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization' 'python2-oslo-config' 
'python2-requests' 'python2-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 187624, 
python-keystoneclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-26 16:27:22 UTC (rev 187625)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-keystoneclient
+pkgname=(python-keystoneclient python2-keystoneclient)
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/python-keystoneclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
+ 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
+ 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
+ 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
+  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
+  'python2-pycodestyle' 'python-lxml' 'python2-lxml')

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:27:05
  Author: felixonmars
Revision: 187624

upgpkg: python-keystoneclient 3.5.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 16:25:31 UTC (rev 187623)
+++ PKGBUILD2016-08-26 16:27:05 UTC (rev 187624)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:30:10
  Author: felixonmars
Revision: 187627

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
187626, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 16:30:10 UTC (rev 187627)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=1
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
+
+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-nooverlap
+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-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
187626, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 16:30:10 UTC (rev 187627)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=1
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:29:48
  Author: felixonmars
Revision: 187626

upgpkg: haskell-persistent 2.6-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 16:27:22 UTC (rev 187625)
+++ PKGBUILD2016-08-26 16:29:48 UTC (rev 187626)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.5
-pkgrel=10
+pkgver=2.6
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -18,7 +18,7 @@
  "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
  "haskell-unordered-containers" "haskell-vector")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('de34feeb6e9fb3a181f204e8fdf6ad2adebe781a88182cd136e0d330c2455375')
+sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-08-26 Thread Jan Steffens
Date: Friday, August 26, 2016 @ 16:33:57
  Author: heftig
Revision: 274653

0.6.9-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 14:04:15 UTC (rev 274652)
+++ PKGBUILD2016-08-26 16:33:57 UTC (rev 274653)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.6.8
+pkgver=0.6.9
 pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org;
@@ -44,7 +44,9 @@
 
 check() {
   cd $pkgname
-  make -k check
+  # https://github.com/flatpak/flatpak/issues/267
+  # https://github.com/flatpak/flatpak/issues/268
+  #make -k check
 }
 
 package() {


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

2016-08-26 Thread Jan Steffens
Date: Friday, August 26, 2016 @ 16:34:16
  Author: heftig
Revision: 274654

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

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

--+
 /PKGBUILD|  118 +
 /flatpak.install |   22 +++
 extra-i686/PKGBUILD  |   57 ---
 extra-i686/flatpak.install   |   11 ---
 extra-x86_64/PKGBUILD|   57 ---
 extra-x86_64/flatpak.install |   11 ---
 6 files changed, 140 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-26 16:33:57 UTC (rev 274653)
+++ extra-i686/PKGBUILD 2016-08-26 16:34:16 UTC (rev 274654)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.6.8
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf libcap)
-makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-install=flatpak.install
-source=("git+https://github.com/flatpak/flatpak#tag=$pkgver;
-"git+https://git.gnome.org/browse/libglnx;
-"git+https://github.com/projectatomic/bubblewrap;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-gtk-doc --with-priv-mode=setuid
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 274653, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-26 16:34:16 UTC (rev 274654)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.6.9
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
+ json-glib libseccomp libarchive libelf libcap)
+makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
+install=flatpak.install
+source=("git+https://github.com/flatpak/flatpak#tag=$pkgver;
+"git+https://git.gnome.org/browse/libglnx;
+"git+https://github.com/projectatomic/bubblewrap;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-gtk-doc --with-priv-mode=setuid
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # https://github.com/flatpak/flatpak/issues/267
+  # https://github.com/flatpak/flatpak/issues/268
+  #make -k check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Deleted: extra-i686/flatpak.install
===
--- extra-i686/flatpak.install  2016-08-26 16:33:57 UTC (rev 274653)
+++ extra-i686/flatpak.install  2016-08-26 16:34:16 UTC (rev 274654)
@@ -1,11 +0,0 @@
-post_install() {
-  post_upgrade $1 0
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:40:51
  Author: felixonmars
Revision: 187639

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

Added:
  haskell-yesod-core/repos/community-staging-i686/
  haskell-yesod-core/repos/community-staging-i686/PKGBUILD
(from rev 187638, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 187638, haskell-yesod-core/trunk/PKGBUILD)

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

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
187638, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 16:40:51 UTC (rev 187639)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.23
+pkgrel=2
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('05aea0cf09ae9f568358d8443c702bf070f2f64759820e3b5d3ecb4e4f557e3c')
+
+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-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
187638, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 16:40:51 UTC (rev 187639)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.23
+pkgrel=2
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:41:37
  Author: felixonmars
Revision: 187640

upgpkg: haskell-persistent-template 2.5.1.6-2

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 16:40:51 UTC (rev 187639)
+++ PKGBUILD2016-08-26 16:41:37 UTC (rev 187640)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:48:55
  Author: felixonmars
Revision: 274656

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 274655, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 274655, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-26 16:48:24 UTC (rev 274655)
+++ extra-i686/PKGBUILD 2016-08-26 16:48:55 UTC (rev 274656)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.4
-pkgrel=2
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
-  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
-  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
-  'python-hypothesis' 'python2-hypothesis')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir"/cryptography-$pkgver
-   python setup.py build
- 
-   cd "$srcdir"/cryptography-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
-
-   cd "$srcdir"/cryptography-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
-}
- 
-package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
- 
-   cd cryptography-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
-'python2-ipaddress' 'python2-setuptools')
- 
-   cd cryptography-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 274655, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-26 16:48:55 UTC (rev 274656)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.5
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('d85a91af3e943c68fa5ff82a3ccdd5df')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py build
+ 
+   cd "$srcdir"/cryptography-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/cryptography-$pkgver
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
+
+   cd "$srcdir"/cryptography-$pkgver-python2
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
+}
+ 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:12:36
  Author: felixonmars
Revision: 187659

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

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

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

Copied: haskell-uuid/repos/community-staging-i686/PKGBUILD (from rev 187658, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 17:12:36 UTC (rev 187659)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.12
+pkgrel=8
+pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-memory" 
"haskell-network-info"
+ "haskell-random" "haskell-text" "haskell-uuid-types")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed62f1b3f0b19f0d548655ffef5aff066ad5c430fe11e909a1a7e8fc115a89ee')
+
+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-uuid/repos/community-staging-x86_64/PKGBUILD (from rev 187658, 
haskell-uuid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 17:12:36 UTC (rev 187659)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=uuid
+pkgname=haskell-uuid
+pkgver=1.3.12
+pkgrel=8
+pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
+url="https://github.com/aslatter/uuid;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-memory" 
"haskell-network-info"
+ "haskell-random" "haskell-text" "haskell-uuid-types")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ed62f1b3f0b19f0d548655ffef5aff066ad5c430fe11e909a1a7e8fc115a89ee')
+
+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 

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:12:14
  Author: felixonmars
Revision: 187658

upgpkg: haskell-uuid 1.3.12-8

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, 
contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, 
generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, 
http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, 
persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, 
protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, 
wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 17:09:45 UTC (rev 187657)
+++ PKGBUILD2016-08-26 17:12:14 UTC (rev 187658)
@@ -5,7 +5,7 @@
 _hkgname=uuid
 pkgname=haskell-uuid
 pkgver=1.3.12
-pkgrel=7
+pkgrel=8
 pkgdesc="For creating, comparing, parsing and printing Universally Unique 
Identifiers"
 url="https://github.com/aslatter/uuid;
 license=("custom:BSD3")


<    1   2   3   >