Date: Thursday, March 16, 2023 @ 19:59:10 Author: alex19ep Revision: 1421181
upgpkg: mate-polkit 1.27.0-1 upstream release Modified: mate-polkit/trunk/PKGBUILD ----------+ PKGBUILD | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-16 19:58:54 UTC (rev 1421180) +++ PKGBUILD 2023-03-16 19:59:10 UTC (rev 1421181) @@ -1,8 +1,9 @@ -# Maintainer: Brad Fanella <[email protected]> +# Maintainer: Alexander Epaneshnikov <[email protected]> +# Contributor: Brad Fanella <[email protected]> # Contributor: Martin Wimpress <[email protected]> pkgname=mate-polkit -pkgver=1.26.1 +pkgver=1.27.0 pkgrel=1 pkgdesc="PolicyKit integration for the MATE desktop" url="https://mate-desktop.org" @@ -14,24 +15,24 @@ conflicts=('mate-polkit-gtk3') replaces=('mate-polkit-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('f5b7b0b5dfc53302c40403245998eb9121af3f50e71666a09ab73bb254520357') +sha256sums=('39640971872d9b0a4db331bc31e1097a9929d1360fda54bfe46efa0ae27b5676') build() { - cd "${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/${pkgname} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --enable-introspection + cd "${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-introspection - #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 }
