You are not logged in.

#1 2003-08-30 20:54:33

red_over_blue
Member
Registered: 2003-07-19
Posts: 152

PyQt

pkgname=PyQt
pkgver=3.8
pkgrel=1
pkgdesc="PyQt is a set of Python bindings for the Qt toolkit"
url="http://www.riverbankcomputing.co.uk/pyqt/index.php"

# Contributor: riai <riai@bigfoot.com>
# Username: riai

pkgname=PyQt
pkgver=3.11
pkgrel=1
pkgdesc="PyQt is a set of Python bindings for the Qt toolkit."
url="http://riverbankcomputing.co.uk/pyqt/"
depends=('python' 'qt' 'sip>=4')
pkgurl="http://www.river-bank.demon.co.uk/download/$pkgname/"
source=($pkgurl/$pkgname-x11-gpl-$pkgver.tar.gz)
md5sums=('78d0ef29f57d7efd1d87f9a24fc25f1e')

build() {
  cd $startdir/src/$pkgname-x11-gpl-$pkgver

  python configure.py -b /usr/bin 
  -d /usr/lib/python2.3/site-packages 
  -v /usr/share/sip

  make || return 1
  make DESTDIR=$startdir/pkg install
}

Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details

Offline

#2 2004-06-28 17:09:00

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: PyQt

if this is the only pyqt pkg for arch (searched the repos, staging and the forum), then it need 2 small updates:

- make the pkgname all lowcase
- update it to 3.12

i will then try to check to include it to extra as it is needed by other pkgs like qtorrent (http://bbs.archlinux.org/viewtopic.php? … t=qtorrent) and others

thanx in advance


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB