aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29037cde8607..1cf276ebfc1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = rxvt-unicode-cvs-patched-wideglyphs
pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing and wide glyphs patch (cvs version)
pkgver = 20170412
- pkgrel = 8
+ pkgrel = 12
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
license = GPL
makedepends = cvs
depends = libxft
+ depends = libxt
depends = perl
- depends = startup-notification
depends = rxvt-unicode-terminfo
+ depends = startup-notification
optdepends = gtk2-perl: to use the urxvt-tabbed
provides = rxvt-unicode
conflicts = rxvt-unicode
@@ -19,7 +20,6 @@ pkgbase = rxvt-unicode-cvs-patched-wideglyphs
source = urxvt-tabbed.desktop
source = font-width-fix.patch
source = line-spacing-fix.patch
- source = sgr-mouse-mode.patch
source = add-space-to-extent_test_chars.patch
source = enable-wide-glyphs.patch
sha1sums = b5a4507f85ebb7bac589db2e07d9bc40106720d9
@@ -27,7 +27,6 @@ pkgbase = rxvt-unicode-cvs-patched-wideglyphs
sha1sums = cd204d608d114d39c80331efe0af0231ad6b7e18
sha1sums = 01ee8f212add79a158dcd4ed78d0ea1324bdc59b
sha1sums = b7fde1c46af45e831828738874f14b092b1e795f
- sha1sums = f478acf3662aab3f5b1703a4a29bcfe055dbdd66
sha1sums = 69b77c0b4b4587117f3a6e240a5bd6389ed40be3
sha1sums = 5b37be933d9b6cc1f7e3129a69c338d232bf7808
diff --git a/PKGBUILD b/PKGBUILD
index bfcb120d69f0..d2e504fd4a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,18 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-cvs-patched-wideglyphs
pkgver=20170412
-pkgrel=8
+pkgrel=12
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing and wide glyphs patch (cvs version)'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
license=('GPL')
-depends=('libxft' 'perl' 'startup-notification' 'rxvt-unicode-terminfo')
+depends=(
+ 'libxft'
+ 'libxt'
+ 'perl'
+ 'rxvt-unicode-terminfo'
+ 'startup-notification'
+)
makedepends=('cvs')
optdepends=('gtk2-perl: to use the urxvt-tabbed')
provides=(rxvt-unicode)
@@ -24,7 +30,6 @@ source=('urxvt.desktop'
'urxvt-tabbed.desktop'
'font-width-fix.patch'
'line-spacing-fix.patch'
- 'sgr-mouse-mode.patch'
'add-space-to-extent_test_chars.patch'
'enable-wide-glyphs.patch')
sha1sums=('b5a4507f85ebb7bac589db2e07d9bc40106720d9'
@@ -32,7 +37,6 @@ sha1sums=('b5a4507f85ebb7bac589db2e07d9bc40106720d9'
'cd204d608d114d39c80331efe0af0231ad6b7e18'
'01ee8f212add79a158dcd4ed78d0ea1324bdc59b'
'b7fde1c46af45e831828738874f14b092b1e795f'
- 'f478acf3662aab3f5b1703a4a29bcfe055dbdd66'
'69b77c0b4b4587117f3a6e240a5bd6389ed40be3'
'5b37be933d9b6cc1f7e3129a69c338d232bf7808')
@@ -43,8 +47,8 @@ prepare() {
cd $_pkgname
patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../line-spacing-fix.patch
- patch -p0 -i ../sgr-mouse-mode.patch
patch -p1 -i ../enable-wide-glyphs.patch
+ patch -p1 -i ../add-space-to-extent_test_chars.patch
}
build() {