From 4cca34e333240ca945c5557d5380c1c6989c80a7 Mon Sep 17 00:00:00 2001 From: Aleksandar Samardzic Date: Tue, 11 May 2010 22:21:49 +0200 Subject: desktop/enlightenment: Updated for version 0.16.999.050 --- desktop/enlightenment/README | 6 +++--- desktop/enlightenment/enlightenment.SlackBuild | 18 +++++++++++++----- desktop/enlightenment/enlightenment.info | 12 ++++++------ 3 files changed, 22 insertions(+), 14 deletions(-) (limited to 'desktop/enlightenment') diff --git a/desktop/enlightenment/README b/desktop/enlightenment/README index d51155b9ac..e6964b9767 100644 --- a/desktop/enlightenment/README +++ b/desktop/enlightenment/README @@ -3,6 +3,6 @@ environments. It is not just a window manager, but it is also a desktop shell. A desktop shell means a window manager plus a file manager plus configuration utilities all in one. -Enlightenment is dependent upon the following packages (build exactly -in the order given): eet, evas, ecore, e_dbus, efreet, embryo and -edje. +Enlightenment is dependent upon the following packages (build them +exactly in the order given): eet, evas, ecore, e_dbus, efreet, embryo +and edje. diff --git a/desktop/enlightenment/enlightenment.SlackBuild b/desktop/enlightenment/enlightenment.SlackBuild index afe6758080..81b8cc9ca4 100644 --- a/desktop/enlightenment/enlightenment.SlackBuild +++ b/desktop/enlightenment/enlightenment.SlackBuild @@ -2,10 +2,10 @@ # Slackware build script for Enlightenment DR17 -# Written by Aleksandar B. Samardzic +# Written by Aleksandar Samardzic PRGNAM=enlightenment -VERSION=0.16.999.042 +VERSION=${VERSION:-0.16.999.050} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -19,6 +19,8 @@ if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" fi set -e @@ -27,17 +29,23 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . -chmod -R u+w,go+r-w,a-s . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var \ + --mandir=/usr/man \ + --disable-static make make install DESTDIR=$PKG diff --git a/desktop/enlightenment/enlightenment.info b/desktop/enlightenment/enlightenment.info index 3e5dcce274..19800464ec 100644 --- a/desktop/enlightenment/enlightenment.info +++ b/desktop/enlightenment/enlightenment.info @@ -1,8 +1,8 @@ PRGNAM="enlightenment" -VERSION="0.16.999.042" +VERSION="0.16.999.050" HOMEPAGE="http://www.enlightenment.org/" -DOWNLOAD="http://download.enlightenment.org/snapshots/2008-01-25/enlightenment-0.16.999.042.tar.gz" -MD5SUM="842a57a283a9ff49993cb026f0ff0794" -MAINTAINER="Aleksandar B. Samardzic" -EMAIL="asamardzic@matf.bg.ac.yu" -APPROVED="Alan Hicks,Erik Hanson" +DOWNLOAD="http://download.enlightenment.org/snapshots/2008-09-25/enlightenment-0.16.999.050.tar.bz2" +MD5SUM="d9091195d9aae958cbd56b3289034973" +MAINTAINER="Aleksandar Samardzic" +EMAIL="asamardzic@gmail.com" +APPROVED="Erik Hanson" -- cgit v1.2.3-79-gdb01