summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Tobler2016-01-18 22:42:24 +0100
committerLukas Tobler2016-01-18 22:42:24 +0100
commit13690107b06810591bec6a5f0f481443b1fd8b18 (patch)
tree9027f868ca7ae5d2758d5b92fa45e945547036d1
parent5e502f04cd61a8ea4eb02c0b6ac901775f9e2608 (diff)
downloadaur-13690107b06810591bec6a5f0f481443b1fd8b18.tar.gz
Update configuration like in the official package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3ff7492fc5..a49b0c146d8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jan 18 21:39:49 UTC 2016
pkgbase = rxvt-unicode-256xresources
pkgdesc = urxvt with patches to support 256 Xresource colors and fixes for line/font spacing
pkgver = 9.21
- pkgrel = 2
+ pkgrel = 3
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5848c976963a..64d8d4e78da1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-256xresources
pkgver=9.21
-pkgrel=2
+pkgrel=3
pkgdesc="urxvt with patches to support 256 Xresource colors and fixes for line/font spacing"
arch=('i686' 'x86_64')
url="http://software.schmorp.de/pkg/rxvt-unicode.html"
@@ -25,16 +25,16 @@ md5sums=('a9a06c608258c5fd247c3725d8f44582'
'fb78c2ecf87626962734320cc2bb7ab1'
'fec94dc986fa37ec380079d81de3e0b2'
'fac55f0a8404c86dad3e702146762332'
- '8a5599197568c63720e282b9722a7990'
- )
+ '8a5599197568c63720e282b9722a7990')
build() {
cd "$srcdir/$_pkgname-$pkgver"
patch -p0 -i ../256color.patch
patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../line-spacing-fix.patch
+ # we disable smart-resize (FS#34807)
+ # do not specify --with-terminfo (FS#46424)
./configure \
--prefix=/usr \
- --with-terminfo=/usr/share/terminfo \
--enable-256-color \
--enable-combining \
--enable-fading \
@@ -49,7 +49,7 @@ build() {
--enable-rxvt-scroll \
--enable-selectionscrolling \
--enable-slipwheeling \
- --enable-smart-resize \
+ --disable-smart-resize \
--enable-startup-notification \
--enable-transparency \
--enable-unicode3 \