[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD popup-menu-hang.diff)

Angel Velásquez angvp at archlinux.org
Wed May 18 04:52:30 UTC 2011


    Date: Wednesday, May 18, 2011 @ 00:52:29
  Author: angvp
Revision: 124251

upgpkg: rxvt-unicode 9.11-2
Removing not accepted patches FS#23324

Added:
  rxvt-unicode/trunk/ChangeLog
Modified:
  rxvt-unicode/trunk/PKGBUILD
Deleted:
  rxvt-unicode/trunk/popup-menu-hang.diff

----------------------+
 ChangeLog            |    2 ++
 PKGBUILD             |   15 +++++++--------
 popup-menu-hang.diff |   24 ------------------------
 3 files changed, 9 insertions(+), 32 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2011-05-18 04:52:29 UTC (rev 124251)
@@ -0,0 +1,2 @@
+2011-05-17  Angel Velasquez <angvp at archlinux.org>
+	* Removed not accepted upstream patch (closes FS#23324)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-18 04:39:09 UTC (rev 124250)
+++ PKGBUILD	2011-05-18 04:52:29 UTC (rev 124251)
@@ -1,28 +1,27 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: tobias <tobias at archlinux.org>
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=rxvt-unicode
 pkgver=9.11
-pkgrel=1
+pkgrel=2
 pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
 arch=('i686' 'x86_64')
 url="http://software.schmorp.de/pkg/rxvt-unicode.html"
 license=('GPL')
 depends=('gcc-libs' 'libxft' 'gdk-pixbuf2')
 optdepends=('perl: lots of utilities' 'gtk2-perl: to use the urxvt-tabbed')
+changelog=ChangeLog
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
-        ${pkgname}.desktop popup-menu-hang.diff)
+        ${pkgname}.desktop)
 md5sums=('1bed5bfeed026e0bfafa0e9e4f62aa37'
-         '3de6c13126a45bc3bc9f6bba077a1311'
-         'aead33ba3b08eeb251fb0c1427a4a024')
+         '3de6c13126a45bc3bc9f6bba077a1311')
 sha1sums=('21d0fad9a6032dbcf2c43a85f288543c6bd5ab3d'
-          '962aebc88982dbeb62a7c4a051ff567e015f61a0'
-          'ec4013f4af3a45da928b75f40fbf6389070e7fdd')
+          '962aebc88982dbeb62a7c4a051ff567e015f61a0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 < ../popup-menu-hang.diff
   ./configure --prefix=/usr \
     --with-terminfo=/usr/share/terminfo \
     --enable-256-color \

Deleted: popup-menu-hang.diff
===================================================================
--- popup-menu-hang.diff	2011-05-18 04:39:09 UTC (rev 124250)
+++ popup-menu-hang.diff	2011-05-18 04:52:29 UTC (rev 124251)
@@ -1,24 +0,0 @@
-Index: src/perl/urxvt-popup
-===================================================================
-RCS file: /schmorpforge/rxvt-unicode/src/perl/urxvt-popup,v
-retrieving revision 1.15
-diff -u -r1.15 urxvt-popup
---- src/perl/urxvt-popup	24 Dec 2007 08:21:40 -0000	1.15
-+++ src/perl/urxvt-popup	2 Aug 2009 08:22:52 -0000
-@@ -120,7 +120,7 @@
-    $self->refresh;
- 
-    # might fail, but try anyways
--   $self->grab ($self->{data}{event}{time}, 1)
-+   $self->grab ($self->{data}{event}{time})
-       and $self->allow_events_async;
- 
-    on_button_press $self, $self->{data}{event} if $self->{data}{event}{button};
-@@ -132,7 +132,7 @@
-    my ($self, $event) = @_;
- 
-    # should definitely not fail
--   $self->grab ($self->{data}{event}{time}, 1)
-+   $self->grab ($self->{data}{event}{time})
-       and $self->allow_events_async;
- }




More information about the arch-commits mailing list