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

Jan de Groot jgc at archlinux.org
Fri Mar 18 11:48:54 UTC 2016


    Date: Friday, March 18, 2016 @ 12:48:54
  Author: jgc
Revision: 262038

upgpkg: dbus-python 1.2.4-1

Modified:
  dbus-python/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-18 11:21:00 UTC (rev 262037)
+++ PKGBUILD	2016-03-18 11:48:54 UTC (rev 262038)
@@ -3,7 +3,7 @@
 
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="Python bindings for DBUS"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="http://www.freedesktop.org/wiki/Software/DBusBindings"
 makedepends=('docutils' 'dbus-glib' 'python' 'python2' 'autoconf-archive')
 source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-md5sums=('d1f2c7ba976d457206caf57d20b5cb5d'
+md5sums=('7372a588c83a7232b4e08159bfd48fe5'
          'SKIP')
 validpgpkeys=('3C8672A0F49637FE064AC30F52A43A1E4B77B059') #SimonMcVittie
 
@@ -24,10 +24,12 @@
 build() {
   cd build-python2
   PYTHON=python2 ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 
   cd ../build-python3
   ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list