Date: Friday, January 11, 2019 @ 08:33:06 Author: cesura Revision: 422360
upgpkg: python2-caja 1.20.2-1 Updated to version 1.20.2 Modified: python2-caja/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-11 08:30:00 UTC (rev 422359) +++ PKGBUILD 2019-01-11 08:33:06 UTC (rev 422360) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella <[email protected]> # Contributor: Martin Wimpress <[email protected]> pkgname=python2-caja -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="Python binding for Caja, to allow Caja property page and menu item extensions to be written in Python" url="http://mate-desktop.org" @@ -12,25 +13,25 @@ conflicts=('python2-caja-gtk3') replaces=('python2-caja-gtk3') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz") -sha1sums=('238214bedffaba2f8e911b2fe0ba9c5016e1a477') +sha256sums=('eb349fc033ca8dad924b573ede74612d7fa83f6fea93d052d00f13b2c2af289b') prepare() { - cd python-caja-${pkgver} - sed -i 's/python-config/python2-config/' configure + cd "python-caja-${pkgver}" + sed -i 's/python-config/python2-config/' configure } build() { - cd python-caja-${pkgver} - PYTHON=/usr/bin/python2 ./configure \ - --prefix=/usr + cd "python-caja-${pkgver}" + PYTHON=/usr/bin/python2 ./configure \ + --prefix=/usr - #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 python-caja-${pkgver} - make DESTDIR="${pkgdir}" install + cd "python-caja-${pkgver}" + make DESTDIR="${pkgdir}" install }
