You are not logged in.

#1 2004-09-05 15:32:52

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

[X11] rxvt-unicode

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

#2 2004-10-10 09:28:08

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [X11] rxvt-unicode

update for 4.0 - see my repo smile

Offline

#3 2004-10-10 15:48:35

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: [X11] rxvt-unicode

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

#4 2004-10-10 17:38:42

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [X11] rxvt-unicode

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!  big_smile

Offline

#5 2004-11-12 08:29:50

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [X11] rxvt-unicode

thanks man, now I won't have to compile rxvt-unicode by myself smile


To err is human... to really foul up requires the root password.

Offline

#6 2004-11-12 10:09:02

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Offline

#7 2004-11-12 12:09:55

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: [X11] rxvt-unicode

wow, a fast console with xft support! you made my day.

Offline

#8 2004-11-17 06:39:23

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [X11] rxvt-unicode

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! big_smile

Offline

#9 2004-11-20 00:44:45

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: [X11] rxvt-unicode

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

#10 2004-11-22 10:17:31

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [X11] rxvt-unicode

how do you mean the number of rows?  i am confused?  not the save lines?

Offline

#11 2004-11-22 10:26:09

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [X11] rxvt-unicode

Rxvt*geometry:            80x52

:?:


Mr Green

Offline

#12 2004-11-22 15:10:10

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: [X11] rxvt-unicode

dibblethewrecker wrote:

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

#13 2004-11-22 16:38:09

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [X11] rxvt-unicode

*saveLines: 1000

HTH


Mr Green

Offline

#14 2004-11-22 17:19:20

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: [X11] rxvt-unicode

thanks green, it worked perfectly,  big_smile


arch + gentoo + initng + python = enlisy

Offline

#15 2004-11-30 05:36:33

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [X11] rxvt-unicode

or you can use -sl 1000 on the command line (just for completeness)

Offline

Board footer

Powered by FluxBB