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

Balló György bgyorgy at archlinux.org
Tue Feb 16 23:41:12 UTC 2016


    Date: Wednesday, February 17, 2016 @ 00:41:12
  Author: bgyorgy
Revision: 161916

upgpkg: gnome-panel 3.18.2-1

Update to new version

Modified:
  gnome-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-16 23:31:08 UTC (rev 161915)
+++ PKGBUILD	2016-02-16 23:41:12 UTC (rev 161916)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-panel
-pkgver=3.18.1
-pkgrel=3
+pkgver=3.18.2
+pkgrel=1
 pkgdesc="Panel of GNOME Flashback"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Projects/GnomePanel"
@@ -15,12 +15,16 @@
             'gnome-applets: Extra applets for the panel')
 install=$pkgname.install
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c62518031fe86cd36a2385686363a7e5eb0a94f2fc6a8a48cf56d94654540377')
+sha256sums=('e2d8a51a2b9b3a4aa948647992f6fee23c3e69ec5639f2a824383e8a61fbac29')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
               --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



More information about the arch-commits mailing list