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

Antonio Rojas arojas at archlinux.org
Thu Jul 26 07:16:34 UTC 2018


    Date: Thursday, July 26, 2018 @ 07:16:34
  Author: arojas
Revision: 363473

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-26 07:16:12 UTC (rev 363472)
+++ PKGBUILD	2018-07-26 07:16:34 UTC (rev 363473)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=python2-caja
-pkgver=1.20.0
-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")
-sha1sums=('ffc3d0e6337fc5883d6828ed8e69fab270e72e24')
-
-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 363472, python2-caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-26 07:16:34 UTC (rev 363473)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=python2-caja
+pkgver=1.20.1
+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")
+sha1sums=('238214bedffaba2f8e911b2fe0ba9c5016e1a477')
+
+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
+}



More information about the arch-commits mailing list