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

Balló György bgyorgy at archlinux.org
Fri Nov 20 20:16:35 UTC 2015


    Date: Friday, November 20, 2015 @ 21:16:35
  Author: bgyorgy
Revision: 147264

upgpkg: nemo-extensions 2.8.0-1

Update to new version

Modified:
  nemo-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-20 20:06:56 UTC (rev 147263)
+++ PKGBUILD	2015-11-20 20:16:35 UTC (rev 147264)
@@ -11,9 +11,9 @@
 	#'nemo-pastebin'
 	#'nemo-compare'
 	#'nemo-rabbitvcs'
-pkgver=2.6.0
-_pkgver=2.6.x
-pkgrel=3
+pkgver=2.8.0
+_pkgver=2.8.x
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="https://github.com/linuxmint/nemo-extensions"
@@ -24,7 +24,7 @@
 source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_pkgver}.tar.gz"
         "gpgversion.patch"
         clutter-gst3.patch)
-sha256sums=('222a9c96644c3dd22171a97721c11d9bc08e1d27b0c168179947bb94edc824cf'
+sha256sums=('21ecb2f197e17fba2046ef16493e1b4292a8cc0389c65e0ccc4562b1d0982fe5'
             '187b9c1d684b81abac7ef3095882cfe859bd50570e554d45fcfdbf6e50455b86'
             '7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
 
@@ -34,9 +34,6 @@
   # Python2 fix
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-  # Fix nemo-preview build
-  sed -i '/AM_GNU_GETTEXT/d' nemo-preview/configure.ac
-
   # GPG version in testing
   patch -Np1 -i ../gpgversion.patch
 
@@ -57,8 +54,8 @@
     autoreconf -fi
     ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/${dir} \
                 --disable-static --disable-schemas-compile
+    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
     make
-    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
     popd
   done
 
@@ -68,7 +65,7 @@
     pushd ${dir}
     ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/${dir} \
                  --disable-static --disable-schemas-compile
-  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' -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
     make
     popd
   done



More information about the arch-commits mailing list