From e0443c5a4b1edd4bf30f31b76ef56a060916eb50 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Dec 2009 16:54:43 +0100 Subject: [PATCH] rxvt-unicode: remove unused file, clean up deps. --HG-- extra : convert_revision : a72486e403b85a91baf083265baa05ca4ac07aa1 --- srcpkgs/rxvt-unicode/template | 23 ++++++++++++++++------- srcpkgs/rxvt-unicode/template~ | 21 --------------------- 2 files changed, 16 insertions(+), 28 deletions(-) delete mode 100644 srcpkgs/rxvt-unicode/template~ diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 82bde9b9a9f..deda67effa3 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,6 +1,7 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode version=9.06 +revision=1 distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2" build_style=gnu_configure configure_args="--enable-everything" @@ -8,14 +9,22 @@ short_desc="rxvt clone supporting Xft fonts and Unicode" maintainer="Juan RP " checksum=8ef9359c01059efd330626c6cd7b082be9bf10587f2b9fe84caa43a84aa576d1 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 -locale-correct input and output. It also supports mixing multiple -fonts at the same time, including Xft fonts." + 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 + locale-correct input and output. It also supports mixing multiple + fonts at the same time, including Xft fonts." - -Add_dependency full libXpm -Add_dependency full libXft +Add_dependency run glibc +Add_dependency run fontconfig +Add_dependency run freetype +Add_dependency run libX11 +Add_dependency run libXft +Add_dependency run libXrender Add_dependency full perl Add_dependency build pkg-config Add_dependency build renderproto +Add_dependency build fontconfig-devel +Add_dependency build freetype-devel +Add_dependency build libX11-devel +Add_dependency build libXft-devel +Add_dependency build libXrender-devel diff --git a/srcpkgs/rxvt-unicode/template~ b/srcpkgs/rxvt-unicode/template~ deleted file mode 100644 index d325b9d16e4..00000000000 --- a/srcpkgs/rxvt-unicode/template~ +++ /dev/null @@ -1,21 +0,0 @@ -# Template build file for 'rxvt-unicode'. -pkgname=rxvt-unicode -version=9.06 -distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2" -build_style=gnu_configure -configure_args="--enable-everything" -short_desc="rxvt clone supporting Xft fonts and Unicode" -maintainer="Juan RP " -checksum=69b903b6305211c9fc5db394f3d08c0a696aa51942d73db7f594422e7be6edf0 -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 -locale-correct input and output. It also supports mixing multiple -fonts at the same time, including Xft fonts." - - -Add_dependency full libXpm -Add_dependency full libXft -Add_dependency full perl -Add_dependency build pkg-config -Add_dependency build renderproto