[arch-commits] Commit in dialog/trunk (PKGBUILD timeout.patch)
Allan McRae
allan at archlinux.org
Sat Jun 6 06:27:06 UTC 2009
Date: Saturday, June 6, 2009 @ 02:27:06
Author: allan
Revision: 41639
upgpkg: dialog 1.1_20080819-2
change URL from debian to current upstream (FS#14690), remove unused patch from svn
Modified:
dialog/trunk/PKGBUILD
Deleted:
dialog/trunk/timeout.patch
---------------+
PKGBUILD | 9 +++++----
timeout.patch | 11 -----------
2 files changed, 5 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-06 06:16:01 UTC (rev 41638)
+++ PKGBUILD 2009-06-06 06:27:06 UTC (rev 41639)
@@ -1,17 +1,18 @@
# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
pkgname=dialog
pkgver=1.1_20080819
_pkgver=1.1-20080819
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/"
license=('GPL')
groups=('base')
depends=('ncurses>=5.6-8')
-url="http://packages.debian.org/dialog"
-source=(ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_$_pkgver.orig.tar.gz)
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-$_pkgver.tgz)
md5sums=('3caebd641a9f337b980becb4444336c5')
build() {
Deleted: timeout.patch
===================================================================
--- timeout.patch 2009-06-06 06:16:01 UTC (rev 41638)
+++ timeout.patch 2009-06-06 06:27:06 UTC (rev 41639)
@@ -1,11 +0,0 @@
---- dialog-1.1-20070514/ui_getc.c 2007-05-15 00:24:00.000000000 +0200
-+++ dialog-1.1-20070514_fixed/ui_getc.c 2007-05-29 20:20:27.000000000 +0200
-@@ -252,6 +252,8 @@
- ch = wgetch(win);
- /* if error from resizing, wait and try again */
- if (ch == ERR) {
-+ current = time((time_t *) 0);
-+ if (interval > 0 && current >= expired) dlg_exiterr("timeout");
- napms(50);
- continue;
- }
More information about the arch-commits
mailing list