Date: Saturday, March 30, 2019 @ 01:09:18 Author: cesura Revision: 446170
upgpkg: caja 1.22.0-1 Updated to version 1.22 Modified: caja/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-30 01:07:51 UTC (rev 446169) +++ PKGBUILD 2019-03-30 01:09:18 UTC (rev 446170) @@ -3,7 +3,7 @@ pkgname=caja pkgver=1.22.0 -pkgrel=2 +pkgrel=1 pkgdesc="File manager for the MATE desktop" url="https://mate-desktop.org" arch=('x86_64') @@ -18,23 +18,23 @@ sha256sums=('f4b17d96acfffc88b6e072819704b19dd4166e908cbd56c9fde5c67d70b2a993') build() { - cd "$pkgname-$pkgver" - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/$pkgname \ - --enable-introspection \ - --disable-update-mimedb + cd "$pkgname-$pkgver" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/$pkgname \ + --enable-introspection \ + --disable-update-mimedb - #https://bugzilla.gnome.org/show_bug.cgi?id=656231 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make + make } package() { - cd "$pkgname-$pkgver" - make DESTDIR="${pkgdir}" install + cd "$pkgname-$pkgver" + make DESTDIR="${pkgdir}" install - # Remove D-Bus activation file to avoid conflict with nautilus-desktop - rm -r "$pkgdir/usr/share/dbus-1/" + # Remove D-Bus activation file to avoid conflict with nautilus-desktop + rm -r "$pkgdir/usr/share/dbus-1/" }
