[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD)

2012-01-21 Thread Angel Velásquez
Date: Saturday, January 21, 2012 @ 23:45:13
  Author: angvp
Revision: 147101

upgpkg: rxvt-unicode 9.15-1

Version bump to 9.15

Modified:
  rxvt-unicode/trunk/ChangeLog
  rxvt-unicode/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2012-01-22 04:22:24 UTC (rev 147100)
+++ ChangeLog   2012-01-22 04:45:13 UTC (rev 147101)
@@ -1,3 +1,6 @@
+2012-01-22  Angel Velasquez an...@archlinux.org
+   * Version bump to 9.15
+
 2011-12-02  Angel Velasquez an...@archlinux.org
* Version bump to 9.14
 

Modified: PKGBUILD
===
--- PKGBUILD2012-01-22 04:22:24 UTC (rev 147100)
+++ PKGBUILD2012-01-22 04:45:13 UTC (rev 147101)
@@ -4,7 +4,7 @@
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=rxvt-unicode
-pkgver=9.14
+pkgver=9.15
 pkgrel=1
 pkgdesc=An unicode enabled rxvt-clone terminal emulator (urxvt)
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 changelog=ChangeLog
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
 ${pkgname}.desktop)
-md5sums=('022235a9a8b012c29e72c49177be6ce4'
+md5sums=('15595aa326167ac5eb68c28d95432faf'
  '3de6c13126a45bc3bc9f6bba077a1311')
-sha1sums=('e303b7591225b06bc04e18a875461438c635014e'
+sha1sums=('e6fdf091860ecb458730dc68b0176f67f207a2f7'
   '962aebc88982dbeb62a7c4a051ff567e015f61a0')
 
 build() {



[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD)

2011-12-23 Thread Angel Velásquez
Date: Saturday, December 24, 2011 @ 00:52:53
  Author: angvp
Revision: 145617

upgpkg: rxvt-unicode 9.14-1

Version bump to 9.14

Modified:
  rxvt-unicode/trunk/ChangeLog
  rxvt-unicode/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |8 
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-12-24 05:45:52 UTC (rev 145616)
+++ ChangeLog   2011-12-24 05:52:53 UTC (rev 145617)
@@ -1,4 +1,7 @@
 2011-12-02  Angel Velasquez an...@archlinux.org
+   * Version bump to 9.14
+
+2011-12-02  Angel Velasquez an...@archlinux.org
* Moved perl from optdepend to depend (closes FS#25782)
 
 2011-05-22  Angel Velasquez an...@archlinux.org

Modified: PKGBUILD
===
--- PKGBUILD2011-12-24 05:45:52 UTC (rev 145616)
+++ PKGBUILD2011-12-24 05:52:53 UTC (rev 145617)
@@ -4,8 +4,8 @@
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=rxvt-unicode
-pkgver=9.12
-pkgrel=2
+pkgver=9.14
+pkgrel=1
 pkgdesc=An unicode enabled rxvt-clone terminal emulator (urxvt)
 arch=('i686' 'x86_64')
 url=http://software.schmorp.de/pkg/rxvt-unicode.html;
@@ -15,9 +15,9 @@
 changelog=ChangeLog
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
 ${pkgname}.desktop)
-md5sums=('945af37d661c8c45a7cac292160e7c70'
+md5sums=('022235a9a8b012c29e72c49177be6ce4'
  '3de6c13126a45bc3bc9f6bba077a1311')
-sha1sums=('4cbf0516b8304dfb041b9f3e5aaba662fee4b979'
+sha1sums=('e303b7591225b06bc04e18a875461438c635014e'
   '962aebc88982dbeb62a7c4a051ff567e015f61a0')
 
 build() {



[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD)

2011-12-02 Thread Angel Velásquez
Date: Friday, December 2, 2011 @ 23:43:55
  Author: angvp
Revision: 144078

upgpkg: rxvt-unicode 9.12-2

Fixing FS#25782

Modified:
  rxvt-unicode/trunk/ChangeLog
  rxvt-unicode/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2011-12-03 00:01:45 UTC (rev 144077)
+++ ChangeLog   2011-12-03 04:43:55 UTC (rev 144078)
@@ -1,3 +1,6 @@
+2011-12-02  Angel Velasquez an...@archlinux.org
+   * Moved perl from optdepend to depend (closes FS#25782)
+
 2011-05-22  Angel Velasquez an...@archlinux.org
* Rebuilt against perl 5.14.0
 

Modified: PKGBUILD
===
--- PKGBUILD2011-12-03 00:01:45 UTC (rev 144077)
+++ PKGBUILD2011-12-03 04:43:55 UTC (rev 144078)
@@ -5,13 +5,13 @@
 
 pkgname=rxvt-unicode
 pkgver=9.12
-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')
+depends=('gcc-libs' 'libxft' 'gdk-pixbuf2' 'perl')
+optdepends=('gtk2-perl: to use the urxvt-tabbed')
 changelog=ChangeLog
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
 ${pkgname}.desktop)



[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD)

2011-05-22 Thread Angel Velásquez
Date: Sunday, May 22, 2011 @ 16:49:33
  Author: angvp
Revision: 124535

upgpkg: rxvt-unicode 9.11-3
Rebuilt against perl 5.14.0

Modified:
  rxvt-unicode/trunk/ChangeLog
  rxvt-unicode/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2011-05-22 20:47:43 UTC (rev 124534)
+++ ChangeLog   2011-05-22 20:49:33 UTC (rev 124535)
@@ -1,2 +1,5 @@
+2011-05-22  Angel Velasquez an...@archlinux.org
+   * Rebuilt against perl 5.14.0
+
 2011-05-17  Angel Velasquez an...@archlinux.org
* Removed not accepted upstream patch (closes FS#23324)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-22 20:47:43 UTC (rev 124534)
+++ PKGBUILD2011-05-22 20:49:33 UTC (rev 124535)
@@ -5,7 +5,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.11
-pkgrel=2
+pkgrel=3
 pkgdesc=An unicode enabled rxvt-clone terminal emulator (urxvt)
 arch=('i686' 'x86_64')
 url=http://software.schmorp.de/pkg/rxvt-unicode.html;



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

2011-05-17 Thread Angel Velásquez
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 an...@archlinux.org
+   * Removed not accepted upstream patch (closes FS#23324)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-18 04:39:09 UTC (rev 124250)
+++ PKGBUILD2011-05-18 04:52:29 UTC (rev 124251)
@@ -1,28 +1,27 @@
 # $Id$
-# Maintainer: tobias tob...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: tobias tob...@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.diff2011-05-18 04:39:09 UTC (rev 124250)
+++ popup-menu-hang.diff2011-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 -  1.15
-+++ src/perl/urxvt-popup   2 Aug 2009 08:22:52 -
-@@ -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;
- }