[arch-commits] CVS update of arch/build/x11/blackbox (3 files)

Aaron Griffin aaron at archlinux.org
Sun May 13 05:23:52 UTC 2007


    Date: Sunday, May 13, 2007 @ 01:23:52
  Author: aaron
    Path: /home/cvs-arch/arch/build/x11/blackbox

 Removed: PKGBUILD (1.18) blackbox.patch (1.1) gcc34.patch (1.1)

Package cleanup: move to unsupported


----------------+
 PKGBUILD       |   19 -------------------
 blackbox.patch |   11 -----------
 gcc34.patch    |   16 ----------------
 3 files changed, 46 deletions(-)


Index: arch/build/x11/blackbox/PKGBUILD
diff -u arch/build/x11/blackbox/PKGBUILD:1.18 arch/build/x11/blackbox/PKGBUILD:removed
--- arch/build/x11/blackbox/PKGBUILD:1.18	Sun May 14 14:56:50 2006
+++ arch/build/x11/blackbox/PKGBUILD	Sun May 13 01:23:52 2007
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD,v 1.18 2006/05/14 18:56:50 uid1015 Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-pkgname=blackbox
-pkgver=0.70.1
-pkgrel=2
-pkgdesc="A window manager for X11"
-arch=(i686 x86_64)
-depends=('libxft' 'gcc' 'libxext' 'bash')
-source=(http://dl.sourceforge.net/sourceforge/blackboxwm/$pkgname-$pkgver.tar.gz)
-url="http://blackboxwm.sourceforge.net/"
-md5sums=('2d173b95ca5e64ef478c6a5d2deee9df')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
-}
Index: arch/build/x11/blackbox/blackbox.patch
diff -u arch/build/x11/blackbox/blackbox.patch:1.1 arch/build/x11/blackbox/blackbox.patch:removed
--- arch/build/x11/blackbox/blackbox.patch:1.1	Sat Oct 11 20:33:49 2003
+++ arch/build/x11/blackbox/blackbox.patch	Sun May 13 01:23:52 2007
@@ -1,11 +0,0 @@
---- blackbox-0.65.0/src/Window.cc	2002-09-17 10:23:35.000000000 -0500
-+++ blackbox-0.65.0/src/Window.cc.orig	2003-10-11 10:36:59.000000000 -0500
-@@ -55,7 +55,7 @@
- #include "Window.hh"
- #include "Windowmenu.hh"
- #include "Workspace.hh"
--
-+#include "assert.h"
- 
- /*
-  * Initializes the class with default values/the window's set initial values.
Index: arch/build/x11/blackbox/gcc34.patch
diff -u arch/build/x11/blackbox/gcc34.patch:1.1 arch/build/x11/blackbox/gcc34.patch:removed
--- arch/build/x11/blackbox/gcc34.patch:1.1	Sun Jul 11 18:17:36 2004
+++ arch/build/x11/blackbox/gcc34.patch	Sun May 13 01:23:52 2007
@@ -1,16 +0,0 @@
-diff -Naur blackbox-0.65.0.orig/src/Timer.hh blackbox-0.65.0/src/Timer.hh
---- blackbox-0.65.0.orig/src/Timer.hh	2002-08-23 14:50:54.000000000 -0400
-+++ blackbox-0.65.0/src/Timer.hh	2004-04-11 01:23:27.000000000 -0400
-@@ -98,9 +98,10 @@
-   ~_timer_queue(void) {}
- 
-   void release(const _Tp& value) {
--    c.erase(std::remove(c.begin(), c.end(), value), c.end());
-+    _Base::c.erase(std::remove(_Base::c.begin(), _Base::c.end(), value),
-+			_Base::c.end());
-     // after removing the item we need to make the heap again
--    std::make_heap(c.begin(), c.end(), comp);
-+    std::make_heap(_Base::c.begin(), _Base::c.end(), _Base::comp);
-   }
-   bool empty(void) const { return _Base::empty(); }
-   size_t size(void) const { return _Base::size(); }




More information about the arch-commits mailing list