[arch-commits] Commit in (4 files)

Martin Wimpress flexiondotorg at archlinux.org
Sun May 10 11:28:52 UTC 2015


    Date: Sunday, May 10, 2015 @ 13:28:52
  Author: flexiondotorg
Revision: 133174

Added python2-caja-gtk3

Added:
  python2-caja-gtk3/
  python2-caja-gtk3/repos/
  python2-caja-gtk3/trunk/
  python2-caja-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Added: python2-caja-gtk3/trunk/PKGBUILD
===================================================================
--- python2-caja-gtk3/trunk/PKGBUILD	                        (rev 0)
+++ python2-caja-gtk3/trunk/PKGBUILD	2015-05-10 11:28:52 UTC (rev 133174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgname=python-caja
+pkgname=python2-caja-gtk3
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item extensions to be written in Python (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja-gtk3>=1.10' 'python2-gobject')
+makedepends=('mate-common')
+conflicts=('python2-caja')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('6e9fa98bd3ee82106534dad3a464aebe436fa0a0')
+
+prepare() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}


Property changes on: python2-caja-gtk3/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list