[arch-commits] Commit in e_dbus/repos (4 files)

Ronald van Haren ronald at nymeria.archlinux.org
Fri Dec 13 19:09:27 UTC 2013


    Date: Friday, December 13, 2013 @ 20:09:27
  Author: ronald
Revision: 201515

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

Added:
  e_dbus/repos/testing-i686/
  e_dbus/repos/testing-i686/PKGBUILD
    (from rev 201514, e_dbus/trunk/PKGBUILD)
  e_dbus/repos/testing-x86_64/
  e_dbus/repos/testing-x86_64/PKGBUILD
    (from rev 201514, e_dbus/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   51 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   51 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+)

Copied: e_dbus/repos/testing-i686/PKGBUILD (from rev 201514, e_dbus/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-12-13 19:09:27 UTC (rev 201515)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=2
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('efl' 'dbus-core')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-ebluez \
+    --disable-econnman0_7x \
+    --disable-ehal \
+    --enable-enotify \
+    --disable-eofono \
+    --enable-eukit \
+    --disable-edbus-test \
+    --disable-edbus-test-client \
+    --disable-edbus-bluez-test \
+    --disable-edbus-connman0_7x-test \
+    --disable-edbus-ofono-test \
+    --disable-edbus-async-test \
+    --disable-edbus-performance-test \
+    --disable-doc
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+        "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Copied: e_dbus/repos/testing-x86_64/PKGBUILD (from rev 201514, e_dbus/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-12-13 19:09:27 UTC (rev 201515)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=2
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('efl' 'dbus-core')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-ebluez \
+    --disable-econnman0_7x \
+    --disable-ehal \
+    --enable-enotify \
+    --disable-eofono \
+    --enable-eukit \
+    --disable-edbus-test \
+    --disable-edbus-test-client \
+    --disable-edbus-bluez-test \
+    --disable-edbus-connman0_7x-test \
+    --disable-edbus-ofono-test \
+    --disable-edbus-async-test \
+    --disable-edbus-performance-test \
+    --disable-doc
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+        "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+




More information about the arch-commits mailing list