summaryrefslogtreecommitdiff
path: root/extra/enlightenment17/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/enlightenment17/PKGBUILD')
-rw-r--r--extra/enlightenment17/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/enlightenment17/PKGBUILD b/extra/enlightenment17/PKGBUILD
index a4ab02539..6970ef101 100644
--- a/extra/enlightenment17/PKGBUILD
+++ b/extra/enlightenment17/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 173313 2012-12-18 19:57:25Z ronald $
+# $Id: PKGBUILD 173762 2012-12-22 16:29:18Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=enlightenment17
_pkgname=enlightenment
-pkgver=0.17.0omega
-_pkgver=0.17.0-omega
+pkgver=0.17.0
pkgrel=1
pkgdesc="Enlightenment window manager DR17 (aka e17)"
arch=('i686' 'x86_64')
@@ -19,15 +18,15 @@ provides=('notification-daemon' 'e')
backup=('etc/enlightenment/sysactions.conf')
options=('!libtool' '!emptydirs')
install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
+source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('4c94f470d74133ebf2a5254683d0510bf3ece55f'
+sha1sums=('be8228200c1a7caeba914ae77927bda62e3a1776'
'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
'3f53931ae86de8fe99e386aeb097521aac0decd8'
'86f1c5e36dc274c3101362532378be034e89c593')
build() {
- cd "$srcdir/$_pkgname-$_pkgver"
+ cd "$srcdir/$_pkgname-$pkgver"
export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
@@ -63,7 +62,7 @@ build() {
}
package() {
- cd $srcdir/$_pkgname-$_pkgver
+ cd $srcdir/$_pkgname-$pkgver
make DESTDIR=$pkgdir install