From 9a08d1f002cb7c931bbed4babb801401cd556021 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jan 2012 13:33:19 +0100 Subject: [PATCH] rxvt-unicode: update to 9.15. --- srcpkgs/rxvt-unicode/template | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 828776df84b..9e067cb8050 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,6 +1,6 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode -version=9.14 +version=9.15 distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2" build_style=gnu-configure configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color @@ -12,7 +12,7 @@ short_desc="rxvt clone supporting Xft fonts and Unicode" maintainer="Juan RP " homepage="http://software.schmorp.de/pkg/rxvt-unicode.html" license="GPL-2" -checksum=29928a33be6b3fb0edd126df2c3d35e1900f8268b546ce54430780c550fa1d52 +checksum=ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1 long_desc=" rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use @@ -23,19 +23,16 @@ Add_dependency full perl ">=0" Add_dependency build pkg-config Add_dependency build renderproto -Add_dependency build fontconfig-devel Add_dependency build freetype-devel +Add_dependency build fontconfig-devel Add_dependency build libX11-devel -Add_dependency build libXft-devel Add_dependency build libXrender-devel -Add_dependency build gdk-pixbuf-devel +Add_dependency build libXft-devel Add_dependency build glib-devel +Add_dependency build gdk-pixbuf-devel Add_dependency build startup-notification-devel -post_install() -{ - install -D -m644 ${FILESDIR}/${pkgname}.desktop \ - ${DESTDIR}/usr/share/applications/${pkgname}.desktop - install -D -m644 ${FILESDIR}/${pkgname}.png \ - ${DESTDIR}/usr/share/pixmaps/${pkgname}.png +post_install() { + vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications + vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps }