[arch-commits] Commit in python-caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Jul 19 08:38:05 UTC 2020


    Date: Sunday, July 19, 2020 @ 08:38:05
  Author: bgyorgy
Revision: 664528

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-19 08:38:02 UTC (rev 664527)
+++ PKGBUILD	2020-07-19 08:38:05 UTC (rev 664528)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=python-caja
-pkgver=1.22.1
-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')
-conflicts=('python2-caja')
-replaces=('python2-caja')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz")
-sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
-
-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 664527, python-caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-19 08:38:05 UTC (rev 664528)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=python-caja
+pkgver=1.24.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')
+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
+}



More information about the arch-commits mailing list