[arch-commits] Commit in pygobject/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Fri Sep 2 19:04:58 UTC 2011
Date: Friday, September 2, 2011 @ 15:04:58
Author: ibiru
Revision: 136916
drop even more conflicts
Modified:
pygobject/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-02 18:56:25 UTC (rev 136915)
+++ PKGBUILD 2011-09-02 19:04:58 UTC (rev 136916)
@@ -4,7 +4,7 @@
pkgbase=pygobject
pkgname=(python-gobject python2-gobject)
pkgver=2.90.3
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://live.gnome.org/PyGObject"
license=('LGPL')
@@ -44,6 +44,7 @@
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}/usr/lib/python3.2/site-packages/gtk-2.0/"
}
package_python2-gobject() {
@@ -53,4 +54,5 @@
cd "${srcdir}/python2-build"
make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}/usr/lib/python2.7/site-packages/gtk-2.0/"
}
More information about the arch-commits
mailing list