[arch-commits] CVS update of extra/editors/cooledit (PKGBUILD gcc4.patch)

Aaron Griffin aaron at archlinux.org
Sun May 13 04:53:13 UTC 2007


    Date: Sunday, May 13, 2007 @ 00:53:13
  Author: aaron
    Path: /home/cvs-extra/extra/editors/cooledit

 Removed: PKGBUILD (1.12) gcc4.patch (1.1)

Package cleanup: packages moved to unsupported (AUR)


------------+
 PKGBUILD   |   20 --------------------
 gcc4.patch |   11 -----------
 2 files changed, 31 deletions(-)


Index: extra/editors/cooledit/PKGBUILD
diff -u extra/editors/cooledit/PKGBUILD:1.12 extra/editors/cooledit/PKGBUILD:removed
--- extra/editors/cooledit/PKGBUILD:1.12	Sun May 21 01:02:01 2006
+++ extra/editors/cooledit/PKGBUILD	Sun May 13 00:53:13 2007
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD,v 1.12 2006/05/21 05:02:01 uid1016 Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-pkgname=cooledit
-pkgver=3.17.17
-pkgrel=2
-pkgdesc=" Cooledit is a text editor for the X Window System"
-arch=(i686 x86_64)
-depends=('bash' 'libx11')
-source=(ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/$pkgname-$pkgver.tar.gz
-	gcc4.patch)
-url="ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/"
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -Np0 -i $startdir/src/gcc4.patch || return 1
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
-}
Index: extra/editors/cooledit/gcc4.patch
diff -u extra/editors/cooledit/gcc4.patch:1.1 extra/editors/cooledit/gcc4.patch:removed
--- extra/editors/cooledit/gcc4.patch:1.1	Sat Oct  1 08:02:16 2005
+++ extra/editors/cooledit/gcc4.patch	Sun May 13 00:53:13 2007
@@ -1,11 +0,0 @@
---- widget/coollocal.h.old	2005-10-01 11:58:33.000000000 +0000
-+++ widget/coollocal.h	2005-10-01 11:57:20.000000000 +0000
-@@ -49,7 +49,7 @@
- int eh_picture (struct cool_widget *w, XEvent * xevent, CEvent * cwevent);
- void drawstring_xy (Window win, int x, int y, const char *text);
- void drawstring_xy_hotkey (Window win, int x, int y, const char *text, int hotkey);
--int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent);
-+static int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent);
- void process_external_focus (Window win, int type);
- void focus_window (Window win);
- void link_scrollbar_to_textbox (CWidget * w, CWidget * textbox, XEvent * xevent, CEvent * cwevent, int whichscrbutton);




More information about the arch-commits mailing list