You are not logged in.

#1 2004-12-01 22:28:33

vicious
Member
Registered: 2004-11-09
Posts: 113

[request] inkscape 0.40

Just wanted to annouce new version with lots of new features.

Offline

#2 2004-12-01 22:31:21

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

Re: [request] inkscape 0.40

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

#3 2004-12-02 11:56:59

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: [request] inkscape 0.40

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

#4 2004-12-06 02:44:01

ferrix
Member
Registered: 2003-08-01
Posts: 18

Re: [request] inkscape 0.40

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

Board footer

Powered by FluxBB