[arch-commits] Commit in gnome-disk-utility/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Mar 21 14:54:05 UTC 2016
Date: Monday, March 21, 2016 @ 15:54:05
Author: jgc
Revision: 262186
upgpkg: gnome-disk-utility 3.20.0-1
Modified:
gnome-disk-utility/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-21 14:51:12 UTC (rev 262185)
+++ PKGBUILD 2016-03-21 14:54:05 UTC (rev 262186)
@@ -3,7 +3,7 @@
# Contributor: Silvio Knizek (killermoehre)
pkgname=gnome-disk-utility
-pkgver=3.18.3.1
+pkgver=3.20.0
pkgrel=1
pkgdesc="Disk Management Utility for GNOME"
arch=(i686 x86_64)
@@ -15,11 +15,12 @@
options=('!emptydirs')
install=gnome-disk-utility.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('652e6332bcf987b15621ebcefc2c14f360b21b7295f94fded6ecfc40c45ae4e8')
+sha256sums=('31c20cb086aa1bf3ac466607aeca4ebf45a9c46f273b91a322c987091da32eab')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list