Date: Sunday, August 8, 2021 @ 19:23:05
  Author: arojas
Revision: 995620

archrelease: copy trunk to community-x86_64

Added:
  python-caja/repos/community-x86_64/PKGBUILD
    (from rev 995619, python-caja/trunk/PKGBUILD)
Deleted:
  python-caja/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-08 19:23:01 UTC (rev 995619)
+++ PKGBUILD    2021-08-08 19:23:05 UTC (rev 995620)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella <[email protected]>
-# Contributor: Martin Wimpress <[email protected]>
-
-pkgname=python-caja
-pkgver=1.24.0
-pkgrel=2
-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')
-license=('GPL')
-depends=('caja' 'python-gobject')
-makedepends=('intltool')
-conflicts=('python2-caja')
-replaces=('python2-caja')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
-sha256sums=('efe1910938f016e72b8806d5b222e5074d998da42cdad1bc1ef93f460c0ee6f2')
-
-prepare() {
-       cd "python-caja-${pkgver}"
-}
-
-build() {
-       cd "python-caja-${pkgver}"
-       PYTHON=python3 ./configure \
-               --prefix=/usr
-
-       #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-        make
-}
-
-package() {
-       cd "python-caja-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: python-caja/repos/community-x86_64/PKGBUILD (from rev 995619, 
python-caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-08-08 19:23:05 UTC (rev 995620)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella <[email protected]>
+# Contributor: Martin Wimpress <[email protected]>
+
+pkgname=python-caja
+pkgver=1.26.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')
+license=('GPL')
+depends=('caja' 'python-gobject')
+makedepends=('intltool')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
+sha256sums=('21f771efc756fcb183a2fc6dcbbf3c55220290c62a77522113e68c7883663fa0')
+
+prepare() {
+       cd "python-caja-${pkgver}"
+}
+
+build() {
+       cd "python-caja-${pkgver}"
+       PYTHON=python3 ./configure \
+               --prefix=/usr
+
+       #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+        make
+}
+
+package() {
+       cd "python-caja-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to