[arch-commits] Commit in e_dbus/repos (4 files)
Ronald van Haren
ronald at archlinux.org
Tue Nov 20 19:24:39 UTC 2012
Date: Tuesday, November 20, 2012 @ 14:24:39
Author: ronald
Revision: 171643
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
e_dbus/repos/extra-i686/
e_dbus/repos/extra-i686/PKGBUILD
(from rev 171642, e_dbus/trunk/PKGBUILD)
e_dbus/repos/extra-x86_64/
e_dbus/repos/extra-x86_64/PKGBUILD
(from rev 171642, e_dbus/trunk/PKGBUILD)
-----------------------+
extra-i686/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-x86_64/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 104 insertions(+)
Copied: e_dbus/repos/extra-i686/PKGBUILD (from rev 171642, e_dbus/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 19:24:39 UTC (rev 171643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=e_dbus
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+ export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+ export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed ${LDFLAGS}"
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static \
+ --disable-ebluez \
+ --disable-econnman0_7x \
+ --disable-ehal \
+ --enable-enotify \
+ --disable-eofono \
+ --disable-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/extra-x86_64/PKGBUILD (from rev 171642, e_dbus/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-11-20 19:24:39 UTC (rev 171643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Gustavo Sverzut Barbieri <barbieri at gmail.com>
+
+pkgname=e_dbus
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CFLAGS}"
+ export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections ${CXXFLAGS}"
+ export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--gc-sections -Wl,--as-needed ${LDFLAGS}"
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static \
+ --disable-ebluez \
+ --disable-econnman0_7x \
+ --disable-ehal \
+ --enable-enotify \
+ --disable-eofono \
+ --disable-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