[arch-commits] Commit in xmobar/repos (10 files)
Jelle van der Waa
jelle at archlinux.org
Wed Apr 15 14:12:28 UTC 2015
Date: Wednesday, April 15, 2015 @ 16:12:28
Author: jelle
Revision: 131413
archrelease: copy trunk to community-i686, community-x86_64
Added:
xmobar/repos/community-i686/PKGBUILD
(from rev 131412, xmobar/trunk/PKGBUILD)
xmobar/repos/community-i686/disable-ewmh-plugin.patch
(from rev 131412, xmobar/trunk/disable-ewmh-plugin.patch)
xmobar/repos/community-x86_64/PKGBUILD
(from rev 131412, xmobar/trunk/PKGBUILD)
xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
(from rev 131412, xmobar/trunk/disable-ewmh-plugin.patch)
Deleted:
xmobar/repos/community-i686/PKGBUILD
xmobar/repos/community-i686/disable-ewmh-plugin.patch
xmobar/repos/community-i686/ghc-7.10.1-update-haskell-deps.patch
xmobar/repos/community-x86_64/PKGBUILD
xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
xmobar/repos/community-x86_64/ghc-7.10.1-update-haskell-deps.patch
-------------------------------------------------------+
/PKGBUILD | 62 ++++++++++
/disable-ewmh-plugin.patch | 92 ++++++++++++++++
community-i686/PKGBUILD | 38 ------
community-i686/disable-ewmh-plugin.patch | 46 --------
community-i686/ghc-7.10.1-update-haskell-deps.patch | 18 ---
community-x86_64/PKGBUILD | 38 ------
community-x86_64/disable-ewmh-plugin.patch | 46 --------
community-x86_64/ghc-7.10.1-update-haskell-deps.patch | 18 ---
8 files changed, 154 insertions(+), 204 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-15 14:12:15 UTC (rev 131412)
+++ community-i686/PKGBUILD 2015-04-15 14:12:28 UTC (rev 131413)
@@ -1,38 +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.23
-pkgrel=2
-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=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-network-uri'
- 'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz ghc-7.10.1-update-haskell-deps.patch disable-ewmh-plugin.patch)
-
-prepare() {
- cd ${srcdir}/xmobar-$pkgver
- patch -Np1 -i $srcdir/ghc-7.10.1-update-haskell-deps.patch
- patch -Np1 -i $srcdir/disable-ewmh-plugin.patch
-}
-build() {
- cd ${srcdir}/xmobar-$pkgver
-
- runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
- runhaskell Setup build
-}
-
-package() {
- cd ${srcdir}/xmobar-$pkgver
- runhaskell Setup copy --destdir=${pkgdir}
- install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5ab73783a6a8f97753a263652e1c141c'
- 'c2229e749626ae28132129fc2cb80bad'
- '9d3951d4a6e12f48b5bd9735575ee2a4')
Copied: xmobar/repos/community-i686/PKGBUILD (from rev 131412, xmobar/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 14:12:28 UTC (rev 131413)
@@ -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.23.1
+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=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-network-uri'
+ 'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' '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 ${srcdir}/xmobar-$pkgver
+
+ runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
+ runhaskell Setup build
+}
+
+package() {
+ cd ${srcdir}/xmobar-$pkgver
+ runhaskell Setup copy --destdir=${pkgdir}
+ install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')
Deleted: community-i686/disable-ewmh-plugin.patch
===================================================================
--- community-i686/disable-ewmh-plugin.patch 2015-04-15 14:12:15 UTC (rev 131412)
+++ community-i686/disable-ewmh-plugin.patch 2015-04-15 14:12:28 UTC (rev 131413)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
---- a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this function's type signature.
--runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: Kbd :*: Locks :*:
-+runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: Locks :*:
- Mail :*: MBox :*:
- DateZone :*: MarqueePipeReader :*:
- ()
-diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
-index a263536..37e603f 100644
---- a/src/Plugins/Date.hs
-+++ b/src/Plugins/Date.hs
-@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
-
- import Plugins
-
--import System.Locale
- import Control.Monad (liftM)
- import Data.Time
-
-diff --git a/xmobar.cabal b/xmobar.cabal
-index db0d130..c76b355 100644
---- a/xmobar.cabal
-+++ b/xmobar.cabal
-@@ -81,7 +81,7 @@ executable xmobar
- Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
- XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
- Plugins, Plugins.BufferedPipeReader,
-- Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
-+ Plugins.CommandReader, Plugins.Date,
- Plugins.PipeReader, Plugins.MarqueePipeReader,
- Plugins.StdinReader, Plugins.XMonadLog,
- Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,
Copied: xmobar/repos/community-i686/disable-ewmh-plugin.patch (from rev 131412, xmobar/trunk/disable-ewmh-plugin.patch)
===================================================================
--- community-i686/disable-ewmh-plugin.patch (rev 0)
+++ community-i686/disable-ewmh-plugin.patch 2015-04-15 14:12:28 UTC (rev 131413)
@@ -0,0 +1,46 @@
+diff --git a/src/Config.hs b/src/Config.hs
+index 59d6bd4..c788e6a 100644
+--- a/src/Config.hs
++++ b/src/Config.hs
+@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
+ import Plugins.CommandReader
+ import Plugins.StdinReader
+ import Plugins.XMonadLog
+-import Plugins.EWMH
+ import Plugins.Kbd
+ import Plugins.Locks
+
+@@ -147,7 +146,7 @@ infixr :*:
+ -- the 'Runnable.Runnable' Read instance. To install a plugin just add
+ -- the plugin's type to the list of types (separated by ':*:') appearing in
+ -- this function's type signature.
+-runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: Kbd :*: Locks :*:
++runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: Locks :*:
+ Mail :*: MBox :*:
+ DateZone :*: MarqueePipeReader :*:
+ ()
+diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
+index a263536..37e603f 100644
+--- a/src/Plugins/Date.hs
++++ b/src/Plugins/Date.hs
+@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
+
+ import Plugins
+
+-import System.Locale
+ import Control.Monad (liftM)
+ import Data.Time
+
+diff --git a/xmobar.cabal b/xmobar.cabal
+index db0d130..c76b355 100644
+--- a/xmobar.cabal
++++ b/xmobar.cabal
+@@ -81,7 +81,7 @@ executable xmobar
+ Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
+ XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
+ Plugins, Plugins.BufferedPipeReader,
+- Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
++ Plugins.CommandReader, Plugins.Date,
+ Plugins.PipeReader, Plugins.MarqueePipeReader,
+ Plugins.StdinReader, Plugins.XMonadLog,
+ Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,
Deleted: community-i686/ghc-7.10.1-update-haskell-deps.patch
===================================================================
--- community-i686/ghc-7.10.1-update-haskell-deps.patch 2015-04-15 14:12:15 UTC (rev 131412)
+++ community-i686/ghc-7.10.1-update-haskell-deps.patch 2015-04-15 14:12:28 UTC (rev 131413)
@@ -1,18 +0,0 @@
-diff -aur xmobar-0.23/xmobar.cabal xmobar-0.23.new/xmobar.cabal
---- xmobar-0.23/xmobar.cabal 2015-03-08 14:08:58.000000000 +0100
-+++ xmobar-0.23.new/xmobar.cabal 2015-03-31 21:05:35.035293814 +0200
-@@ -128,12 +128,12 @@
- cpp-options: -DGHC6
-
- if flag(with_xft) || flag(all_extensions)
-- build-depends: utf8-string == 0.3.*, X11-xft >= 0.2 && < 0.4
-+ build-depends: utf8-string == 1.*, X11-xft >= 0.2 && < 0.4
- other-modules: MinXft
- cpp-options: -DXFT
-
- if flag(with_utf8) || flag(all_extensions)
-- build-depends: utf8-string == 0.3.*
-+ build-depends: utf8-string == 1.*
- cpp-options: -DUTF8
-
- if flag(with_inotify) || flag(all_extensions)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-15 14:12:15 UTC (rev 131412)
+++ community-x86_64/PKGBUILD 2015-04-15 14:12:28 UTC (rev 131413)
@@ -1,38 +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.23
-pkgrel=2
-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=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-network-uri'
- 'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz ghc-7.10.1-update-haskell-deps.patch disable-ewmh-plugin.patch)
-
-prepare() {
- cd ${srcdir}/xmobar-$pkgver
- patch -Np1 -i $srcdir/ghc-7.10.1-update-haskell-deps.patch
- patch -Np1 -i $srcdir/disable-ewmh-plugin.patch
-}
-build() {
- cd ${srcdir}/xmobar-$pkgver
-
- runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
- runhaskell Setup build
-}
-
-package() {
- cd ${srcdir}/xmobar-$pkgver
- runhaskell Setup copy --destdir=${pkgdir}
- install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5ab73783a6a8f97753a263652e1c141c'
- 'c2229e749626ae28132129fc2cb80bad'
- '9d3951d4a6e12f48b5bd9735575ee2a4')
Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 131412, xmobar/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-15 14:12:28 UTC (rev 131413)
@@ -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.23.1
+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=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=1' 'haskell-network-uri'
+ 'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' '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 ${srcdir}/xmobar-$pkgver
+
+ runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm"
+ runhaskell Setup build
+}
+
+package() {
+ cd ${srcdir}/xmobar-$pkgver
+ runhaskell Setup copy --destdir=${pkgdir}
+ install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')
Deleted: community-x86_64/disable-ewmh-plugin.patch
===================================================================
--- community-x86_64/disable-ewmh-plugin.patch 2015-04-15 14:12:15 UTC (rev 131412)
+++ community-x86_64/disable-ewmh-plugin.patch 2015-04-15 14:12:28 UTC (rev 131413)
@@ -1,46 +0,0 @@
-diff --git a/src/Config.hs b/src/Config.hs
-index 59d6bd4..c788e6a 100644
---- a/src/Config.hs
-+++ b/src/Config.hs
-@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
- import Plugins.CommandReader
- import Plugins.StdinReader
- import Plugins.XMonadLog
--import Plugins.EWMH
- import Plugins.Kbd
- import Plugins.Locks
-
-@@ -147,7 +146,7 @@ infixr :*:
- -- the 'Runnable.Runnable' Read instance. To install a plugin just add
- -- the plugin's type to the list of types (separated by ':*:') appearing in
- -- this function's type signature.
--runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: Kbd :*: Locks :*:
-+runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: Locks :*:
- Mail :*: MBox :*:
- DateZone :*: MarqueePipeReader :*:
- ()
-diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
-index a263536..37e603f 100644
---- a/src/Plugins/Date.hs
-+++ b/src/Plugins/Date.hs
-@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
-
- import Plugins
-
--import System.Locale
- import Control.Monad (liftM)
- import Data.Time
-
-diff --git a/xmobar.cabal b/xmobar.cabal
-index db0d130..c76b355 100644
---- a/xmobar.cabal
-+++ b/xmobar.cabal
-@@ -81,7 +81,7 @@ executable xmobar
- Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
- XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
- Plugins, Plugins.BufferedPipeReader,
-- Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
-+ Plugins.CommandReader, Plugins.Date,
- Plugins.PipeReader, Plugins.MarqueePipeReader,
- Plugins.StdinReader, Plugins.XMonadLog,
- Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,
Copied: xmobar/repos/community-x86_64/disable-ewmh-plugin.patch (from rev 131412, xmobar/trunk/disable-ewmh-plugin.patch)
===================================================================
--- community-x86_64/disable-ewmh-plugin.patch (rev 0)
+++ community-x86_64/disable-ewmh-plugin.patch 2015-04-15 14:12:28 UTC (rev 131413)
@@ -0,0 +1,46 @@
+diff --git a/src/Config.hs b/src/Config.hs
+index 59d6bd4..c788e6a 100644
+--- a/src/Config.hs
++++ b/src/Config.hs
+@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
+ import Plugins.CommandReader
+ import Plugins.StdinReader
+ import Plugins.XMonadLog
+-import Plugins.EWMH
+ import Plugins.Kbd
+ import Plugins.Locks
+
+@@ -147,7 +146,7 @@ infixr :*:
+ -- the 'Runnable.Runnable' Read instance. To install a plugin just add
+ -- the plugin's type to the list of types (separated by ':*:') appearing in
+ -- this function's type signature.
+-runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: Kbd :*: Locks :*:
++runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: Locks :*:
+ Mail :*: MBox :*:
+ DateZone :*: MarqueePipeReader :*:
+ ()
+diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
+index a263536..37e603f 100644
+--- a/src/Plugins/Date.hs
++++ b/src/Plugins/Date.hs
+@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
+
+ import Plugins
+
+-import System.Locale
+ import Control.Monad (liftM)
+ import Data.Time
+
+diff --git a/xmobar.cabal b/xmobar.cabal
+index db0d130..c76b355 100644
+--- a/xmobar.cabal
++++ b/xmobar.cabal
+@@ -81,7 +81,7 @@ executable xmobar
+ Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
+ XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
+ Plugins, Plugins.BufferedPipeReader,
+- Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
++ Plugins.CommandReader, Plugins.Date,
+ Plugins.PipeReader, Plugins.MarqueePipeReader,
+ Plugins.StdinReader, Plugins.XMonadLog,
+ Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,
Deleted: community-x86_64/ghc-7.10.1-update-haskell-deps.patch
===================================================================
--- community-x86_64/ghc-7.10.1-update-haskell-deps.patch 2015-04-15 14:12:15 UTC (rev 131412)
+++ community-x86_64/ghc-7.10.1-update-haskell-deps.patch 2015-04-15 14:12:28 UTC (rev 131413)
@@ -1,18 +0,0 @@
-diff -aur xmobar-0.23/xmobar.cabal xmobar-0.23.new/xmobar.cabal
---- xmobar-0.23/xmobar.cabal 2015-03-08 14:08:58.000000000 +0100
-+++ xmobar-0.23.new/xmobar.cabal 2015-03-31 21:05:35.035293814 +0200
-@@ -128,12 +128,12 @@
- cpp-options: -DGHC6
-
- if flag(with_xft) || flag(all_extensions)
-- build-depends: utf8-string == 0.3.*, X11-xft >= 0.2 && < 0.4
-+ build-depends: utf8-string == 1.*, X11-xft >= 0.2 && < 0.4
- other-modules: MinXft
- cpp-options: -DXFT
-
- if flag(with_utf8) || flag(all_extensions)
-- build-depends: utf8-string == 0.3.*
-+ build-depends: utf8-string == 1.*
- cpp-options: -DUTF8
-
- if flag(with_inotify) || flag(all_extensions)
More information about the arch-commits
mailing list