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

Ronald van Haren ronald at nymeria.archlinux.org
Wed Jan 8 20:36:08 UTC 2014


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




More information about the arch-commits mailing list