[arch-commits] Commit in e_dbus/trunk (PKGBUILD)

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


    Date: Friday, December 13, 2013 @ 20:09:16
  Author: ronald
Revision: 201514

upgpkg: e_dbus 1.7.9-2

upload e18 libs and e17 wm

Modified:
  e_dbus/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-13 19:06:34 UTC (rev 201513)
+++ PKGBUILD	2013-12-13 19:09:16 UTC (rev 201514)
@@ -4,22 +4,20 @@
 
 pkgname=e_dbus
 pkgver=1.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus integration with Ecore"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org"
 license=('BSD')
-depends=('ecore' 'dbus-core')
+depends=('efl' 'dbus-core')
 options=('!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
 sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  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}"
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
 
   ./configure \
     --prefix=/usr \
@@ -42,12 +40,12 @@
 }
 
 package(){
-  cd $srcdir/$pkgname-$pkgver
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR="${pkgdir}" install
 
   # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-        $pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+        "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 




More information about the arch-commits mailing list