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

Jan de Groot jgc at archlinux.org
Sun Jun 3 21:36:32 UTC 2018


    Date: Sunday, June 3, 2018 @ 21:36:32
  Author: jgc
Revision: 325719

upgpkg: libglade 2.6.4-6

Modified:
  libglade/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 21:34:16 UTC (rev 325718)
+++ PKGBUILD	2018-06-03 21:36:32 UTC (rev 325719)
@@ -3,7 +3,7 @@
 
 pkgname=libglade
 pkgver=2.6.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Allows you to load glade interface files in a program at runtime"
 arch=(x86_64)
 license=('LGPL')
@@ -14,8 +14,8 @@
 source=(https://download.gnome.org/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2
 	libglade-2.0.1-nowarning.patch)
 url="http://www.gnome.org"
-md5sums=('d1776b40f4e166b5e9c107f1c8fe4139'
-         '4f879c0ce550004905aa0fb24f25c353')
+sha256sums=('64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec'
+            '423c12af1c73442caa851a0b8db33b00fa4b778b1b422a4e8ac33d121d043008')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,6 +25,9 @@
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



More information about the arch-commits mailing list