summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-11-15 23:58:34 +0100
committerMichał Wojdyła2023-11-15 23:58:34 +0100
commit978d2e93dadabe779e6901110dfda891b5c8a494 (patch)
tree37ccbe2ac4e0c04ea0f42864136f3fd455e87e78
parentd1e7cf4cd3898b75263ba5ba335c61488f2ff36a (diff)
downloadaur-978d2e93dadabe779e6901110dfda891b5c8a494.tar.gz
update to 9.31
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7224ebb3b0f..c97873f89ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rxvt-unicode-256xresources
pkgdesc = urxvt with patches to support 256 Xresource colors and fixes for line/font spacing
- pkgver = 9.30
+ pkgver = 9.31
pkgrel = 1
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = x86_64
@@ -15,17 +15,18 @@ pkgbase = rxvt-unicode-256xresources
depends = startup-notification
depends = libnsl
depends = libptytty
+ depends = libxext
optdepends = gtk2-perl: to use the urxvt-tabbed
provides = rxvt-unicode
conflicts = rxvt-unicode
- source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.30.tar.bz2
+ source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.31.tar.bz2
source = font-width-fix.patch
source = line-spacing-fix.patch
source = 256color.patch
source = urxvt.desktop
source = urxvtc.desktop
source = urxvt-tabbed.desktop
- sha256sums = fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d
+ sha256sums = aaa13fcbc149fe0f3f391f933279580f74a96fd312d6ed06b8ff03c2d46672e8
sha256sums = 686770fe4e8d6bb0ba497ad2e1f217d17515f2544d80abe76496c63ead2bfaa4
sha256sums = 546a388d0595404a59c71c3eaeba331031032a75f96c57e9a860f27bbd7ebfcc
sha256sums = e51a598ee616b5953c991a4135dd1acc13a62f1180a8b842297f5401df55dc69
diff --git a/PKGBUILD b/PKGBUILD
index 6f2347ae2831..1203f362ade4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Lukas Tobler <luk4s.tobler@gmail.com>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Lukas Tobler <luk4s.tobler@gmail.com>
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-256xresources
-pkgver=9.30
+pkgver=9.31
pkgrel=1
pkgdesc="urxvt with patches to support 256 Xresource colors and fixes for line/font spacing"
arch=('x86_64')
url="http://software.schmorp.de/pkg/rxvt-unicode.html"
license=('GPL')
makedepends=('libxft' 'perl' 'startup-notification' 'libnsl')
-depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification' 'libnsl' 'libptytty')
+depends=('rxvt-unicode-terminfo' 'libxft' 'perl' 'startup-notification' 'libnsl' 'libptytty' 'libxext')
optdepends=('gtk2-perl: to use the urxvt-tabbed')
source=(http://dist.schmorp.de/rxvt-unicode/$_pkgname-$pkgver.tar.bz2
font-width-fix.patch
@@ -20,7 +21,7 @@ source=(http://dist.schmorp.de/rxvt-unicode/$_pkgname-$pkgver.tar.bz2
urxvt-tabbed.desktop)
provides=(rxvt-unicode)
conflicts=(rxvt-unicode)
-sha256sums=('fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d'
+sha256sums=('aaa13fcbc149fe0f3f391f933279580f74a96fd312d6ed06b8ff03c2d46672e8'
'686770fe4e8d6bb0ba497ad2e1f217d17515f2544d80abe76496c63ead2bfaa4'
'546a388d0595404a59c71c3eaeba331031032a75f96c57e9a860f27bbd7ebfcc'
'e51a598ee616b5953c991a4135dd1acc13a62f1180a8b842297f5401df55dc69'
@@ -34,6 +35,8 @@ build() {
patch -p0 -i ../line-spacing-fix.patch
# we disable smart-resize (FS#34807)
# do not specify --with-terminfo (FS#46424)
+ # workaround ncurses --disable-root-access (FS#79143)
+ export TIC="/usr/bin/tic -o${srcdir}/terminfo"
./configure \
--prefix=/usr \
--enable-256-color \
@@ -72,9 +75,6 @@ package() {
cd ${_pkgname}-${pkgver}
- #workaround terminfo installation
- export TERMINFO="${srcdir}/terminfo"
- install -d "${TERMINFO}"
make DESTDIR="${pkgdir}" install
#install the tabbing wrapper ( requires gtk2-perl! )