2009-12-22 15:31:24 +01:00
|
|
|
# Template build file for 'rxvt-unicode'.
|
|
|
|
pkgname=rxvt-unicode
|
2012-01-25 13:33:19 +01:00
|
|
|
version=9.15
|
2009-12-22 15:31:24 +01:00
|
|
|
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-01-15 00:11:38 +01:00
|
|
|
configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color
|
|
|
|
--enable-font-styles --enable-xim --enable-keepscrolling --enable-pixbuf
|
|
|
|
--enable-selectionscrolling --enable-smart-resize --enable-transparency
|
2012-01-07 12:20:58 +01:00
|
|
|
--enable-utmp --enable-wtmp --enable-lastlog --disable-frills
|
|
|
|
--enable-startup-notification --enable-combining --with-term=rxvt-256color"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config renderproto freetype-devel fontconfig-devel libX11-devel libXrender-devel libXft-devel glib-devel gdk-pixbuf-devel startup-notification-devel"
|
|
|
|
fulldepends="perl>=0"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2009-12-22 15:31:24 +01:00
|
|
|
short_desc="rxvt clone supporting Xft fonts and Unicode"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-18 14:43:39 +02:00
|
|
|
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
|
|
|
license="GPL-2"
|
2012-01-25 13:33:19 +01:00
|
|
|
checksum=ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1
|
2009-12-22 15:31:24 +01:00
|
|
|
long_desc="
|
2009-12-28 16:54:43 +01:00
|
|
|
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."
|
2009-12-22 15:31:24 +01:00
|
|
|
|
2010-11-01 10:10:40 +01:00
|
|
|
|
2011-01-15 00:11:38 +01:00
|
|
|
|
2012-01-25 13:33:19 +01:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
|
|
|
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
2011-01-15 00:11:38 +01:00
|
|
|
}
|