Date: Thursday, March 16, 2023 @ 22:43:09
  Author: alex19ep
Revision: 1421222

upgpkg: python-caja 1.27.0-1 upstream release

Modified:
  python-caja/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-16 22:37:54 UTC (rev 1421221)
+++ PKGBUILD    2023-03-16 22:43:09 UTC (rev 1421222)
@@ -1,9 +1,10 @@
-# Maintainer: Brad Fanella <[email protected]>
+# Maintainer: Alexander Epaneshnikov <[email protected]>
+# Contributor: Brad Fanella <[email protected]>
 # Contributor: Martin Wimpress <[email protected]>
 
 pkgname=python-caja
-pkgver=1.26.0
-pkgrel=2
+pkgver=1.27.0
+pkgrel=1
 pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
 url="https://mate-desktop.org";
 arch=('x86_64')
@@ -11,24 +12,20 @@
 depends=('caja' 'python-gobject')
 makedepends=('intltool')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
-sha256sums=('21f771efc756fcb183a2fc6dcbbf3c55220290c62a77522113e68c7883663fa0')
+sha256sums=('b71852df292479229fd3ca013f23c0ee9a57997ffa108edd36e122e454f2d636')
 
-prepare() {
-       cd "python-caja-${pkgver}"
-}
-
 build() {
        cd "python-caja-${pkgver}"
-       PYTHON=python3 ./configure \
-               --prefix=/usr
+       ./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
 }

Reply via email to