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

Ronald van Haren ronald at archlinux.org
Mon Sep 5 11:34:47 UTC 2016


    Date: Monday, September 5, 2016 @ 11:34:46
  Author: ronald
Revision: 275765

db-move: moved enlightenment from [testing] to [extra] (i686, x86_64)

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-09-05 09:41:35 UTC (rev 275764)
+++ extra-i686/PKGBUILD	2016-09-05 11:34:46 UTC (rev 275765)
@@ -1,40 +0,0 @@
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
-
-pkgname=enlightenment
-pkgver=0.20.10
-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=('0f8b5b1e1cabfc9583d7080a9bfdf8631679fe9a')
-
-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 275764, enlightenment/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-09-05 11:34:46 UTC (rev 275765)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
+
+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/e_alert.patch (from rev 275764, enlightenment/repos/testing-i686/e_alert.patch)
===================================================================
--- extra-i686/e_alert.patch	                        (rev 0)
+++ extra-i686/e_alert.patch	2016-09-05 11:34:46 UTC (rev 275765)
@@ -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 <stdio.h>
+ #include <stdlib.h>
+ #include <stdarg.h>
+@@ -19,7 +23,6 @@
+ # ifdef HAVE_WL_DRM
+ #  include <Ecore_Input.h>
+ #  ifdef HAVE_DRM2
+-#   define EFL_BETA_API_SUPPORT
+ #   include <drm_fourcc.h>
+ #   include <Ecore_Drm2.h>
+ #  else

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-09-05 09:41:35 UTC (rev 275764)
+++ extra-x86_64/PKGBUILD	2016-09-05 11:34:46 UTC (rev 275765)
@@ -1,40 +0,0 @@
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
-
-pkgname=enlightenment
-pkgver=0.20.10
-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=('0f8b5b1e1cabfc9583d7080a9bfdf8631679fe9a')
-
-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-x86_64/PKGBUILD (from rev 275764, enlightenment/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-09-05 11:34:46 UTC (rev 275765)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
+
+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-x86_64/e_alert.patch (from rev 275764, enlightenment/repos/testing-x86_64/e_alert.patch)
===================================================================
--- extra-x86_64/e_alert.patch	                        (rev 0)
+++ extra-x86_64/e_alert.patch	2016-09-05 11:34:46 UTC (rev 275765)
@@ -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 <stdio.h>
+ #include <stdlib.h>
+ #include <stdarg.h>
+@@ -19,7 +23,6 @@
+ # ifdef HAVE_WL_DRM
+ #  include <Ecore_Input.h>
+ #  ifdef HAVE_DRM2
+-#   define EFL_BETA_API_SUPPORT
+ #   include <drm_fourcc.h>
+ #   include <Ecore_Drm2.h>
+ #  else



More information about the arch-commits mailing list