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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 08:34:05
  Author: fyan
Revision: 164626

upgpkg: haskell-tagstream-conduit 0.5.5.3-14

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 07:24:49 UTC (rev 164625)
+++ PKGBUILD2016-03-04 07:34:05 UTC (rev 164626)
@@ -5,7 +5,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Streamlined html tag parser"
 url="http://github.com/yihuang/tagstream-conduit";
 license=("custom:BSD3")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 08:34:28
  Author: fyan
Revision: 164627

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

Added:
  haskell-tagstream-conduit/repos/community-staging-i686/
  haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD
(from rev 164626, haskell-tagstream-conduit/trunk/PKGBUILD)
  
haskell-tagstream-conduit/repos/community-staging-i686/haskell-tagstream-conduit.install
(from rev 164626, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)
  haskell-tagstream-conduit/repos/community-staging-x86_64/
  haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 164626, haskell-tagstream-conduit/trunk/PKGBUILD)
  
haskell-tagstream-conduit/repos/community-staging-x86_64/haskell-tagstream-conduit.install
(from rev 164626, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-tagstream-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-tagstream-conduit.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 164626, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 07:34:28 UTC (rev 164627)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=14
+pkgdesc="Streamlined html tag parser"
+url="http://github.com/yihuang/tagstream-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-resourcet" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-tagstream-conduit/repos/community-staging-i686/haskell-tagstream-conduit.install
 (from rev 164626, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)
===
--- community-staging-i686/haskell-tagstream-conduit.install
(rev 0)
+++ community-staging-i686/haskell-tagstream-conduit.install2016-03-04 
07:34:28 UTC (rev 164627)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagstream-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 164626, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 07:34:28 UTC (rev 164627)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 08:24:49
  Author: fyan
Revision: 164625

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

Added:
  haskell-yesod-persistent/repos/community-staging-i686/
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 164624, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
(from rev 164624, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 164624, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-x86_64/haskell-yesod-persistent.install
(from rev 164624, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-yesod-persistent.install   |   18 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-yesod-persistent.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 164624, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 07:24:49 UTC (rev 164625)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=22
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
 (from rev 164624, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
===
--- community-staging-i686/haskell-yesod-persistent.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-persistent.install 2016-03-04 
07:24:49 UTC (rev 164625)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 164624, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 07:24:49 UTC (rev 164625)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=22
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 08:24:25
  Author: fyan
Revision: 164624

upgpkg: haskell-yesod-persistent 1.4.0.3-22

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 07:10:04 UTC (rev 164623)
+++ PKGBUILD2016-03-04 07:24:25 UTC (rev 164624)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.3
-pkgrel=21
+pkgrel=22
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 08:09:40
  Author: fyan
Revision: 164622

upgpkg: haskell-http-conduit 2.1.8-30

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 07:02:21 UTC (rev 164621)
+++ PKGBUILD2016-03-04 07:09:40 UTC (rev 164622)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.8
-pkgrel=29
+pkgrel=30
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit";
 license=("custom:BSD3")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 08:10:04
  Author: fyan
Revision: 164623

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

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

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-http-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-http-conduit.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
164622, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 07:10:04 UTC (rev 164623)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=30
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 164622, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2016-03-04 07:10:04 UTC 
(rev 164623)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
164622, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 07:10:04 UTC (rev 164623)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=30
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i68

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

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 08:08:43
  Author: arojas
Revision: 260781

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  spectacle/repos/kde-unstable-i686/
  spectacle/repos/kde-unstable-i686/PKGBUILD
(from rev 260780, spectacle/trunk/PKGBUILD)
  spectacle/repos/kde-unstable-i686/spectacle.install
(from rev 260780, spectacle/trunk/spectacle.install)
  spectacle/repos/kde-unstable-x86_64/
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260780, spectacle/trunk/PKGBUILD)
  spectacle/repos/kde-unstable-x86_64/spectacle.install
(from rev 260780, spectacle/trunk/spectacle.install)

---+
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/spectacle.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/spectacle.install |   12 ++
 4 files changed, 100 insertions(+)

Copied: spectacle/repos/kde-unstable-i686/PKGBUILD (from rev 260780, 
spectacle/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-04 07:08:43 UTC (rev 260781)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=15.12.2
+pkgrel=2
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://projects.kde.org/spectacle'
+license=(GPL)
+depends=(kio xcb-util-cursor libkscreen libkipi hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('a7801c3592229e1763129a1f80cacab0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: spectacle/repos/kde-unstable-i686/spectacle.install (from rev 260780, 
spectacle/trunk/spectacle.install)
===
--- kde-unstable-i686/spectacle.install (rev 0)
+++ kde-unstable-i686/spectacle.install 2016-03-04 07:08:43 UTC (rev 260781)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 260780, 
spectacle/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-04 07:08:43 UTC (rev 260781)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=15.12.2
+pkgrel=2
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://projects.kde.org/spectacle'
+license=(GPL)
+depends=(kio xcb-util-cursor libkscreen libkipi hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('a7801c3592229e1763129a1f80cacab0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: spectacle/repos/kde-unstable-x86_64/spectacle.install (from rev 260780, 
spectacle/trunk/spectacle.install)
===
--- kde-unstable-x86_64/spectacle.install   (rev 0)
+++ kde-unstable-x86_64/spectacle.install   2016-03-04 07:08:43 UTC (rev 
260781)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 08:08:12
  Author: arojas
Revision: 260780

libkscreen 5.6 rebuild

Modified:
  spectacle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 06:55:13 UTC (rev 260779)
+++ PKGBUILD2016-03-04 07:08:12 UTC (rev 260780)
@@ -3,7 +3,7 @@
 
 pkgname=spectacle
 pkgver=15.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE screenshot capture utility"
 arch=(i686 x86_64)
 url='https://projects.kde.org/spectacle'


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

2016-03-03 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 08:02:21
  Author: bpiotrowski
Revision: 164621

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

Added:
  pypy/repos/community-staging-i686/
  pypy/repos/community-staging-i686/LICENSE
(from rev 164620, pypy/trunk/LICENSE)
  pypy/repos/community-staging-i686/PKGBUILD
(from rev 164620, pypy/trunk/PKGBUILD)
  pypy/repos/community-staging-x86_64/
  pypy/repos/community-staging-x86_64/LICENSE
(from rev 164620, pypy/trunk/LICENSE)
  pypy/repos/community-staging-x86_64/PKGBUILD
(from rev 164620, pypy/trunk/PKGBUILD)

---+
 community-staging-i686/LICENSE|  154 
 community-staging-i686/PKGBUILD   |   56 +
 community-staging-x86_64/LICENSE  |  154 
 community-staging-x86_64/PKGBUILD |   56 +
 4 files changed, 420 insertions(+)

Copied: pypy/repos/community-staging-i686/LICENSE (from rev 164620, 
pypy/trunk/LICENSE)
===
--- community-staging-i686/LICENSE  (rev 0)
+++ community-staging-i686/LICENSE  2016-03-04 07:02:21 UTC (rev 164621)
@@ -0,0 +1,154 @@
+License for files in the pypy/ directory 
+==
+
+Except when otherwise stated (look for LICENSE files in directories or
+information at the beginning of each file) all software and
+documentation in the 'pypy' directories is licensed as follows: 
+
+The MIT License
+
+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.
+
+
+PyPy Copyright holders 2003-2010
+--- 
+
+Except when otherwise stated (look for LICENSE files or information at
+the beginning of each file) the files in the 'pypy' directory are each
+copyrighted by one or more of the following people and organizations:
+
+Armin Rigo
+Maciej Fijalkowski
+Carl Friedrich Bolz
+Samuele Pedroni
+Antonio Cuni
+Michael Hudson
+Christian Tismer
+Holger Krekel
+Eric van Riet Paap
+Richard Emslie
+Anders Chrigstrom
+Amaury Forgeot d Arc
+Aurelien Campeas
+Anders Lehmann
+Niklaus Haldimann
+Seo Sanghyeon
+Leonardo Santagada
+Lawrence Oluyede
+Jakub Gustak
+Guido Wesdorp
+Benjamin Peterson
+Alexander Schremmer
+Niko Matsakis
+Ludovic Aubry
+Alex Martelli
+Toon Verwaest
+Stephan Diehl
+Adrien Di Mascio
+Stefan Schwarzer
+Tomek Meka
+Patrick Maupin
+Jacob Hallen
+Laura Creighton
+Bob Ippolito
+Camillo Bruni
+Simon Burton
+Bruno Gola
+Alexandre Fayolle
+Marius Gedminas
+Guido van Rossum
+Valentino Volonghi
+Adrian Kuhn
+Paul deGrandis
+Gerald Klix
+Wanja Saatkamp
+Anders Hammarquist
+Oscar Nierstrasz
+Eugene Oden
+Lukas Renggli
+Guenter Jantzen
+Dinu Gherman
+Bartosz Skowron
+Georg Brandl
+Ben Young
+Jean-Paul Calderone
+Nicolas Chauvat
+Rocco Moretti
+Michael Twomey
+boria
+Jared Grubb
+Olivier Dormond
+Stuart Williams
+Jens-Uwe Mager
+Justas Sadzevicius
+Mikael Schönenberg
+Brian Dorsey
+Jonathan David Riehl
+Beatrice During
+Elmo Mäntynen
+Andreas Friedge
+Alex Gaynor
+Anders Qvist
+Alan McIntyre
+Bert Freudenberg
+
+Heinrich-Heine University, Germany 
+Open End AB (formerly AB Strakt), Sweden
+merlinux GmbH, Germany 
+tismerysoft GmbH, Germany 
+Logilab Paris, France 
+DFKI GmbH, Germany 
+Impara, Germany
+Change Maker, Sweden 
+
+ 
+License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
+== 
+
+Except when otherwise stated (look for LICENSE files or
+copyright/license information at the beginning of 

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:58:24
  Author: fyan
Revision: 164619

upgpkg: haskell-yesod-core 1.4.19-15

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 06:44:44 UTC (rev 164618)
+++ PKGBUILD2016-03-04 06:58:24 UTC (rev 164619)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.19
-pkgrel=14
+pkgrel=15
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:58:49
  Author: fyan
Revision: 164620

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 164619, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install
(from rev 164619, haskell-yesod-core/trunk/haskell-yesod-core.install)
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 164619, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-x86_64/haskell-yesod-core.install
(from rev 164619, haskell-yesod-core/trunk/haskell-yesod-core.install)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/haskell-yesod-core.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/haskell-yesod-core.install |   18 ++
 4 files changed, 144 insertions(+)

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
164619, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 06:58:49 UTC (rev 164620)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.19
+pkgrel=15
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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-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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('8425c1df703521b020b476035f572e953ac356ce6f5e35c424b29f0d5ff76ded')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-yesod-core.install 
(from rev 164619, haskell-yesod-core/trunk/haskell-yesod-core.install)
===
--- community-staging-i686/haskell-yesod-core.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-core.install   2016-03-04 06:58:49 UTC 
(rev 164620)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-core
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copi

[arch-commits] Commit in breeze-grub (3 files)

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 07:55:13
  Author: arojas
Revision: 260779

archrelease: copy kde-unstable to kde-unstable-any

Added:
  breeze-grub/repos/
  breeze-grub/repos/kde-unstable-any/
  breeze-grub/repos/kde-unstable-any/PKGBUILD
(from rev 260778, breeze-grub/kde-unstable/PKGBUILD)

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

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 260778, 
breeze-grub/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2016-03-04 06:55:13 UTC (rev 260779)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://projects.kde.org/breeze-grub'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('fb7716f66867a9725252d81ee403bb4d')
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}


[arch-commits] Commit in (3 files)

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 07:54:09
  Author: arojas
Revision: 260778

Add breeze-grub

Added:
  breeze-grub/
  breeze-grub/kde-unstable/
  breeze-grub/kde-unstable/PKGBUILD

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

Added: breeze-grub/kde-unstable/PKGBUILD
===
--- breeze-grub/kde-unstable/PKGBUILD   (rev 0)
+++ breeze-grub/kde-unstable/PKGBUILD   2016-03-04 06:54:09 UTC (rev 260778)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://projects.kde.org/breeze-grub'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('fb7716f66867a9725252d81ee403bb4d')
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}


Property changes on: breeze-grub/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:44:20
  Author: fyan
Revision: 164617

upgpkg: haskell-persistent-template 2.1.5-19

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 06:33:45 UTC (rev 164616)
+++ PKGBUILD2016-03-04 06:44:20 UTC (rev 164617)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.1.5
-pkgrel=18
+pkgrel=19
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:44:44
  Author: fyan
Revision: 164618

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

Added:
  haskell-persistent-template/repos/community-staging-i686/
  haskell-persistent-template/repos/community-staging-i686/PKGBUILD
(from rev 164617, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-i686/haskell-persistent-template.install
(from rev 164617, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 164617, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-x86_64/haskell-persistent-template.install
(from rev 164617, 
haskell-persistent-template/trunk/haskell-persistent-template.install)

--+
 community-staging-i686/PKGBUILD  |   50 ++
 community-staging-i686/haskell-persistent-template.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   50 ++
 community-staging-x86_64/haskell-persistent-template.install |   18 +++
 4 files changed, 136 insertions(+)

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 164617, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 06:44:44 UTC (rev 164618)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.1.5
+pkgrel=19
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('d732a0e8114dae29874f3536592effc1626aea15ebef47f3355a4b426020acd1')
+
+prepare() {
+sed -e 's/aeson>= 0.7   && < 0.11/aeson
>= 0.7   \&\& < 0.12/' \
+-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
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-template/repos/community-staging-i686/haskell-persistent-template.install
 (from rev 164617, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
===
--- community-staging-i686/haskell-persistent-template.install  
(rev 0)
+++ community-staging-i686/haskell-persistent-template.install  2016-03-04 
06:44:44 UTC (rev 164618)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-template
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 164617, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGB

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:33:45
  Author: fyan
Revision: 164616

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

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

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-http-client-tls.install   |   18 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-http-client-tls.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
164615, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 06:33:45 UTC (rev 164616)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=29
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 164615, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2016-03-04 
06:33:45 UTC (rev 164616)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 164615, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 06:33:45 UTC (rev 164616)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=29
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+licen

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:33:22
  Author: fyan
Revision: 164615

upgpkg: haskell-http-client-tls 0.2.2-29

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 06:31:28 UTC (rev 164614)
+++ PKGBUILD2016-03-04 06:33:22 UTC (rev 164615)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=28
+pkgrel=29
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:31:28
  Author: fyan
Revision: 164614

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

Added:
  haskell-xml-conduit/repos/community-staging-i686/
  haskell-xml-conduit/repos/community-staging-i686/PKGBUILD
(from rev 164613, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install
(from rev 164613, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
  haskell-xml-conduit/repos/community-staging-x86_64/
  haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 164613, haskell-xml-conduit/trunk/PKGBUILD)
  haskell-xml-conduit/repos/community-staging-x86_64/haskell-xml-conduit.install
(from rev 164613, haskell-xml-conduit/trunk/haskell-xml-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-xml-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-xml-conduit.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-xml-conduit/repos/community-staging-i686/PKGBUILD (from rev 
164613, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 06:31:28 UTC (rev 164614)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.4
+pkgrel=2
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="http://github.com/snoyberg/xml";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-text"
+ "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-monad-control" "haskell-resourcet"
+ "haskell-blaze-html" "haskell-xml-types")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('1613ad696d4385a74f646e752ecd3ef576350427961e638d00fa58e01215f46d')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-xml-conduit/repos/community-staging-i686/haskell-xml-conduit.install 
(from rev 164613, haskell-xml-conduit/trunk/haskell-xml-conduit.install)
===
--- community-staging-i686/haskell-xml-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-xml-conduit.install  2016-03-04 06:31:28 UTC 
(rev 164614)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xml-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
164613, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 06:31:28 UTC (rev 164614)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.3.4
+pkgrel=2
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="http://github.com/snoyberg/xml";
+licen

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 07:31:04
  Author: fyan
Revision: 164613

upgpkg: haskell-xml-conduit 1.3.4-2

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 05:37:21 UTC (rev 164612)
+++ PKGBUILD2016-03-04 06:31:04 UTC (rev 164613)
@@ -5,7 +5,7 @@
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="http://github.com/snoyberg/xml";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:36:58
  Author: fyan
Revision: 164611

upgpkg: haskell-wai-extra 3.0.14.1-2

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 05:24:24 UTC (rev 164610)
+++ PKGBUILD2016-03-04 05:36:58 UTC (rev 164611)
@@ -5,7 +5,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:37:21
  Author: fyan
Revision: 164612

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

Added:
  haskell-wai-extra/repos/community-staging-i686/
  haskell-wai-extra/repos/community-staging-i686/PKGBUILD
(from rev 164611, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-i686/haskell-wai-extra.install
(from rev 164611, haskell-wai-extra/trunk/haskell-wai-extra.install)
  haskell-wai-extra/repos/community-staging-x86_64/
  haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 164611, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-x86_64/haskell-wai-extra.install
(from rev 164611, haskell-wai-extra/trunk/haskell-wai-extra.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-wai-extra.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-wai-extra.install |   18 +++
 4 files changed, 132 insertions(+)

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
164611, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 05:37:21 UTC (rev 164612)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.14.1
+pkgrel=2
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3c76f41acf9a4351ebf51908acd3febbef1cf66481933e1e34dc99642d6054dd')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-wai-extra/repos/community-staging-i686/haskell-wai-extra.install (from 
rev 164611, haskell-wai-extra/trunk/haskell-wai-extra.install)
===
--- community-staging-i686/haskell-wai-extra.install
(rev 0)
+++ community-staging-i686/haskell-wai-extra.install2016-03-04 05:37:21 UTC 
(rev 164612)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
164611, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 05:37:21 UTC (rev 164612)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ar

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:24:24
  Author: fyan
Revision: 164610

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

Added:
  haskell-warp/repos/community-staging-i686/
  haskell-warp/repos/community-staging-i686/PKGBUILD
(from rev 164609, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-i686/haskell-warp.install
(from rev 164609, haskell-warp/trunk/haskell-warp.install)
  haskell-warp/repos/community-staging-x86_64/
  haskell-warp/repos/community-staging-x86_64/PKGBUILD
(from rev 164609, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-x86_64/haskell-warp.install
(from rev 164609, haskell-warp/trunk/haskell-warp.install)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/haskell-warp.install   |   18 
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/haskell-warp.install |   18 
 4 files changed, 140 insertions(+)

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 164609, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 05:24:24 UTC (rev 164610)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.3
+pkgrel=4
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3a218d436cd77d41a157e67721ac59892e70f09fcd39594fc4707dabec760ee8')
+
+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 \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-warp/repos/community-staging-i686/haskell-warp.install (from 
rev 164609, haskell-warp/trunk/haskell-warp.install)
===
--- community-staging-i686/haskell-warp.install (rev 0)
+++ community-staging-i686/haskell-warp.install 2016-03-04 05:24:24 UTC (rev 
164610)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 164609, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 05:24:24 UTC (rev 164610)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.3
+pkgrel=4
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:24:01
  Author: fyan
Revision: 164609

upgpkg: haskell-warp 3.2.3-4

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 05:22:32 UTC (rev 164608)
+++ PKGBUILD2016-03-04 05:24:01 UTC (rev 164609)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:22:32
  Author: fyan
Revision: 164608

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 164606, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-i686/haskell-http-client.install
(from rev 164606, haskell-http-client/trunk/haskell-http-client.install)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 164607, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install
(from rev 164607, haskell-http-client/trunk/haskell-http-client.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-http-client.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-http-client.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
164606, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 05:22:32 UTC (rev 164608)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.27
+pkgrel=3
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3700731ca44470847b9a6429c61b7501318443ded995c33c7f52c9a7fd23a88b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client/repos/community-staging-i686/haskell-http-client.install 
(from rev 164606, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-staging-i686/haskell-http-client.install  
(rev 0)
+++ community-staging-i686/haskell-http-client.install  2016-03-04 05:22:32 UTC 
(rev 164608)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
164607, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 05:22:32 UTC (rev 164608)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.27
+pkgrel=3
+pkgdesc="An HTTP client engine,

[arch-commits] Commit in lib32-nss/repos/multilib-x86_64 (6 files)

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:20:00
  Author: fyan
Revision: 164607

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 164605, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
(from rev 164605, lib32-nss/trunk/lib32-nss.install)
  lib32-nss/repos/multilib-x86_64/nss.pc.in
(from rev 164605, lib32-nss/trunk/nss.pc.in)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
  lib32-nss/repos/multilib-x86_64/nss.pc.in

---+
 PKGBUILD  |  156 ++--
 lib32-nss.install |   28 -
 nss.pc.in |   22 +++
 3 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 05:18:20 UTC (rev 164606)
+++ PKGBUILD2016-03-04 05:20:00 UTC (rev 164607)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-_pkgbasename=nss
-pkgname=lib32-${_pkgbasename}
-pkgver=3.22
-pkgrel=1
-pkgdesc="Mozilla Network Security Services (32-bit)"
-arch=('x86_64')
-url="http://www.mozilla.org/projects/security/pki/nss/";
-
-#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
-#alternative download link
-#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-
-license=('MPL' 'GPL')
-install=lib32-nss.install
-_nsprver=4.10.10
-depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite>=3.6.17' "${_pkgbasename}" 
'lib32-zlib' 'lib32-p11-kit')
-makedepends=('gcc-multilib' 'perl')
-options=('!strip' '!makeflags' staticlibs)
-source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-nss.pc.in)
-sha256sums=('30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611'
-'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd')
-
-prepare() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-}
-
-build(){
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/$_pkgbasename
-
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
-  export NSPR_LIB_DIR="`nspr-config --libdir`"
-  export XCFLAGS="${CFLAGS}"
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/$_pkgbasename
-  install -d "$pkgdir"/usr/lib32/pkgconfig
- 
-  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VMINOR=$(grep '#define.*NSS_VMINOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VPATCH=$(grep '#define.*NSS_VPATCH' nss/lib/nss/nss.h | awk '{print $3}')
- 
-  sed $srcdir/nss.pc.in \
--e "s,%libdir%,/usr/lib32,g" \
--e "s,%prefix%,/usr,g" \
--e "s,%exec_prefix%,/usr/bin,g" \
--e "s,%includedir%,/usr/include/nss,g" \
--e "s,%NSPR_VERSION%,${_nsprver},g" \
--e "s,%NSS_VERSION%,${pkgver},g" \
-> "$pkgdir/usr/lib32/pkgconfig/nss.pc"
-  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
- 
- 
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}/dist/*.OBJ/lib
-  install -t "$pkgdir/usr/lib32" *.so
-  install -t "$pkgdir/usr/lib32" -m644 libcrmf.a *.chk
-
-  rm "$pkgdir/usr/lib32/libnssckbi.so"
-  ln -s libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
-}

Copied: lib32-nss/repos/multilib-x86_64/PKGBUILD (from rev 164605, 
lib32-nss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 05:20:00 UTC (rev 164607)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+_pkgbasename=nss
+pkgname=lib32-${_pkgbasename}
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Mozilla Network Security Services (32-bit)"
+arch=('x86_64')
+url="http://www.mozilla.org/projects/security/pki/nss/";
+
+#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
+#alternative download link
+#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
+
+license=('MPL' 'GPL')
+install=lib32-nss.install
+_nsprver=4.10.10
+depends=("lib32-nspr>=${_nsprver}" 'lib32-sqlite>=3.6.17' "${_pkgbasename}" 
'lib32-zlib' 'lib32-p11-kit')
+makedepends=('gcc-multilib' 'perl')
+options=('!strip' '!makeflags' staticlibs)
+source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
+nss.pc.in)
+sha256sums=('89e1fc7074e5c325962821289f4cd7d8207ae95af2308ba881215ed9ca68fa4f'
+'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd')
+
+prepare() {

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:18:20
  Author: fyan
Revision: 164606

upgpkg: haskell-http-client 0.4.27-3

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 05:15:02 UTC (rev 164605)
+++ PKGBUILD2016-03-04 05:18:20 UTC (rev 164606)
@@ -5,7 +5,7 @@
 _hkgname=http-client
 pkgname=haskell-http-client
 pkgver=0.4.27
-pkgrel=2
+pkgrel=3
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:15:02
  Author: fyan
Revision: 164605

upgpkg: lib32-nss 3.22.1-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 05:09:09 UTC (rev 164604)
+++ PKGBUILD2016-03-04 05:15:02 UTC (rev 164605)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nss
 pkgname=lib32-${_pkgbasename}
-pkgver=3.22
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Mozilla Network Security Services (32-bit)"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 options=('!strip' '!makeflags' staticlibs)
 
source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 nss.pc.in)
-sha256sums=('30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611'
+sha256sums=('89e1fc7074e5c325962821289f4cd7d8207ae95af2308ba881215ed9ca68fa4f'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd')
 
 prepare() {


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:09:09
  Author: fyan
Revision: 164604

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 164603, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-i686/haskell-persistent.install
(from rev 164603, haskell-persistent/trunk/haskell-persistent.install)
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 164603, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-x86_64/haskell-persistent.install
(from rev 164603, haskell-persistent/trunk/haskell-persistent.install)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/haskell-persistent.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/haskell-persistent.install |   18 ++
 4 files changed, 134 insertions(+)

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
164603, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 05:09:09 UTC (rev 164604)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.2.4
+pkgrel=20
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ae56121abbef8ecca7aa7c62b2e77a47e583d4dded0f8e4bfe1cd6b1fea70bbe')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-persistent.install 
(from rev 164603, haskell-persistent/trunk/haskell-persistent.install)
===
--- community-staging-i686/haskell-persistent.install   
(rev 0)
+++ community-staging-i686/haskell-persistent.install   2016-03-04 05:09:09 UTC 
(rev 164604)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
164603, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 05:09:09 UTC (rev 

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 06:06:10
  Author: fyan
Revision: 164603

upgpkg: haskell-persistent 2.2.4-20

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:40:29 UTC (rev 164602)
+++ PKGBUILD2016-03-04 05:06:10 UTC (rev 164603)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.2.4
-pkgrel=19
+pkgrel=20
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:40:14
  Author: fyan
Revision: 164601

upgpkg: lib32-nspr 4.12-1

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:38:31 UTC (rev 164600)
+++ PKGBUILD2016-03-04 04:40:14 UTC (rev 164601)
@@ -6,7 +6,7 @@
 
 _pkgbasename=nspr
 pkgname=lib32-${_pkgbasename}
-pkgver=4.11
+pkgver=4.12
 pkgrel=1
 pkgdesc="Netscape Portable Runtime (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('zip' 'gcc-multilib')
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('4f24b2fb88ca03b5d6d6931d6a67ef9a')
+md5sums=('0de760c1e00a92e180e611cf06ce9589')
 
 build() {
   cd "${srcdir}"/${_pkgbasename}-${pkgver}


[arch-commits] Commit in lib32-nspr/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:40:29
  Author: fyan
Revision: 164602

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD
(from rev 164601, lib32-nspr/trunk/PKGBUILD)
Deleted:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 04:40:14 UTC (rev 164601)
+++ PKGBUILD2016-03-04 04:40:29 UTC (rev 164602)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-_pkgbasename=nspr
-pkgname=lib32-${_pkgbasename}
-pkgver=4.11
-pkgrel=1
-pkgdesc="Netscape Portable Runtime (32-bit)"
-arch=('x86_64')
-url="http://www.mozilla.org/projects/nspr/";
-#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
-license=('MPL' 'GPL')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('zip' 'gcc-multilib')
-options=(!emptydirs)
-source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('4f24b2fb88ca03b5d6d6931d6a67ef9a')
-
-build() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  chmod 644 "$pkgdir"/usr/lib32/*.a
-  ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc"
-  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
-"$pkgdir/usr/include/nspr/md"
-  rm -rf "${pkgdir}"/usr/{bin,share,include}
-}

Copied: lib32-nspr/repos/multilib-x86_64/PKGBUILD (from rev 164601, 
lib32-nspr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 04:40:29 UTC (rev 164602)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+_pkgbasename=nspr
+pkgname=lib32-${_pkgbasename}
+pkgver=4.12
+pkgrel=1
+pkgdesc="Netscape Portable Runtime (32-bit)"
+arch=('x86_64')
+url="http://www.mozilla.org/projects/nspr/";
+#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
+license=('MPL' 'GPL')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('zip' 'gcc-multilib')
+options=(!emptydirs)
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('0de760c1e00a92e180e611cf06ce9589')
+
+build() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  chmod 644 "$pkgdir"/usr/lib32/*.a
+  ln -s nspr.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+"$pkgdir/usr/include/nspr/md"
+  rm -rf "${pkgdir}"/usr/{bin,share,include}
+}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:38:31
  Author: fyan
Revision: 164600

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

Added:
  haskell-monad-logger/repos/community-staging-i686/
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
(from rev 164599, haskell-monad-logger/trunk/PKGBUILD)
  haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install
(from rev 164599, haskell-monad-logger/trunk/haskell-monad-logger.install)
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 164599, haskell-monad-logger/trunk/PKGBUILD)
  
haskell-monad-logger/repos/community-staging-x86_64/haskell-monad-logger.install
(from rev 164599, haskell-monad-logger/trunk/haskell-monad-logger.install)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-monad-logger.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-monad-logger.install |   18 ++
 4 files changed, 130 insertions(+)

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
164599, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 04:38:31 UTC (rev 164600)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.18
+pkgrel=6
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('81497c19d08df93e6de5914f3adf0feecf4fcd9412e3004d2b19b4bfba05497e')
+
+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 \
+-ftemplate_haskell
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-monad-logger/repos/community-staging-i686/haskell-monad-logger.install 
(from rev 164599, haskell-monad-logger/trunk/haskell-monad-logger.install)
===
--- community-staging-i686/haskell-monad-logger.install 
(rev 0)
+++ community-staging-i686/haskell-monad-logger.install 2016-03-04 04:38:31 UTC 
(rev 164600)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-logger
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
164599, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 04:38:31 UTC (rev 164600)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgve

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:38:05
  Author: fyan
Revision: 164599

upgpkg: haskell-monad-logger 0.3.18-6

rebuild with conduit-1.2.6.3, conduit-extra-1.1.11, cpphs-1.20, 
resourcet-1.1.7.3, streaming-commons-0.1.15.2

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:34:37 UTC (rev 164598)
+++ PKGBUILD2016-03-04 04:38:05 UTC (rev 164599)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.18
-pkgrel=5
+pkgrel=6
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger";
 license=("MIT")


[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (4 files)

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:34:37
  Author: fyan
Revision: 164598

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 164597, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/pango.install
(from rev 164597, lib32-pango/trunk/pango.install)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/pango.install

---+
 PKGBUILD  |   96 
 pango.install |   38 +++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 04:34:20 UTC (rev 164597)
+++ PKGBUILD2016-03-04 04:34:37 UTC (rev 164598)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-# Maintainer: Biru Ionut 
-
-_pkgbasename=pango
-pkgname=lib32-$_pkgbasename
-pkgver=1.38.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-libthai' 'lib32-libgl' 'lib32-cairo' 'lib32-libxft'
- $_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-mesa-libgl')
-options=('!emptydirs')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
-url="http://www.pango.org/";
-sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7')
-
-prepare() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc \
-  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
-  --disable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "$pkgdir"/etc
-  rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 164597, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 04:34:37 UTC (rev 164598)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+# Maintainer: Biru Ionut 
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.39.0
+pkgrel=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-libthai' 'lib32-libgl' 'lib32-cairo' 'lib32-libxft'
+ $_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-mesa-libgl')
+options=('!emptydirs')
+install=pango.install
+source=(https://download.gnome.org/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e')
+
+prepare() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  sed -i 's#"pango.modules"#"pango.modules-32"#' pango/modules.c
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "$pkgdir"/etc
+  rm -rf "$pkgdir"/usr/{bin/pango-view,share,include}
+}

Deleted: pango.install
===
--- pango.install   2016-03-04 04:34:20 UTC (rev 164597)
+++ pango.install   2016-03-04 04:34:37 UTC (rev 164598)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f etc/pango/pango.modules-32 ]; then
-   rm etc/pango/pango.modules-32
-   fi
-}
-
-# arg 1:  the old package version
-pre_remove() {
-   post_upgrade
-}

Copied: lib32-pango/repos/multilib-x86_64/pango.install (from rev 164597, 
lib32-pango/trunk/pango.install)
===
--- pango.install 

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:34:20
  Author: fyan
Revision: 164597

upgpkg: lib32-pango 1.39.0-1

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:32:18 UTC (rev 164596)
+++ PKGBUILD2016-03-04 04:34:20 UTC (rev 164597)
@@ -5,7 +5,7 @@
 
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
-pkgver=1.38.1
+pkgver=1.39.0
 pkgrel=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 install=pango.install
 
source=(https://download.gnome.org/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
 url="http://www.pango.org/";
-sha256sums=('1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7')
+sha256sums=('13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e')
 
 prepare() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"


[arch-commits] Commit in exim/repos (40 files)

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:32:18
  Author: fyan
Revision: 164596

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

Added:
  exim/repos/community-i686/PKGBUILD
(from rev 164595, exim/trunk/PKGBUILD)
  exim/repos/community-i686/aliases
(from rev 164595, exim/trunk/aliases)
  exim/repos/community-i686/exim-submission.socket
(from rev 164595, exim/trunk/exim-submission.socket)
  exim/repos/community-i686/exim-submission@.service
(from rev 164595, exim/trunk/exim-submission@.service)
  exim/repos/community-i686/exim.Makefile
(from rev 164595, exim/trunk/exim.Makefile)
  exim/repos/community-i686/exim.install
(from rev 164595, exim/trunk/exim.install)
  exim/repos/community-i686/exim.logrotate
(from rev 164595, exim/trunk/exim.logrotate)
  exim/repos/community-i686/exim.service
(from rev 164595, exim/trunk/exim.service)
  exim/repos/community-i686/exim.socket
(from rev 164595, exim/trunk/exim.socket)
  exim/repos/community-i686/exim@.service
(from rev 164595, exim/trunk/exim@.service)
  exim/repos/community-x86_64/PKGBUILD
(from rev 164595, exim/trunk/PKGBUILD)
  exim/repos/community-x86_64/aliases
(from rev 164595, exim/trunk/aliases)
  exim/repos/community-x86_64/exim-submission.socket
(from rev 164595, exim/trunk/exim-submission.socket)
  exim/repos/community-x86_64/exim-submission@.service
(from rev 164595, exim/trunk/exim-submission@.service)
  exim/repos/community-x86_64/exim.Makefile
(from rev 164595, exim/trunk/exim.Makefile)
  exim/repos/community-x86_64/exim.install
(from rev 164595, exim/trunk/exim.install)
  exim/repos/community-x86_64/exim.logrotate
(from rev 164595, exim/trunk/exim.logrotate)
  exim/repos/community-x86_64/exim.service
(from rev 164595, exim/trunk/exim.service)
  exim/repos/community-x86_64/exim.socket
(from rev 164595, exim/trunk/exim.socket)
  exim/repos/community-x86_64/exim@.service
(from rev 164595, exim/trunk/exim@.service)
Deleted:
  exim/repos/community-i686/PKGBUILD
  exim/repos/community-i686/aliases
  exim/repos/community-i686/exim-submission.socket
  exim/repos/community-i686/exim-submission@.service
  exim/repos/community-i686/exim.Makefile
  exim/repos/community-i686/exim.install
  exim/repos/community-i686/exim.logrotate
  exim/repos/community-i686/exim.service
  exim/repos/community-i686/exim.socket
  exim/repos/community-i686/exim@.service
  exim/repos/community-x86_64/PKGBUILD
  exim/repos/community-x86_64/aliases
  exim/repos/community-x86_64/exim-submission.socket
  exim/repos/community-x86_64/exim-submission@.service
  exim/repos/community-x86_64/exim.Makefile
  exim/repos/community-x86_64/exim.install
  exim/repos/community-x86_64/exim.logrotate
  exim/repos/community-x86_64/exim.service
  exim/repos/community-x86_64/exim.socket
  exim/repos/community-x86_64/exim@.service

---+
 /PKGBUILD |  184 ++
 /aliases  |   70 
 /exim-submission.socket   |   20 
 /exim-submission@.service |   22 
 /exim.Makefile| 2460 
 /exim.install |   36 
 /exim.logrotate   |   12 
 /exim.service |   20 
 /exim.socket  |   20 
 /exim@.service|   14 
 community-i686/PKGBUILD   |   92 -
 community-i686/aliases|   35 
 community-i686/exim-submission.socket |   10 
 community-i686/exim-submission@.service   |   11 
 community-i686/exim.Makefile  | 1230 --
 community-i686/exim.install   |   18 
 community-i686/exim.logrotate |6 
 community-i686/exim.service   |   10 
 community-i686/exim.socket|   10 
 community-i686/exim@.service  |7 
 community-x86_64/PKGBUILD |   92 -
 community-x86_64/aliases  |   35 
 community-x86_64/exim-submission.socket   |   10 
 community-x86_64/exim-submission@.service |   11 
 community-x86_64/exim.Makefile| 1230 --
 community-x86_64/exim.install |   18 
 community-x86_64/exim.logrotate   |6 
 community-x86_64/exim.service |   10 
 community-x86_64/exim.socket  |   10 
 community-x86_64/exim@.service|7 
 30 files changed, 2858 insertions(+), 2858 deletions(-)

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


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:30:56
  Author: fyan
Revision: 164595

upgpkg: exim 4.86.2-1

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:27:18 UTC (rev 164594)
+++ PKGBUILD2016-03-04 04:30:56 UTC (rev 164595)
@@ -6,8 +6,8 @@
 # Contributor: judd 
 
 pkgname=exim
-pkgver=4.86
-pkgrel=2
+pkgver=4.86.2
+pkgrel=1
 pkgdesc='Message Transfer Agent'
 arch=('x86_64' 'i686')
 url='http://www.exim.org/'
@@ -18,7 +18,7 @@
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
 options=('!makeflags')
-source=(http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/old/exim-$pkgver.tar.bz2
+source=(ftp://ftp.exim.org/pub/exim/exim4/exim-$pkgver.tar.bz2
 aliases
 exim.logrotate
 exim.Makefile
@@ -27,7 +27,7 @@
 exim@.service
 exim.socket
 exim-submission.socket)
-md5sums=('797f248ef3e0c0e2f178e915f88fc4e9'
+md5sums=('1443a4a88d6b78ad9b6a681c51437b55'
  '4874006f0585253ddab027d441009757'
  'e18a535218718c5eb394ed5c9296fe06'
  '2675c17fa9e5bb63c0862fe6fa633377'


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

2016-03-03 Thread Sven-Hendrik Haase
Date: Friday, March 4, 2016 @ 05:27:18
  Author: svenstaro
Revision: 164594

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

Added:
  forge/repos/community-i686/PKGBUILD
(from rev 164593, forge/trunk/PKGBUILD)
  forge/repos/community-x86_64/PKGBUILD
(from rev 164593, forge/trunk/PKGBUILD)
Deleted:
  forge/repos/community-i686/PKGBUILD
  forge/repos/community-i686/build.patch
  forge/repos/community-x86_64/PKGBUILD
  forge/repos/community-x86_64/build.patch

--+
 /PKGBUILD|   76 +
 community-i686/PKGBUILD  |   42 --
 community-i686/build.patch   |   15 
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/build.patch |   15 
 5 files changed, 76 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-04 04:27:13 UTC (rev 164593)
+++ community-i686/PKGBUILD 2016-03-04 04:27:18 UTC (rev 164594)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=3.2.0
-arch=('i686' 'x86_64')
-pkgrel=2
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git')
-depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
-source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz
-build.patch)
-md5sums=('ff192b8017bff1351cd844fde95c81bd'
- '9c223a865f8a9cc691164e97bc29d48e')
-
-build() {
-  cd "${srcdir}/forge-af${pkgver}/"
-
-  patch -Np1 < ${srcdir}/build.patch
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_GLM=ON \
-  -DUSE_SYSTEM_FREETYPE=ON \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/forge-af${pkgver}/"
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: forge/repos/community-i686/PKGBUILD (from rev 164593, 
forge/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-04 04:27:18 UTC (rev 164594)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=3.2.2
+arch=('i686' 'x86_64')
+pkgrel=1
+license=('BSD')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git')
+depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
+source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz)
+md5sums=('cfc4c8b33705527d7dd92c147b6b839d')
+
+build() {
+  cd "${srcdir}/forge-af${pkgver}/"
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_GLM=ON \
+  -DUSE_SYSTEM_FREETYPE=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCUMENTATION=ON
+
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/forge-af${pkgver}/"
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-i686/build.patch
===
--- community-i686/build.patch  2016-03-04 04:27:13 UTC (rev 164593)
+++ community-i686/build.patch  2016-03-04 04:27:18 UTC (rev 164594)
@@ -1,15 +0,0 @@
-diff --git a/src/font.cpp b/src/font.cpp
-index e8027ed..4910490 100644
 a/src/font.cpp
-+++ b/src/font.cpp
-@@ -19,8 +19,8 @@
- #include 
- 
- #include 
--#include 
--#include 
-+#include 
-+#include 
- #include FT_FREETYPE_H
- 
- #ifndef OS_WIN

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-04 04:27:13 UTC (rev 164593)
+++ community-x86_64/PKGBUILD   2016-03-04 04:27:18 UTC (rev 164594)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=3.2.0
-arch=('i686' 'x86_64')
-pkgrel=2
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git')
-depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
-source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz
-build.patch)
-md5sums=('ff192b8017bff1351cd844fde95c81bd'
- '9c223a865f8a9cc691164e97bc29d48e')
-
-build() {
-  cd "${srcdir}/forge-af${pkgver}/"
-
-  patch -Np1 < ${srcdir}/build.patch
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DUSE_SYSTEM_GLM=ON \
-  -DUSE_SYSTEM_FREETYPE=ON \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/forge-af${pkgver}/"
-
-  install -D

[arch-commits] Commit in forge/trunk (PKGBUILD build.patch)

2016-03-03 Thread Sven-Hendrik Haase
Date: Friday, March 4, 2016 @ 05:27:13
  Author: svenstaro
Revision: 164593

upgpkg: forge 3.2.2-1

upstream release 3.2.2

Modified:
  forge/trunk/PKGBUILD
Deleted:
  forge/trunk/build.patch

-+
 PKGBUILD|   12 
 build.patch |   15 ---
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:24:28 UTC (rev 164592)
+++ PKGBUILD2016-03-04 04:27:13 UTC (rev 164593)
@@ -2,22 +2,18 @@
 pkgname=forge
 pkgdesc="High Performance Visualizations"
 url='https://github.com/arrayfire/forge'
-pkgver=3.2.0
+pkgver=3.2.2
 arch=('i686' 'x86_64')
-pkgrel=2
+pkgrel=1
 license=('BSD')
 makedepends=('cmake' 'doxygen' 'graphviz' 'git')
 depends=('glew' 'glfw' 'freetype2' 'fontconfig' 'glm')
-source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz
-build.patch)
-md5sums=('ff192b8017bff1351cd844fde95c81bd'
- '9c223a865f8a9cc691164e97bc29d48e')
+source=(https://github.com/arrayfire/forge/archive/af${pkgver}.tar.gz)
+md5sums=('cfc4c8b33705527d7dd92c147b6b839d')
 
 build() {
   cd "${srcdir}/forge-af${pkgver}/"
 
-  patch -Np1 < ${srcdir}/build.patch
-
   rm -rf build
   mkdir build && cd build
 

Deleted: build.patch
===
--- build.patch 2016-03-04 04:24:28 UTC (rev 164592)
+++ build.patch 2016-03-04 04:27:13 UTC (rev 164593)
@@ -1,15 +0,0 @@
-diff --git a/src/font.cpp b/src/font.cpp
-index e8027ed..4910490 100644
 a/src/font.cpp
-+++ b/src/font.cpp
-@@ -19,8 +19,8 @@
- #include 
- 
- #include 
--#include 
--#include 
-+#include 
-+#include 
- #include FT_FREETYPE_H
- 
- #ifndef OS_WIN


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:24:28
  Author: fyan
Revision: 164592

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

Added:
  haskell-conduit-extra/repos/community-staging-i686/
  haskell-conduit-extra/repos/community-staging-i686/PKGBUILD
(from rev 164591, haskell-conduit-extra/trunk/PKGBUILD)
  
haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
(from rev 164591, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
  haskell-conduit-extra/repos/community-staging-x86_64/
  haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 164591, haskell-conduit-extra/trunk/PKGBUILD)
  
haskell-conduit-extra/repos/community-staging-x86_64/haskell-conduit-extra.install
(from rev 164591, haskell-conduit-extra/trunk/haskell-conduit-extra.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-conduit-extra.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-conduit-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
164591, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 04:24:28 UTC (rev 164592)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.11
+pkgrel=1
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit" "haskell-exceptions"
+ "haskell-monad-control" "haskell-network" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-stm" "haskell-streaming-commons" "haskell-text" 
"haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('670009f95b16d74d1ffab5fe7f9e667249384cdddf80b8eda32413e11861ea2f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
 (from rev 164591, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
===
--- community-staging-i686/haskell-conduit-extra.install
(rev 0)
+++ community-staging-i686/haskell-conduit-extra.install2016-03-04 
04:24:28 UTC (rev 164592)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
164591, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 04:24:28 UTC (rev 164592)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.11
+pkgrel=1
+pkgdesc="Batteries included conduit: adapt

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:23:39
  Author: fyan
Revision: 164591

upgpkg: haskell-conduit-extra 1.1.11-1

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:12:33 UTC (rev 164590)
+++ PKGBUILD2016-03-04 04:23:39 UTC (rev 164591)
@@ -4,19 +4,19 @@
 
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
-pkgver=1.1.10.1
+pkgver=1.1.11
 pkgrel=1
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit";
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit" "haskell-exceptions"
  "haskell-monad-control" "haskell-network" "haskell-primitive" 
"haskell-resourcet"
  "haskell-stm" "haskell-streaming-commons" "haskell-text" 
"haskell-transformers-base")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('693eeea93dd2f68c1bc4a7b42ff20fdad7556c12c45ef705beaa256de422002a')
+sha256sums=('670009f95b16d74d1ffab5fe7f9e667249384cdddf80b8eda32413e11861ea2f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:12:33
  Author: fyan
Revision: 164590

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

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

--+
 /PKGBUILD|   64 +
 /yakuake.install |   22 
 community-i686/PKGBUILD  |   32 --
 community-i686/yakuake.install   |   11 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/yakuake.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-04 04:12:05 UTC (rev 164589)
+++ community-i686/PKGBUILD 2016-03-04 04:12:33 UTC (rev 164590)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: leeghoofd 
-
-pkgname=yakuake
-pkgver=2.9.9
-pkgrel=5
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=('i686' 'x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('konsolepart4')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ef97612710b28d62e43a58bed49cbead')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: yakuake/repos/community-i686/PKGBUILD (from rev 164589, 
yakuake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-04 04:12:33 UTC (rev 164590)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('knotifyconfig' 'knewstuff' 'kparts')
+makedepends=('extra-cmake-modules')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('6c5eaea40770283078dad6fa288615c5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/yakuake.install
===
--- community-i686/yakuake.install  2016-03-04 04:12:05 UTC (rev 164589)
+++ community-i686/yakuake.install  2016-03-04 04:12:33 UTC (rev 164590)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: yakuake/repos/community-i686/yakuake.install (from rev 164589, 
yakuake/trunk/yakuake.install)
===
--- community-i686/yakuake.install  (rev 0)
+++ community-i686/yakuake.install  2016-03-04 04:12:33 UTC (rev 164590)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-04 04:12:05 UTC (rev 164589)
+++ community-x86_64/PKGBUILD   2016-03-04 04:12:33 UTC (rev 164590)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: leeghoofd 
-
-pkgname=yakuake
-pkgver=2.9.9
-pkgrel=5
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=('i686' 'x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('konsolepart4')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ef97612710b28d62e

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:12:05
  Author: fyan
Revision: 164589

upgpkg: yakuake 3.0.2-1

Modified:
  yakuake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:08:30 UTC (rev 164588)
+++ PKGBUILD2016-03-04 04:12:05 UTC (rev 164589)
@@ -5,17 +5,17 @@
 # Contributor: leeghoofd 
 
 pkgname=yakuake
-pkgver=2.9.9
-pkgrel=5
+pkgver=3.0.2
+pkgrel=1
 pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
 arch=('i686' 'x86_64')
 url='http://yakuake.kde.org/'
 license=('GPL')
-depends=('konsolepart4')
-makedepends=('cmake' 'automoc4')
+depends=('knotifyconfig' 'knewstuff' 'kparts')
+makedepends=('extra-cmake-modules')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ef97612710b28d62e43a58bed49cbead')
+md5sums=('6c5eaea40770283078dad6fa288615c5')
 
 build() {
   mkdir build


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:08:30
  Author: fyan
Revision: 164588

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

Added:
  haskell-conduit/repos/community-staging-i686/
  haskell-conduit/repos/community-staging-i686/PKGBUILD
(from rev 164587, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-i686/haskell-conduit.install
(from rev 164587, haskell-conduit/trunk/haskell-conduit.install)
  haskell-conduit/repos/community-staging-x86_64/
  haskell-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 164587, haskell-conduit/trunk/PKGBUILD)
  haskell-conduit/repos/community-staging-x86_64/haskell-conduit.install
(from rev 164587, haskell-conduit/trunk/haskell-conduit.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-conduit.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-conduit/repos/community-staging-i686/PKGBUILD (from rev 164587, 
haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 04:08:30 UTC (rev 164588)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.3
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6816ba600c8cbd14ce9fe89f8e101dedf10dda43d2a178576324678c1722d589')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit/repos/community-staging-i686/haskell-conduit.install 
(from rev 164587, haskell-conduit/trunk/haskell-conduit.install)
===
--- community-staging-i686/haskell-conduit.install  
(rev 0)
+++ community-staging-i686/haskell-conduit.install  2016-03-04 04:08:30 UTC 
(rev 164588)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
164587, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 04:08:30 UTC (rev 164588)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.2.6.3
+pkgrel=1
+pkgdesc="Streaming data processing library."
+url="http://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:08:08
  Author: fyan
Revision: 164587

upgpkg: haskell-conduit 1.2.6.3-1

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:02:41 UTC (rev 164586)
+++ PKGBUILD2016-03-04 04:08:08 UTC (rev 164587)
@@ -4,7 +4,7 @@
 
 _hkgname=conduit
 pkgname=haskell-conduit
-pkgver=1.2.6.2
+pkgver=1.2.6.3
 pkgrel=1
 pkgdesc="Streaming data processing library."
 url="http://github.com/snoyberg/conduit";
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('f9a6322b9150e85c7cc33e2eafafecc0b35ed991781a2952c274d82627c9f41e')
+sha256sums=('6816ba600c8cbd14ce9fe89f8e101dedf10dda43d2a178576324678c1722d589')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:02:41
  Author: fyan
Revision: 164586

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

Added:
  haskell-streaming-commons/repos/community-staging-i686/
  haskell-streaming-commons/repos/community-staging-i686/PKGBUILD
(from rev 164585, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
(from rev 164585, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
  haskell-streaming-commons/repos/community-staging-x86_64/
  haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD
(from rev 164585, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-x86_64/haskell-streaming-commons.install
(from rev 164585, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-streaming-commons.install   |   18 
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-streaming-commons.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-streaming-commons/repos/community-staging-i686/PKGBUILD (from 
rev 164585, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 04:02:41 UTC (rev 164586)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons
+pkgname=haskell-streaming-commons
+pkgver=0.1.15.2
+pkgrel=1
+pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
+url="https://github.com/fpco/streaming-commons";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-blaze-builder" 
"haskell-network" "haskell-random"
+ "haskell-stm" "haskell-text" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('230ad154608ce7c081d1367c77216c85ac47a05623903d45ce693dcea67d499d')
+
+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-use-bytestring-builder
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
 (from rev 164585, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
===
--- community-staging-i686/haskell-streaming-commons.install
(rev 0)
+++ community-staging-i686/haskell-streaming-commons.install2016-03-04 
04:02:41 UTC (rev 164586)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-streaming-commons
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD (from 
rev 164585, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 04:02:41 UTC (rev 164586)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hk

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:02:18
  Author: fyan
Revision: 164585

upgpkg: haskell-streaming-commons 0.1.15.2-1

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 04:00:48 UTC (rev 164584)
+++ PKGBUILD2016-03-04 04:02:18 UTC (rev 164585)
@@ -4,7 +4,7 @@
 
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
-pkgver=0.1.15.1
+pkgver=0.1.15.2
 pkgrel=1
 pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
 url="https://github.com/fpco/streaming-commons";
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('af3b07d1022f263b1e0f95ba15697d87d55afc1cf0933c9b16fd37a687b8cacb')
+sha256sums=('230ad154608ce7c081d1367c77216c85ac47a05623903d45ce693dcea67d499d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 05:00:48
  Author: fyan
Revision: 164584

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

Added:
  boinc/repos/community-i686/PKGBUILD
(from rev 164583, boinc/trunk/PKGBUILD)
  boinc/repos/community-i686/boinc-AM_CONDITIONAL.patch
(from rev 164583, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-i686/boinc.bash
(from rev 164583, boinc/trunk/boinc.bash)
  boinc/repos/community-i686/boinc.desktop
(from rev 164583, boinc/trunk/boinc.desktop)
  boinc/repos/community-i686/boinc.install
(from rev 164583, boinc/trunk/boinc.install)
  boinc/repos/community-i686/boinc.service
(from rev 164583, boinc/trunk/boinc.service)
  boinc/repos/community-i686/boinc.sysusers
(from rev 164583, boinc/trunk/boinc.sysusers)
  boinc/repos/community-x86_64/PKGBUILD
(from rev 164583, boinc/trunk/PKGBUILD)
  boinc/repos/community-x86_64/boinc-AM_CONDITIONAL.patch
(from rev 164583, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-x86_64/boinc.bash
(from rev 164583, boinc/trunk/boinc.bash)
  boinc/repos/community-x86_64/boinc.desktop
(from rev 164583, boinc/trunk/boinc.desktop)
  boinc/repos/community-x86_64/boinc.install
(from rev 164583, boinc/trunk/boinc.install)
  boinc/repos/community-x86_64/boinc.service
(from rev 164583, boinc/trunk/boinc.service)
  boinc/repos/community-x86_64/boinc.sysusers
(from rev 164583, boinc/trunk/boinc.sysusers)
Deleted:
  boinc/repos/community-i686/PKGBUILD
  boinc/repos/community-i686/boinc-AM_CONDITIONAL.patch
  boinc/repos/community-i686/boinc.bash
  boinc/repos/community-i686/boinc.desktop
  boinc/repos/community-i686/boinc.install
  boinc/repos/community-i686/boinc.service
  boinc/repos/community-i686/boinc.sysusers
  boinc/repos/community-x86_64/PKGBUILD
  boinc/repos/community-x86_64/boinc-AM_CONDITIONAL.patch
  boinc/repos/community-x86_64/boinc.bash
  boinc/repos/community-x86_64/boinc.desktop
  boinc/repos/community-x86_64/boinc.install
  boinc/repos/community-x86_64/boinc.service
  boinc/repos/community-x86_64/boinc.sysusers

-+
 /PKGBUILD   |  248 ++
 /boinc-AM_CONDITIONAL.patch |   38 +++
 /boinc.bash |  198 
 /boinc.desktop  |   32 +++
 /boinc.install  |   10 +
 /boinc.service  |   20 ++
 /boinc.sysusers |4 
 community-i686/PKGBUILD |  124 -
 community-i686/boinc-AM_CONDITIONAL.patch   |   19 -
 community-i686/boinc.bash   |   99 --
 community-i686/boinc.desktop|   16 -
 community-i686/boinc.install|5 
 community-i686/boinc.service|   10 -
 community-i686/boinc.sysusers   |2 
 community-x86_64/PKGBUILD   |  124 -
 community-x86_64/boinc-AM_CONDITIONAL.patch |   19 -
 community-x86_64/boinc.bash |   99 --
 community-x86_64/boinc.desktop  |   16 -
 community-x86_64/boinc.install  |5 
 community-x86_64/boinc.service  |   10 -
 community-x86_64/boinc.sysusers |2 
 21 files changed, 550 insertions(+), 550 deletions(-)

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


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:59:45
  Author: fyan
Revision: 164583

upgpkg: boinc 7.6.31-1

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:52:57 UTC (rev 164582)
+++ PKGBUILD2016-03-04 03:59:45 UTC (rev 164583)
@@ -5,7 +5,7 @@
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.6.22
+pkgver=7.6.31
 _tag="client_release/7.6/$pkgver"
 pkgrel=1
 arch=('i686' 'x86_64')


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:55:44
  Author: fyan
Revision: 260776

upgpkg: udisks2 2.1.7-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:54:21 UTC (rev 260775)
+++ PKGBUILD2016-03-04 03:55:44 UTC (rev 260776)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
 
 pkgname=udisks2
-pkgver=2.1.6
+pkgver=2.1.7
 pkgrel=1
 pkgdesc="Disk Management Service, version 2"
 arch=('i686' 'x86_64')
@@ -15,7 +16,7 @@
 'ntfs-3g: NTFS filesystem management support'
 'dosfstools: VFAT filesystem management support')
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2{,.sign})
-sha256sums=('dec5f5c85fa0f74f39336acbfba1770f9988c096be23873714543c304b09f46a'
+sha256sums=('abae2bb3bdc691ca13c1e4c244630b8c881c4f3b35c207299f1b39b7bec83785'
 'SKIP')
 validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')  # Martin Pitt
 


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:56:11
  Author: fyan
Revision: 260777

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

Added:
  udisks2/repos/extra-i686/PKGBUILD
(from rev 260776, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-i686/git-fixes.patch
(from rev 260776, udisks2/trunk/git-fixes.patch)
  udisks2/repos/extra-x86_64/PKGBUILD
(from rev 260776, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-x86_64/git-fixes.patch
(from rev 260776, udisks2/trunk/git-fixes.patch)
Deleted:
  udisks2/repos/extra-i686/PKGBUILD
  udisks2/repos/extra-i686/git-fixes.patch
  udisks2/repos/extra-x86_64/PKGBUILD
  udisks2/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   82 ++
 /git-fixes.patch | 1554 +
 extra-i686/PKGBUILD  |   40 -
 extra-i686/git-fixes.patch   |  777 
 extra-x86_64/PKGBUILD|   40 -
 extra-x86_64/git-fixes.patch |  777 
 6 files changed, 1636 insertions(+), 1634 deletions(-)

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


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:54:04
  Author: fyan
Revision: 260774

upgpkg: iso-codes 3.66-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:38:41 UTC (rev 260773)
+++ PKGBUILD2016-03-04 03:54:04 UTC (rev 260774)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=iso-codes
-pkgver=3.65
+pkgver=3.66
 pkgrel=1
 pkgdesc="Lists of the country, language, and currency names"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://pkg-isocodes.alioth.debian.org/";
 license=('LGPL')
 
source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('890a08d4f962748e0a0758a8aa471896'
+md5sums=('ee236a71bcd3181aa654ac744ad6b989'
  'SKIP')
 validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
   'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:54:21
  Author: fyan
Revision: 260775

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 260774, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 03:54:04 UTC (rev 260774)
+++ PKGBUILD2016-03-04 03:54:21 UTC (rev 260775)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=iso-codes
-pkgver=3.65
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/";
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('890a08d4f962748e0a0758a8aa471896'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
-  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 260774, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 03:54:21 UTC (rev 260775)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=iso-codes
+pkgver=3.66
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/";
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ee236a71bcd3181aa654ac744ad6b989'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:52:57
  Author: fyan
Revision: 164582

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

Added:
  haskell-resourcet/repos/community-staging-i686/
  haskell-resourcet/repos/community-staging-i686/PKGBUILD
(from rev 164581, haskell-resourcet/trunk/PKGBUILD)
  haskell-resourcet/repos/community-staging-i686/haskell-resourcet.install
(from rev 164581, haskell-resourcet/trunk/haskell-resourcet.install)
  haskell-resourcet/repos/community-staging-x86_64/
  haskell-resourcet/repos/community-staging-x86_64/PKGBUILD
(from rev 164581, haskell-resourcet/trunk/PKGBUILD)
  haskell-resourcet/repos/community-staging-x86_64/haskell-resourcet.install
(from rev 164581, haskell-resourcet/trunk/haskell-resourcet.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-resourcet.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-resourcet.install |   18 +++
 4 files changed, 124 insertions(+)

Copied: haskell-resourcet/repos/community-staging-i686/PKGBUILD (from rev 
164581, haskell-resourcet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 03:52:57 UTC (rev 164582)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=resourcet
+pkgname=haskell-resourcet
+pkgver=1.1.7.3
+pkgrel=1
+pkgdesc="Deterministic allocation and freeing of scarce resources."
+url="http://github.com/snoyberg/conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-monad-control" "haskell-mtl" "haskell-transformers-base"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('fccc5a897abb38156e61c801e8e0eba29f31a8ec1ad81598dec134ed1c20e1bf')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-resourcet/repos/community-staging-i686/haskell-resourcet.install (from 
rev 164581, haskell-resourcet/trunk/haskell-resourcet.install)
===
--- community-staging-i686/haskell-resourcet.install
(rev 0)
+++ community-staging-i686/haskell-resourcet.install2016-03-04 03:52:57 UTC 
(rev 164582)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-resourcet
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-resourcet/repos/community-staging-x86_64/PKGBUILD (from rev 
164581, haskell-resourcet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 03:52:57 UTC (rev 164582)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=resourcet
+pkgname=haskell-resourcet
+pkgver=1.1.7.3
+pkgrel=1
+pkgdesc="Deterministic allocation and freeing of scarce resources."
+url="http://github.com/snoyberg/conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" 
"haskell-mmorph"
+ "haskell-mon

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:52:27
  Author: fyan
Revision: 164581

upgpkg: haskell-resourcet 1.1.7.3-1

Modified:
  haskell-resourcet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:45:09 UTC (rev 164580)
+++ PKGBUILD2016-03-04 03:52:27 UTC (rev 164581)
@@ -4,7 +4,7 @@
 
 _hkgname=resourcet
 pkgname=haskell-resourcet
-pkgver=1.1.7.2
+pkgver=1.1.7.3
 pkgrel=1
 pkgdesc="Deterministic allocation and freeing of scarce resources."
 url="http://github.com/snoyberg/conduit";
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('c1c71985d3f0fcc511a10dec89f8abfe31e0caa6355b8697e8d1ae3d6d14de86')
+sha256sums=('fccc5a897abb38156e61c801e8e0eba29f31a8ec1ad81598dec134ed1c20e1bf')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:43:55
  Author: fyan
Revision: 164575

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt-apache/repos/community-staging-any/
  letsencrypt-apache/repos/community-staging-any/PKGBUILD
(from rev 164574, letsencrypt-apache/trunk/PKGBUILD)

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

Copied: letsencrypt-apache/repos/community-staging-any/PKGBUILD (from rev 
164574, letsencrypt-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-04 03:43:55 UTC (rev 164575)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt-apache
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('ad57a9c0dd0de06889be7cb6d41d9068'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:43:40
  Author: fyan
Revision: 164574

upgpkg: letsencrypt-apache 0.4.2-1

Modified:
  letsencrypt-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:39:26 UTC (rev 164573)
+++ PKGBUILD2016-03-04 03:43:40 UTC (rev 164574)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt-apache
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('72ca5b45578ce8ba6d3d9cfc99d7eb69'
+md5sums=('ad57a9c0dd0de06889be7cb6d41d9068'
  'SKIP')
 
 build() {


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

2016-03-03 Thread Sven-Hendrik Haase
Date: Friday, March 4, 2016 @ 04:39:20
  Author: svenstaro
Revision: 164572

upgpkg: i7z 0.27.2.git1-4

Use static commit

Modified:
  i7z/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:36:51 UTC (rev 164571)
+++ PKGBUILD2016-03-04 03:39:20 UTC (rev 164572)
@@ -4,7 +4,7 @@
 
 pkgname=i7z
 pkgver=0.27.2.git1
-pkgrel=3
+pkgrel=4
 pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,7 @@
 makedepends=('qt4' 'git')
 optdepends=('qt4: for i7z-gui')
 url="https://github.com/ajaiantilal/i7z";
-source=(git://github.com/ajaiantilal/i7z.git)
+source=(git://github.com/ajaiantilal/i7z.git#commit=5023138)
 md5sums=('SKIP')
 
 build() {


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

2016-03-03 Thread Sven-Hendrik Haase
Date: Friday, March 4, 2016 @ 04:39:26
  Author: svenstaro
Revision: 164573

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-04 03:39:20 UTC (rev 164572)
+++ community-i686/PKGBUILD 2016-03-04 03:39:26 UTC (rev 164573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Nathan O 
-
-pkgname=i7z
-pkgver=0.27.2.git1
-pkgrel=3
-pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('ncurses')
-makedepends=('qt4' 'git')
-optdepends=('qt4: for i7z-gui')
-url="https://github.com/ajaiantilal/i7z";
-source=(git://github.com/ajaiantilal/i7z.git)
-md5sums=('SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}
-
-make
-
-cd GUI
-qmake-qt4
-make clean
-make
-}
-package() {
-cd ${srcdir}/${pkgname}
-
-install -Dm 755 i7z ${pkgdir}/usr/bin/i7z
-install -Dm 755 GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
-}

Copied: i7z/repos/community-i686/PKGBUILD (from rev 164572, i7z/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-04 03:39:26 UTC (rev 164573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Nathan O 
+
+pkgname=i7z
+pkgver=0.27.2.git1
+pkgrel=4
+pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('ncurses')
+makedepends=('qt4' 'git')
+optdepends=('qt4: for i7z-gui')
+url="https://github.com/ajaiantilal/i7z";
+source=(git://github.com/ajaiantilal/i7z.git#commit=5023138)
+md5sums=('SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}
+
+make
+
+cd GUI
+qmake-qt4
+make clean
+make
+}
+package() {
+cd ${srcdir}/${pkgname}
+
+install -Dm 755 i7z ${pkgdir}/usr/bin/i7z
+install -Dm 755 GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-04 03:39:20 UTC (rev 164572)
+++ community-x86_64/PKGBUILD   2016-03-04 03:39:26 UTC (rev 164573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Nathan O 
-
-pkgname=i7z
-pkgver=0.27.2.git1
-pkgrel=3
-pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('ncurses')
-makedepends=('qt4' 'git')
-optdepends=('qt4: for i7z-gui')
-url="https://github.com/ajaiantilal/i7z";
-source=(git://github.com/ajaiantilal/i7z.git)
-md5sums=('SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}
-
-make
-
-cd GUI
-qmake-qt4
-make clean
-make
-}
-package() {
-cd ${srcdir}/${pkgname}
-
-install -Dm 755 i7z ${pkgdir}/usr/bin/i7z
-install -Dm 755 GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
-}

Copied: i7z/repos/community-x86_64/PKGBUILD (from rev 164572, 
i7z/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-04 03:39:26 UTC (rev 164573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Nathan O 
+
+pkgname=i7z
+pkgver=0.27.2.git1
+pkgrel=4
+pkgdesc="A better i7 (and now i3, i5) reporting tool for Linux"
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('ncurses')
+makedepends=('qt4' 'git')
+optdepends=('qt4: for i7z-gui')
+url="https://github.com/ajaiantilal/i7z";
+source=(git://github.com/ajaiantilal/i7z.git#commit=5023138)
+md5sums=('SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}
+
+make
+
+cd GUI
+qmake-qt4
+make clean
+make
+}
+package() {
+cd ${srcdir}/${pkgname}
+
+install -Dm 755 i7z ${pkgdir}/usr/bin/i7z
+install -Dm 755 GUI/i7z_GUI ${pkgdir}/usr/bin/i7z-gui
+}


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

2016-03-03 Thread Sven-Hendrik Haase
Date: Friday, March 4, 2016 @ 04:38:30
  Author: svenstaro
Revision: 260772

upgpkg: qtcreator 3.6.0-4

Remove qt5-quick1 dependency

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 01:18:38 UTC (rev 260771)
+++ PKGBUILD2016-03-04 03:38:30 UTC (rev 260772)
@@ -9,12 +9,12 @@
 pkgname=qtcreator
 pkgver=3.6.0
 _pkgver=v3.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
 license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols')
 makedepends=('git' 'mesa' 'clang')
 options=('docs')
 optdepends=('qt5-doc: for the integrated Qt documentation'


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

2016-03-03 Thread Sven-Hendrik Haase
Date: Friday, March 4, 2016 @ 04:38:41
  Author: svenstaro
Revision: 260773

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 260772, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 260772, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 260772, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 260772, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 260772, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 260772, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-i686/qtcreator.install
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

+
 /PKGBUILD  |  146 +++
 /qtcreator.desktop |   20 +
 /qtcreator.install |   24 ++
 extra-i686/PKGBUILD|   73 ---
 extra-i686/qtcreator.desktop   |   10 --
 extra-i686/qtcreator.install   |   12 ---
 extra-x86_64/PKGBUILD  |   73 ---
 extra-x86_64/qtcreator.desktop |   10 --
 extra-x86_64/qtcreator.install |   12 ---
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-04 03:38:30 UTC (rev 260772)
+++ extra-i686/PKGBUILD 2016-03-04 03:38:41 UTC (rev 260773)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=3.6.0
-_pkgver=v3.6.0
-pkgrel=3
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'clang: Clang code model'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
-"git://code.qt.io/qt-labs/qbs.git"
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '800c94165c547b64012a207d9830250a')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-
-  # Debugger: Allow LLDB-MI to be used as debugger
-  # https://bugreports.qt.io/browse/QTCREATORBUG-15131
-  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=97e9f113879c
-  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=e57b0db0f959
-  git cherry-pick -n 97e9f113879c e57b0db0f959
-}
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  # Workaround for FS#40583
-  mv "${pkgdir}"/usr/bin/qtcreator "${pkgdir}"/usr/bin/qtcreator-bin
-  echo "#!/bin/sh" > "${pkgdir}"/usr/bin/qtcreator
-  echo "QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@" >> 
"${pkgdir}"/usr/bin/qtcreator
-  chmod +x "${pkgdir}"/usr/bin/qtcreator
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 260772, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-04 03:38:41 UTC (rev 260773)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=3.6.0
+_pkgver=v3.6.0
+pkgrel=4
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols')
+makedepends=('git' 'mesa' 'clang')
+optio

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:36:51
  Author: fyan
Revision: 164571

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 03:36:34 UTC (rev 164570)
+++ PKGBUILD2016-03-04 03:36:51 UTC (rev 164571)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.33
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="http://kombu.readthedocs.org/";
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-anyjson' 'python2-anyjson' 'git')
-checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
-  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
-  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock' 
'python-pymongo' 'python2-pymongo'
-  'python2-librabbitmq' 'python-couchdb' 'python2-couchdb' 
'python-sqlalchemy' 'python2-sqlalchemy')
-source=("git+https://github.com/celery/kombu.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a kombu{,-py2}
-}
-
-check() {
-  cd kombu
-  nosetests3 -v
-
-  cd ../kombu-py2
-  nosetests2 -v
-}
-
-package_python-kombu() {
-  depends=('python-amqp' 'python-anyjson')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support'
-  'python-couchdb: for CouchDB support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
-
-  cd "$srcdir/kombu"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp' 'python2-anyjson')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-couchdb: for CouchDB support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
-
-  cd "$srcdir/kombu-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 164570, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 03:36:51 UTC (rev 164571)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=3.0.34
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/";
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-anyjson' 'python2-anyjson' 'git')
+checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
+  'python-boto' 'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-nose' 'python2-nose'
+  'python-amqp' 'python2-amqp' 'python-mock' 'python2-mock' 
'python-pymongo' 'python2-pymongo'
+  'python2-librabbitmq' 'python-couchdb' 'python2-couchdb' 
'python-sqlalchemy' 'python2-sqlalchemy')
+source=("git+https://github.com/celery/kombu.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a kombu{,-py2}
+}
+
+check() {
+  cd kombu
+  nose

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:36:34
  Author: fyan
Revision: 164570

upgpkg: python-kombu 3.0.34-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:35:04 UTC (rev 164569)
+++ PKGBUILD2016-03-04 03:36:34 UTC (rev 164570)
@@ -4,7 +4,7 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=3.0.33
+pkgver=3.0.34
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:35:04
  Author: fyan
Revision: 164569

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 03:34:48 UTC (rev 164568)
+++ PKGBUILD2016-03-04 03:35:04 UTC (rev 164569)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-glanceclient
-pkgname=(python-glanceclient python2-glanceclient)
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-glanceclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-glanceclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-glanceclient
-  python setup.py build
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-glanceclient
-  # One random test failure in 
glanceclient.tests.unit.test_shell.ShellCacheSchemaTest
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-glanceclient-py2
-  # Three test failures in glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-glanceclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-glanceclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-warlock' 'python2-oslo-utils' 
'python2-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/glance{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 164568, 
python-glanceclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 03:35:04 UTC (rev 164569)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-glanceclient
+pkgname=(python-glanceclient python2-glanceclient)
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-glanceclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-glanceclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py build
+
+  cd "$srcdir"/python-glanceclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py testr
+
+  cd "$srcdir"/python-glanceclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-glanceclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
+
+  cd "$srcdir"/python-glanceclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-glanceclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-pretty

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:34:48
  Author: fyan
Revision: 164568

upgpkg: python-glanceclient 2.0.0-1

Modified:
  python-glanceclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:31:44 UTC (rev 164567)
+++ PKGBUILD2016-03-04 03:34:48 UTC (rev 164568)
@@ -4,7 +4,7 @@
 
 pkgbase=python-glanceclient
 pkgname=(python-glanceclient python2-glanceclient)
-pkgver=1.2.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="OpenStack Image API Client Library"
 arch=('any')
@@ -35,12 +35,10 @@
 
 check() {
   cd "$srcdir"/python-glanceclient
-  # One random test failure in 
glanceclient.tests.unit.test_shell.ShellCacheSchemaTest
-  python setup.py testr || warning "Tests failed"
+  python setup.py testr
 
   cd "$srcdir"/python-glanceclient-py2
-  # Three test failures in glanceclient.tests.unit.test_ssl.TestHTTPSVerifyCert
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+  PYTHON=python2 python2 setup.py testr
 }
 
 package_python-glanceclient() {


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:31:44
  Author: fyan
Revision: 164567

archrelease: copy trunk to community-staging-any

Added:
  letshelp-letsencrypt/repos/community-staging-any/
  letshelp-letsencrypt/repos/community-staging-any/PKGBUILD
(from rev 164566, letshelp-letsencrypt/trunk/PKGBUILD)

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

Copied: letshelp-letsencrypt/repos/community-staging-any/PKGBUILD (from rev 
164566, letshelp-letsencrypt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-04 03:31:44 UTC (rev 164567)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letshelp-letsencrypt
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Let's help Let's Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('5f1d39bfebe7076b633fa7d8c888f84c'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:31:30
  Author: fyan
Revision: 164566

upgpkg: letshelp-letsencrypt 0.4.2-1

Modified:
  letshelp-letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:30:31 UTC (rev 164565)
+++ PKGBUILD2016-03-04 03:31:30 UTC (rev 164566)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letshelp-letsencrypt
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Let's help Let's Encrypt client"
 arch=('any')
@@ -15,7 +15,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('6b932fc89cc8cf08f2717e6d4bfb17ee'
+md5sums=('5f1d39bfebe7076b633fa7d8c888f84c'
  'SKIP')
 
 build() {


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:30:15
  Author: fyan
Revision: 164564

upgpkg: npm 3.8.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:27:22 UTC (rev 164563)
+++ PKGBUILD2016-03-04 03:30:15 UTC (rev 164564)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.7.5
+pkgver=3.8.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:30:31
  Author: fyan
Revision: 164565

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 164564, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 03:30:15 UTC (rev 164564)
+++ PKGBUILD2016-03-04 03:30:31 UTC (rev 164565)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.7.5
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 164564, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 03:30:31 UTC (rev 164565)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:27:22
  Author: fyan
Revision: 164563

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt-nginx/repos/community-staging-any/
  letsencrypt-nginx/repos/community-staging-any/PKGBUILD
(from rev 164562, letsencrypt-nginx/trunk/PKGBUILD)

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

Copied: letsencrypt-nginx/repos/community-staging-any/PKGBUILD (from rev 
164562, letsencrypt-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-04 03:27:22 UTC (rev 164563)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt-nginx
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname";
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('c37fab6f14c10d0d51771da67fb750ac'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:27:07
  Author: fyan
Revision: 164562

upgpkg: letsencrypt-nginx 0.4.2-1

Modified:
  letsencrypt-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:22:37 UTC (rev 164561)
+++ PKGBUILD2016-03-04 03:27:07 UTC (rev 164562)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt-nginx
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('fb62e99b18e8d763643ab39f65d395ad'
+md5sums=('c37fab6f14c10d0d51771da67fb750ac'
  'SKIP')
 
 build() {


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:22:37
  Author: fyan
Revision: 164561

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt/repos/community-staging-any/
  letsencrypt/repos/community-staging-any/PKGBUILD
(from rev 164560, letsencrypt/trunk/PKGBUILD)

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

Copied: letsencrypt/repos/community-staging-any/PKGBUILD (from rev 164560, 
letsencrypt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-04 03:22:37 UTC (rev 164561)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/";
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("letsencrypt-apache: Apache plugin for Let’s Encrypt client"
+"letsencrypt-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('b63901c43cd8c54e45ca9b7122cb1b3f'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:22:23
  Author: fyan
Revision: 164560

upgpkg: letsencrypt 0.4.2-1

Modified:
  letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:20:54 UTC (rev 164559)
+++ PKGBUILD2016-03-04 03:22:23 UTC (rev 164560)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -21,14 +21,9 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('bc6054f28e0251e8b68828e8991a8bbf'
+md5sums=('b63901c43cd8c54e45ca9b7122cb1b3f'
  'SKIP')
 
-prepare() {
-  # We don't care Python 2.6
-  sed -i 's/parsedatetime<2.0/parsedatetime/' $pkgname-$pkgver/setup.py
-}
-
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   python2 setup.py build


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:20:38
  Author: fyan
Revision: 164558

upgpkg: thefuck 3.4-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:20:32 UTC (rev 164557)
+++ PKGBUILD2016-03-04 03:20:38 UTC (rev 164558)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -34,8 +34,7 @@
 
 package() {
   cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/lib/python3.5/site-packages/{tests,thefuck/}
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:20:54
  Author: fyan
Revision: 164559

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 164558, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-04 03:20:38 UTC (rev 164558)
+++ PKGBUILD2016-03-04 03:20:54 UTC (rev 164559)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=3.3
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-
-  # Hack distribution test by installing it and set PYTHONPATH afterwards
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-
-  # Hack $HOME as it's / in the chroot and not writable
-  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
-  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
-  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
-}
-
-package() {
-  cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/lib/python3.5/site-packages/{tests,thefuck/}
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 164558, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-04 03:20:54 UTC (rev 164559)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=3.4
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
+}
+
+package() {
+  cd thefuck
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:20:32
  Author: fyan
Revision: 164557

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-04 03:20:05 UTC (rev 164556)
+++ community-i686/PKGBUILD 2016-03-04 03:20:32 UTC (rev 164557)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
-
-pkgbase=python-billiard
-pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.3.0.22
-pkgrel=1
-pkgdesc="Python multiprocessing fork with improvements and bugfixes."
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/billiard";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose-cover3' 'python2-nose-cover3' 'python-mock' 
'python2-mock')
-source=("https://pypi.python.org/packages/source/b/billiard/billiard-${pkgver}.tar.gz";)
-md5sums=('6dd458a042924daa220417fa701f0979')
-
-prepare() {
-  cp -a billiard-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/billiard-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/billiard-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/billiard-$pkgver"
-  nosetests3
-
-  cd "$srcdir/billiard-$pkgver-py2"
-  nosetests2
-}
-
-package_python-billiard() {
-  depends=('python')
-
-  cd "$srcdir/billiard-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir/billiard-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Avoid conflicts
-  mv "$pkgdir"/usr/lib/python3.5/site-packages/{funtests,billiard/}
-}
-
-package_python2-billiard() {
-  depends=('python2')
-
-  cd "$srcdir/billiard-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir/billiard-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Avoid conflicts
-  mv "$pkgdir"/usr/lib/python2.7/site-packages/{funtests,billiard/}
-}

Copied: python-billiard/repos/community-i686/PKGBUILD (from rev 164556, 
python-billiard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-04 03:20:32 UTC (rev 164557)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+# Source: https://github.com/zancarius/archlinux-pkgbuilds
+
+pkgbase=python-billiard
+pkgname=('python-billiard' 'python2-billiard')
+pkgver=3.3.0.23
+pkgrel=1
+pkgdesc="Python multiprocessing fork with improvements and bugfixes."
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/billiard";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose-cover3' 'python2-nose-cover3' 'python-mock' 
'python2-mock')
+source=("https://pypi.python.org/packages/source/b/billiard/billiard-$pkgver.tar.gz";)
+md5sums=('6ee416e1e7c8d8164ce29d7377cca6a4')
+
+prepare() {
+  cp -a billiard-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/billiard-$pkgver
+  nosetests3
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  nosetests2
+}
+
+package_python-billiard() {
+  depends=('python')
+
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Avoid conflicts
+  mv "$pkgdir"/usr/lib/python3.5/site-packages/{funtests,billiard/}
+}
+
+package_python2-billiard() {
+  depends=('python2')
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Avoid conflicts
+  mv "$pkgdir"/usr/lib/python2.7/site-packages/{funtests,billiard/}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-04 03:20:05 UTC (rev 164556)
+++ community-x86_64/PKGBUILD   2016-03-04 03:20:32 UTC (rev 164557)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Feli

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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:20:05
  Author: fyan
Revision: 164556

upgpkg: python-billiard 3.3.0.23-1

Modified:
  python-billiard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:18:11 UTC (rev 164555)
+++ PKGBUILD2016-03-04 03:20:05 UTC (rev 164556)
@@ -5,7 +5,7 @@
 
 pkgbase=python-billiard
 pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.3.0.22
+pkgver=3.3.0.23
 pkgrel=1
 pkgdesc="Python multiprocessing fork with improvements and bugfixes."
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose-cover3' 'python2-nose-cover3' 'python-mock' 
'python2-mock')
-source=("https://pypi.python.org/packages/source/b/billiard/billiard-${pkgver}.tar.gz";)
-md5sums=('6dd458a042924daa220417fa701f0979')
+source=("https://pypi.python.org/packages/source/b/billiard/billiard-$pkgver.tar.gz";)
+md5sums=('6ee416e1e7c8d8164ce29d7377cca6a4')
 
 prepare() {
   cp -a billiard-$pkgver{,-py2}
@@ -21,18 +21,18 @@
 }
 
 build() {
-  cd "$srcdir/billiard-$pkgver"
+  cd "$srcdir"/billiard-$pkgver
   python setup.py build
 
-  cd "$srcdir/billiard-$pkgver-py2"
+  cd "$srcdir"/billiard-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/billiard-$pkgver"
+  cd "$srcdir"/billiard-$pkgver
   nosetests3
 
-  cd "$srcdir/billiard-$pkgver-py2"
+  cd "$srcdir"/billiard-$pkgver-py2
   nosetests2
 }
 
@@ -39,9 +39,9 @@
 package_python-billiard() {
   depends=('python')
 
-  cd "$srcdir/billiard-$pkgver"
+  cd "$srcdir"/billiard-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir/billiard-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   # Avoid conflicts
   mv "$pkgdir"/usr/lib/python3.5/site-packages/{funtests,billiard/}
@@ -50,9 +50,9 @@
 package_python2-billiard() {
   depends=('python2')
 
-  cd "$srcdir/billiard-$pkgver-py2"
+  cd "$srcdir"/billiard-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir/billiard-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   # Avoid conflicts
   mv "$pkgdir"/usr/lib/python2.7/site-packages/{funtests,billiard/}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:18:11
  Author: fyan
Revision: 164555

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 164554, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 164554, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-03-04 03:18:11 UTC (rev 164555)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz";)
+sha512sums=('f04a44845e513026cfa1a8b29a85c4d501bde994c455367968ff8910ee177503b1e962526bfc41268e7c3e029c464d57e39a115cad6f046d07b6d4a40d563ef9')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
+   'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:17:57
  Author: fyan
Revision: 164554

upgpkg: python-acme 0.4.2-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 01:19:29 UTC (rev 164553)
+++ PKGBUILD2016-03-04 03:17:57 UTC (rev 164554)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz";)
-sha512sums=('8ed586a2eac47e9c03bff27105593cd9ba4a7161fef691b77c168844b637841838d2bad91294229219a5b3666c5c102dde8c58500cb29627cb3c9b9338ba7378')
+sha512sums=('f04a44845e513026cfa1a8b29a85c4d501bde994c455367968ff8910ee177503b1e962526bfc41268e7c3e029c464d57e39a115cad6f046d07b6d4a40d563ef9')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2016-03-03 Thread Sébastien Luttringer
Date: Friday, March 4, 2016 @ 02:19:29
  Author: seblu
Revision: 164553

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 164552, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 164552, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 164552, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 164552, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 164552, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 164552, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 164552, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 164552, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  138 
 /build.sh |  122 +
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 ++
 community-i686/PKGBUILD   |   69 --
 community-i686/build.sh   |   61 
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   69 --
 community-x86_64/build.sh |   61 
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 348 insertions(+), 348 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-03 21:45:42 UTC (rev 164552)
+++ community-i686/PKGBUILD 2016-03-04 01:19:29 UTC (rev 164553)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.14
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.4' 'linux<4.5'
- 'linux-headers>=4.4' 'linux-headers<4.5'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.4-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.4' 'linux<4.5')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=4.4' 'linux<4.5')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-

[arch-commits] Commit in btrfs-progs/repos (26 files)

2016-03-03 Thread Sébastien Luttringer
Date: Friday, March 4, 2016 @ 02:18:38
  Author: seblu
Revision: 260771

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 260770, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 260770, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 260770, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 260770, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 260770, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 260770, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 260770, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 260770, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 260770, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 260770, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 260770, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 260770, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  120 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   60 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   60 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 232 insertions(+), 232 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-03-03 23:53:50 UTC (rev 260770)
+++ core-i686/PKGBUILD  2016-03-04 01:18:38 UTC (rev 260771)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.4
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- 'a290e0ab88b7b4675cd20f5a2befc8cb')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 

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

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 00:53:50
  Author: arojas
Revision: 260770

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
(from rev 260769, plasma-desktop/kde-unstable/PKGBUILD)
  plasma-desktop/repos/kde-unstable-i686/plasma-desktop.install
(from rev 260769, plasma-desktop/kde-unstable/plasma-desktop.install)
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260769, plasma-desktop/kde-unstable/PKGBUILD)
  plasma-desktop/repos/kde-unstable-x86_64/plasma-desktop.install
(from rev 260769, plasma-desktop/kde-unstable/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
  plasma-desktop/repos/kde-unstable-i686/plasma-desktop.install
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
  plasma-desktop/repos/kde-unstable-x86_64/plasma-desktop.install

+
 /PKGBUILD  |   96 +++
 /plasma-desktop.install|   24 ++
 kde-unstable-i686/PKGBUILD |   45 
 kde-unstable-i686/plasma-desktop.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   45 
 kde-unstable-x86_64/plasma-desktop.install |   12 ---
 6 files changed, 120 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-03 23:53:19 UTC (rev 260769)
+++ kde-unstable-i686/PKGBUILD  2016-03-03 23:53:50 UTC (rev 260770)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.5.95
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel' 'libibus' 'scim')
-optdepends=('plasma-nm: Network manager applet'
-'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')
-install="${pkgname}.install"
-groups=('plasma')
-md5sums=('9e042a438b308f2aeccd51a5f388aaff')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-desktop/repos/kde-unstable-i686/PKGBUILD (from rev 260769, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-03 23:53:50 UTC (rev 260770)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.5.95
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel' 'libibus' 'scim')
+optdepends=('plasma-nm: Network manager applet'
+'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')
+install="${pkgname}.install"
+groups=('plasma')
+md5sums=('9e042a438b308f2aeccd51a5f388aaff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Conflicts with kactivitymanagerd
+  rm -r "$pkgdir"/usr/share/locale/*/LC_MESSAGES/kactivities5.mo
+}

Deleted: kde-unstable-i686/plasma-desktop.install
===
--

[arch-commits] Commit in plasma-desktop/kde-unstable (PKGBUILD)

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 00:53:19
  Author: arojas
Revision: 260769

Fix conflicts with kactivitymanagerd

Modified:
  plasma-desktop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 23:34:56 UTC (rev 260768)
+++ PKGBUILD2016-03-03 23:53:19 UTC (rev 260769)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.5.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -42,4 +42,7 @@
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
+
+# Conflicts with kactivitymanagerd
+  rm -r "$pkgdir"/usr/share/locale/*/LC_MESSAGES/kactivities5.mo
 }


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

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 00:34:56
  Author: arojas
Revision: 260768

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 260767, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 260767, plasma-workspace/kde-unstable/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260767, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 260767, plasma-workspace/kde-unstable/kde.pam)
Deleted:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
  plasma-workspace/repos/kde-unstable-i686/kde.pam
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam

--+
 /PKGBUILD|  192 +
 /kde.pam |   18 +++
 kde-unstable-i686/PKGBUILD   |   96 
 kde-unstable-i686/kde.pam|9 -
 kde-unstable-x86_64/PKGBUILD |   96 
 kde-unstable-x86_64/kde.pam  |9 -
 6 files changed, 210 insertions(+), 210 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-03 23:34:12 UTC (rev 260767)
+++ kde-unstable-i686/PKGBUILD  2016-03-03 23:34:56 UTC (rev 260768)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.5.95
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 
'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 
'kactivitymanagerd'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 
'kwin' 'plasma-integration')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz";
 'kde.pam')
-md5sums=('6d908286ab31ee0e857e2249a52b0706'
- '378ee33a9ec2870a1a899f2e05ee00d4')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgbase-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  depends+=('kuiserver')
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "$pkgdir"/usr/lib/drkonqi
-  rm -r "$pkgdir"/usr/share/drkonqi
-
-  # Remove conflicts with kuiserver
-  rm "$pkgdir"/usr/bin/kuiserver5
-  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
-  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
-  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'kidletime' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="$pkgdir" install
-}
-
-package_kuiserver() {
-  pkgdesc='KDE Progress Info UI server'
-  depends=('kxmlgui')
-  groups=()
-
-  cd build/kuiserver
-  make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 260767, 
plasma-workspace/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-03 23:34:56 UTC (rev 260768)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkg

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

2016-03-03 Thread Antonio Rojas
Date: Friday, March 4, 2016 @ 00:34:12
  Author: arojas
Revision: 260767

Add kactivitymanagerd dependency

Modified:
  plasma-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 22:45:23 UTC (rev 260766)
+++ PKGBUILD2016-03-03 23:34:12 UTC (rev 260767)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
 pkgver=5.5.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:45:23
  Author: arojas
Revision: 260766

archrelease: copy trunk to kde-unstable-any

Added:
  plasma-meta/repos/kde-unstable-any/
  plasma-meta/repos/kde-unstable-any/PKGBUILD
(from rev 260765, plasma-meta/trunk/PKGBUILD)

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

Copied: plasma-meta/repos/kde-unstable-any/PKGBUILD (from rev 260765, 
plasma-meta/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-03-03 22:45:23 UTC (rev 260766)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-meta
+pkgver=5.6
+pkgrel=0.1
+pkgdesc='Meta package to install KDE Plasma'
+arch=(any)
+url='https://www.archlinux.org/'
+license=(GPL)
+depends=(bluedevil
+ drkonqi
+ kde-gtk-config
+ kdeplasma-addons
+ khelpcenter
+ kinfocenter
+ ksysguard
+ kscreen
+ ksshaskpass
+ kwrited
+ oxygen
+ plasma-desktop
+ plasma-nm
+ plasma-workspace-wallpapers
+plasma-mediacenter
+plasma-pa
+plasma-sdk
+kwayland-integration
+kwallet-pam
+kgamma5
+user-manager
+sddm-kcm
+breeze-gtk
+)


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:44:47
  Author: arojas
Revision: 260765

Plasma 5.6 beta

Modified:
  plasma-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 22:40:02 UTC (rev 260764)
+++ PKGBUILD2016-03-03 22:44:47 UTC (rev 260765)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-meta
-pkgver=5.5
-pkgrel=1
+pkgver=5.6
+pkgrel=0.1
 pkgdesc='Meta package to install KDE Plasma'
 arch=(any)
 url='https://www.archlinux.org/'
@@ -20,7 +20,6 @@
  ksshaskpass
  kwrited
  oxygen
- oxygen-cursors
  plasma-desktop
  plasma-nm
  plasma-workspace-wallpapers


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:40:02
  Author: arojas
Revision: 260764

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kactivities/repos/kde-unstable-i686/
  kactivities/repos/kde-unstable-i686/PKGBUILD
(from rev 260763, kactivities/kde-unstable/PKGBUILD)
  kactivities/repos/kde-unstable-x86_64/
  kactivities/repos/kde-unstable-x86_64/PKGBUILD
(from rev 260763, kactivities/kde-unstable/PKGBUILD)

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

Copied: kactivities/repos/kde-unstable-i686/PKGBUILD (from rev 260763, 
kactivities/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-03 22:40:02 UTC (rev 260764)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.19.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+md5sums=('b5ceb59e0b354858849c6728d7df2c3d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF \
+-DKACTIVITIES_LIBRARY_ONLY=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Remove translations, moved to kactivitymanagerd
+  rm -r "$pkgdir"/usr/share
+}

Copied: kactivities/repos/kde-unstable-x86_64/PKGBUILD (from rev 260763, 
kactivities/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-03 22:40:02 UTC (rev 260764)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.19.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+md5sums=('b5ceb59e0b354858849c6728d7df2c3d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF \
+-DKACTIVITIES_LIBRARY_ONLY=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Remove translations, moved to kactivitymanagerd
+  rm -r "$pkgdir"/usr/share
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:35:17
  Author: arojas
Revision: 260723

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kgamma5/repos/staging-i686/
  kgamma5/repos/staging-i686/PKGBUILD
(from rev 260722, kgamma5/kde-unstable/PKGBUILD)
  kgamma5/repos/staging-x86_64/
  kgamma5/repos/staging-x86_64/PKGBUILD
(from rev 260722, kgamma5/kde-unstable/PKGBUILD)

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

Copied: kgamma5/repos/staging-i686/PKGBUILD (from rev 260722, 
kgamma5/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:35:17 UTC (rev 260723)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('edddaccbb1fcaa163858efbc015197d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kgamma5/repos/staging-x86_64/PKGBUILD (from rev 260722, 
kgamma5/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:35:17 UTC (rev 260723)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('edddaccbb1fcaa163858efbc015197d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:35:34
  Author: arojas
Revision: 260724

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  breeze-gtk/repos/staging-i686/
  breeze-gtk/repos/staging-i686/PKGBUILD
(from rev 260723, breeze-gtk/kde-unstable/PKGBUILD)
  breeze-gtk/repos/staging-x86_64/
  breeze-gtk/repos/staging-x86_64/PKGBUILD
(from rev 260723, breeze-gtk/kde-unstable/PKGBUILD)

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

Copied: breeze-gtk/repos/staging-i686/PKGBUILD (from rev 260723, 
breeze-gtk/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:35:34 UTC (rev 260724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.5.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('32166888ce814f1a33baf569f7ffe4e5')
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: breeze-gtk/repos/staging-x86_64/PKGBUILD (from rev 260723, 
breeze-gtk/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:35:34 UTC (rev 260724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.5.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('32166888ce814f1a33baf569f7ffe4e5')
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:35:00
  Author: arojas
Revision: 260722

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kwallet-pam/repos/staging-i686/
  kwallet-pam/repos/staging-i686/PKGBUILD
(from rev 260721, kwallet-pam/kde-unstable/PKGBUILD)
  kwallet-pam/repos/staging-x86_64/
  kwallet-pam/repos/staging-x86_64/PKGBUILD
(from rev 260721, kwallet-pam/kde-unstable/PKGBUILD)

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

Copied: kwallet-pam/repos/staging-i686/PKGBUILD (from rev 260721, 
kwallet-pam/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:35:00 UTC (rev 260722)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('340299eceb594f12218ef0263c837e5e')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}

Copied: kwallet-pam/repos/staging-x86_64/PKGBUILD (from rev 260721, 
kwallet-pam/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:35:00 UTC (rev 260722)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('340299eceb594f12218ef0263c837e5e')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:34:26
  Author: arojas
Revision: 260720

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kwayland-integration/repos/staging-i686/
  kwayland-integration/repos/staging-i686/PKGBUILD
(from rev 260719, kwayland-integration/kde-unstable/PKGBUILD)
  kwayland-integration/repos/staging-x86_64/
  kwayland-integration/repos/staging-x86_64/PKGBUILD
(from rev 260719, kwayland-integration/kde-unstable/PKGBUILD)

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

Copied: kwayland-integration/repos/staging-i686/PKGBUILD (from rev 260719, 
kwayland-integration/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:34:26 UTC (rev 260720)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('6a91699f528d1cd4aa0c502fc529d7cd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwayland-integration/repos/staging-x86_64/PKGBUILD (from rev 260719, 
kwayland-integration/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:34:26 UTC (rev 260720)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('6a91699f528d1cd4aa0c502fc529d7cd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:34:43
  Author: arojas
Revision: 260721

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  user-manager/repos/staging-i686/
  user-manager/repos/staging-i686/PKGBUILD
(from rev 260720, user-manager/kde-unstable/PKGBUILD)
  user-manager/repos/staging-x86_64/
  user-manager/repos/staging-x86_64/PKGBUILD
(from rev 260720, user-manager/kde-unstable/PKGBUILD)

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

Copied: user-manager/repos/staging-i686/PKGBUILD (from rev 260720, 
user-manager/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:34:43 UTC (rev 260721)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('86048dfbef6f2b440df46f83688eba2f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: user-manager/repos/staging-x86_64/PKGBUILD (from rev 260720, 
user-manager/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:34:43 UTC (rev 260721)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('86048dfbef6f2b440df46f83688eba2f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:34:07
  Author: arojas
Revision: 260719

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  plasma-sdk/repos/staging-i686/
  plasma-sdk/repos/staging-i686/PKGBUILD
(from rev 260718, plasma-sdk/kde-unstable/PKGBUILD)
  plasma-sdk/repos/staging-x86_64/
  plasma-sdk/repos/staging-x86_64/PKGBUILD
(from rev 260718, plasma-sdk/kde-unstable/PKGBUILD)

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

Copied: plasma-sdk/repos/staging-i686/PKGBUILD (from rev 260718, 
plasma-sdk/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:34:07 UTC (rev 260719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('1a8604969f6b80020ac6ecd6ff6e6540')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-sdk/repos/staging-x86_64/PKGBUILD (from rev 260718, 
plasma-sdk/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:34:07 UTC (rev 260719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('1a8604969f6b80020ac6ecd6ff6e6540')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:33:29
  Author: arojas
Revision: 260717

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  sddm-kcm/repos/staging-i686/
  sddm-kcm/repos/staging-i686/PKGBUILD
(from rev 260716, sddm-kcm/kde-unstable/PKGBUILD)
  sddm-kcm/repos/staging-x86_64/
  sddm-kcm/repos/staging-x86_64/PKGBUILD
(from rev 260716, sddm-kcm/kde-unstable/PKGBUILD)

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

Copied: sddm-kcm/repos/staging-i686/PKGBUILD (from rev 260716, 
sddm-kcm/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:33:29 UTC (rev 260717)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('7dc20607adc289815ab11d9f6704bf6e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: sddm-kcm/repos/staging-x86_64/PKGBUILD (from rev 260716, 
sddm-kcm/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:33:29 UTC (rev 260717)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('7dc20607adc289815ab11d9f6704bf6e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:33:48
  Author: arojas
Revision: 260718

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  plasma-mediacenter/repos/staging-i686/
  plasma-mediacenter/repos/staging-i686/PKGBUILD
(from rev 260717, plasma-mediacenter/kde-unstable/PKGBUILD)
  plasma-mediacenter/repos/staging-x86_64/
  plasma-mediacenter/repos/staging-x86_64/PKGBUILD
(from rev 260717, plasma-mediacenter/kde-unstable/PKGBUILD)

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

Copied: plasma-mediacenter/repos/staging-i686/PKGBUILD (from rev 260717, 
plasma-mediacenter/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:33:48 UTC (rev 260718)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bhushan Shah 
+
+pkgname=plasma-mediacenter
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/";
+license=(GPL3)
+depends=(plasma-workspace baloo qt5-multimedia)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('69a69689b8f248a952e9c7c994c4860f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-mediacenter/repos/staging-x86_64/PKGBUILD (from rev 260717, 
plasma-mediacenter/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:33:48 UTC (rev 260718)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bhushan Shah 
+
+pkgname=plasma-mediacenter
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/";
+license=(GPL3)
+depends=(plasma-workspace baloo qt5-multimedia)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('69a69689b8f248a952e9c7c994c4860f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:33:10
  Author: arojas
Revision: 260716

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  ksshaskpass/repos/staging-i686/
  ksshaskpass/repos/staging-i686/PKGBUILD
(from rev 260715, ksshaskpass/kde-unstable/PKGBUILD)
  ksshaskpass/repos/staging-i686/ksshaskpass.install
(from rev 260715, ksshaskpass/kde-unstable/ksshaskpass.install)
  ksshaskpass/repos/staging-x86_64/
  ksshaskpass/repos/staging-x86_64/PKGBUILD
(from rev 260715, ksshaskpass/kde-unstable/PKGBUILD)
  ksshaskpass/repos/staging-x86_64/ksshaskpass.install
(from rev 260715, ksshaskpass/kde-unstable/ksshaskpass.install)

+
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/ksshaskpass.install   |5 
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/ksshaskpass.install |5 
 4 files changed, 88 insertions(+)

Copied: ksshaskpass/repos/staging-i686/PKGBUILD (from rev 260715, 
ksshaskpass/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:33:10 UTC (rev 260716)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+install=$pkgname.install
+md5sums=('f51b1fa1f9e4b1b3abdcec6c05c09c24')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: ksshaskpass/repos/staging-i686/ksshaskpass.install (from rev 260715, 
ksshaskpass/kde-unstable/ksshaskpass.install)
===
--- staging-i686/ksshaskpass.install(rev 0)
+++ staging-i686/ksshaskpass.install2016-03-03 22:33:10 UTC (rev 260716)
@@ -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/staging-x86_64/PKGBUILD (from rev 260715, 
ksshaskpass/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:33:10 UTC (rev 260716)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+install=$pkgname.install
+md5sums=('f51b1fa1f9e4b1b3abdcec6c05c09c24')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: ksshaskpass/repos/staging-x86_64/ksshaskpass.install (from rev 260715, 
ksshaskpass/kde-unstable/ksshaskpass.install)
===
--- staging-x86_64/ksshaskpass.install  (rev 0)
+++ staging-x86_64/ksshaskpass.install  2016-03-03 22:33:10 UTC (rev 260716)
@@ -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
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:32:20
  Author: arojas
Revision: 260713

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  bluedevil/repos/staging-i686/
  bluedevil/repos/staging-i686/PKGBUILD
(from rev 260712, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/staging-i686/bluedevil.install
(from rev 260712, bluedevil/kde-unstable/bluedevil.install)
  bluedevil/repos/staging-x86_64/
  bluedevil/repos/staging-x86_64/PKGBUILD
(from rev 260712, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/staging-x86_64/bluedevil.install
(from rev 260712, bluedevil/kde-unstable/bluedevil.install)

--+
 staging-i686/PKGBUILD|   42 +
 staging-i686/bluedevil.install   |   12 ++
 staging-x86_64/PKGBUILD  |   42 +
 staging-x86_64/bluedevil.install |   12 ++
 4 files changed, 108 insertions(+)

Copied: bluedevil/repos/staging-i686/PKGBUILD (from rev 260712, 
bluedevil/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:32:20 UTC (rev 260713)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.5.95
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('f9cef84b2aa935b13965989c92899e12')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil/repos/staging-i686/bluedevil.install (from rev 260712, 
bluedevil/kde-unstable/bluedevil.install)
===
--- staging-i686/bluedevil.install  (rev 0)
+++ staging-i686/bluedevil.install  2016-03-03 22:32:20 UTC (rev 260713)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/staging-x86_64/PKGBUILD (from rev 260712, 
bluedevil/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:32:20 UTC (rev 260713)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.5.95
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('f9cef84b2aa935b13965989c92899e12')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil/repos/staging-x86_64/bluedevil.install (from rev 260712, 
bluedevil/kde-unstable/bluedevil.install)
===
--- staging-x86_64/bluedevil.install(rev 0)
+++ staging-x86_64/bluedevil.install2016-03-03 22:32:20 UTC (rev 260713)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:32:53
  Author: arojas
Revision: 260715

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kscreen/repos/staging-i686/
  kscreen/repos/staging-i686/PKGBUILD
(from rev 260714, kscreen/kde-unstable/PKGBUILD)
  kscreen/repos/staging-i686/kscreen.install
(from rev 260714, kscreen/kde-unstable/kscreen.install)
  kscreen/repos/staging-x86_64/
  kscreen/repos/staging-x86_64/PKGBUILD
(from rev 260714, kscreen/kde-unstable/PKGBUILD)
  kscreen/repos/staging-x86_64/kscreen.install
(from rev 260714, kscreen/kde-unstable/kscreen.install)

+
 staging-i686/PKGBUILD  |   40 +++
 staging-i686/kscreen.install   |   11 ++
 staging-x86_64/PKGBUILD|   40 +++
 staging-x86_64/kscreen.install |   11 ++
 4 files changed, 102 insertions(+)

Copied: kscreen/repos/staging-i686/PKGBUILD (from rev 260714, 
kscreen/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:32:53 UTC (rev 260715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";)
+md5sums=('2b9df4e84d0e81d9bc7a3db66a66ba7d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kscreen/repos/staging-i686/kscreen.install (from rev 260714, 
kscreen/kde-unstable/kscreen.install)
===
--- staging-i686/kscreen.install(rev 0)
+++ staging-i686/kscreen.install2016-03-03 22:32:53 UTC (rev 260715)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kscreen/repos/staging-x86_64/PKGBUILD (from rev 260714, 
kscreen/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:32:53 UTC (rev 260715)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";)
+md5sums=('2b9df4e84d0e81d9bc7a3db66a66ba7d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kscreen/repos/staging-x86_64/kscreen.install (from rev 260714, 
kscreen/kde-unstable/kscreen.install)
===
--- staging-x86_64/kscreen.install  (rev 0)
+++ staging-x86_64/kscreen.install  2016-03-03 22:32:53 UTC (rev 260715)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:32:36
  Author: arojas
Revision: 260714

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kde-gtk-config/repos/staging-i686/
  kde-gtk-config/repos/staging-i686/PKGBUILD
(from rev 260713, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/staging-i686/kde-gtk-config.install
(from rev 260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)
  kde-gtk-config/repos/staging-x86_64/
  kde-gtk-config/repos/staging-x86_64/PKGBUILD
(from rev 260713, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/staging-x86_64/kde-gtk-config.install
(from rev 260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)

---+
 staging-i686/PKGBUILD |   44 
 staging-i686/kde-gtk-config.install   |   12 
 staging-x86_64/PKGBUILD   |   44 
 staging-x86_64/kde-gtk-config.install |   12 
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/staging-i686/PKGBUILD (from rev 260713, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:32:36 UTC (rev 260714)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('0c7f81bd0eccf444cf04eb9cc3581694')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/staging-i686/kde-gtk-config.install (from rev 
260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- staging-i686/kde-gtk-config.install (rev 0)
+++ staging-i686/kde-gtk-config.install 2016-03-03 22:32:36 UTC (rev 260714)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/staging-x86_64/PKGBUILD (from rev 260713, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:32:36 UTC (rev 260714)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('0c7f81bd0eccf444cf04eb9cc3581694')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kde-gtk-config/repos/staging-x86_64/kde-gtk-config.install (from rev 
260713, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- staging-x86_64/kde-gtk-config.install   (rev 0)
+++ staging-x86_64/kde-gtk-config.install   2016-03-03 22:32:36 UTC (rev 
260714)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor 

  1   2   3   4   >