aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2016-01-28 08:45:02 +0100
committerFlorian Bruhin2016-01-28 08:45:02 +0100
commit6e3e8e093eb5920792507f7a2ee4cfa912239c28 (patch)
treefb5f304c86a121f03afbf73e954e91f2bd7ea4fc
parentc16d7d01e8d5e855b04810e9b360b136088c5aea (diff)
downloadaur-6e3e8e093eb5920792507f7a2ee4cfa912239c28.tar.gz
Update to 9.22, add SGR patch.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d114e5f6de3..48bfec4cdc9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Jan 28 07:43:17 UTC 2016
pkgbase = rxvt-unicode-patched
pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing
- pkgver = 9.21
- pkgrel = 3
+ pkgver = 9.22
+ pkgrel = 1
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
@@ -13,18 +15,20 @@ pkgbase = rxvt-unicode-patched
optdepends = gtk2-perl: to use the urxvt-tabbed
provides = rxvt-unicode
conflicts = rxvt-unicode
- source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.21.tar.bz2
+ source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.22.tar.bz2
source = urxvt.desktop
source = urxvtc.desktop
source = urxvt-tabbed.desktop
source = font-width-fix.patch
source = line-spacing-fix.patch
- sha1sums = 33297e5303e45d27e07f40060d3655ae019eefdc
+ source = https://gist.githubusercontent.com/alexoj/df5bae7a4825cb596581/raw/75a1e75c2ae1ec5c0db68a29f8a6821e9e3d87a5/sgr-mouse-mode.patch
+ sha1sums = e575b869782fbfed955f84f48b204ec888d91ba1
sha1sums = b5a4507f85ebb7bac589db2e07d9bc40106720d9
sha1sums = 62c4ffecfce6967def394dd4d418b68652372ea2
sha1sums = cd204d608d114d39c80331efe0af0231ad6b7e18
sha1sums = 01ee8f212add79a158dcd4ed78d0ea1324bdc59b
sha1sums = b7fde1c46af45e831828738874f14b092b1e795f
+ sha1sums = dfbc8729c545105eff21e20ef3a4a3841a68a192
pkgname = rxvt-unicode-patched
diff --git a/PKGBUILD b/PKGBUILD
index 9c05dbb557c7..26065c6e248b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-patched
-pkgver=9.21
-pkgrel=3
+pkgver=9.22
+pkgrel=1
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -22,18 +22,21 @@ source=(http://dist.schmorp.de/rxvt-unicode/$_pkgname-$pkgver.tar.bz2
'urxvtc.desktop'
'urxvt-tabbed.desktop'
'font-width-fix.patch'
- 'line-spacing-fix.patch')
-sha1sums=('33297e5303e45d27e07f40060d3655ae019eefdc'
+ 'line-spacing-fix.patch'
+ 'https://gist.githubusercontent.com/alexoj/df5bae7a4825cb596581/raw/75a1e75c2ae1ec5c0db68a29f8a6821e9e3d87a5/sgr-mouse-mode.patch')
+sha1sums=('e575b869782fbfed955f84f48b204ec888d91ba1'
'b5a4507f85ebb7bac589db2e07d9bc40106720d9'
'62c4ffecfce6967def394dd4d418b68652372ea2'
'cd204d608d114d39c80331efe0af0231ad6b7e18'
'01ee8f212add79a158dcd4ed78d0ea1324bdc59b'
- 'b7fde1c46af45e831828738874f14b092b1e795f')
+ 'b7fde1c46af45e831828738874f14b092b1e795f'
+ 'dfbc8729c545105eff21e20ef3a4a3841a68a192')
build() {
cd $_pkgname-$pkgver
patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../line-spacing-fix.patch
+ patch -p0 -i ../sgr-mouse-mode.patch
./configure \
--prefix=/usr \
--with-terminfo=/usr/share/terminfo \