You are not logged in.

#1 2005-05-06 22:59:04

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

[new] Enlightenment 16.8-pre0.09 [update]

UPDATE: It is in the AUR now

well, before I submit this package to the AUR, please feel free to try it out.

I have installed it on 3 boxes at the moment, and no problems,but you never know..This is the latest released version of Enlightenment 16.8, has composite builtin which is quite nice big_smile

# contributer: CyberTron, http://www.linuxportalen.com
pkgname=e16
pkgver=0.16.8
pkgcvs=0.09
pkgrel=1
pkgdesc="Enlightenment 16.8 prerelease 0.09"
url="http://www.enlightenment.org"
depends=('x-server' 'esd' 'imlib2' 'perl')
source=(http://dl.sourceforge.net/sourceforge/enlightenment/$pkgname-$pkgver-$pkgcvs.tar.gz 
http://dl.sourceforge.net/sourceforge/enlightenment/e16-theme-BlueSteel-0.16.8-0.01.tar.gz 
http://dl.sourceforge.net/sourceforge/enlightenment/e16-theme-BrushedMetal-Tigert-0.16.8-0.01.tar.gz 
http://dl.sourceforge.net/sourceforge/enlightenment/e16-theme-Ganymede-0.16.8-0.01.tar.gz 
http://dl.sourceforge.net/sourceforge/enlightenment/e16-theme-ShinyMetal-0.16.8-0.01.tar.gz)
md5sums=('4ef2385e8d86f6698f95cf75dcedf2fe' 
         'bf2df0aed8b01aab60c60172d32607f2' 
     '9e0169e6b77f5d444d0b8926f6483091' 
     '2ed00a027f2d77fe130e139a843177f5' 
         '471b5c1bb0e8124b857f8794086783fd' )

build() {
  cd $startdir/src/$pkgname-$pkgver-$pkgcvs


  ./configure --prefix=/usr --enable-fsstd --enable-sound --sysconfdir=/etc
  make || return 1
  make DESTDIR=$startdir/pkg install
 install -D -m644 ../e16.desktop $startdir/pkg/etc/X11/sessions/e16.desktop 
  for theme in BlueSteel BrushedMetal-Tigert Ganymede ShinyMetal; do
  cd $startdir/src/$pkgname-theme-$theme-0.16.8-0.01
  ./configure --prefix=/usr --enable-fsstd
  make DESTDIR=$startdir/pkg install
  done
  chown -R root.root $startdir/pkg/usr/share/*
}

EDIT: Updated the pkgbuild to include the themes


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-05-16 01:53:49

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: [new] Enlightenment 16.8-pre0.09 [update]

I see this package in the AUR, but i cant get it to install (so im building it with this PKGBUILD), is there anyproblem on installing your e16 from AUR?


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#3 2005-05-16 08:05:21

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

Re: [new] Enlightenment 16.8-pre0.09 [update]

there shouldn't be any problems, it is the same *i think* big_smile

what problem did you encounter?


i'll look into it..


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

#4 2005-05-17 04:32:00

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: [new] Enlightenment 16.8-pre0.09 [update]

When i tryed pacman -S enlightenment-devel it would report there is no file under that name

(just in case, yes, the community repo was in pacman.conf)

i used the PKGBUILD and everything is working, though i have one quesiton, how do you make epplets work with this? because they are not appearing the menu as they did with 'stable' versions. (it may have to do with the directory?)


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#5 2005-05-17 08:25:20

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

Re: [new] Enlightenment 16.8-pre0.09 [update]

well, te packaes in aur isn't in the community repo (unless the are marked as stable i think) you may download the pkgbuild in the aur..

since i don't use epplets myself i can not say why they shouldn't work....i'll look into it


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

#6 2005-05-17 21:01:51

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

Re: [new] Enlightenment 16.8-pre0.09 [update]

ok, I have looked into the epplet thingie...

I do believe that you need "epplet 0.7" (http://prdownloads.sourceforge.net/enli … z?download)

You have to have that installed, atleast what I believe, I will try and do a PKBUILD for it soon if you want


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

#7 2005-05-17 21:59:32

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: [new] Enlightenment 16.8-pre0.09 [update]

OK, thanks for that.
I saw the epplets 0.7 but i thought they where for E17.

I will try to do it my self too. but i may ask for some help later smile


thanks again


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#8 2005-05-18 07:38:05

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

Re: [new] Enlightenment 16.8-pre0.09 [update]

no problems big_smile ask how much you want


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