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

Ronald van Haren ronald at archlinux.org
Mon Sep 15 19:30:51 UTC 2014


    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 <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at 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 <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at 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)
===================================================================
--- testing-x86_64/enlightenment.install	                        (rev 0)
+++ testing-x86_64/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
+}




More information about the arch-commits mailing list