summaryrefslogtreecommitdiff
path: root/extra/gnome-python-desktop
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
committerroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
commit9e3985ed7c9851da65023a0ab3d0739cce1858e2 (patch)
tree817050bac0aea21506bd81fde0bd6a07d7e2d3e4 /extra/gnome-python-desktop
parentc84b2cd310f86dc50c4f52a5907cb17652e8c87c (diff)
Thu Oct 18 01:23:58 PDT 2012
Diffstat (limited to 'extra/gnome-python-desktop')
-rw-r--r--extra/gnome-python-desktop/PKGBUILD38
1 files changed, 26 insertions, 12 deletions
diff --git a/extra/gnome-python-desktop/PKGBUILD b/extra/gnome-python-desktop/PKGBUILD
index 86b3c66d9..569da8596 100644
--- a/extra/gnome-python-desktop/PKGBUILD
+++ b/extra/gnome-python-desktop/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 157924 2012-04-30 06:08:46Z eric $
+# $Id: PKGBUILD 169097 2012-10-17 22:51:16Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Arjan Timmerman <arjan@soulfly.nl>
# Contributor: Wael Nasreddine <gandalf@siemens-mobiles.org>
pkgbase=gnome-python-desktop
-pkgname=('gnome-python-desktop' 'python-gnomedesktop' 'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 'python-totem-plparser' 'python-wnck')
+pkgname=('gnome-python-desktop' 'python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck')
pkgver=2.32.0
-pkgrel=10
+pkgrel=12
arch=(i686 x86_64)
license=('GPL' 'LGPL')
options=('!libtool')
@@ -25,48 +25,58 @@ build() {
}
package_gnome-python-desktop() {
- depends=('python-gnomedesktop' 'python-gnomekeyring' 'python-gtop' 'python-metacity' 'python-rsvg' 'python-totem-plparser' 'python-wnck' 'gnome-python')
+ depends=('python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck' 'gnome-python')
pkgdesc="Python bindings for the GNOME desktop environment"
cd "${srcdir}/${pkgbase}-${pkgver}"
make install-pkgconfigDATA DESTDIR="${pkgdir}"
}
-package_python-gnomedesktop() {
+package_python2-gnomedesktop() {
depends=('pygtk' 'gnome-desktop2' 'python2-gnomevfs')
pkgdesc="Python bindings for gnome-desktop 2.x"
-
+ conflicts=('python-gnomedesktop<=2.32.0-10')
+ replaces=('python-gnomedesktop<=2.32.0-10')
+
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C gnomedesktop install DESTDIR="${pkgdir}"
}
-package_python-gnomekeyring() {
+package_python2-gnomekeyring() {
depends=('pygtk' 'libgnome-keyring')
pkgdesc="Python bindings for libgnome-keyring"
+ conflicts=('python-gnomekeyring<=2.32.0-10')
+ replaces=('python-gnomekeyring<=2.32.0-10')
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C gnomekeyring install DESTDIR="${pkgdir}"
}
-package_python-gtop() {
+package_python2-gtop() {
depends=('pygtk' 'libgtop')
pkgdesc="Python bindings for libgtop"
+ conflicts=('python-gtop<=2.32.0-10')
+ replaces=('python-gtop<=2.32.0-10')
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C gtop install DESTDIR="${pkgdir}"
}
-package_python-metacity() {
+package_python2-metacity() {
depends=('pygtk' 'metacity')
pkgdesc="Python bindings for metacity"
+ conflicts=('python-metacity<=2.32.0-10')
+ replaces=('python-metacity<=2.32.0-10')
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C metacity install DESTDIR="${pkgdir}"
}
-package_python-rsvg() {
+package_python2-rsvg() {
depends=('pygtk' 'librsvg')
pkgdesc="Python bindings for librsvg"
+ conflicts=('python-rsvg<=2.32.0-10')
+ replaces=('python-rsvg<=2.32.0-10')
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C rsvg install DESTDIR="${pkgdir}"
@@ -74,9 +84,11 @@ package_python-rsvg() {
install -m644 rsvg/rsvg.defs "${pkgdir}/usr/share/pygtk/2.0/defs/"
}
-package_python-totem-plparser() {
+package_python2-totem-plparser() {
depends=('pygtk' 'totem-plparser' 'python2-gnomevfs')
pkgdesc="Python bindings for totem-plparser"
+ conflicts=('python-totem-plparser<=2.32.0-10')
+ replaces=('python-totem-plparser<=2.32.0-10')
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C totem install DESTDIR="${pkgdir}"
@@ -84,9 +96,11 @@ package_python-totem-plparser() {
install -m644 totem/plparser.defs "${pkgdir}/usr/share/pygtk/2.0/defs/"
}
-package_python-wnck() {
+package_python2-wnck() {
depends=('pygtk' 'libwnck')
pkgdesc="Python bindings for libwnck"
+ conflicts=('python-wnck<=2.32.0-10')
+ replaces=('python-wnck<=2.32.0-10')
cd "${srcdir}/${pkgbase}-${pkgver}"
make -C wnck install DESTDIR="${pkgdir}"