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

Jan de Groot jgc at archlinux.org
Tue Aug 9 09:19:18 UTC 2016


    Date: Tuesday, August 9, 2016 @ 09:19:18
  Author: jgc
Revision: 273535

upgpkg: xchat 2.8.8-19

Fix overlinking, rebuild with current librsvg to fix icon sizes (FS#48492)

Modified:
  xchat/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-09 07:59:46 UTC (rev 273534)
+++ PKGBUILD	2016-08-09 09:19:18 UTC (rev 273535)
@@ -3,7 +3,7 @@
 
 pkgname=xchat
 pkgver=2.8.8
-pkgrel=18
+pkgrel=19
 pkgdesc="A GTK+ based IRC client"
 arch=('i686' 'x86_64')
 url="http://www.xchat.org/"
@@ -43,6 +43,7 @@
 
   LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share \
     --enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list