Package Details: ede 2.1-1

Git Clone URL: https://aur.archlinux.org/ede.git (read-only, click to copy)
Package Base: ede
Description: The lightweight Equinox Desktop Environment
Upstream URL: https://edeproject.org/
Licenses: LGPL
Conflicts: pekwm
Provides: pekwm
Submitter: haawda
Maintainer: None
Last Packager: keenerd
Votes: 20
Popularity: 0.000000
First Submitted: 2008-11-09 11:03 (UTC)
Last Updated: 2020-01-22 21:08 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

keenerd commented on 2012-05-19 16:30 (UTC)

So the pieces work individually, but evoke doesn't start them up properly. Open to suggestions.

Rax_Garfield commented on 2012-05-19 14:46 (UTC)

You can take the package if you want, I thought I would have time for it.

keenerd commented on 2012-05-19 13:13 (UTC)

# quick and dirty ede 2.0 pkgbuild pkgname=ede pkgver=2.0 pkgrel=1 pkgdesc="The lightweight Equinox Desktop Environment" arch=('i686' 'x86_64') url="http://equinox-project.org/" license=('LGPL') depends=('pekwm' 'edelib') makedepends=('ftjam' 'asciidoc') source=(http://downloads.sourceforge.net/project/ede/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) md5sums=('8b9820c84929d66e6258e223737c27c6') build() { cd "$srcdir/$pkgname-$pkgver" find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env python$|/usr/bin/env python2|' ./configure --prefix=/usr # jam is weird, likes to error jam || true } package() { cd "$srcdir/$pkgname-$pkgver" jam prefix="$pkgdir/usr" install || true # use official pekwm instead rm -rf "$pkgdir/usr/etc/pekwm" rm -rf "$pkgdir/usr/bin/pekwm" rm -rf "$pkgdir/usr/share/pekwm" }

Alister.Hood commented on 2012-02-05 15:16 (UTC)

Note that EDE is now at 2.0 beta - could be worth checking out.