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

Jan de Groot jgc at archlinux.org
Mon Mar 21 13:47:01 UTC 2016


    Date: Monday, March 21, 2016 @ 14:47:01
  Author: jgc
Revision: 262168

upgpkg: gnome-color-manager 3.20.0-1

Modified:
  gnome-color-manager/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 13:45:19 UTC (rev 262167)
+++ PKGBUILD	2016-03-21 13:47:01 UTC (rev 262168)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-color-manager
-pkgver=3.18.0
-pkgrel=2
+pkgver=3.20.0
+pkgrel=1
 pkgdesc="Color profile manager for the GNOME desktop"
 arch=(i686 x86_64)
 url="http://projects.gnome.org/gnome-color-manager/"
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('gnome-extra')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('83d06f3b76b89b6c56bd6e4f792e15c67b561682fa9d59b60cbf716f6130a435')
+sha256sums=('fc4b8b075e79c1633ad935fb42e2aa06bf31a3e7e15360c705c771366e540793')
 
 build(){
   cd $pkgname-$pkgver
@@ -24,8 +24,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib/gnome-color-manager --disable-static --disable-man-pages
 
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list