You are not logged in.
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.
pkgname=rxvt-unicode
pkgver=3.9
pkgrel=1
pkgdesc="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."
url="http://freshmeat.net/projects/rxvt-unicode/"
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2)
md5sums=('1388e1b14ee4ba8f6cd0cde06a06cc6d')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --enable-everything
make || return 1
make prefix=$startdir/pkg/usr install
}
all my packages can be found here:
[dibble]
Server = http://dtw.jiwe.org/share/pkgs/dibble
they are built WITHOUT xorg as a dep (even tho namcap disagrees!)
Offline
update for 4.0 - see my repo
Offline
I'm pretty sure a terminal emulator would need X.
You want to depend on 'x-server', so both XFree86 and Xorg can provide it.
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
i was hoping it wouldn't take long for some to provide that handy tip - hence my mentioning the lack of the xorg dep - cheers!
Offline
thanks man, now I won't have to compile rxvt-unicode by myself
To err is human... to really foul up requires the root password.
Offline
Offline
wow, a fast console with xft support! you made my day.
Offline
nice spot mister green
naughty of xerxes to post a PKGBUILD for a package that has already been posted - i won't be updating my repo for a while by the way - i am in the Philippines working till Jan - but 4.0 should keep most happy i hope - it does only take about 5 mins to compile anyway!
Offline
hehehehe
i promise that i havn't seen your post dibble,
if i had it would've saved me a lot of pain,
btw, is there a way to increase the rows that urxvt shows,
there must be,
arch + gentoo + initng + python = enlisy
Offline
how do you mean the number of rows? i am confused? not the save lines?
Offline
Rxvt*geometry: 80x52
:?:
Mr Green
Offline
how do you mean the number of rows? i am confused? not the save lines?
yeah, maybe lines is what i meant,
right now my urxvt saves appr 100 lines i think,
how do you increase to 500 or 1000 or something,
i don't think i have changed anything, just compiled it with enable-everything,
otherwise it works beutifully with utf-8 encoding
arch + gentoo + initng + python = enlisy
Offline
*saveLines: 1000
HTH
Mr Green
Offline
thanks green, it worked perfectly,
arch + gentoo + initng + python = enlisy
Offline
or you can use -sl 1000 on the command line (just for completeness)
Offline