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

Jan de Groot jgc at archlinux.org
Tue Mar 22 21:17:10 UTC 2016


    Date: Tuesday, March 22, 2016 @ 22:17:10
  Author: jgc
Revision: 262434

upgpkg: nautilus 3.19.93-1

Modified:
  nautilus/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-22 21:14:43 UTC (rev 262433)
+++ PKGBUILD	2016-03-22 21:17:10 UTC (rev 262434)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.18.5
+pkgver=3.19.93
 pkgrel=1
 pkgdesc="GNOME file manager"
 arch=(i686 x86_64)
@@ -10,15 +10,12 @@
 license=(GPL)
 depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
          libtracker-sparql nautilus-sendto)
-makedepends=(intltool gobject-introspection python packagekit)
+makedepends=(intltool gobject-introspection python packagekit python2)
 url="http://www.gnome.org"
 options=('!emptydirs')
 source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('60a927c0522b4cced9d8f62baed2ee5e2fd4305be4523eb5bc44805971a6cc15')
+sha256sums=('5aa3aa4e07bb4d66e884c7cc89968e657cabe9df0c4d3419a487a6303478d912')
 
-prepare() {
-  cd $pkgbase-$pkgver
-}
 
 build() {
   cd $pkgbase-$pkgver
@@ -26,8 +23,9 @@
       --localstatedir=/var --disable-static \
       --libexecdir=/usr/lib/nautilus \
       --disable-update-mimedb \
-      --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
+      --disable-schemas-compile \
+      --disable-selinux
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list