Date: Monday, October 7, 2019 @ 11:15:51
  Author: cesura
Revision: 513723

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-07 11:15:34 UTC (rev 513722)
+++ PKGBUILD    2019-10-07 11:15:51 UTC (rev 513723)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella <[email protected]>
-# Contributor: Martin Wimpress <[email protected]>
-
-pkgname=python2-caja
-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";
-arch=('x86_64')
-license=('GPL')
-depends=('caja' 'python2-gobject')
-makedepends=('intltool')
-conflicts=('python2-caja-gtk3')
-replaces=('python2-caja-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
-sha256sums=('eb349fc033ca8dad924b573ede74612d7fa83f6fea93d052d00f13b2c2af289b')
-
-prepare() {
-       cd "python-caja-${pkgver}"
-       sed -i 's/python-config/python2-config/' configure
-}
-
-build() {
-       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
-
-        make
-}
-
-package() {
-       cd "python-caja-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: python2-caja/repos/community-x86_64/PKGBUILD (from rev 513722, 
python2-caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-10-07 11:15:51 UTC (rev 513723)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <[email protected]>
+# Contributor: Martin Wimpress <[email protected]>
+
+pkgname=python2-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' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja-gtk3')
+replaces=('python2-caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
+sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
+
+prepare() {
+       cd "python-caja-${pkgver}"
+       sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+       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
+
+        make
+}
+
+package() {
+       cd "python-caja-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to