Date: Wednesday, September 16, 2015 @ 08:48:29 Author: ronald Revision: 246390
upgpkg: enlightenment 0.19.9-1 update enlightenment and libs Modified: enlightenment/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-16 06:48:26 UTC (rev 246389) +++ PKGBUILD 2015-09-16 06:48:29 UTC (rev 246390) @@ -2,7 +2,7 @@ # Contributor: Enlightenment Developers <[email protected]>> pkgname=enlightenment -pkgver=0.19.5 +pkgver=0.19.9 pkgrel=1 pkgdesc="Enlightenment window manager" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ 'etc/xdg/menus/e-applications.menu') source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz) install=enlightenment.install -sha1sums=('5c69f6656ff57d12d3a3625cf86b314dac3075b3') +sha1sums=('a21b121a675ba1191dad9c23ca9893a95c8c000f') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,9 +26,7 @@ export CFLAGS="$CFLAGS -fvisibility=hidden" - ./configure --prefix=/usr --sysconfdir=/etc -# --enable-wayland-clients -# --enable-wayland-egl + ./configure --prefix=/usr --sysconfdir=/etc make }
