[arch-commits] Commit in xmonad-contrib/repos (14 files)

Jelle van der Waa jelle at nymeria.archlinux.org
Wed Mar 27 07:08:16 UTC 2013


    Date: Wednesday, March 27, 2013 @ 08:08:16
  Author: jelle
Revision: 87102

db-move: moved xmonad-contrib from [community-testing] to [community] (i686, x86_64)

Added:
  xmonad-contrib/repos/community-i686/PKGBUILD
    (from rev 87097, xmonad-contrib/repos/community-testing-i686/PKGBUILD)
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
    (from rev 87097, xmonad-contrib/repos/community-testing-i686/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
    (from rev 87097, xmonad-contrib/repos/community-testing-i686/xmonad-contrib.install)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
    (from rev 87097, xmonad-contrib/repos/community-testing-x86_64/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
    (from rev 87097, xmonad-contrib/repos/community-testing-x86_64/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install
    (from rev 87097, xmonad-contrib/repos/community-testing-x86_64/xmonad-contrib.install)
Deleted:
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
  xmonad-contrib/repos/community-testing-i686/
  xmonad-contrib/repos/community-testing-x86_64/
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install

----------------------------------------------------------+
 /PKGBUILD                                                |   74 +++++++++++++
 /xmonad-contrib-remove-getatomname.patch                 |   38 ++++++
 /xmonad-contrib.install                                  |   34 +++++
 community-i686/PKGBUILD                                  |   37 ------
 community-i686/xmonad-contrib-remove-getatomname.patch   |   19 ---
 community-i686/xmonad-contrib.install                    |   17 --
 community-x86_64/PKGBUILD                                |   37 ------
 community-x86_64/xmonad-contrib-remove-getatomname.patch |   19 ---
 community-x86_64/xmonad-contrib.install                  |   17 --
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-27 07:08:15 UTC (rev 87101)
+++ community-i686/PKGBUILD	2013-03-27 07:08:16 UTC (rev 87102)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: orbisvicis <gmail.com>
-
-pkgname=xmonad-contrib
-pkgver=0.11
-pkgrel=5
-pkgdesc="Add-ons for xmonad"
-arch=('i686' 'x86_64')
-url="http://xmonad.org/"
-license=('BSD')
-depends=('ghc=7.6.2-1' 'xmonad=0.11-4' 'sh' 'haskell-x11=1.6.1.1-1' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 'haskell-random=1.0.1.1-4')
-install='xmonad-contrib.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad-contrib-remove-getatomname.patch)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr -fuse_xft \
-             --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
-}
-md5sums=('05fba258ac6063e49b50786a0869bd1f'
-         '1d1fab94ae24b2a8f6a5dcd9cd6d9548')

Copied: xmonad-contrib/repos/community-i686/PKGBUILD (from rev 87097, xmonad-contrib/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-27 07:08:16 UTC (rev 87102)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: orbisvicis <gmail.com>
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=6
+pkgdesc="Add-ons for xmonad"
+arch=('i686' 'x86_64')
+url="http://xmonad.org/"
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-5' 'sh' 'haskell-x11=1.6.1.1-2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad-contrib-remove-getatomname.patch)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr -fuse_xft \
+             --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
+}
+md5sums=('05fba258ac6063e49b50786a0869bd1f'
+         '1d1fab94ae24b2a8f6a5dcd9cd6d9548')

Deleted: community-i686/xmonad-contrib-remove-getatomname.patch
===================================================================
--- community-i686/xmonad-contrib-remove-getatomname.patch	2013-03-27 07:08:15 UTC (rev 87101)
+++ community-i686/xmonad-contrib-remove-getatomname.patch	2013-03-27 07:08:16 UTC (rev 87102)
@@ -1,19 +0,0 @@
-diff -aur xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs
---- xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs	2013-01-01 01:32:44.000000000 +0000
-+++ xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs	2013-03-18 07:54:52.082723862 +0000
-@@ -50,6 +50,7 @@
- import           System.Process
- 
- -- this should move into X11
-+{-
- foreign import ccall unsafe "XGetAtomName"
-   xGetAtomName :: Display -> Atom -> IO CString
- 
-@@ -63,6 +64,7 @@
-       xFree n
-       return $ Just n'
- 
-+-}
- -- | Event hook to dump all received events.  You should probably not use this
- --   unconditionally; it will produce massive amounts of output.
- debugEventsHook   :: Event -> X All

Copied: xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch (from rev 87097, xmonad-contrib/repos/community-testing-i686/xmonad-contrib-remove-getatomname.patch)
===================================================================
--- community-i686/xmonad-contrib-remove-getatomname.patch	                        (rev 0)
+++ community-i686/xmonad-contrib-remove-getatomname.patch	2013-03-27 07:08:16 UTC (rev 87102)
@@ -0,0 +1,19 @@
+diff -aur xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs
+--- xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs	2013-01-01 01:32:44.000000000 +0000
++++ xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs	2013-03-18 07:54:52.082723862 +0000
+@@ -50,6 +50,7 @@
+ import           System.Process
+ 
+ -- this should move into X11
++{-
+ foreign import ccall unsafe "XGetAtomName"
+   xGetAtomName :: Display -> Atom -> IO CString
+ 
+@@ -63,6 +64,7 @@
+       xFree n
+       return $ Just n'
+ 
++-}
+ -- | Event hook to dump all received events.  You should probably not use this
+ --   unconditionally; it will produce massive amounts of output.
+ debugEventsHook   :: Event -> X All

Deleted: community-i686/xmonad-contrib.install
===================================================================
--- community-i686/xmonad-contrib.install	2013-03-27 07:08:15 UTC (rev 87101)
+++ community-i686/xmonad-contrib.install	2013-03-27 07:08:16 UTC (rev 87102)
@@ -1,17 +0,0 @@
-HS_DIR=usr/share/haskell/xmonad-contrib
-
-post_install() {
-  ${HS_DIR}/register.sh
-}
-
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-
-post_upgrade() {
-  ${HS_DIR}/register.sh
-}
-
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}

