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

Jelle van der Waa jelle at archlinux.org
Mon Sep 5 18:10:32 UTC 2016


    Date: Monday, September 5, 2016 @ 18:10:31
  Author: jelle
Revision: 188595

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-05 18:10:18 UTC (rev 188594)
+++ community-i686/PKGBUILD	2016-09-05 18:10:31 UTC (rev 188595)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=xmobar
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar"
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
-             'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-    cd xmobar-$pkgver
-
-    runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
-    runhaskell Setup build
-}
-
-package() {
-    cd xmobar-$pkgver
-    runhaskell Setup copy --destdir=${pkgdir}
-    install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5c8d5846af195eea5a9e8edaac909543')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 188594, xmobar/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-05 18:10:31 UTC (rev 188595)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=xmobar
+pkgver=0.24.3
+pkgrel=1
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+             'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+    cd xmobar-$pkgver
+
+    runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
+    runhaskell Setup build
+}
+
+package() {
+    cd xmobar-$pkgver
+    runhaskell Setup copy --destdir=${pkgdir}
+    install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('8d0b8e12da0346ab74b113b83bed11d0')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-05 18:10:18 UTC (rev 188594)
+++ community-x86_64/PKGBUILD	2016-09-05 18:10:31 UTC (rev 188595)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=xmobar
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar"
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
-             'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-    cd xmobar-$pkgver
-
-    runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
-    runhaskell Setup build
-}
-
-package() {
-    cd xmobar-$pkgver
-    runhaskell Setup copy --destdir=${pkgdir}
-    install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5c8d5846af195eea5a9e8edaac909543')

Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 188594, xmobar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-05 18:10:31 UTC (rev 188595)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=xmobar
+pkgver=0.24.3
+pkgrel=1
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar"
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+             'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+    cd xmobar-$pkgver
+
+    runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
+    runhaskell Setup build
+}
+
+package() {
+    cd xmobar-$pkgver
+    runhaskell Setup copy --destdir=${pkgdir}
+    install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('8d0b8e12da0346ab74b113b83bed11d0')



More information about the arch-commits mailing list