You are not logged in.
I just tried creating a package for meld, a GNOME 2 diff and merge tool. But I can't install the package because of unsatisfied dependencies. These dependencies, however, are satisfied as far as I can see:
[root@magni meld]# pacman -A meld-0.9.2.1-1.pkg.tar.gz
loading package data... done.
error: unsatisfied dependencies:
meld: requires pyorbit pygtk gnome-python
[root@magni meld]# pacman -Q pyorbit pygtk gnome-python
pyorbit 2.0.0-1
pygtk 2.2.0-1
gnome-python 2.0.0-3
[root@magni meld]#
Here's my PKGBUILD for additional reference:
# $Id$
# Maintainer: bjorn <b.lindeijer@xs4all.nl>
# Committer:
pkgname=meld
pkgver=0.9.2.1
pkgrel=1
pkgdesc="GNOME 2 visual diff and merge tool"
depends=('pyorbit pygtk gnome-python')
source=(http://fgo-temp.acc.umu.se/pub/gnome/sources/meld/0.9/$pkgname-$pkgver.tar.bz2)
build() {
cd $startdir/src/$pkgname-$pkgver
make prefix=$startdir/pkg/usr install
}
Anybody got an idea of what could be wrong? I'm using the latest pacman 2.7.6.
http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.
Offline
There is no package 'pyorbit pygtk gnome-python', there are, however, packages 'pyorbit', 'pygtk', and 'gnome-python'.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
OMG! Of course, as you'll guess, I started with a copied PKGBUILD that depended only on one package...
It's working fine now, thanks.
http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.
Offline
Right, and then there seems to be already a meld package in staging... It seems to indicate version 0.9.1 while it seems to be 0.9.2.1, though. Ah well, request to move it to extra?
http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.
Offline