Copied: xmonad-contrib/repos/community-i686/xmonad-contrib.install (from rev 87097, xmonad-contrib/repos/community-testing-i686/xmonad-contrib.install)
===================================================================
--- community-i686/xmonad-contrib.install	                        (rev 0)
+++ community-i686/xmonad-contrib.install	2013-03-27 07:08:16 UTC (rev 87102)
@@ -0,0 +1,17 @@
+HS_DIR=usr/share/haskell/xmonad-contrib
+
+post_install() {
+  ${HS_DIR}/register.sh
+}
+
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+  ${HS_DIR}/register.sh
+}
+
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-27 07:08:15 UTC (rev 87101)
+++ community-x86_64/PKGBUILD	2013-03-27 07:08:16 UTC (rev 87102)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: orbisvicis <gmail.com>
-
-pkgname=xmonad-contrib
-pkgver=0.11
-pkgrel=5
-pkgdesc="Add-ons for xmonad"
-arch=('i686' 'x86_64')
-url="http://xmonad.org/"
-license=('BSD')
-depends=('ghc=7.6.2-1' 'xmonad=0.11-4' 'sh' 'haskell-x11=1.6.1.1-1' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 'haskell-random=1.0.1.1-4')
-install='xmonad-contrib.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad-contrib-remove-getatomname.patch)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr -fuse_xft \
-             --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
-}
-md5sums=('05fba258ac6063e49b50786a0869bd1f'
-         '1d1fab94ae24b2a8f6a5dcd9cd6d9548')

