[arch-commits] Commit in python-caja/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Sun Oct 27 19:06:27 UTC 2019
Date: Sunday, October 27, 2019 @ 19:06:26
Author: cesura
Revision: 520792
archrelease: copy trunk to community-x86_64
Added:
python-caja/repos/community-x86_64/PKGBUILD
(from rev 520791, python-caja/trunk/PKGBUILD)
Deleted:
python-caja/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-27 19:05:05 UTC (rev 520791)
+++ PKGBUILD 2019-10-27 19:06:26 UTC (rev 520792)
@@ -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 520791, python-caja/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-27 19:06:26 UTC (rev 520792)
@@ -0,0 +1,36 @@
+# 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
+}
More information about the arch-commits
mailing list