You are not logged in.

#1 2005-01-19 02:25:01

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

xfce4-terminal (aka Terminal from os-cillation) + libexo

It's 3 am here and I'm building some weird packages ;-) ...
I haven't even started what I had planned for today.
Why don't they do upgrades of wms on fridays? :-)

Anyway, if you see something wrong about these packages please post it in this thread.
I built both packages and it seems that Terminal is working ok but it's not a final stable version so don't blame me for everything wrong with it...

I didn't want to call the package just terminal because it's connected
to xfce4 (via libexo). That's also why they are installed in /opt/xfce4. Feel free to change it anyway you like it.

xfce4-terminal PKGBUILD

pkgname=xfce4-terminal
pkgver=0.2.2
pkgrel=1
pkgdesc="X terminal emulator designed for Xfce4"
url="http://www.os-cillation.com"
depends=('libexo' 'vte')
source=(http://download.berlios.de/xfce-goodies/Terminal-$pkgver.tar.gz)
md5sums=('6842b632702fe5edf5222b4f04b3d0fd')

build() {
    cd $startdir/src/Terminal-$pkgver
    ./configure --prefix=/opt/xfce4
    make || return 1
    make DESTDIR=$startdir/pkg install
}

libexo PKGBUILD

pkgname=libexo
pkgver=0.2.0
pkgrel=1
pkgdesc="Extension library for XFCE"
url="http://www.os-cillation.com"
depends=('dbus' 'libxfcegui4')
source=(http://download.berlios.de/xfce-goodies/exo-$pkgver.tar.gz)
md5sums=('9298d5dbfd49d8aeb1c21b45f3c66e47')

build() {
    cd $startdir/src/exo-$pkgver
    ./configure --prefix=/opt/xfce4
    make || return 1
    make DESTDIR=$startdir/pkg install
}

If you want Terminal to be your default terminal in xfce4 you can setup
TERMCMD="/opt/xfce4/bin/terminal"
in your ~/.bashrc or ~/.bash_profile or xinitrc or.... Read xfce docs for more info.

Offline

#2 2005-01-19 09:45:46

Namlook
Member
From: France / Montpellier
Registered: 2004-05-30
Posts: 74

Re: xfce4-terminal (aka Terminal from os-cillation) + libexo

Thank you very much for this PKGBUILD ! I hope it will be include with xfce4 group soon :-p

Offline

Board footer

Powered by FluxBB