[arch-commits] Commit in enlightenment/repos (6 files)

2016-09-06 Thread Ronald van Haren
Date: Tuesday, September 6, 2016 @ 06:55:17
  Author: ronald
Revision: 275781

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  enlightenment/repos/extra-i686/PKGBUILD
(from rev 275780, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/extra-x86_64/PKGBUILD
(from rev 275780, enlightenment/trunk/PKGBUILD)
Deleted:
  enlightenment/repos/extra-i686/PKGBUILD
  enlightenment/repos/extra-i686/e_alert.patch
  enlightenment/repos/extra-x86_64/PKGBUILD
  enlightenment/repos/extra-x86_64/e_alert.patch

+
 /PKGBUILD  |   80 +++
 extra-i686/PKGBUILD|   48 -
 extra-i686/e_alert.patch   |   22 ---
 extra-x86_64/PKGBUILD  |   48 -
 extra-x86_64/e_alert.patch |   22 ---
 5 files changed, 80 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-06 06:55:01 UTC (rev 275780)
+++ extra-i686/PKGBUILD 2016-09-06 06:55:17 UTC (rev 275781)
@@ -1,48 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.21.1
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' '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'
-   '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;
-'e_alert.patch')
-sha1sums=('b52cf961a15e89a062499f344713d8375f7891db'
-  '23e305c9f0eaa9d22963f2ac79c4d87a29fb422b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # upstream build fix: define EFL_BETA_API_SUPPORT before any include
-  patch -Np1 -i ${srcdir}/e_alert.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 275780, 
enlightenment/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-06 06:55:17 UTC (rev 275781)
@@ -0,0 +1,40 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.21.2
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' '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'
+   '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;)
+sha1sums=('ec0ec85da59d69c54205a00d4c2e67dfbc08a548')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-i686/e_alert.patch
===
--- extra-i686/e_alert.patch2016-09-06 06:55:01 UTC (rev 275780)
+++ extra-i686/e_alert.patch2016-09-06 06:55:17 UTC (rev 275781)
@@ -1,22 +0,0 @@
-diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c
-index b2bcd3c..c0cb3c6 100644
 a/src/bin/e_alert_main.c
-+++ b/src/bin/e_alert_main.c
-@@ -1,5 +1,9 @@
- #include "config.h"
- 
-+#ifdef HAVE_DRM2
-+#  define EFL_BETA_API_SUPPORT
-+#endif
-+
- #include 
- #include 
- #include 
-@@ -19,7 +23,6 @@
- # ifdef HAVE_WL_DRM
- #  include 
- #  ifdef HAVE_DRM2
--#   define EFL_BETA_API_SUPPORT
- #   include 
- #   include 
- #  else

Deleted: 

[arch-commits] Commit in enlightenment/repos (6 files)

2016-08-18 Thread Ronald van Haren
Date: Thursday, August 18, 2016 @ 10:59:38
  Author: ronald
Revision: 273914

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  enlightenment/repos/testing-i686/
  enlightenment/repos/testing-i686/PKGBUILD
(from rev 273913, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-i686/e_alert.patch
(from rev 273913, enlightenment/trunk/e_alert.patch)
  enlightenment/repos/testing-x86_64/
  enlightenment/repos/testing-x86_64/PKGBUILD
(from rev 273913, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-x86_64/e_alert.patch
(from rev 273913, enlightenment/trunk/e_alert.patch)

--+
 testing-i686/PKGBUILD|   48 +
 testing-i686/e_alert.patch   |   22 ++
 testing-x86_64/PKGBUILD  |   48 +
 testing-x86_64/e_alert.patch |   22 ++
 4 files changed, 140 insertions(+)

Copied: enlightenment/repos/testing-i686/PKGBUILD (from rev 273913, 
enlightenment/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-18 10:59:38 UTC (rev 273914)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.21.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' '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'
+   '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;
+'e_alert.patch')
+sha1sums=('b52cf961a15e89a062499f344713d8375f7891db'
+  '23e305c9f0eaa9d22963f2ac79c4d87a29fb422b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # upstream build fix: define EFL_BETA_API_SUPPORT before any include
+  patch -Np1 -i ${srcdir}/e_alert.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: enlightenment/repos/testing-i686/e_alert.patch (from rev 273913, 
enlightenment/trunk/e_alert.patch)
===
--- testing-i686/e_alert.patch  (rev 0)
+++ testing-i686/e_alert.patch  2016-08-18 10:59:38 UTC (rev 273914)
@@ -0,0 +1,22 @@
+diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c
+index b2bcd3c..c0cb3c6 100644
+--- a/src/bin/e_alert_main.c
 b/src/bin/e_alert_main.c
+@@ -1,5 +1,9 @@
+ #include "config.h"
+ 
++#ifdef HAVE_DRM2
++#  define EFL_BETA_API_SUPPORT
++#endif
++
+ #include 
+ #include 
+ #include 
+@@ -19,7 +23,6 @@
+ # ifdef HAVE_WL_DRM
+ #  include 
+ #  ifdef HAVE_DRM2
+-#   define EFL_BETA_API_SUPPORT
+ #   include 
+ #   include 
+ #  else

Copied: enlightenment/repos/testing-x86_64/PKGBUILD (from rev 273913, 
enlightenment/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-18 10:59:38 UTC (rev 273914)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.21.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' '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'
+   '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;
+'e_alert.patch')
+sha1sums=('b52cf961a15e89a062499f344713d8375f7891db'
+  '23e305c9f0eaa9d22963f2ac79c4d87a29fb422b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # upstream build fix: define EFL_BETA_API_SUPPORT before any include
+  patch -Np1 -i 

[arch-commits] Commit in enlightenment/repos (6 files)

2016-05-03 Thread Ronald van Haren
Date: Tuesday, May 3, 2016 @ 10:42:21
  Author: ronald
Revision: 266791

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  enlightenment/repos/extra-i686/PKGBUILD
(from rev 266790, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/extra-x86_64/PKGBUILD
(from rev 266790, enlightenment/trunk/PKGBUILD)
Deleted:
  enlightenment/repos/extra-i686/PKGBUILD
  enlightenment/repos/extra-i686/enlightenment.install
  enlightenment/repos/extra-x86_64/PKGBUILD
  enlightenment/repos/extra-x86_64/enlightenment.install

+
 /PKGBUILD  |   80 +++
 extra-i686/PKGBUILD|   41 -
 extra-i686/enlightenment.install   |   12 -
 extra-x86_64/PKGBUILD  |   41 -
 extra-x86_64/enlightenment.install |   12 -
 5 files changed, 80 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-03 08:42:07 UTC (rev 266790)
+++ extra-i686/PKGBUILD 2016-05-03 08:42:21 UTC (rev 266791)
@@ -1,41 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.20.6
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-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'
-   '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=('e6a590878be2e9c7f8485657d3f84c3a84f8fb25')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 266790, 
enlightenment/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-03 08:42:21 UTC (rev 266791)
@@ -0,0 +1,40 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.20.7
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+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'
+   '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)
+sha1sums=('2d42fcc690486d92a005689c54e2db6066798d6e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-i686/enlightenment.install
===
--- extra-i686/enlightenment.install2016-05-03 08:42:07 UTC (rev 266790)
+++ extra-i686/enlightenment.install2016-05-03 08:42:21 UTC (rev 266791)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-03 08:42:07 UTC (rev 266790)
+++ extra-x86_64/PKGBUILD   2016-05-03 08:42:21 UTC (rev 266791)
@@ -1,41 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.20.6
-pkgrel=1
-pkgdesc="Enlightenment 

[arch-commits] Commit in enlightenment/repos (6 files)

2014-09-15 Thread Ronald van Haren
Date: Monday, September 15, 2014 @ 21:30:51
  Author: ronald
Revision: 221774

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  enlightenment/repos/testing-i686/
  enlightenment/repos/testing-i686/PKGBUILD
(from rev 221773, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-i686/enlightenment.install
(from rev 221773, enlightenment/trunk/enlightenment.install)
  enlightenment/repos/testing-x86_64/
  enlightenment/repos/testing-x86_64/PKGBUILD
(from rev 221773, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-x86_64/enlightenment.install
(from rev 221773, enlightenment/trunk/enlightenment.install)

--+
 testing-i686/PKGBUILD|   41 +
 testing-i686/enlightenment.install   |   12 +
 testing-x86_64/PKGBUILD  |   41 +
 testing-x86_64/enlightenment.install |   12 +
 4 files changed, 106 insertions(+)

Copied: enlightenment/repos/testing-i686/PKGBUILD (from rev 221773, 
enlightenment/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-15 19:30:51 UTC (rev 221774)
@@ -0,0 +1,41 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers 
enlightenment-de...@enlightenment.org
+
+pkgname=enlightenment
+pkgver=0.19.0
+pkgrel=1
+pkgdesc=Enlightenment window manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+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')
+provides=(enlightenment17=$pkgver 'notification-daemon')
+conflicts=(enlightenment17)
+replaces=(enlightenment17)
+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=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-wayland-egl \
+   --enable-wayland-clients
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=$pkgdir install
+
+  # install LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: enlightenment/repos/testing-i686/enlightenment.install (from rev 
221773, enlightenment/trunk/enlightenment.install)
===
--- testing-i686/enlightenment.install  (rev 0)
+++ testing-i686/enlightenment.install  2014-09-15 19:30:51 UTC (rev 221774)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: enlightenment/repos/testing-x86_64/PKGBUILD (from rev 221773, 
enlightenment/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-15 19:30:51 UTC (rev 221774)
@@ -0,0 +1,41 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers 
enlightenment-de...@enlightenment.org
+
+pkgname=enlightenment
+pkgver=0.19.0
+pkgrel=1
+pkgdesc=Enlightenment window manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+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')
+provides=(enlightenment17=$pkgver 'notification-daemon')
+conflicts=(enlightenment17)
+replaces=(enlightenment17)
+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=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-wayland-egl \
+   --enable-wayland-clients
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=$pkgdir install
+
+  # install LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: enlightenment/repos/testing-x86_64/enlightenment.install (from rev 
221773, enlightenment/trunk/enlightenment.install)

[arch-commits] Commit in enlightenment/repos (6 files)

2014-01-08 Thread Ronald van Haren
Date: Wednesday, January 8, 2014 @ 21:36:08
  Author: ronald
Revision: 203372

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  enlightenment/repos/testing-i686/
  enlightenment/repos/testing-i686/PKGBUILD
(from rev 203371, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-i686/enlightenment.install
(from rev 203371, enlightenment/trunk/enlightenment.install)
  enlightenment/repos/testing-x86_64/
  enlightenment/repos/testing-x86_64/PKGBUILD
(from rev 203371, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/testing-x86_64/enlightenment.install
(from rev 203371, enlightenment/trunk/enlightenment.install)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/enlightenment.install   |   12 +
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/enlightenment.install |   12 +
 4 files changed, 104 insertions(+)

Copied: enlightenment/repos/testing-i686/PKGBUILD (from rev 203371, 
enlightenment/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-08 20:36:08 UTC (rev 203372)
@@ -0,0 +1,40 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers 
enlightenment-de...@enlightenment.org
+
+pkgname=enlightenment
+pkgver=0.18.2
+pkgrel=1
+pkgdesc=Enlightenment window manager
+arch=('i686' 'x86_64' 'arm')
+url=http://www.enlightenment.org;
+license=('BSD')
+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')
+provides=(enlightenment17=$pkgver 'notification-daemon')
+conflicts=(enlightenment17)
+replaces=(enlightenment17)
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/enlightenment.menu')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=enlightenment.install
+sha1sums=('e293108b8c5d6c7643ea868550763c9e8e0d6d08')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-wayland-clients --enable-wayland-egl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=$pkgdir install
+
+  # install LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: enlightenment/repos/testing-i686/enlightenment.install (from rev 
203371, enlightenment/trunk/enlightenment.install)
===
--- testing-i686/enlightenment.install  (rev 0)
+++ testing-i686/enlightenment.install  2014-01-08 20:36:08 UTC (rev 203372)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: enlightenment/repos/testing-x86_64/PKGBUILD (from rev 203371, 
enlightenment/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-08 20:36:08 UTC (rev 203372)
@@ -0,0 +1,40 @@
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers 
enlightenment-de...@enlightenment.org
+
+pkgname=enlightenment
+pkgver=0.18.2
+pkgrel=1
+pkgdesc=Enlightenment window manager
+arch=('i686' 'x86_64' 'arm')
+url=http://www.enlightenment.org;
+license=('BSD')
+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')
+provides=(enlightenment17=$pkgver 'notification-daemon')
+conflicts=(enlightenment17)
+replaces=(enlightenment17)
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/enlightenment.menu')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=enlightenment.install
+sha1sums=('e293108b8c5d6c7643ea868550763c9e8e0d6d08')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-wayland-clients --enable-wayland-egl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=$pkgdir install
+
+  # install LICENSE
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: enlightenment/repos/testing-x86_64/enlightenment.install (from rev 
203371, enlightenment/trunk/enlightenment.install)