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

Balló György bgyorgy at archlinux.org
Sun Jun 28 13:22:41 UTC 2015


    Date: Sunday, June 28, 2015 @ 15:22:41
  Author: bgyorgy
Revision: 136042

upgpkg: nemo-extensions 2.6.0-2

Fix FS#45198 and FS#45248

Modified:
  nemo-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-28 13:11:55 UTC (rev 136041)
+++ PKGBUILD	2015-06-28 13:22:41 UTC (rev 136042)
@@ -13,7 +13,7 @@
 	#'nemo-rabbitvcs'
 pkgver=2.6.0
 _pkgver=2.6.x
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="https://github.com/linuxmint/nemo-extensions"
@@ -37,6 +37,10 @@
 
   # GPG version in testing
   patch -Np1 -i ../gpgversion.patch
+
+  # Fix path for nemo-python
+  sed -i 's|libdirsuffix="/i386-linux-gnu/"|libdirsuffix=""|' nemo-python/m4/python.m4
+
 }
 
 build() {
@@ -112,6 +116,7 @@
   make DESTDIR="${pkgdir}" install
 
   # seahorse-tool is already in seahorse-nautilus package
+  make -C data DESTDIR="${pkgdir}" uninstall
   make -C tool DESTDIR="${pkgdir}" uninstall
 }
 



More information about the arch-commits mailing list