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

Felix Yan felixonmars at archlinux.org
Mon Jun 19 07:14:59 UTC 2017


    Date: Monday, June 19, 2017 @ 07:14:58
  Author: felixonmars
Revision: 238128

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

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

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

Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 238127, xmobar/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-19 07:14:58 UTC (rev 238128)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=xmobar
+pkgver=0.24.5
+pkgrel=3
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="https://hackage.haskell.org/package/xmobar"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc' 'haskell-x11'
+         'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 'haskell-hinotify'
+         'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+         'haskell-http')
+source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('9befdb157b5adedd7150e4e07f0efbde')
+
+build() {
+    cd xmobar-$pkgver
+
+    runhaskell Setup configure --prefix=/usr --enable-executable-dynamic --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify"
+    runhaskell Setup build
+}
+
+package() {
+    cd xmobar-$pkgver
+    runhaskell Setup copy --destdir=${pkgdir}
+    install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 238127, xmobar/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-19 07:14:58 UTC (rev 238128)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=xmobar
+pkgver=0.24.5
+pkgrel=3
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="https://hackage.haskell.org/package/xmobar"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc' 'haskell-x11'
+         'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 'haskell-hinotify'
+         'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+         'haskell-http')
+source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('9befdb157b5adedd7150e4e07f0efbde')
+
+build() {
+    cd xmobar-$pkgver
+
+    runhaskell Setup configure --prefix=/usr --enable-executable-dynamic --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify"
+    runhaskell Setup build
+}
+
+package() {
+    cd xmobar-$pkgver
+    runhaskell Setup copy --destdir=${pkgdir}
+    install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list