You are not logged in.
Just wanted to annouce new version with lots of new features.
Offline
the pkg is flagged out of date ... please give the maintainer of the pkg some time to update it
if you are in a hurry, you can use ABS
The impossible missions are the only ones which succeed.
Offline
pkgname=inkscape
pkgver=0.40
pkgrel=1
pkgdesc="A vector-based drawing program - svg compliant"
depends=('gtk2' 'libart-lgpl' 'libxml2' 'popt' 'libsigc++2' 'perl' 'gtkmm')
source=(http://telia.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://inkscape.sourceforge.net/"
md5sums=('11c549c0ffdd45db9f9fe62dfec162ce')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --without-gnome-print --with-xft --with-popt
make || return 1
make DESTDIR=$startdir/pkg install
}
This pkgbuild is just the one from abs for 0.39 and i changed to newest version and changed md5sum. ought to work, its compiling here as I speak. It should compile with no problems, 0.40pre3 didnt have any.
I think it has more deps now, i think it depends on gtkmm but i cant say for sure.
iphitus
EDIT: I checked, gtkmm is a dep, i added it to the above.
Offline
Just a note - when I tried to launch my freshly-installed Inkscape, it complained about missing libgtkspell.so.0. I found this library is provided by gtkspell, added gtkspell with pacman and that solved the problem.
Offline