You are not logged in.

#1 2010-01-24 11:50:13

handy
Member
From: Oz
Registered: 2008-03-26
Posts: 719

[SOLVED] Artha 1.0.1 has been released...

Hi, I don't have the skills as yet to be able to get the new & improved versions of Artha to work:

http://sourceforge.net/projects/artha/files/

http://aur.archlinux.org/packages.php?ID=30232

The current maintainer doesn't seem to be interested anymore?

I marked the AUR package out of date on the 15th Jan, when version 1.0.0 was released.  I have tried to modify the PKGBUILD myself but couldn't crack it. smile

Some days later I emailed the maintainer, informing him of the new release & politely asking if he could update the PKGBUILD for us, but he has not replied or upgraded the PKGBUILD, so at this point those of us who don't know how to do it for ourselves can't use the new version; which is now at 1.0.1.

Could someone with the skills please see if they can fix this one for us?

Thanks in advance.

Last edited by handy (2010-01-25 01:57:50)


I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!

Offline

#2 2010-01-24 12:18:06

chpln
Member
From: Australia
Registered: 2009-09-17
Posts: 361

Re: [SOLVED] Artha 1.0.1 has been released...

See how this goes.

pkgname=artha
pkgver=1.0.1
pkgrel=1
pkgdesc="Artha is a free cross-platform English thesaurus that works completely off-line and is based on WordNet."
arch=('i686' 'x86_64')
url="http://artha.sourceforge.net/wiki/index.php/Home"
license=('GPL')
depends=('wordnet' 'gtk2' 'dbus-glib')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('53c533dee11af70d6592eea43891e1cd')

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

    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir" install || return 1
}

Last edited by chpln (2010-01-24 12:23:30)

Offline

#3 2010-01-24 13:32:30

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [SOLVED] Artha 1.0.1 has been released...

I orphaned the PKGBUILD and all the other PKGBUILDs of that user. Feel free to adopt.

Offline

#4 2010-01-24 22:30:00

handy
Member
From: Oz
Registered: 2008-03-26
Posts: 719

Re: [SOLVED] Artha 1.0.1 has been released...

Thanks guys for your very helpful input.

res, has adopted the Artha package & it (finally wink) installed & works perfectly for me. (Thanks for your PKGBUILD chpln, I went to bed before trying it last night; then when I looked this morning res had taken over the package so I gave his PKGBUILD a try & the rest is history.)

I start it in .config/openbox/autostart.sh & it quietly starts, adding itself to my tiny xfce4-panel.

Very good indeed. smile

Thanks again.

Last edited by handy (2010-01-25 02:01:03)


I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!

Offline

Board footer

Powered by FluxBB