rxvt-unicode: update to 9.29.
This commit is contained in:
parent
ff27a4c3d3
commit
f4309cb0c9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rxvt-unicode'
|
||||
pkgname=rxvt-unicode
|
||||
version=9.26
|
||||
revision=13
|
||||
version=9.29
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--with-terminfo=/usr/share/terminfo --enable-256-color
|
||||
|
@ -15,7 +15,7 @@ configure_args="
|
|||
$(vopt_if unicode3 '--enable-unicode3' '--disable-unicode3')"
|
||||
hostmakedepends="pkg-config $(vopt_if perl 'perl')"
|
||||
makedepends="xorgproto fontconfig-devel
|
||||
libXrender-devel libXft-devel libSM-devel libXt-devel
|
||||
libXrender-devel libXft-devel libSM-devel libXt-devel libptytty-devel
|
||||
$(vopt_if gdk_pixbuf gdk-pixbuf-devel)
|
||||
$(vopt_if perl perl)
|
||||
$(vopt_if startup_notification startup-notification-devel)"
|
||||
|
@ -25,7 +25,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b
|
||||
checksum=c18bc9de0c319db1f85748ecc2f255ff9eb2be0fbe9e15fe0eabefc063c4157c
|
||||
|
||||
# Package build options
|
||||
build_options="gdk_pixbuf perl startup_notification unicode3"
|
||||
|
|
Loading…
Reference in a new issue