testing/enlightenment: fix opengl and depend on iconv

This commit is contained in:
Timo Teräs 2012-03-02 11:47:32 +02:00
parent 44b5ab6c6e
commit 4f7684aefc
8 changed files with 12 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ecore
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment's core event abstraction layer and OS abstraction layer"
url="http://trac.enlightenment.org/e/wiki/Ecore"
arch="all"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=edje
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment's graphical layout and animation library"
url="http://trac.enlightenment.org/e/wiki/Edje"
arch="all"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=eet
pkgver=1.5.0
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment's file chunk reading/writing library"
url="http://trac.enlightenment.org/e/wiki/Eet"
arch="all"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=eeze
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment's device library"
url="http://trac.enlightenment.org/e/wiki/Eeze"
arch="all"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=efreet
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment's library for handling of freedesktop.org specs"
url="http://trac.enlightenment.org/e/wiki/Efreet"
arch="all"

View File

@ -2,13 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=eina
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment's data types library (List, hash, etc) in C"
url="http://trac.enlightenment.org/e/wiki/Eina"
arch="all"
license="LGPLv2.1"
depends=
makedepends=
depends_dev="libiconv-dev"
makedepends="$depends_dev"
install=
subpackages="$pkgname-dev"
source="http://download.enlightenment.org/releases/eina-$pkgver.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=enlightenment
pkgver=0.16.999.65643
pkgrel=0
pkgrel=1
pkgdesc="Enlightenment Window Manager"
url="http://trac.enlightenment.org/e/wiki/Enlightenment"
arch="all"
@ -42,6 +42,8 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir"/usr/lib/ -name "*.la" | xargs rm -f
# opengl needs mprotect off for now
paxctl -c -m $pkgdir"/usr/bin/enlightenment
}
md5sums="9bdb2e6f88c3456b50fe509f05de3b4f enlightenment-0.16.999.65643.tar.bz2"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=evas
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="hardware-accelerated retained canvas API"
url="http://trac.enlightenment.org/e/wiki/Evas"
arch="all"
@ -31,7 +31,6 @@ build() {
cd "$_builddir"
./configure --prefix=/usr \
--enable-gl-xlib \
--enable-gl-xcb \
--enable-software-16-x11 \
--enable-pthreads \
--enable-pipe-render \