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

2016-04-29 Thread Felix Yan
Date: Friday, April 29, 2016 @ 12:22:40
  Author: fyan
Revision: 172683

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 172682, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 172682, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 172682, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 172682, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 172682, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-29 10:22:40 UTC (rev 172683)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=17
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-x11=1.6.1.2' 'haskell-utf8-string' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 172682, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2016-04-29 10:22:40 UTC 
(rev 172683)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
172682, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-29 10:22:40 UTC (rev 172683)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=17
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-x11=1.6.1.2' 'haskell-utf8-string' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 18:57:16
  Author: foutrelis
Revision: 152494

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 152493, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 152493, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 152493, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 152493, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 152493, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 17:57:16 UTC (rev 152494)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=16
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-x11=1.6.1.2' 'haskell-utf8-string' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 152493, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2015-12-10 17:57:16 UTC 
(rev 152494)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
152493, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 17:57:16 UTC (rev 152494)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=16
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-x11=1.6.1.2' 'haskell-utf8-string' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--

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

2015-10-06 Thread Allan McRae
Date: Wednesday, October 7, 2015 @ 03:39:32
  Author: allan
Revision: 143171

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 143170, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 143170, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 143170, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 143170, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 143170, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-07 01:39:32 UTC (rev 143171)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=15
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=1' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 143170, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2015-10-07 01:39:32 UTC 
(rev 143171)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
143170, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-07 01:39:32 UTC (rev 143171)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=15
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.2' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=1' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--l

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

2015-09-10 Thread Evangelos Foutras
Date: Friday, September 11, 2015 @ 00:01:46
  Author: foutrelis
Revision: 139891

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 139890, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 139890, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 139890, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 139890, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 139890, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-10 22:01:46 UTC (rev 139891)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=14
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=1' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 139890, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2015-09-10 22:01:46 UTC 
(rev 139891)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
139890, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-10 22:01:46 UTC (rev 139891)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=14
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=1' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 

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

2015-03-30 Thread Jelle van der Waa
Date: Monday, March 30, 2015 @ 21:00:21
  Author: jelle
Revision: 130366

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 130365, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 130365, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 130365, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 130365, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 130365, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-03-30 19:00:21 UTC (rev 130366)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=13
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=1' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 130365, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2015-03-30 19:00:21 UTC 
(rev 130366)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
130365, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-30 19:00:21 UTC (rev 130366)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=13
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=1' 'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsu

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

2014-12-28 Thread Jelle van der Waa
Date: Sunday, December 28, 2014 @ 23:26:18
  Author: jelle
Revision: 124792

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 124791, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 124791, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 124791, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 124791, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 124791, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-28 22:26:18 UTC (rev 124792)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=12
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.4' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=0.3.8' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 124791, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2014-12-28 22:26:18 UTC 
(rev 124792)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
124791, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-28 22:26:18 UTC (rev 124792)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=12
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.4' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=0.3.8' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgnam

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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 23:23:46
  Author: jelle
Revision: 115526

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 115525, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 115525, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 115525, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 115525, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 115525, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-11 21:23:46 UTC (rev 115526)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=11
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.3' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 115525, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2014-07-11 21:23:46 UTC 
(rev 115526)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
115525, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-11 21:23:46 UTC (rev 115526)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=11
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.3' 'haskell-x11=1.6.1.2' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 

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

2014-04-27 Thread Jelle van der Waa
Date: Sunday, April 27, 2014 @ 18:29:42
  Author: jelle
Revision: 110232

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 110231, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 110231, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 110231, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 110231, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 110231, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-27 16:29:42 UTC (rev 110232)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=10
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'haskell-x11=1.6.1.1' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 110231, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2014-04-27 16:29:42 UTC 
(rev 110232)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
110231, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-27 16:29:42 UTC (rev 110232)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=10
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'haskell-x11=1.6.1.1' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 

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

2014-04-13 Thread Jelle van der Waa
Date: Sunday, April 13, 2014 @ 16:16:23
  Author: jelle
Revision: 109344

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 109343, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 109343, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 109343, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 109343, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 109343, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-13 14:16:23 UTC (rev 109344)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=10
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'haskell-x11=1.6.1.1' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 109343, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2014-04-13 14:16:23 UTC 
(rev 109344)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
109343, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-13 14:16:23 UTC (rev 109344)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=10
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.2' 'haskell-x11=1.6.1.1' 'haskell-utf8-string=0.3.7' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O  --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 

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

2013-03-11 Thread Jelle van der Waa
Date: Monday, March 11, 2013 @ 22:52:48
  Author: jelle
Revision: 86077

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 86076, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 86076, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 86076, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 86076, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 86076, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-11 21:52:48 UTC (rev 86077)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=7
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 86076, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2013-03-11 21:52:48 UTC 
(rev 86077)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
86076, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-11 21:52:48 UTC (rev 86077)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=7
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pk

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

2013-02-04 Thread Thomas Dziedzic
Date: Tuesday, February 5, 2013 @ 07:53:57
  Author: td123
Revision: 83774

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 83773, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 83773, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 83773, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 83773, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 83773, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-05 06:53:57 UTC (rev 83774)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=6
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 83773, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2013-02-05 06:53:57 UTC 
(rev 83774)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+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-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
83773, haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-05 06:53:57 UTC (rev 83774)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=6
+pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender 
parts"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$