You are not logged in.

#1 2005-04-30 22:19:19

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

[req] Enlihtenment 16.8 CVS [solved it]

I know this topic has been up before, but it seems that noone has made any pkgbuilds for it?!

16.8 is quite stable (used it before in another distro) and it has a lot of feutures and eyecandy that I would like to have big_smile

I didn't have any luck with doing this myself...somehow the menues aren't generated.and makes it quite unusable..don't know why though...so I am requesting if someone has the time to make an AUR package for it.

it would be greatly approciated big_smile


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#2 2005-04-30 23:50:06

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: [req] Enlihtenment 16.8 CVS [solved it]

Well, I got it working....I tried doing my own PKGBUILD file...and voila, it worked big_smile This is my first pkgbuild that I have made...and there are probably better ways to do it..but here it is:


pkgname=e16
pkgver=0.16.8
pkgrel=0.09
pkgdesc="Enlightenment 16.8 cvs"
url="http://www.enlightenment.org"
depends=('x-server' 'esd' 'imlib2' 'perl')
source=(http://kent.dl.sourceforge.net/sourceforge/enlightenment/$pkgname-$pkgver-$pkgrel.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver-$pkgrel
  ./configure --prefix=/usr --enable-fsstd --enable-sound --sysconfdir=/etc
  make || return 1
  make DESTDIR=$startdir/pkg install
}

some notes: 1. You can't have a "normal" Enlightenment at the same time, don't know how to fix this


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

Board footer

Powered by FluxBB