[arch-commits] Commit in enlightenment/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Wed Dec 16 07:42:09 UTC 2015


    Date: Wednesday, December 16, 2015 @ 08:42:09
  Author: ronald
Revision: 256337

upgpkg: enlightenment 0.20.1-1

update to 0.20.1; enable wayland support

Modified:
  enlightenment/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-16 07:41:59 UTC (rev 256336)
+++ PKGBUILD	2015-12-16 07:42:09 UTC (rev 256337)
@@ -2,7 +2,7 @@
 # Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
 
 pkgname=enlightenment
-pkgver=0.20.0
+pkgver=0.20.1
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('i686' 'x86_64')
@@ -11,13 +11,14 @@
 depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
          'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
 optdepends=('connman: network module'
-            'acpid: power events on laptop lid close')
+            'acpid: power events on laptop lid close'
+	    'geoip-database: geolocation module')
 provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf'
         'etc/xdg/menus/e-applications.menu')
 source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
 install=enlightenment.install
-sha1sums=('1a5f05ca4a275e85a604dd5c6fc3c8fc01d913ce')
+sha1sums=('23b664b222d4fef53c3bc2bfead67e10982992ef')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,7 +25,10 @@
 
   export CFLAGS="$CFLAGS -fvisibility=hidden"
 
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --enable-xwayland --enable-wayland \
+    --disable-wl-weekeyboard
+
   make
 }
 



More information about the arch-commits mailing list