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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:00:34
  Author: fyan
Revision: 169026

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
169021, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 07:00:34 UTC (rev 169026)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3
+pkgrel=25
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6807cd32c5ff9b23cd6f184ffd7fb7f99c4a7f0dc645eae82f2d6dfbd1899bbe')
+
+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-authenticate/repos/community-staging-i686/haskell-authenticate.install 
(from rev 169021, haskell-authenticate/trunk/haskell-authenticate.install)
===
--- community-staging-i686/haskell-authenticate.install 
(rev 0)
+++ community-staging-i686/haskell-authenticate.install 2016-03-31 07:00:34 UTC 
(rev 169026)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-authenticate
+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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
169021, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 07:00:34 UTC (rev 169026)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authentica

[arch-commits] Commit in wine-staging/repos/community-i686 (6 files)

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:01:38
  Author: fyan
Revision: 169027

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 169026, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 169026, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/community-i686/wine-staging.install
(from rev 169026, wine-staging/trunk/wine-staging.install)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD
  wine-staging/repos/community-i686/wine-staging.install

--+
 PKGBUILD |  369 -
 wine-staging.install |   24 +--
 2 files changed, 197 insertions(+), 196 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
169026, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-31 07:00:34 UTC (rev 169026)
+++ PKGBUILD2016-03-31 07:01:38 UTC (rev 169027)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz";
-30-win32-aliases.conf)
-sha1sums=('1caa585b63f21a68835226c2c201deda8d9c5093'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com";
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine-staging.install
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:03:54
  Author: fyan
Revision: 169028

upgpkg: haskell-yesod-form 1.4.7-2

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 07:01:38 UTC (rev 169027)
+++ PKGBUILD2016-03-31 07:03:54 UTC (rev 169028)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:05:46
  Author: fyan
Revision: 169029

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
169028, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 07:05:46 UTC (rev 169029)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.7
+pkgrel=2
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('eecbec0755961a4914e8bb41313900ac144e3621fa6c0aa39df19611bf0ebff9')
+
+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
+LC_CTYPE=en_US.UTF-8 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-form/repos/community-staging-i686/haskell-yesod-form.install 
(from rev 169028, haskell-yesod-form/trunk/haskell-yesod-form.install)
===
--- community-staging-i686/haskell-yesod-form.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-form.install   2016-03-31 07:05:46 UTC 
(rev 169029)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-form
+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-form/repos/community-staging-x86_64/PKGBUILD (from rev 
169028, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 07:05:46 UTC (rev 169029)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-ye

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:11:26
  Author: fyan
Revision: 169030

upgpkg: haskell-xml-hamlet 0.4.0.11-26

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 07:05:46 UTC (rev 169029)
+++ PKGBUILD2016-03-31 07:11:26 UTC (rev 169030)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.0.11
-pkgrel=25
+pkgrel=26
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:12:05
  Author: fyan
Revision: 169031

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

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

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

Copied: haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD (from rev 
169030, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 07:12:05 UTC (rev 169031)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=26
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d598ad387e310e76a07f213afe35db06662611840d1bce3bcdf202668bc1e89')
+
+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-hamlet/repos/community-staging-i686/haskell-xml-hamlet.install 
(from rev 169030, haskell-xml-hamlet/trunk/haskell-xml-hamlet.install)
===
--- community-staging-i686/haskell-xml-hamlet.install   
(rev 0)
+++ community-staging-i686/haskell-xml-hamlet.install   2016-03-31 07:12:05 UTC 
(rev 169031)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xml-hamlet
+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-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
169030, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 07:12:05 UTC (rev 169031)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=26
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_h

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:12:26
  Author: fyan
Revision: 169032

upgpkg: haskell-cryptohash-conduit 0.1.1-21

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 07:12:05 UTC (rev 169031)
+++ PKGBUILD2016-03-31 07:12:26 UTC (rev 169032)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=20
+pkgrel=21
 pkgdesc="cryptohash conduit"
 url="http://github.com/vincenthz/hs-cryptohash-conduit";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:13:05
  Author: fyan
Revision: 169033

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

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

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

Copied: haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 169032, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 07:13:05 UTC (rev 169033)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=21
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+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-cryptohash-conduit/repos/community-staging-i686/haskell-cryptohash-conduit.install
 (from rev 169032, 
haskell-cryptohash-conduit/trunk/haskell-cryptohash-conduit.install)
===
--- community-staging-i686/haskell-cryptohash-conduit.install   
(rev 0)
+++ community-staging-i686/haskell-cryptohash-conduit.install   2016-03-31 
07:13:05 UTC (rev 169033)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cryptohash-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-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 169032, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 07:13:05 UTC (rev 169033)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=21
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:15:35
  Author: fyan
Revision: 169034

upgpkg: python-wrapt 1.10.7-1

Modified:
  python-wrapt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 07:13:05 UTC (rev 169033)
+++ PKGBUILD2016-03-31 07:15:35 UTC (rev 169034)
@@ -4,7 +4,7 @@
 
 pkgbase=python-wrapt
 pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.6
+pkgver=1.10.7
 pkgrel=1
 pkgdesc="A Python module for decorators, wrappers and monkey patching"
 arch=("i686" "x86_64")
@@ -20,18 +20,18 @@
 }
 
 build() {
-  cd "$srcdir/wrapt"
+  cd "$srcdir"/wrapt
   python3 setup.py build
 
-  cd "$srcdir/wrapt-py2"
+  cd "$srcdir"/wrapt-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/wrapt"
+  cd "$srcdir"/wrapt
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
 
-  cd "$srcdir/wrapt-py2"
+  cd "$srcdir"/wrapt-py2
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
 }
 


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 09:16:21
  Author: fyan
Revision: 169035

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 07:15:35 UTC (rev 169034)
+++ community-i686/PKGBUILD 2016-03-31 07:16:21 UTC (rev 169035)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt";
-license=("BSD")
-makedepends=('python' 'python2' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a wrapt{,-py2}
-}
-
-build() {
-  cd "$srcdir/wrapt"
-  python3 setup.py build
-
-  cd "$srcdir/wrapt-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/wrapt"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-
-  cd "$srcdir/wrapt-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-wrapt() {
-  depends=('python')
-
-  cd wrapt
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-wrapt() {
-  depends=('python2')
-
-  cd wrapt
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-wrapt/repos/community-i686/PKGBUILD (from rev 169034, 
python-wrapt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 07:16:21 UTC (rev 169035)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Troy C < rstrox -ta yahoo -tod com >
+
+pkgbase=python-wrapt
+pkgname=(python-wrapt python2-wrapt)
+pkgver=1.10.7
+pkgrel=1
+pkgdesc="A Python module for decorators, wrappers and monkey patching"
+arch=("i686" "x86_64")
+url="https://pypi.python.org/pypi/wrapt";
+license=("BSD")
+makedepends=('python' 'python2' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a wrapt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/wrapt
+  python3 setup.py build
+
+  cd "$srcdir"/wrapt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/wrapt
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+
+  cd "$srcdir"/wrapt-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-wrapt() {
+  depends=('python')
+
+  cd wrapt
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-wrapt() {
+  depends=('python2')
+
+  cd wrapt
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-31 07:15:35 UTC (rev 169034)
+++ community-x86_64/PKGBUILD   2016-03-31 07:16:21 UTC (rev 169035)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt";
-license=("BSD")
-makedepends=('python' 'python2' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/GrahamDumpleton/wrapt.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a wrapt{,-py2}
-}
-
-build() {
-  cd "$srcdir/wrapt"
-  python3 setup.py build
-
-  cd "$srcdir/wrapt-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/wrapt"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-
-  cd "$srcdir/wrapt-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-wrapt() {
-

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

2016-03-31 Thread Ike Devolder
Date: Thursday, March 31, 2016 @ 09:49:37
  Author: idevolder
Revision: 169036

upgpkg: shairplay 20160101.ce80e00-1

Modified:
  shairplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 07:16:21 UTC (rev 169035)
+++ PKGBUILD2016-03-31 07:49:37 UTC (rev 169036)
@@ -3,9 +3,9 @@
 # Contributor: winlu
 
 pkgname=shairplay
-_gitname=shairplay
-pkgver=20140422
-pkgrel=2
+_commit=ce80e00
+pkgver=20160101.ce80e00
+pkgrel=1
 pkgdesc='Apple airplay and raop protocol server'
 arch=('i686' 'x86_64')
 url='https://github.com/juhovh/shairplay'
@@ -13,17 +13,24 @@
 depends=('libao')
 optdepends=('avahi: to run the server')
 makedepends=('git')
-source=("$_gitname::git://github.com/juhovh/shairplay.git#commit=64d59e3087f829006d091fa0d114efb50972a2bf"
-   'shairplay.service')
+source=(
+"$pkgname::git://github.com/juhovh/shairplay.git#commit=$_commit"
+   'shairplay.service'
+)
 sha256sums=('SKIP'
'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
 options=(!libtool)
 
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
 build() {
-   cd $_gitname
+   cd "$pkgname"
 
# installing airport.key to /etc/shairplay/
-   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
"$srcdir/$_gitname"/src/shairplay.c
+   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
"$srcdir/$pkgname"/src/shairplay.c
 
./autogen.sh
./configure --prefix=/usr/
@@ -32,7 +39,7 @@
 
 
 package() {
-   cd $_gitname
+   cd "$pkgname"
make DESTDIR="$pkgdir" install
 
# install systemd service file


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

2016-03-31 Thread Ike Devolder
Date: Thursday, March 31, 2016 @ 09:49:49
  Author: idevolder
Revision: 169037

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

Added:
  shairplay/repos/community-i686/PKGBUILD
(from rev 169036, shairplay/trunk/PKGBUILD)
  shairplay/repos/community-i686/shairplay.service
(from rev 169036, shairplay/trunk/shairplay.service)
  shairplay/repos/community-x86_64/PKGBUILD
(from rev 169036, shairplay/trunk/PKGBUILD)
  shairplay/repos/community-x86_64/shairplay.service
(from rev 169036, shairplay/trunk/shairplay.service)
Deleted:
  shairplay/repos/community-i686/PKGBUILD
  shairplay/repos/community-i686/shairplay.service
  shairplay/repos/community-x86_64/PKGBUILD
  shairplay/repos/community-x86_64/shairplay.service

+
 /PKGBUILD  |  112 +++
 /shairplay.service |   26 
 community-i686/PKGBUILD|   49 ---
 community-i686/shairplay.service   |   13 
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/shairplay.service |   13 
 6 files changed, 138 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 07:49:37 UTC (rev 169036)
+++ community-i686/PKGBUILD 2016-03-31 07:49:49 UTC (rev 169037)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: winlu
-
-pkgname=shairplay
-_gitname=shairplay
-pkgver=20140422
-pkgrel=2
-pkgdesc='Apple airplay and raop protocol server'
-arch=('i686' 'x86_64')
-url='https://github.com/juhovh/shairplay'
-license=('custom')
-depends=('libao')
-optdepends=('avahi: to run the server')
-makedepends=('git')
-source=("$_gitname::git://github.com/juhovh/shairplay.git#commit=64d59e3087f829006d091fa0d114efb50972a2bf"
-   'shairplay.service')
-sha256sums=('SKIP'
-   'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
-options=(!libtool)
-
-build() {
-   cd $_gitname
-
-   # installing airport.key to /etc/shairplay/
-   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
"$srcdir/$_gitname"/src/shairplay.c
-
-   ./autogen.sh
-   ./configure --prefix=/usr/
-   make
-}
-
-
-package() {
-   cd $_gitname
-   make DESTDIR="$pkgdir" install
-
-   # install systemd service file
-   install -Dm644 "$srcdir/shairplay.service" 
"$pkgdir/usr/lib/systemd/system/shairplay.service"
-
-   # install key file
-   install -Dm644 airport.key "$pkgdir/etc/shairplay/airport.key"
-
-   # install license file
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # install documentation
-   install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: shairplay/repos/community-i686/PKGBUILD (from rev 169036, 
shairplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 07:49:49 UTC (rev 169037)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: winlu
+
+pkgname=shairplay
+_commit=ce80e00
+pkgver=20160101.ce80e00
+pkgrel=1
+pkgdesc='Apple airplay and raop protocol server'
+arch=('i686' 'x86_64')
+url='https://github.com/juhovh/shairplay'
+license=('custom')
+depends=('libao')
+optdepends=('avahi: to run the server')
+makedepends=('git')
+source=(
+"$pkgname::git://github.com/juhovh/shairplay.git#commit=$_commit"
+   'shairplay.service'
+)
+sha256sums=('SKIP'
+   'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+options=(!libtool)
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+
+   # installing airport.key to /etc/shairplay/
+   sed 's/airport.key/\/etc\/shairplay\/airport.key/' -i 
"$srcdir/$pkgname"/src/shairplay.c
+
+   ./autogen.sh
+   ./configure --prefix=/usr/
+   make
+}
+
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir" install
+
+   # install systemd service file
+   install -Dm644 "$srcdir/shairplay.service" 
"$pkgdir/usr/lib/systemd/system/shairplay.service"
+
+   # install key file
+   install -Dm644 airport.key "$pkgdir/etc/shairplay/airport.key"
+
+   # install license file
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # install documentation
+   install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}

Deleted: community-i686/shairplay.service
===
--- community-i686/shairplay.service2016-03-31 07:49:37 UTC (rev 169036)
+++ community-i686/shairplay.service2016-03-31 07:49:49 UTC (rev 169037)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Apple airplay and raop protocol server
-Requires

[arch-commits] Commit in elasticsearch/repos/community-any (16 files)

2016-03-31 Thread Massimiliano Torromeo
Date: Thursday, March 31, 2016 @ 10:56:26
  Author: mtorromeo
Revision: 169039

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 169038, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 169038, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 169038, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 169038, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 169038, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.install
(from rev 169038, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 169038, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 169038, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.install
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  156 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |4 -
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++
 elasticsearch.install  |   28 +++
 elasticsearch.service  |   78 ++---
 elasticsearch@.service |   78 ++---
 8 files changed, 187 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-31 08:55:59 UTC (rev 169038)
+++ PKGBUILD2016-03-31 08:56:26 UTC (rev 169039)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless' 'systemd')
-install='elasticsearch.install'
-source=(
-  
"http://download.elasticsearch.org/$pkgname/release/org/$pkgname/distribution/tar/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03'
-'339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
-'5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'a76c03afe30dc3434bf55b5b50f0867c3670dcaebcc8b522f42277ff523b7277'
-'39ab5801b45c0f49af43c4d1826a655a981bfa07e4b3791d7a0719f8c191d8d9'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  install -dm755 "$pkgdir"/etc
-  install -dm750 -g 114 "$pkgdir"/etc/elasticsearch/scripts
-
-  cd "$srcdir"/$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/share/elasticsearch
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-  cp config/* "$pkgdir"/etc/elasticsearch/
-
-  install -Dm755 bin/elasticsearch "$pkgdir"/usr/bin/elasticsearch
-  install -Dm755 bin/plugin "$pkgdir"/usr/bin/elasticsearch-plugin
-  install -Dm644 bin/elasticsearch.in.sh 
"$pkgdir"/usr/share/elasticsearch/bin/elasticsearch.in.sh
-
-  cd "$pkgdir"
-  install -dm750 -g 114 etc/elasticsearch/scripts
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.se

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

2016-03-31 Thread Massimiliano Torromeo
Date: Thursday, March 31, 2016 @ 10:55:59
  Author: mtorromeo
Revision: 169038

upgpkg: elasticsearch 2.3.0-1

Updated to 2.3.0

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 07:49:49 UTC (rev 169037)
+++ PKGBUILD2016-03-31 08:55:59 UTC (rev 169038)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03'
+sha256sums=('d68482c7633f2986263bc5f11f93b8a58c54c6cf5e337b615446d0a7c6fdcd8b'
 '339a16452c89d55dba3c693e5979fd331981e79decc5eceb2e9be25670d946d9'
 '5705be6546922d5c0c7aded3b839af25b369ace2af7024ea11e2bce9426ae2f6'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:11:52
  Author: fyan
Revision: 169041

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
169040, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 09:11:52 UTC (rev 169041)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.13
+pkgrel=2
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('708805d79ded7af86bafa1cd93f75a5a401edef378c0f019f294958cb3f50f56')
+
+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
+LC_CTYPE=en_US.UTF-8 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-auth/repos/community-staging-i686/haskell-yesod-auth.install 
(from rev 169040, haskell-yesod-auth/trunk/haskell-yesod-auth.install)
===
--- community-staging-i686/haskell-yesod-auth.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-auth.install   2016-03-31 09:11:52 UTC 
(rev 169041)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-auth
+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-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
169040, haskell-yesod-auth

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:11:12
  Author: fyan
Revision: 169040

upgpkg: haskell-yesod-auth 1.4.13-2

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 08:56:26 UTC (rev 169039)
+++ PKGBUILD2016-03-31 09:11:12 UTC (rev 169040)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:22:41
  Author: fyan
Revision: 169043

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

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

-+
 community-staging-i686/PKGBUILD |   68 ++
 community-staging-i686/haskell-pandoc.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   68 ++
 community-staging-x86_64/haskell-pandoc.install |   18 +
 4 files changed, 172 insertions(+)

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

Copied: pandoc/repos/community-staging-i686/haskell-pandoc.install (from rev 
169042, pandoc/trunk/haskell-pandoc.install)
===
--- community-staging-i686/haskell-pandoc.install   
(rev 0)
+++ community-staging-i686/haskell-pandoc.install   2016-03-31 09:22:41 UTC 
(rev 169043)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:22:06
  Author: fyan
Revision: 169042

upgpkg: pandoc 1.17.0.3-4

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 09:11:52 UTC (rev 169041)
+++ PKGBUILD2016-03-31 09:22:06 UTC (rev 169042)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.17.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:34:05
  Author: fyan
Revision: 169044

upgpkg: haskell-dns 2.0.1-18

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 09:22:41 UTC (rev 169043)
+++ PKGBUILD2016-03-31 09:34:05 UTC (rev 169044)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="DNS library in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:34:42
  Author: fyan
Revision: 169045

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

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

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

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 169044, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 09:34:42 UTC (rev 169045)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.1
+pkgrel=18
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d11e14bbfd07b46bba9c676dd970731be190d6dc9c5e95089c4da60565e47d2')
+
+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-dns/repos/community-staging-i686/haskell-dns.install (from rev 
169044, haskell-dns/trunk/haskell-dns.install)
===
--- community-staging-i686/haskell-dns.install  (rev 0)
+++ community-staging-i686/haskell-dns.install  2016-03-31 09:34:42 UTC (rev 
169045)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dns
+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-dns/repos/community-staging-x86_64/PKGBUILD (from rev 169044, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 09:34:42 UTC (rev 169045)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.1
+pkgrel=18
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_h

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:36:10
  Author: fyan
Revision: 169046

upgpkg: haskell-esqueleto 2.4.3-14

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 09:34:42 UTC (rev 169045)
+++ PKGBUILD2016-03-31 09:36:10 UTC (rev 169046)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 11:36:47
  Author: fyan
Revision: 169047

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
169046, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 09:36:47 UTC (rev 169047)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=14
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "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=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-esqueleto/repos/community-staging-i686/haskell-esqueleto.install (from 
rev 169046, haskell-esqueleto/trunk/haskell-esqueleto.install)
===
--- community-staging-i686/haskell-esqueleto.install
(rev 0)
+++ community-staging-i686/haskell-esqueleto.install2016-03-31 09:36:47 UTC 
(rev 169047)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-esqueleto
+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-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
169046, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 09:36:47 UTC (rev 169047)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=14
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "has

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:04:21
  Author: fyan
Revision: 169048

upgpkg: haskell-aws 0.13.0-31

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 09:36:47 UTC (rev 169047)
+++ PKGBUILD2016-03-31 10:04:21 UTC (rev 169048)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.13.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:04:57
  Author: fyan
Revision: 169049

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

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

--+
 community-staging-i686/PKGBUILD  |   56 +
 community-staging-i686/haskell-aws.install   |   18 
 community-staging-x86_64/PKGBUILD|   56 +
 community-staging-x86_64/haskell-aws.install |   18 
 4 files changed, 148 insertions(+)

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 169048, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 10:04:57 UTC (rev 169049)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.13.0
+pkgrel=31
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3504c96a00d12fa0fe4ae5ab4dafa3eec7ca576a02ed7906cff70a75625a75a6')
+
+prepare() {
+sed -e 's/cereal   >= 0.3 && < 0.5,/cereal   
>= 0.3 \&\& < 0.6,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-aws/repos/community-staging-i686/haskell-aws.install (from rev 
169048, haskell-aws/trunk/haskell-aws.install)
===
--- community-staging-i686/haskell-aws.install  (rev 0)
+++ community-staging-i686/haskell-aws.install  2016-03-31 10:04:57 UTC (rev 
169049)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aws
+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-aws/repos/community-staging-x86_64/PKGBUILD (from rev 169048, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ communit

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:07:20
  Author: fyan
Revision: 169050

upgpkg: haskell-yesod-default 1.2.0-32

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 10:04:57 UTC (rev 169049)
+++ PKGBUILD2016-03-31 10:07:20 UTC (rev 169050)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:07:59
  Author: fyan
Revision: 169051

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

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

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-yesod-default.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-yesod-default.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
169050, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 10:07:59 UTC (rev 169051)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=32
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 169050, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-03-31 
10:07:59 UTC (rev 169051)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+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-default/repos/community-staging-x86_64/PKGBUILD (from rev 
169050, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 10:07:59 UTC (rev 169051)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=32
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_h

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:21:39
  Author: fyan
Revision: 169053

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

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

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 169052, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 10:21:39 UTC (rev 169053)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=34
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/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 \
+-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-dav/repos/community-staging-i686/haskell-dav.install (from rev 
169052, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-03-31 10:21:39 UTC (rev 
169053)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 169052, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 10:21:39 UTC (rev 169053)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=34
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:21:09
  Author: fyan
Revision: 169052

upgpkg: haskell-dav 1.2-34

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 10:07:59 UTC (rev 169051)
+++ PKGBUILD2016-03-31 10:21:09 UTC (rev 169052)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=33
+pkgrel=34
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:23:39
  Author: fyan
Revision: 169054

upgpkg: haskell-persistent-sqlite 2.2.1-8

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 10:21:39 UTC (rev 169053)
+++ PKGBUILD2016-03-31 10:23:39 UTC (rev 169054)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:24:16
  Author: fyan
Revision: 169055

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 169054, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 10:24:16 UTC (rev 169055)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.2.1
+pkgrel=8
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resourcet" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('bac71080bb25ad20b9116e42df463bbe230bacb2d963a5b101a501cff7fffc5e')
+
+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-build-sanity-exe -f-systemlib
+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-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
 (from rev 169054, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
===
--- community-staging-i686/haskell-persistent-sqlite.install
(rev 0)
+++ community-staging-i686/haskell-persistent-sqlite.install2016-03-31 
10:24:16 UTC (rev 169055)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-sqlite
+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-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 169054, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 10:24:16 UTC (rev 169055)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:24:49
  Author: fyan
Revision: 169056

upgpkg: haskell-project-template 0.2.0-19

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 10:24:16 UTC (rev 169055)
+++ PKGBUILD2016-03-31 10:24:49 UTC (rev 169056)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:25:26
  Author: fyan
Revision: 169057

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

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

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

Copied: haskell-project-template/repos/community-staging-i686/PKGBUILD (from 
rev 169056, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 10:25:26 UTC (rev 169057)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=19
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
+
+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-project-template/repos/community-staging-i686/haskell-project-template.install
 (from rev 169056, 
haskell-project-template/trunk/haskell-project-template.install)
===
--- community-staging-i686/haskell-project-template.install 
(rev 0)
+++ community-staging-i686/haskell-project-template.install 2016-03-31 
10:25:26 UTC (rev 169057)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-project-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-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 169056, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 10:25:26 UTC (rev 169057)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=19
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://githu

[arch-commits] Commit in (5 files)

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:29:08
  Author: fyan
Revision: 169058

addpkg: haskell-base-prelude 1-1

Added:
  haskell-base-prelude/
  haskell-base-prelude/repos/
  haskell-base-prelude/trunk/
  haskell-base-prelude/trunk/PKGBUILD
  haskell-base-prelude/trunk/haskell-base-prelude.install

--+
 PKGBUILD |   42 +
 haskell-base-prelude.install |   18 +
 2 files changed, 60 insertions(+)

Added: haskell-base-prelude/trunk/PKGBUILD
===
--- haskell-base-prelude/trunk/PKGBUILD (rev 0)
+++ haskell-base-prelude/trunk/PKGBUILD 2016-03-31 10:29:08 UTC (rev 169058)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-prelude
+pkgname=haskell-base-prelude
+pkgver=1
+pkgrel=1
+pkgdesc="The most complete prelude formed from only the \"base\" package"
+url="https://github.com/nikita-volkov/base-prelude";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ee443310c2b3a18471f05b3c8c05ce39ea6f7825a0bf78028a06d59b3f28469c')
+
+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"
+}


Property changes on: haskell-base-prelude/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-base-prelude/trunk/haskell-base-prelude.install
===
--- haskell-base-prelude/trunk/haskell-base-prelude.install 
(rev 0)
+++ haskell-base-prelude/trunk/haskell-base-prelude.install 2016-03-31 
10:29:08 UTC (rev 169058)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-base-prelude
+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)
+}


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:29:50
  Author: fyan
Revision: 169059

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

Added:
  haskell-base-prelude/repos/community-i686/
  haskell-base-prelude/repos/community-i686/PKGBUILD
(from rev 169058, haskell-base-prelude/trunk/PKGBUILD)
  haskell-base-prelude/repos/community-i686/haskell-base-prelude.install
(from rev 169058, haskell-base-prelude/trunk/haskell-base-prelude.install)
  haskell-base-prelude/repos/community-x86_64/
  haskell-base-prelude/repos/community-x86_64/PKGBUILD
(from rev 169058, haskell-base-prelude/trunk/PKGBUILD)
  haskell-base-prelude/repos/community-x86_64/haskell-base-prelude.install
(from rev 169058, haskell-base-prelude/trunk/haskell-base-prelude.install)

---+
 community-i686/PKGBUILD   |   42 
 community-i686/haskell-base-prelude.install   |   18 ++
 community-x86_64/PKGBUILD |   42 
 community-x86_64/haskell-base-prelude.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-base-prelude/repos/community-i686/PKGBUILD (from rev 169058, 
haskell-base-prelude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 10:29:50 UTC (rev 169059)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-prelude
+pkgname=haskell-base-prelude
+pkgver=1
+pkgrel=1
+pkgdesc="The most complete prelude formed from only the \"base\" package"
+url="https://github.com/nikita-volkov/base-prelude";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ee443310c2b3a18471f05b3c8c05ce39ea6f7825a0bf78028a06d59b3f28469c')
+
+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-base-prelude/repos/community-i686/haskell-base-prelude.install 
(from rev 169058, haskell-base-prelude/trunk/haskell-base-prelude.install)
===
--- community-i686/haskell-base-prelude.install (rev 0)
+++ community-i686/haskell-base-prelude.install 2016-03-31 10:29:50 UTC (rev 
169059)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-base-prelude
+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-base-prelude/repos/community-x86_64/PKGBUILD (from rev 169058, 
haskell-base-prelude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-31 10:29:50 UTC (rev 169059)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-prelude
+pkgname=haskell-base-prelude
+pkgver=1
+pkgrel=1
+pkgdesc="The most complete prelude formed from only the \"base\" package"
+url="https://github.com/nikita-volkov/base-prelude";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ee443310c2b3a18471f05b3c8c05ce39ea6f7825a0bf78028a06d59b3f28469c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhask

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:34:41
  Author: fyan
Revision: 169060

upgpkg: haskell-yesod-static 1.5.0.3-38

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 10:29:50 UTC (rev 169059)
+++ PKGBUILD2016-03-31 10:34:41 UTC (rev 169060)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=37
+pkgrel=38
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:35:18
  Author: fyan
Revision: 169061

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

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

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
169060, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 10:35:18 UTC (rev 169061)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=38
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-static/repos/community-staging-i686/haskell-yesod-static.install 
(from rev 169060, haskell-yesod-static/trunk/haskell-yesod-static.install)
===
--- community-staging-i686/haskell-yesod-static.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-static.install 2016-03-31 10:35:18 UTC 
(rev 169061)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-static
+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-static/repos/community-staging-x86_64/PKGBUILD (from rev 
169060, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD 

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:40:36
  Author: fyan
Revision: 169062

upgpkg: haskell-yesod 1.4.2.1-3

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 10:35:18 UTC (rev 169061)
+++ PKGBUILD2016-03-31 10:40:36 UTC (rev 169062)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 12:41:11
  Author: fyan
Revision: 169063

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 169062, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 10:41:11 UTC (rev 169063)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2.1
+pkgrel=3
+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-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('2d79da30ec62a18205fe95f685cc79eaf21454f84e757857983cc54714367723')
+
+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/repos/community-staging-i686/haskell-yesod.install (from 
rev 169062, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-03-31 10:41:11 UTC 
(rev 169063)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+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/repos/community-staging-x86_64/PKGBUILD (from rev 169062, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 10:41:11 UTC (rev 169063)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2.1
+pkgrel=3
+pkgdesc="Creation of type-safe, 

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:17:39
  Author: jgc
Revision: 263483

upgpkg: gitg 3.20.0-1

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 06:43:46 UTC (rev 263482)
+++ PKGBUILD2016-03-31 11:17:39 UTC (rev 263483)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=gitg
-pkgver=3.18.0
+pkgver=3.20.0
 pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('gnome-extra')
 install=gitg.install
 
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421')
+sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -21,8 +21,7 @@
   ./configure --prefix=/usr --enable-glade-catalog
 
   # Don't overlink
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
   make
 }
 


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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:17:45
  Author: jgc
Revision: 263484

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

Added:
  gitg/repos/gnome-unstable-i686/
  gitg/repos/gnome-unstable-i686/PKGBUILD
(from rev 263483, gitg/trunk/PKGBUILD)
  gitg/repos/gnome-unstable-i686/gitg.install
(from rev 263483, gitg/trunk/gitg.install)
  gitg/repos/gnome-unstable-x86_64/
  gitg/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263483, gitg/trunk/PKGBUILD)
  gitg/repos/gnome-unstable-x86_64/gitg.install
(from rev 263483, gitg/trunk/gitg.install)

+
 gnome-unstable-i686/PKGBUILD   |   31 +++
 gnome-unstable-i686/gitg.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   31 +++
 gnome-unstable-x86_64/gitg.install |   13 +
 4 files changed, 88 insertions(+)

Copied: gitg/repos/gnome-unstable-i686/PKGBUILD (from rev 263483, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 11:17:45 UTC (rev 263484)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.20.0
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/gnome-unstable-i686/gitg.install (from rev 263483, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-i686/gitg.install(rev 0)
+++ gnome-unstable-i686/gitg.install2016-03-31 11:17:45 UTC (rev 263484)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gitg/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263483, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-31 11:17:45 UTC (rev 263484)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.20.0
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/gnome-unstable-x86_64/gitg.install (from rev 263483, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-x86_64/gitg.install  (rev 0)
+++ gnome-unstable-x86_64/gitg.install  2016-03-31 11:17:45 UTC (rev 263484)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2016-03-31 Thread Sergej Pupykin
Date: Thursday, March 31, 2016 @ 13:25:39
  Author: spupykin
Revision: 169064

upgpkg: poedit 1.8.7.1-1

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 10:41:11 UTC (rev 169063)
+++ PKGBUILD2016-03-31 11:25:39 UTC (rev 169064)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=poedit
-pkgver=1.8.7
+pkgver=1.8.7.1
 pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
 
#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('eb65bdacf0121f0d994ee50c0d1dc4b6')
+md5sums=('9365961105c52c031330731d530861ac')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-31 Thread Sergej Pupykin
Date: Thursday, March 31, 2016 @ 13:26:14
  Author: spupykin
Revision: 169067

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 11:25:58 UTC (rev 169066)
+++ community-i686/PKGBUILD 2016-03-31 11:26:14 UTC (rev 169067)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.61
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.batcom-it.net/";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
-md5sums=('4c1481654c4770d3bef01e6b37117d77')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-i686/PKGBUILD (from rev 169066, 
qmc2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 11:26:14 UTC (rev 169067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.62
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.batcom-it.net/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
+md5sums=('b9126a323a3c58f61d33a47ae5b0646e')
+
+build() {
+  cd "$srcdir/$pkgname"
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-31 11:25:58 UTC (rev 169066)
+++ community-x86_64/PKGBUILD   2016-03-31 11:26:14 UTC (rev 169067)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.61
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.batcom-it.net/";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
-md5sums=('4c1481654c4770d3bef01e6b37117d77')
-
-build() {
-  cd "$srcdir/$pkgname"
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 169066, 
qmc2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-31 11:26:14 UTC (rev 169067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.62
+pkgrel=1
+pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
+url="http://qmc2.batcom-it.net/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
+md5sums=('b9126a323a3c58f61d33a47ae5b0646e')
+
+build() {
+  cd "$srcdir/$pkgname"
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE

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

2016-03-31 Thread Sergej Pupykin
Date: Thursday, March 31, 2016 @ 13:26:38
  Author: spupykin
Revision: 169069

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

Added:
  tcc/repos/community-i686/ChangeLog
(from rev 169068, tcc/trunk/ChangeLog)
  tcc/repos/community-i686/PKGBUILD
(from rev 169068, tcc/trunk/PKGBUILD)
  tcc/repos/community-x86_64/ChangeLog
(from rev 169068, tcc/trunk/ChangeLog)
  tcc/repos/community-x86_64/PKGBUILD
(from rev 169068, tcc/trunk/PKGBUILD)
Deleted:
  tcc/repos/community-i686/ChangeLog
  tcc/repos/community-i686/PKGBUILD
  tcc/repos/community-x86_64/ChangeLog
  tcc/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |6 +++
 /PKGBUILD  |   84 +++
 community-i686/ChangeLog   |3 -
 community-i686/PKGBUILD|   50 -
 community-x86_64/ChangeLog |3 -
 community-x86_64/PKGBUILD  |   50 -
 6 files changed, 90 insertions(+), 106 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-03-31 11:26:25 UTC (rev 169068)
+++ community-i686/ChangeLog2016-03-31 11:26:38 UTC (rev 169069)
@@ -1,3 +0,0 @@
-0.9.25-2:
-
- + Added libtcc.so as well, for dynamic code.

Copied: tcc/repos/community-i686/ChangeLog (from rev 169068, 
tcc/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-03-31 11:26:38 UTC (rev 169069)
@@ -0,0 +1,3 @@
+0.9.25-2:
+
+ + Added libtcc.so as well, for dynamic code.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 11:26:25 UTC (rev 169068)
+++ community-i686/PKGBUILD 2016-03-31 11:26:38 UTC (rev 169069)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer : Gergely Imreh 
-# Contributor : dschauer 
-# Contributor : Stefan Husmann 
-# Contributor : Jeremy Cowgar 
-
-pkgname=tcc
-pkgver=0.9.26
-pkgrel=2
-pkgdesc="Tiny C Compiler"
-arch=('i686' 'x86_64')
-url="http://bellard.org/tcc/";
-license=('LGPL')
-makedepends=('gcc')
-options=('docs' 'staticlibs')
-source=(http://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5fb28e4abc830c46a7f54c1f637fb25d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # sed fixes from Gentoo ebuild, cheers!
-  # Don't strip
-  sed -i -e 's|$(INSTALL) -s|$(INSTALL)|' Makefile
-
-  # Fix examples
-  sed -i -e '1{
-i#! /usr/bin/tcc -run
-/^#!/d
-  }' examples/ex*.c
-  sed -i -e '1s/$/ -lX11/' examples/ex4.c
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make tccdir=${pkgdir}/usr/lib/tcc libdir=${pkgdir}/usr/lib \
-mandir=${pkgdir}/usr/share/man bindir=${pkgdir}/usr/bin \
-includedir=${pkgdir}/usr/include \
-docdir=${pkgdir}/usr/share/doc/tcc \
-install
-
-  make clean
-  make CFLAGS="-fPIC"
-  ld -shared -soname libtcc.so -o libtcc.so *.o
-  install -D -m 755 libtcc.so "${pkgdir}/usr/lib/libtcc.so"
-}

Copied: tcc/repos/community-i686/PKGBUILD (from rev 169068, tcc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 11:26:38 UTC (rev 169069)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer : Gergely Imreh 
+# Contributor : dschauer 
+# Contributor : Stefan Husmann 
+# Contributor : Jeremy Cowgar 
+
+pkgname=tcc
+pkgver=0.9.26
+pkgrel=3
+_commit=80343ab7d829c21c65f8f9a14dd20158d028549f
+pkgdesc="Tiny C Compiler"
+arch=('i686' 'x86_64')
+url="http://bellard.org/tcc/";
+license=('LGPL')
+makedepends=('gcc' 'git')
+options=('docs' 'staticlibs')
+#source=(http://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2)
+source=("$pkgname-$pkgver::git://repo.or.cz/tinycc.git#commit=${_commit}")
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  unset CFLAGS
+  unset LDFLAGS
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make tccdir=${pkgdir}/usr/lib/tcc libdir=${pkgdir}/usr/lib \
+mandir=${pkgdir}/usr/share/man bindir=${pkgdir}/usr/bin \
+includedir=${pkgdir}/usr/include \
+docdir=${pkgdir}/usr/share/doc/tcc \
+install
+
+  make clean
+  make CFLAGS="-fPIC"
+  ld -shared -soname libtcc.so -o libtcc.so *.o
+  install -D -m 755 libtcc.so "${pkgdir}/usr/lib/libtcc.so"
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2016-03-31 11:26:25 UTC (rev 169068)
+++ community-x86_64/ChangeLog  2016-03-31 11:26:38 UTC (rev 169069)
@@ -1,3 +0,0 @@
-0.9.25-2:
-
- + Added libtcc.so as well, for dynamic code.

Copied:

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

2016-03-31 Thread Sergej Pupykin
Date: Thursday, March 31, 2016 @ 13:25:58
  Author: spupykin
Revision: 169066

upgpkg: qmc2 0.62-1

upd

Modified:
  qmc2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:25:54 UTC (rev 169065)
+++ PKGBUILD2016-03-31 11:25:58 UTC (rev 169066)
@@ -3,7 +3,7 @@
 # Contributor: JJDaNiMoTh 
 
 pkgname=qmc2
-pkgver=0.61
+pkgver=0.62
 pkgrel=1
 pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
 url="http://qmc2.batcom-it.net/";
@@ -12,7 +12,7 @@
 depends=('qtwebkit' 'phonon' 'sdl')
 makedepends=('rsync' 'mesa')
 
source=("http://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2";)
-md5sums=('4c1481654c4770d3bef01e6b37117d77')
+md5sums=('b9126a323a3c58f61d33a47ae5b0646e')
 
 build() {
   cd "$srcdir/$pkgname"


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

2016-03-31 Thread Sergej Pupykin
Date: Thursday, March 31, 2016 @ 13:26:25
  Author: spupykin
Revision: 169068

upgpkg: tcc 0.9.26-3

upd

Modified:
  tcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:26:14 UTC (rev 169067)
+++ PKGBUILD2016-03-31 11:26:25 UTC (rev 169068)
@@ -7,30 +7,22 @@
 
 pkgname=tcc
 pkgver=0.9.26
-pkgrel=2
+pkgrel=3
+_commit=80343ab7d829c21c65f8f9a14dd20158d028549f
 pkgdesc="Tiny C Compiler"
 arch=('i686' 'x86_64')
 url="http://bellard.org/tcc/";
 license=('LGPL')
-makedepends=('gcc')
+makedepends=('gcc' 'git')
 options=('docs' 'staticlibs')
-source=(http://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5fb28e4abc830c46a7f54c1f637fb25d')
+#source=(http://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2)
+source=("$pkgname-$pkgver::git://repo.or.cz/tinycc.git#commit=${_commit}")
+md5sums=('SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  # sed fixes from Gentoo ebuild, cheers!
-  # Don't strip
-  sed -i -e 's|$(INSTALL) -s|$(INSTALL)|' Makefile
-
-  # Fix examples
-  sed -i -e '1{
-i#! /usr/bin/tcc -run
-/^#!/d
-  }' examples/ex*.c
-  sed -i -e '1s/$/ -lX11/' examples/ex4.c
-
+  unset CFLAGS
+  unset LDFLAGS
   ./configure --prefix=/usr
   make
 }


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

2016-03-31 Thread Sergej Pupykin
Date: Thursday, March 31, 2016 @ 13:25:54
  Author: spupykin
Revision: 169065

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

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

-+
 /PKGBUILD   |   66 ++
 /poedit.install |   24 +
 community-i686/PKGBUILD |   33 ---
 community-i686/poedit.install   |   12 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/poedit.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 11:25:39 UTC (rev 169064)
+++ community-i686/PKGBUILD 2016-03-31 11:25:54 UTC (rev 169065)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-pkgver=1.8.7
-pkgrel=1
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/";
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('eb65bdacf0121f0d994ee50c0d1dc4b6')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 169064, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 11:25:54 UTC (rev 169065)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.8.7.1
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('9365961105c52c031330731d530861ac')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2016-03-31 11:25:39 UTC (rev 169064)
+++ community-i686/poedit.install   2016-03-31 11:25:54 UTC (rev 169065)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 169064, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2016-03-31 11:25:54 UTC (rev 169065)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-31 11:25:39 UTC (rev 169064)
+++

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:27:18
  Author: fyan
Revision: 169070

upgpkg: pandoc-citeproc 0.9.1.1-9

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:26:38 UTC (rev 169069)
+++ PKGBUILD2016-03-31 11:27:18 UTC (rev 169070)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:27:54
  Author: fyan
Revision: 169071

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 169070, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 169070, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 169070, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 169070, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 154 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 169070, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 11:27:54 UTC (rev 169071)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9.1.1
+pkgrel=9
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 169070, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-03-31 
11:27:54 UTC (rev 169071)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+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/li

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:37:50
  Author: jgc
Revision: 263486

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

Added:
  gnome-documents/repos/gnome-unstable-i686/
  gnome-documents/repos/gnome-unstable-i686/PKGBUILD
(from rev 263485, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/gnome-unstable-i686/gnome-documents.install
(from rev 263485, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/gnome-unstable-x86_64/
  gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263485, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/gnome-unstable-x86_64/gnome-documents.install
(from rev 263485, gnome-documents/trunk/gnome-documents.install)

---+
 gnome-unstable-i686/PKGBUILD  |   42 
 gnome-unstable-i686/gnome-documents.install   |   13 +++
 gnome-unstable-x86_64/PKGBUILD|   42 
 gnome-unstable-x86_64/gnome-documents.install |   13 +++
 4 files changed, 110 insertions(+)

Copied: gnome-documents/repos/gnome-unstable-i686/PKGBUILD (from rev 263485, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 11:37:50 UTC (rev 263486)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Documents Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/gnome-unstable-i686/gnome-documents.install (from 
rev 263485, gnome-documents/trunk/gnome-documents.install)
===
--- gnome-unstable-i686/gnome-documents.install (rev 0)
+++ gnome-unstable-i686/gnome-documents.install 2016-03-31 11:37:50 UTC (rev 
263486)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263485, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-31 11:37:50 UTC (rev 263486)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Documents Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/gnome-unstable-x86_64/gnome-documents.install 
(from rev 263485, gnome-documents/trunk/gnome-documents.install)
===
--- gnome-unstable-x86_64/gnome-documents.install   
(rev 0)
+++ gnome-unstable-x86_64/gnome-documents.install   2016-03-31 11:

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:37:44
  Author: jgc
Revision: 263485

upgpkg: gnome-documents 3.20.0-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:17:45 UTC (rev 263484)
+++ PKGBUILD2016-03-31 11:37:44 UTC (rev 263485)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.18.2
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Documents Manager for GNOME"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 optdepends=('unoconv: Support for Libreoffice document types')
 install=gnome-documents.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('850ddaf3366549bbe0696c2ec3a36faf16438b387b8e9cb7812c7d5266a74cd4')
+sha256sums=('a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2')
 
 build() {
   cd $pkgname-$pkgver
@@ -24,6 +24,7 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:39:51
  Author: fyan
Revision: 263488

upgpkg: nvidia-utils 361.42-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:39:46 UTC (rev 263487)
+++ PKGBUILD2016-03-31 11:39:51 UTC (rev 263488)
@@ -5,8 +5,8 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=361.28
-pkgrel=5
+pkgver=361.42
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -13,8 +13,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
-md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
+sha512sums_i686=('f20af256d3ab4cbac0bdf59ada558c27827439ab0170e22824bf10f52a4a7944994904db8b062d0948f2e5470c3220ea4ff6e8dae74000ae29d2badc71022cba')
+sha512sums_x86_64=('fd6e16cb7488f522b200eb2f5a666c35d151b7afd72f0897fd44c4892be277ebe49e541d8a88156bfa06cc54d1f51888ade37f4c4f09207911d12c1433656a5a')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:40:27
  Author: fyan
Revision: 263489

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

Added:
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 263488, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-i686/nvidia-utils.install
(from rev 263488, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 263488, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 263488, nvidia-utils/trunk/nvidia-utils.install)

-+
 staging-i686/PKGBUILD   |  181 ++
 staging-i686/nvidia-utils.install   |   10 +
 staging-x86_64/PKGBUILD |  181 ++
 staging-x86_64/nvidia-utils.install |   10 +
 4 files changed, 382 insertions(+)

Copied: nvidia-utils/repos/staging-i686/PKGBUILD (from rev 263488, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-31 11:40:27 UTC (rev 263489)
@@ -0,0 +1,181 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgver=361.42
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums_i686=('f20af256d3ab4cbac0bdf59ada558c27827439ab0170e22824bf10f52a4a7944994904db8b062d0948f2e5470c3220ea4ff6e8dae74000ae29d2badc71022cba')
+sha512sums_x86_64=('fd6e16cb7488f522b200eb2f5a666c35d151b7afd72f0897fd44c4892be277ebe49e541d8a88156bfa06cc54d1f51888ade37f4c4f09207911d12c1433656a5a')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks"
+depends=('nvidia-utils')
+conflicts=('libgl')
+provides=('libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
+ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+
+ln -s "/usr/lib/nvidia/libGL.so.1" "${pkgdir}/usr/lib/libGL.so.1"
+ln -s "libGL.so.1" "${pkgdir}/usr/lib/libGL.so"
+
+ln -s "/usr/lib/nvidia/libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib/libEGL.so"
+
+ln -s "/usr/lib/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib/libGLESv1_CM.so"
+
+ln -s "/usr/lib/nvidia/libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so.2"
+ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+install="${pkgname}.install"
+  

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:39:46
  Author: jgc
Revision: 263487

Add libraw to depends

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:37:50 UTC (rev 263486)
+++ PKGBUILD2016-03-31 11:39:46 UTC (rev 263487)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer libgexiv2)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:41:42
  Author: fyan
Revision: 169072

upgpkg: haskell-hakyll 4.7.5.2-8

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:27:54 UTC (rev 169071)
+++ PKGBUILD2016-03-31 11:41:42 UTC (rev 169072)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:42:23
  Author: fyan
Revision: 169073

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 169072, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 11:42:23 UTC (rev 169073)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.2
+pkgrel=8
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('86359589370266cc6fecad41ad1574a54382e9981aa08203d931d684fdc70bf3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 169072, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-03-31 11:42:23 UTC 
(rev 169073)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
169072, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 11:42:23 UTC (rev 169073)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.2
+pkgrel=8
+pkgdesc="A static website compiler librar

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:43:26
  Author: jgc
Revision: 263490

upgpkg: gnome-sound-recorder 3.19.91-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:40:27 UTC (rev 263489)
+++ PKGBUILD2016-03-31 11:43:26 UTC (rev 263490)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-sound-recorder
-pkgver=3.18.2
+pkgver=3.19.91
 pkgrel=1
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 arch=(any)
@@ -13,7 +13,7 @@
 install=gnome-sound-recorder.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6f008f81ae760cee297a6a3c8e8b9418005c06897bff973a1e845a4f8c3e202b')
+sha256sums=('7dabed99e08c4868ac5b5bb83677d49f4a5adb899e7a4690edc558c52f19096e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-sound-recorder/repos (3 files)

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:43:30
  Author: jgc
Revision: 263491

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-sound-recorder/repos/gnome-unstable-any/
  gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD
(from rev 263490, gnome-sound-recorder/trunk/PKGBUILD)
  gnome-sound-recorder/repos/gnome-unstable-any/gnome-sound-recorder.install
(from rev 263490, gnome-sound-recorder/trunk/gnome-sound-recorder.install)

--+
 PKGBUILD |   29 +
 gnome-sound-recorder.install |   12 
 2 files changed, 41 insertions(+)

Copied: gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD (from rev 
263490, gnome-sound-recorder/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2016-03-31 11:43:30 UTC (rev 263491)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-sound-recorder
+pkgver=3.19.91
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Design/Apps/SoundRecorder";
+license=(GPL2)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+makedepends=(intltool gobject-introspection)
+install=gnome-sound-recorder.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7dabed99e08c4868ac5b5bb83677d49f4a5adb899e7a4690edc558c52f19096e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-sound-recorder/repos/gnome-unstable-any/gnome-sound-recorder.install 
(from rev 263490, gnome-sound-recorder/trunk/gnome-sound-recorder.install)
===
--- gnome-unstable-any/gnome-sound-recorder.install 
(rev 0)
+++ gnome-unstable-any/gnome-sound-recorder.install 2016-03-31 11:43:30 UTC 
(rev 263491)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:45:28
  Author: fyan
Revision: 263492

upgpkg: libglvnd 0.1.0.20160329-1

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:43:30 UTC (rev 263491)
+++ PKGBUILD2016-03-31 11:45:28 UTC (rev 263492)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=libglvnd
-pkgver=0.0.0.20160315
-_commit=f1c345f3a33e537b68406d861965b3113c5122ea
+pkgver=0.1.0.20160329
+_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
 pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('i686' 'x86_64')


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:46:10
  Author: fyan
Revision: 263493

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

Added:
  libglvnd/repos/staging-i686/
  libglvnd/repos/staging-i686/LICENSE
(from rev 263492, libglvnd/trunk/LICENSE)
  libglvnd/repos/staging-i686/PKGBUILD
(from rev 263492, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/staging-x86_64/
  libglvnd/repos/staging-x86_64/LICENSE
(from rev 263492, libglvnd/trunk/LICENSE)
  libglvnd/repos/staging-x86_64/PKGBUILD
(from rev 263492, libglvnd/trunk/PKGBUILD)

-+
 staging-i686/LICENSE|   26 ++
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/LICENSE  |   26 ++
 staging-x86_64/PKGBUILD |   38 ++
 4 files changed, 128 insertions(+)

Copied: libglvnd/repos/staging-i686/LICENSE (from rev 263492, 
libglvnd/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2016-03-31 11:46:10 UTC (rev 263493)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/staging-i686/PKGBUILD (from rev 263492, 
libglvnd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-31 11:46:10 UTC (rev 263493)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
+# Maintainer: Felix Yan 
+
+pkgname=libglvnd
+pkgver=0.1.0.20160329
+_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+depends=('libxext')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";
+LICENSE)
+sha1sums=('SKIP'
+  'c88e07f333fcf8dcdbef370b85372b4d88ad8a66')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+
+  # For compatibility with older nvidia drivers for bumblebee
+  # Symlinks to /usr/lib will be in nvidia-libgl
+  mkdir "$pkgdir/usr/lib/nvidia"
+  for _lib in libGL.so libGLESv1_CM.so libGLESv2.so; do
+mv "$pkgdir"/usr/lib/$_lib* "$pkgdir"/usr/lib/nvidia/
+  done
+
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libglvnd/repos/staging-x86_64/LICENSE (from rev 263492, 
libglvnd/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2016-03-31 11:46:10 UTC (rev 263493)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clear

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:47:45
  Author: fyan
Revision: 263494

upgpkg: nvidia 361.42-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:46:10 UTC (rev 263493)
+++ PKGBUILD2016-03-31 11:47:45 UTC (rev 263494)
@@ -5,9 +5,9 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=361.28
+pkgver=361.42
 _extramodules=extramodules-4.5-ARCH
-pkgrel=5
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -16,8 +16,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
-md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
+sha512sums_i686=('f20af256d3ab4cbac0bdf59ada558c27827439ab0170e22824bf10f52a4a7944994904db8b062d0948f2e5470c3220ea4ff6e8dae74000ae29d2badc71022cba')
+sha512sums_x86_64=('fd6e16cb7488f522b200eb2f5a666c35d151b7afd72f0897fd44c4892be277ebe49e541d8a88156bfa06cc54d1f51888ade37f4c4f09207911d12c1433656a5a')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:48:04
  Author: fyan
Revision: 169074

upgpkg: lib32-libglvnd 0.0.0.20160329-1

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:42:23 UTC (rev 169073)
+++ PKGBUILD2016-03-31 11:48:04 UTC (rev 169074)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=lib32-libglvnd
-pkgver=0.0.0.20160315
-_commit=f1c345f3a33e537b68406d861965b3113c5122ea
+pkgver=0.0.0.20160329
+_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
 pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:48:27
  Author: fyan
Revision: 169075

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libglvnd/repos/multilib-staging-x86_64/
  lib32-libglvnd/repos/multilib-staging-x86_64/LICENSE
(from rev 169074, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-staging-x86_64/PKGBUILD
(from rev 169074, lib32-libglvnd/trunk/PKGBUILD)

--+
 LICENSE  |   26 ++
 PKGBUILD |   43 +++
 2 files changed, 69 insertions(+)

Copied: lib32-libglvnd/repos/multilib-staging-x86_64/LICENSE (from rev 169074, 
lib32-libglvnd/trunk/LICENSE)
===
--- multilib-staging-x86_64/LICENSE (rev 0)
+++ multilib-staging-x86_64/LICENSE 2016-03-31 11:48:27 UTC (rev 169075)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-staging-x86_64/PKGBUILD (from rev 169074, 
lib32-libglvnd/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-03-31 11:48:27 UTC (rev 169075)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=lib32-libglvnd
+pkgver=0.0.0.20160329
+_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
+pkgrel=1
+pkgdesc="The GL Vendor-Neutral Dispatch library"
+arch=('x86_64')
+url="https://github.com/NVIDIA/libglvnd";
+license=('custom:BSD-like')
+depends=('lib32-libxext' 'libglvnd')
+makedepends=('xorg-server-devel' 'git' 'python2')
+source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";)
+sha1sums=('SKIP')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd libglvnd
+  ./autogen.sh
+  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
+  make
+}
+
+package() {
+  cd libglvnd
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir/usr/include"
+
+  # For compatibility with older nvidia drivers for bumblebee
+  # Symlinks to /usr/lib will be in nvidia-libgl
+  mkdir "$pkgdir/usr/lib32/nvidia"
+  for _lib in libGL.so libGLESv1_CM.so libGLESv2.so; do
+mv "$pkgdir"/usr/lib32/$_lib* "$pkgdir"/usr/lib32/nvidia/
+  done
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s libglvnd "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:48:25
  Author: fyan
Revision: 263495

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

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 263494, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/nvidia.install
(from rev 263494, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 263494, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 263494, nvidia/trunk/nvidia.install)

---+
 staging-i686/PKGBUILD |   81 
 staging-i686/nvidia.install   |   13 ++
 staging-x86_64/PKGBUILD   |   81 
 staging-x86_64/nvidia.install |   13 ++
 4 files changed, 188 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 263494, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-31 11:48:25 UTC (rev 263495)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=361.42
+_extramodules=extramodules-4.5-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.5' 'linux-headers<4.6')
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums_i686=('f20af256d3ab4cbac0bdf59ada558c27827439ab0170e22824bf10f52a4a7944994904db8b062d0948f2e5470c3220ea4ff6e8dae74000ae29d2badc71022cba')
+sha512sums_x86_64=('fd6e16cb7488f522b200eb2f5a666c35d151b7afd72f0897fd44c4892be277ebe49e541d8a88156bfa06cc54d1f51888ade37f4c4f09207911d12c1433656a5a')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() { 
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.5' 'linux<4.6' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-i686/nvidia.install (from rev 263494, 
nvidia/trunk/nvidia.install)
===
--- staging-i686/nvidia.install (rev 0)
+++ staging-i686/nvidia.install 2016-03-31 11:48:25 UTC (rev 263495)
@@ -0,0 +1,13 @@
+post_install() {
+EXTRAMODULES='extramodules-4.5-ARCH'
+depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: nvidia/r

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:48:56
  Author: fyan
Revision: 263496

upgpkg: nvidia-lts 361.42-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:48:25 UTC (rev 263495)
+++ PKGBUILD2016-03-31 11:48:56 UTC (rev 263496)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=361.28
+pkgver=361.42
 _extramodules=extramodules-4.1-lts
-pkgrel=3
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -15,8 +15,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
-md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
+sha512sums_i686=('f20af256d3ab4cbac0bdf59ada558c27827439ab0170e22824bf10f52a4a7944994904db8b062d0948f2e5470c3220ea4ff6e8dae74000ae29d2badc71022cba')
+sha512sums_x86_64=('fd6e16cb7488f522b200eb2f5a666c35d151b7afd72f0897fd44c4892be277ebe49e541d8a88156bfa06cc54d1f51888ade37f4c4f09207911d12c1433656a5a')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:51:04
  Author: fyan
Revision: 263497

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

Added:
  nvidia-lts/repos/staging-i686/
  nvidia-lts/repos/staging-i686/PKGBUILD
(from rev 263496, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-i686/nvidia-lts.install
(from rev 263496, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 263496, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-x86_64/nvidia-lts.install
(from rev 263496, nvidia-lts/trunk/nvidia-lts.install)

---+
 staging-i686/PKGBUILD |   54 
 staging-i686/nvidia-lts.install   |   15 ++
 staging-x86_64/PKGBUILD   |   54 
 staging-x86_64/nvidia-lts.install |   15 ++
 4 files changed, 138 insertions(+)

Copied: nvidia-lts/repos/staging-i686/PKGBUILD (from rev 263496, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-31 11:51:04 UTC (rev 263497)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=361.42
+_extramodules=extramodules-4.1-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums_i686=('f20af256d3ab4cbac0bdf59ada558c27827439ab0170e22824bf10f52a4a7944994904db8b062d0948f2e5470c3220ea4ff6e8dae74000ae29d2badc71022cba')
+sha512sums_x86_64=('fd6e16cb7488f522b200eb2f5a666c35d151b7afd72f0897fd44c4892be277ebe49e541d8a88156bfa06cc54d1f51888ade37f4c4f09207911d12c1433656a5a')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.1.18' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/staging-i686/nvidia-lts.install (from rev 263496, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- staging-i686/nvidia-lts.install (rev 0)
+++ staging-i686/nvidia-lts.install 2016-03-31 11:51:04 UTC (rev 263497)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.1-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 263496, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-31 11:51:04 UTC (rev 263497)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=361.42
+_extramodules=extramodules-4.1-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:53:56
  Author: fyan
Revision: 263498

upgpkg: nvidia-settings 361.42-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:51:04 UTC (rev 263497)
+++ PKGBUILD2016-03-31 11:53:56 UTC (rev 263498)
@@ -2,13 +2,13 @@
 # Maintainer: Felix Yan 
 
 pkgname=nvidia-settings
-pkgver=361.28
+pkgver=361.42
 pkgrel=1
 pkgdesc="Tool for configuring the NVIDIA graphics driver"
 arch=('i686' 'x86_64')
 url="https://github.com/NVIDIA/nvidia-settings";
 license=('GPL2')
-depends=('jansson' 'gtk3' 'libxv' 'libvdpau')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
 makedepends=('git' 'inetutils' 'gtk2')
 source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver";)
 sha1sums=('SKIP')


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:54:32
  Author: fyan
Revision: 263499

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

Added:
  nvidia-settings/repos/staging-i686/
  nvidia-settings/repos/staging-i686/PKGBUILD
(from rev 263498, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/staging-x86_64/
  nvidia-settings/repos/staging-x86_64/PKGBUILD
(from rev 263498, nvidia-settings/trunk/PKGBUILD)

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

Copied: nvidia-settings/repos/staging-i686/PKGBUILD (from rev 263498, 
nvidia-settings/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-31 11:54:32 UTC (rev 263499)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvidia-settings
+pkgver=361.42
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings";
+license=('GPL2')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
+makedepends=('git' 'inetutils' 'gtk2')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver";)
+sha1sums=('SKIP')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}

Copied: nvidia-settings/repos/staging-x86_64/PKGBUILD (from rev 263498, 
nvidia-settings/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-31 11:54:32 UTC (rev 263499)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvidia-settings
+pkgver=361.42
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings";
+license=('GPL2')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
+makedepends=('git' 'inetutils' 'gtk2')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver";)
+sha1sums=('SKIP')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:57:12
  Author: fyan
Revision: 169076

upgpkg: lib32-nvidia-utils 361.42-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:48:27 UTC (rev 169075)
+++ PKGBUILD2016-03-31 11:57:12 UTC (rev 169076)
@@ -5,8 +5,8 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=361.28
-pkgrel=4
+pkgver=361.42
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
 makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
@@ -16,7 +16,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('d4fc7fcf1204a46f15733d7cc2711ad2')
+md5sums=('7b2c6f74ebbaccd53dcc89d7166b0680')
 
 create_links() {
 # create soname links


[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 13:57:34
  Author: fyan
Revision: 169077

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 169076, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
169076, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-03-31 11:57:34 UTC (rev 169077)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
+pkgver=361.42
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('7b2c6f74ebbaccd53dcc89d7166b0680')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
+depends=('lib32-nvidia-utils' 'nvidia-libgl')
+replaces=('lib32-nvidia-utils<=313.26-1')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib32"
+ln -s "/usr/lib32/nvidia/libGL.so.1" "${pkgdir}/usr/lib32/libGL.so.1"
+ln -s "libGL.so.1" "${pkgdir}/usr/lib32/libGL.so"
+
+ln -s "/usr/lib32/nvidia/libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so.1"
+ln -s "libEGL.so.1" "${pkgdir}/usr/lib32/libEGL.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.1" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.1" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
+
+ln -s "/usr/lib32/nvidia/libGLESv2.so.2" 
"${pkgdir}/usr/lib32/libGLESv2.so.2"
+ln -s "libGLESv2.so.2" "${pkgdir}/usr/lib32/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+cd "${_pkg}"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
+
+# OpenGL libraries
+install -D -m755 "libEGL.so.1" "${pkgdir}/usr/lib32/nvidia/libEGL.so.1"
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+i

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:02:41
  Author: fyan
Revision: 169080

upgpkg: git-annex 6.20160318-13

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:59:29 UTC (rev 169079)
+++ PKGBUILD2016-03-31 12:02:41 UTC (rev 169080)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160318
-pkgrel=12
+pkgrel=13
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:03:16
  Author: fyan
Revision: 169081

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 169080, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 12:03:16 UTC (rev 169081)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=13
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 169080, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 12:03:16 UTC (rev 169081)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=13
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:06:56
  Author: fyan
Revision: 169082

upgpkg: pandoc-crossref 0.2.0.1-4

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 12:03:16 UTC (rev 169081)
+++ PKGBUILD2016-03-31 12:06:56 UTC (rev 169082)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:07:29
  Author: fyan
Revision: 169083

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 169082, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 169082, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 169082, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 169082, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 169082, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 12:07:29 UTC (rev 169083)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.0.1
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('44bdbc38d8d7a743951a2333fb70b33a6497b2d50ccdb5696736fdc5133aef21')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 169082, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-03-31 
12:07:29 UTC (rev 169083)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
169082, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 12:0

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 14:10:24
  Author: jgc
Revision: 263506

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

Added:
  ktexteditor/repos/gnome-unstable-i686/
  ktexteditor/repos/gnome-unstable-i686/PKGBUILD
(from rev 263505, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/gnome-unstable-i686/pkgbuild-syntax-highlight.patch
(from rev 263505, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/gnome-unstable-x86_64/
  ktexteditor/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263505, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/gnome-unstable-x86_64/pkgbuild-syntax-highlight.patch
(from rev 263505, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   45 
 gnome-unstable-i686/pkgbuild-syntax-highlight.patch   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   45 
 gnome-unstable-x86_64/pkgbuild-syntax-highlight.patch |   11 +++
 4 files changed, 112 insertions(+)

Copied: ktexteditor/repos/gnome-unstable-i686/PKGBUILD (from rev 263505, 
ktexteditor/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 12:10:24 UTC (rev 263506)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.20.0
+pkgrel=3
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+'pkgbuild-syntax-highlight.patch'
+   
ktexteditor-selection.patch::"https://quickgit.kde.org/?p=ktexteditor.git&a=commitdiff&h=f7f330b2&o=plain";)
+md5sums=('4e4cdc9d49dd3a3a865d91ffaec392ba'
+ '3a03efe92f1403991c51f2859ee092f6'
+ '4ddfd71ab48c7e1a7f25333c8bdd0f39')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+# Fix text selection
+  patch -p1 -i ../ktexteditor-selection.patch
+}
+
+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: ktexteditor/repos/gnome-unstable-i686/pkgbuild-syntax-highlight.patch 
(from rev 263505, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
===
--- gnome-unstable-i686/pkgbuild-syntax-highlight.patch 
(rev 0)
+++ gnome-unstable-i686/pkgbuild-syntax-highlight.patch 2016-03-31 12:10:24 UTC 
(rev 263506)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 14:10:18
  Author: jgc
Revision: 263505

upgpkg: ktexteditor 5.20.0-3

Modified:
  ktexteditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:59:34 UTC (rev 263504)
+++ PKGBUILD2016-03-31 12:10:18 UTC (rev 263505)
@@ -4,13 +4,13 @@
 
 pkgname=ktexteditor
 pkgver=5.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('kparts' 'libgit2')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'pkgbuild-syntax-highlight.patch'


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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 14:17:58
  Author: jgc
Revision: 263507

upgpkg: kate 15.12.3-2

Modified:
  kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 12:10:24 UTC (rev 263506)
+++ PKGBUILD2016-03-31 12:17:58 UTC (rev 263507)
@@ -7,7 +7,7 @@
 pkgname=('kwrite'
  'kate')
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'


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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 14:18:05
  Author: jgc
Revision: 263508

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

Added:
  kate/repos/gnome-unstable-i686/
  kate/repos/gnome-unstable-i686/PKGBUILD
(from rev 263507, kate/trunk/PKGBUILD)
  kate/repos/gnome-unstable-i686/kate.install
(from rev 263507, kate/trunk/kate.install)
  kate/repos/gnome-unstable-i686/kwrite.install
(from rev 263507, kate/trunk/kwrite.install)
  kate/repos/gnome-unstable-x86_64/
  kate/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263507, kate/trunk/PKGBUILD)
  kate/repos/gnome-unstable-x86_64/kate.install
(from rev 263507, kate/trunk/kate.install)
  kate/repos/gnome-unstable-x86_64/kwrite.install
(from rev 263507, kate/trunk/kwrite.install)

--+
 gnome-unstable-i686/PKGBUILD |   70 +
 gnome-unstable-i686/kate.install |   13 ++
 gnome-unstable-i686/kwrite.install   |   12 +
 gnome-unstable-x86_64/PKGBUILD   |   70 +
 gnome-unstable-x86_64/kate.install   |   13 ++
 gnome-unstable-x86_64/kwrite.install |   12 +
 6 files changed, 190 insertions(+)

Copied: kate/repos/gnome-unstable-i686/PKGBUILD (from rev 263507, 
kate/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 12:18:05 UTC (rev 263508)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.12.3
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('38a5758c07d25cbab188b92eb0708cc99d6979ba')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kwrite/";
+  depends=('ktexteditor' 'kded' 'kactivities' 'hicolor-icon-theme')
+  install='kwrite.install'
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kate/";
+  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
+  install='kate.install'
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../../build/addons
+  make DESTDIR="${pkgdir}" install
+}

Copied: kate/repos/gnome-unstable-i686/kate.install (from rev 263507, 
kate/trunk/kate.install)
===
--- gnome-unstable-i686/kate.install(rev 0)
+++ gnome-unstable-i686/kate.install2016-03-31 12:18:05 UTC (rev 263508)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kate/repos/gnome-unstable-i686/kwrite.install (from rev 263507, 
kate/trunk/kwrite.install)
===
--- gnome-unstable-i686/kwrite.install  (rev 0)
+++ gnome-unstable-i686/kwrite.install  2016-03-31 12:18:05 UTC (rev 263508)
@@ -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: kate/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263507, 
kate/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-31 12:18:05 UTC (rev 263508)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# 

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:20:02
  Author: fyan
Revision: 169084

upgpkg: lib32-libglvnd 0.1.0.20160329-1

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 12:07:29 UTC (rev 169083)
+++ PKGBUILD2016-03-31 12:20:02 UTC (rev 169084)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=lib32-libglvnd
-pkgver=0.0.0.20160329
+pkgver=0.1.0.20160329
 _commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
 pkgrel=1
 pkgdesc="The GL Vendor-Neutral Dispatch library"


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:20:27
  Author: fyan
Revision: 169085

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE
(from rev 169084, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 169084, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-testing-x86_64/PKGBUILD

--+
 LICENSE  |   52 ++--
 PKGBUILD |   86 ++---
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-31 12:20:02 UTC (rev 169084)
+++ LICENSE 2016-03-31 12:20:27 UTC (rev 169085)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE (from rev 169084, 
lib32-libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-31 12:20:27 UTC (rev 169085)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-31 12:20:02 UTC (rev 169084)
+++ PKGBUILD2016-03-31 12:20:27 UTC (rev 169085)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=0.0.0.20160329
-_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd";
-license=('custom:BSD-like')
-depends=('lib32-libxext' 'libglvnd')
-makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";)
-sha1sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd libglvnd
-  ./autogen.sh
-  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
-  make
-}
-
-package() {
-  cd libglvnd
-  make DESTDIR="${pkgdir}" install

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:24:35
  Author: fyan
Revision: 169086

upgpkg: haskell-conduit-combinators 1.0.3.1-14

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 12:20:27 UTC (rev 169085)
+++ PKGBUILD2016-03-31 12:24:35 UTC (rev 169086)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators";
 license=("MIT")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:26:57
  Author: fyan
Revision: 169087

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

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

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 169086, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 12:26:57 UTC (rev 169087)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=14
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 169086, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-03-31 
12:26:57 UTC (rev 169087)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+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-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 169086, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD 

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 14:35:54
  Author: jgc
Revision: 263509

upgpkg: gtk3 3.20.2-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 12:18:05 UTC (rev 263508)
+++ PKGBUILD2016-03-31 12:35:54 UTC (rev 263509)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('ac86a01a57b4258ea70bc85b9494b333226eda6f5a2b0716ad48cfcded5f5380'
+sha256sums=('1ab1d1068ea55e0046f437d69983f164df5e68cb2e9fdfb38787b867f33f69f7'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
 
 prepare() {


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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 14:36:05
  Author: jgc
Revision: 263510

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

Added:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 263509, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk-update-icon-cache.install
(from rev 263509, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 263509, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 263509, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263509, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk-update-icon-cache.install
(from rev 263509, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 263509, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 263509, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
  gtk3/repos/gnome-unstable-i686/gtk-update-icon-cache.install
  gtk3/repos/gnome-unstable-i686/gtk3.install
  gtk3/repos/gnome-unstable-i686/settings.ini
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
  gtk3/repos/gnome-unstable-x86_64/gtk-update-icon-cache.install
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
  gtk3/repos/gnome-unstable-x86_64/settings.ini

-+
 /PKGBUILD   |  132 ++
 /gtk-update-icon-cache.install  |6 
 /gtk3.install   |   36 
 /settings.ini   |8 +
 gnome-unstable-i686/PKGBUILD|   66 -
 gnome-unstable-i686/gtk-update-icon-cache.install   |3 
 gnome-unstable-i686/gtk3.install|   18 --
 gnome-unstable-i686/settings.ini|4 
 gnome-unstable-x86_64/PKGBUILD  |   66 -
 gnome-unstable-x86_64/gtk-update-icon-cache.install |3 
 gnome-unstable-x86_64/gtk3.install  |   18 --
 gnome-unstable-x86_64/settings.ini  |4 
 12 files changed, 182 insertions(+), 182 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-31 12:35:54 UTC (rev 263509)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 12:36:05 UTC (rev 263510)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols)
-makedepends=(gobject-introspection libcanberra gtk-doc)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('ac86a01a57b4258ea70bc85b9494b333226eda6f5a2b0716ad48cfcded5f5380'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
-
-prepare() {
-cd gtk+-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk3() {
-depends+=(gtk-update-icon-cache)
-optdepends=('libcanberra: gtk3-widget-factory demo')
-install=gtk3.install
-
-cd "gtk+-$pkgver"
-make DESTDIR="$pkgdir" install
-install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
-
-# split this out to use with gtk2 too
-rm "$pkgdir/usr/bin/gtk-update-icon-cache"
-}
-
-package_gtk-update-icon-cache() {
-pkgdesc="GTK+ icon cache updater"
-depends=(gdk-pixbuf2 hicolor-icon-theme)
-install=gtk-update-icon-cache.install
-
-cd gtk+-$pkgver/gtk
-install -Dm755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
-}
-
-# vim:set et sw=4:

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 263509, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 12:36:05 UTC (rev 263510)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=gtk3
+pkgname=(

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:49:05
  Author: fyan
Revision: 169088

upgpkg: stack 1.0.4.2-15

rebuild with conduit-extra-1.1.12.1, texmath-0.8.6.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 12:26:57 UTC (rev 169087)
+++ PKGBUILD2016-03-31 12:49:05 UTC (rev 169088)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.4.2
-pkgrel=14
+pkgrel=15
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 14:49:55
  Author: fyan
Revision: 169089

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

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

+
 community-staging-i686/PKGBUILD|   85 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   85 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 214 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 169088, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 12:49:55 UTC (rev 169089)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.4.2
+pkgrel=15
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('3becd40f8886477a943e2feaed6b34d0ea283e770dc35379944e41cb770838d2')
+
+prepare() {
+sed -e 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.12/' \
+-e 's/path-io >=0.3.1 && <1.1/path-io >=1.0.0 \&\& <2/' \
+-e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script 

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

2016-03-31 Thread Dan McGee
Date: Thursday, March 31, 2016 @ 15:21:00
  Author: dan
Revision: 263513

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 263512, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 263512, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 263512, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 263512, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 263512, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 263512, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 263512, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 263512, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-31 13:20:45 UTC (rev 263512)
+++ extra-i686/PKGBUILD 2016-03-31 13:21:00 UTC (rev 263513)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('b0219fcb6d73104361f4fbdba3741d00'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 .

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

2016-03-31 Thread Dan McGee
Date: Thursday, March 31, 2016 @ 15:20:45
  Author: dan
Revision: 263512

upgpkg: git 2.8.0-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 13:09:54 UTC (rev 263511)
+++ PKGBUILD2016-03-31 13:20:45 UTC (rev 263512)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.7.4
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
 git-daemon@.service
git-daemon.socket)
-md5sums=('b0219fcb6d73104361f4fbdba3741d00'
+md5sums=('01477f0b97ccab20b986f2808f4d7a97'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 15:29:27
  Author: fyan
Revision: 263514

upgpkg: libglvnd 0.1.0.20160329-2

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 13:21:00 UTC (rev 263513)
+++ PKGBUILD2016-03-31 13:29:27 UTC (rev 263514)
@@ -3,8 +3,8 @@
 
 pkgname=libglvnd
 pkgver=0.1.0.20160329
-_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
-pkgrel=1
+_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
+pkgrel=2
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('i686' 'x86_64')
 url="https://github.com/NVIDIA/libglvnd";


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 15:29:56
  Author: fyan
Revision: 169120

upgpkg: lib32-libglvnd 0.1.0.20160329-2

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 12:51:26 UTC (rev 169119)
+++ PKGBUILD2016-03-31 13:29:56 UTC (rev 169120)
@@ -3,8 +3,8 @@
 
 pkgname=lib32-libglvnd
 pkgver=0.1.0.20160329
-_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
-pkgrel=1
+_commit=af2aeb0b4293e085ad61eae08be34e52f9d7b389
+pkgrel=2
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://github.com/NVIDIA/libglvnd";


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 15:30:26
  Author: fyan
Revision: 169121

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE
(from rev 169120, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 169120, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-testing-x86_64/PKGBUILD

--+
 LICENSE  |   52 ++--
 PKGBUILD |   86 ++---
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-31 13:29:56 UTC (rev 169120)
+++ LICENSE 2016-03-31 13:30:26 UTC (rev 169121)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-testing-x86_64/LICENSE (from rev 169120, 
lib32-libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-31 13:30:26 UTC (rev 169121)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-31 13:29:56 UTC (rev 169120)
+++ PKGBUILD2016-03-31 13:30:26 UTC (rev 169121)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=0.1.0.20160329
-_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd";
-license=('custom:BSD-like')
-depends=('lib32-libxext' 'libglvnd')
-makedepends=('xorg-server-devel' 'git' 'python2')
-source=("git+https://github.com/NVIDIA/libglvnd.git#commit=$_commit";)
-sha1sums=('SKIP')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd libglvnd
-  ./autogen.sh
-  ./configure --prefix=/usr --libdir=/usr/lib32/ --build=i686-unknown-linux-gnu
-  make
-}
-
-package() {
-  cd libglvnd
-  make DESTDIR="${pkgdir}" install

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 15:30:11
  Author: fyan
Revision: 263515

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

Added:
  libglvnd/repos/testing-i686/LICENSE
(from rev 263514, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-i686/PKGBUILD
(from rev 263514, libglvnd/trunk/PKGBUILD)
  libglvnd/repos/testing-x86_64/LICENSE
(from rev 263514, libglvnd/trunk/LICENSE)
  libglvnd/repos/testing-x86_64/PKGBUILD
(from rev 263514, libglvnd/trunk/PKGBUILD)
Deleted:
  libglvnd/repos/testing-i686/LICENSE
  libglvnd/repos/testing-i686/PKGBUILD
  libglvnd/repos/testing-x86_64/LICENSE
  libglvnd/repos/testing-x86_64/PKGBUILD

-+
 /LICENSE|   52 +++
 /PKGBUILD   |   76 ++
 testing-i686/LICENSE|   26 ---
 testing-i686/PKGBUILD   |   38 ---
 testing-x86_64/LICENSE  |   26 ---
 testing-x86_64/PKGBUILD |   38 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: testing-i686/LICENSE
===
--- testing-i686/LICENSE2016-03-31 13:29:27 UTC (rev 263514)
+++ testing-i686/LICENSE2016-03-31 13:30:11 UTC (rev 263515)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE 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
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/testing-i686/LICENSE (from rev 263514, 
libglvnd/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-03-31 13:30:11 UTC (rev 263515)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE 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
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-03-31 13:29:27 UTC (rev 263514)
+++ testing-i686/PKGBUILD   2016-03-31 13:30:11 UTC (rev 263515)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 249779 2015-10-27 00:47:25Z eric $
-# Maintainer: Felix Yan 
-
-pkgname=libglvnd
-pkgver=0.1.0.20160329
-_commit=d7f4370dde9b67c8b5a8a4fd3a3df4507ba7f879
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('i686' 'x86

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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 15:31:23
  Author: jgc
Revision: 263516

upgpkg: glibmm 2.48.1-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 13:30:11 UTC (rev 263515)
+++ PKGBUILD2016-03-31 13:31:23 UTC (rev 263516)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.48.0
+pkgver=2.48.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('glib2' 'libsigc++' 'pkgconfig')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url="http://www.gtkmm.org/";
-sha256sums=('b531392b03a34b8d0bd86d8a70510e7812fccfad47bd43eeff9e8a16d8438b85')
+sha256sums=('dc225f7d2f466479766332483ea78f82dc349d59399d30c00de50e5073157cdf')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 15:31:31
  Author: jgc
Revision: 263517

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

Added:
  glibmm/repos/gnome-unstable-i686/PKGBUILD
(from rev 263516, glibmm/trunk/PKGBUILD)
  glibmm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263516, glibmm/trunk/PKGBUILD)
Deleted:
  glibmm/repos/gnome-unstable-i686/PKGBUILD
  glibmm/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-31 13:31:23 UTC (rev 263516)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 13:31:31 UTC (rev 263517)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.48.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url="http://www.gtkmm.org/";
-sha256sums=('b531392b03a34b8d0bd86d8a70510e7812fccfad47bd43eeff9e8a16d8438b85')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_glibmm() {
-  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
-  depends=('glib2' 'libsigc++')
-  cd "$pkgbase-$pkgver"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc="Developer documentation for glibmm"
-  cd "$pkgbase-$pkgver/docs"
-  make DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 263516, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-31 13:31:31 UTC (rev 263517)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.48.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url="http://www.gtkmm.org/";
+sha256sums=('dc225f7d2f466479766332483ea78f82dc349d59399d30c00de50e5073157cdf')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++')
+  cd "$pkgbase-$pkgver"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "$pkgbase-$pkgver/docs"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-03-31 13:31:23 UTC (rev 263516)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-31 13:31:31 UTC (rev 263517)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.48.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url="http://www.gtkmm.org/";
-sha256sums=('b531392b03a34b8d0bd86d8a70510e7812fccfad47bd43eeff9e8a16d8438b85')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_glibmm() {
-  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
-  depends=('glib2' 'libsigc++')
-  cd "$pkgbase-$pkgver"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc="Developer documentation for glibmm"
-  cd "$pkgbase-$pkgver/docs"
-  make DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263516, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-31 13:31:31 UTC (rev 263517)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.48.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')

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

2016-03-31 Thread Dan McGee
Date: Thursday, March 31, 2016 @ 15:52:42
  Author: dan
Revision: 263518

upgpkg: postgresql 9.5.2-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 13:31:31 UTC (rev 263517)
+++ PKGBUILD2016-03-31 13:52:42 UTC (rev 263518)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.5.1
+pkgver=9.5.2
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/";
 license=('custom:PostgreSQL')
@@ -14,13 +14,13 @@
 postgresql-run-socket.patch
 postgresql.pam postgresql.logrotate
 postgresql.service postgresql-check-db-dir)
-md5sums=('11e037afaa4bd0c90bb3c3d955e2b401'
+md5sums=('c3f829b50f0351208debc79af3c946f9'
  '75c579eed03ffb2312631f0b649175b4'
  '96f82c38f3f540b53f3e5144900acf17'
  'd28e443f9f65a5712c52018b84e27137'
  '5a7933453a572bbe12320b088272ee71'
  '937eec7aabce171bc9d1eab65c560bcb')
-sha256sums=('6b309d8506a39773a752ff074f47656e5424576ea090b04a24fe1725958c5bd2'
+sha256sums=('f8d132e464506b551ef498719f18cfe9d09c7a1589dc360afc0b20e47c41'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'


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

2016-03-31 Thread Dan McGee
Date: Thursday, March 31, 2016 @ 15:53:00
  Author: dan
Revision: 263519

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

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

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

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


[arch-commits] Commit in haskell-vector-th-unbox/trunk (PKGBUILD)

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 16:06:29
  Author: fyan
Revision: 169122

upgpkg: haskell-vector-th-unbox 0.2.1.5-1

rebuild with vector-th-unbox-0.2.1.5

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 13:30:26 UTC (rev 169121)
+++ PKGBUILD2016-03-31 14:06:29 UTC (rev 169122)
@@ -4,7 +4,7 @@
 
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
-pkgver=0.2.1.4
+pkgver=0.2.1.5
 pkgrel=1
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 url="http://hackage.haskell.org/package/${_hkgname}";
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('a765f8a679d2c59d0ab73d8c158cb020a362ab9e825c845f8202cd11ba660551')
+sha256sums=('f5be54bc96d922bb48d3d1b5b127f88477ade064042f9ced4e5f9d74e75b68e0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-vector-th-unbox/repos (6 files)

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 16:07:02
  Author: fyan
Revision: 169123

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

Added:
  haskell-vector-th-unbox/repos/community-staging-i686/
  haskell-vector-th-unbox/repos/community-staging-i686/PKGBUILD
(from rev 169122, haskell-vector-th-unbox/trunk/PKGBUILD)
  
haskell-vector-th-unbox/repos/community-staging-i686/haskell-vector-th-unbox.install
(from rev 169122, 
haskell-vector-th-unbox/trunk/haskell-vector-th-unbox.install)
  haskell-vector-th-unbox/repos/community-staging-x86_64/
  haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD
(from rev 169122, haskell-vector-th-unbox/trunk/PKGBUILD)
  
haskell-vector-th-unbox/repos/community-staging-x86_64/haskell-vector-th-unbox.install
(from rev 169122, 
haskell-vector-th-unbox/trunk/haskell-vector-th-unbox.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-vector-th-unbox.install   |   18 +
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-vector-th-unbox.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-vector-th-unbox/repos/community-staging-i686/PKGBUILD (from rev 
169122, haskell-vector-th-unbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-31 14:07:02 UTC (rev 169123)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-th-unbox
+pkgname=haskell-vector-th-unbox
+pkgver=0.2.1.5
+pkgrel=1
+pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('f5be54bc96d922bb48d3d1b5b127f88477ade064042f9ced4e5f9d74e75b68e0')
+
+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-vector-th-unbox/repos/community-staging-i686/haskell-vector-th-unbox.install
 (from rev 169122, 
haskell-vector-th-unbox/trunk/haskell-vector-th-unbox.install)
===
--- community-staging-i686/haskell-vector-th-unbox.install  
(rev 0)
+++ community-staging-i686/haskell-vector-th-unbox.install  2016-03-31 
14:07:02 UTC (rev 169123)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-vector-th-unbox
+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-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD (from 
rev 169122, haskell-vector-th-unbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-31 14:07:02 UTC (rev 169123)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-th-unbox
+pkgname=haskell-vector-th-unbox
+pkgver=0.2.1.5
+pkgrel=1
+pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-vector")
+option

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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 16:07:31
  Author: fyan
Revision: 169124

upgpkg: mlite 0.2.19-1

Modified:
  mlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 14:07:02 UTC (rev 169123)
+++ PKGBUILD2016-03-31 14:07:31 UTC (rev 169124)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mlite
-pkgver=0.2.18
+pkgver=0.2.19
 pkgrel=1
 pkgdesc="Useful classes originating from MeeGo Touch"
 arch=('i686' 'x86_64')


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 16:08:14
  Author: fyan
Revision: 169125

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 14:07:31 UTC (rev 169124)
+++ community-i686/PKGBUILD 2016-03-31 14:08:14 UTC (rev 169125)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.18
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/mlite";
-license=('LGPL')
-depends=('qt5-base' 'dconf')
-makedepends=('git' 'qt5-tools')
-source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd mlite
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd mlite
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: mlite/repos/community-i686/PKGBUILD (from rev 169124, 
mlite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 14:08:14 UTC (rev 169125)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.19
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/mlite";
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('git' 'qt5-tools')
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd mlite
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd mlite
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-31 14:07:31 UTC (rev 169124)
+++ community-x86_64/PKGBUILD   2016-03-31 14:08:14 UTC (rev 169125)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=mlite
-pkgver=0.2.18
-pkgrel=1
-pkgdesc="Useful classes originating from MeeGo Touch"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/mlite";
-license=('LGPL')
-depends=('qt5-base' 'dconf')
-makedepends=('git' 'qt5-tools')
-source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd mlite
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd mlite
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: mlite/repos/community-x86_64/PKGBUILD (from rev 169124, 
mlite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-31 14:08:14 UTC (rev 169125)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mlite
+pkgver=0.2.19
+pkgrel=1
+pkgdesc="Useful classes originating from MeeGo Touch"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/mlite";
+license=('LGPL')
+depends=('qt5-base' 'dconf')
+makedepends=('git' 'qt5-tools')
+source=("git+https://git.merproject.org/mer-core/mlite.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd mlite
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd mlite
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 16:09:26
  Author: fyan
Revision: 169126

upgpkg: haskell-math-functions 0.1.5.2-3

rebuild with vector-th-unbox-0.2.1.5

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 14:08:14 UTC (rev 169125)
+++ PKGBUILD2016-03-31 14:09:26 UTC (rev 169126)
@@ -5,7 +5,7 @@
 _hkgname=math-functions
 pkgname=haskell-math-functions
 pkgver=0.1.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions";
 license=("custom:BSD3")


  1   2   >