summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df561a4d45a2..7da9bab1e7ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libglade
pkgdesc = Allows you to load glade interface files in a program at runtime (32-bit)
pkgver = 2.6.4
- pkgrel = 7
+ pkgrel = 8
url = https://www.gnome.org
arch = x86_64
license = LGPL
@@ -11,10 +11,10 @@ pkgbase = lib32-libglade
depends = lib32-gtk2
depends = lib32-libxml2
depends = libglade
+ options = !lto
source = https://download.gnome.org/sources/libglade/2.6/libglade-2.6.4.tar.bz2
source = libglade-2.0.1-nowarning.patch
sha512sums = b725842febaf4c1f0d305a629ae1c61ea2de24dd6f41937e806c078fada2cea483195ef40f5238ce2045e47130c92559e984f677de667b840dd7fff0f8559735
sha512sums = 5ab9dfb85938fb7e9ec637a9d68f3db961f3986e1eb9eec0d684af4ce2361c83d6998283b2bd5b4e1bd7950ca456cc3ea7fae567ac52ae391f6c9d5456c6dd2e
pkgname = lib32-libglade
-
diff --git a/PKGBUILD b/PKGBUILD
index fbbd8deb810a..c7b9fc5f2517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
-# Maintainer: Pierre Schmitz <pierre@archlinux.de>
+# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: Felix Yan <felixonmars@archlinux.org>
+# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: TryA <tryagainprod {at} gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
_pkgbasename=libglade
pkgname=lib32-libglade
pkgver=2.6.4
-pkgrel=7
+pkgrel=8
pkgdesc="Allows you to load glade interface files in a program at runtime (32-bit)"
arch=('x86_64')
license=('LGPL')
+options=('!lto')
depends=('lib32-gtk2' 'lib32-libxml2' "${_pkgbasename}")
makedepends=('python2' 'pkgconfig' 'gcc-multilib')
source=("https://download.gnome.org/sources/${_pkgbasename}/2.6/${_pkgbasename}-${pkgver}.tar.bz2"