Copied: xmonad-contrib/repos/community-x86_64/PKGBUILD (from rev 87097, xmonad-contrib/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-27 07:08:16 UTC (rev 87102)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: orbisvicis <gmail.com>
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=6
+pkgdesc="Add-ons for xmonad"
+arch=('i686' 'x86_64')
+url="http://xmonad.org/"
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-5' 'sh' 'haskell-x11=1.6.1.1-2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad-contrib-remove-getatomname.patch)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs --prefix=/usr -fuse_xft \
+             --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
+}
+md5sums=('05fba258ac6063e49b50786a0869bd1f'
+         '1d1fab94ae24b2a8f6a5dcd9cd6d9548')

Deleted: community-x86_64/xmonad-contrib-remove-getatomname.patch
===================================================================
--- community-x86_64/xmonad-contrib-remove-getatomname.patch	2013-03-27 07:08:15 UTC (rev 87101)
+++ community-x86_64/xmonad-contrib-remove-getatomname.patch	2013-03-27 07:08:16 UTC (rev 87102)
@@ -1,19 +0,0 @@
-diff -aur xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs
---- xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs	2013-01-01 01:32:44.000000000 +0000
-+++ xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs	2013-03-18 07:54:52.082723862 +0000
-@@ -50,6 +50,7 @@
- import           System.Process
- 
- -- this should move into X11
-+{-
- foreign import ccall unsafe "XGetAtomName"
-   xGetAtomName :: Display -> Atom -> IO CString
- 
-@@ -63,6 +64,7 @@
-       xFree n
-       return $ Just n'
- 
-+-}
- -- | Event hook to dump all received events.  You should probably not use this
- --   unconditionally; it will produce massive amounts of output.
- debugEventsHook   :: Event -> X All

Copied: xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch (from rev 87097, xmonad-contrib/repos/community-testing-x86_64/xmonad-contrib-remove-getatomname.patch)
===================================================================
--- community-x86_64/xmonad-contrib-remove-getatomname.patch	                        (rev 0)
+++ community-x86_64/xmonad-contrib-remove-getatomname.patch	2013-03-27 07:08:16 UTC (rev 87102)
@@ -0,0 +1,19 @@
+diff -aur xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs
+--- xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs	2013-01-01 01:32:44.000000000 +0000
++++ xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs	2013-03-18 07:54:52.082723862 +0000
+@@ -50,6 +50,7 @@
+ import           System.Process
+ 
+ -- this should move into X11
++{-
+ foreign import ccall unsafe "XGetAtomName"
+   xGetAtomName :: Display -> Atom -> IO CString
+ 
+@@ -63,6 +64,7 @@
+       xFree n
+       return $ Just n'
+ 
++-}
+ -- | Event hook to dump all received events.  You should probably not use this
+ --   unconditionally; it will produce massive amounts of output.
+ debugEventsHook   :: Event -> X All

Deleted: community-x86_64/xmonad-contrib.install
===================================================================
--- community-x86_64/xmonad-contrib.install	2013-03-27 07:08:15 UTC (rev 87101)
+++ community-x86_64/xmonad-contrib.install	2013-03-27 07:08:16 UTC (rev 87102)
@@ -1,17 +0,0 @@
-HS_DIR=usr/share/haskell/xmonad-contrib
-
-post_install() {
-  ${HS_DIR}/register.sh
-}
-
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-
-post_upgrade() {
-  ${HS_DIR}/register.sh
-}
-
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}

Copied: xmonad-contrib/repos/community-x86_64/xmonad-contrib.install (from rev 87097, xmonad-contrib/repos/community-testing-x86_64/xmonad-contrib.install)
===================================================================
--- community-x86_64/xmonad-contrib.install	                        (rev 0)
+++ community-x86_64/xmonad-contrib.install	2013-03-27 07:08:16 UTC (rev 87102)
@@ -0,0 +1,17 @@
+HS_DIR=usr/share/haskell/xmonad-contrib
+
+post_install() {
+  ${HS_DIR}/register.sh
+}
+
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+  ${HS_DIR}/register.sh
+}
+
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}




More information about the arch-commits mailing list