Date: Monday, September 18, 2017 @ 13:19:12 Author: anthraxx Revision: 258750
archrelease: copy trunk to community-i686, community-x86_64 Added: xmonad-utils/repos/community-i686/ xmonad-utils/repos/community-i686/PKGBUILD (from rev 258749, xmonad-utils/trunk/PKGBUILD) xmonad-utils/repos/community-x86_64/ xmonad-utils/repos/community-x86_64/PKGBUILD (from rev 258749, xmonad-utils/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) Copied: xmonad-utils/repos/community-i686/PKGBUILD (from rev 258749, xmonad-utils/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-09-18 13:19:12 UTC (rev 258750) @@ -0,0 +1,35 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Leif Warner <abimel...@gmail.com> + +pkgname=xmonad-utils +pkgver=0.1.3.3 +pkgrel=3 +pkgdesc='Small collection of X utilities' +url='http://hackage.haskell.org/package/xmonad-utils' +arch=('i686' 'x86_64') +license=('custom:BSD3') +depends=('ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11>=1.3' 'haskell-random' 'haskell-unix') +makedepends=('ghc') +options=('!emptydirs') +source=(${pkgname}-${pkgver}.tar.gz::https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('45a5db08e2e8fce4a11f929107c29d5073b897cbe83af0ea24ee2e691b72e2f8') +sha512sums=('f969a0b75107266ec5f74edc06075a1ede72857311d8e0494bf5b567d18e0a9d6e5b046dbb2a34783c2eafc18be9576b86aa78415306974718031a7dd652418c') + +build() { + cd ${pkgname}-${pkgver} + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script +} + +package() { + cd ${pkgname}-${pkgver} + runhaskell Setup copy --destdir="${pkgdir}" + install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" + rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et: Copied: xmonad-utils/repos/community-x86_64/PKGBUILD (from rev 258749, xmonad-utils/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-09-18 13:19:12 UTC (rev 258750) @@ -0,0 +1,35 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Leif Warner <abimel...@gmail.com> + +pkgname=xmonad-utils +pkgver=0.1.3.3 +pkgrel=3 +pkgdesc='Small collection of X utilities' +url='http://hackage.haskell.org/package/xmonad-utils' +arch=('i686' 'x86_64') +license=('custom:BSD3') +depends=('ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11>=1.3' 'haskell-random' 'haskell-unix') +makedepends=('ghc') +options=('!emptydirs') +source=(${pkgname}-${pkgver}.tar.gz::https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('45a5db08e2e8fce4a11f929107c29d5073b897cbe83af0ea24ee2e691b72e2f8') +sha512sums=('f969a0b75107266ec5f74edc06075a1ede72857311d8e0494bf5b567d18e0a9d6e5b046dbb2a34783c2eafc18be9576b86aa78415306974718031a7dd652418c') + +build() { + cd ${pkgname}-${pkgver} + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ + --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script +} + +package() { + cd ${pkgname}-${pkgver} + runhaskell Setup copy --destdir="${pkgdir}" + install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" + rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} + +# vim: ts=2 sw=2 et: