You are not logged in.
http://www.xaraxtreme.org/
http://www.xaraxtreme.org/developers/sourcecode.html
:D:D
I am going to try and build it myself tonight.
EDIT:
The good:I have managed to build it without a problem.
The bad: it is still not quite finished (e.g. the text tool and file saving does not work, but it is damn fast... man, I need to fix this Gnome keyboard issue *off to search the forum*)
Regards,
Slapo
www.slapo.net
Offline
Offline
I've never made one so far, but I might have a look at it tonight
Will post then.
Regards,
Slapo
www.slapo.net
Offline
this works
#Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=xaralx
pkgver=0.1
pkgrel=1
pkgdesc="recently open sourced graphics program"
url="http://www.xaraxtreme.org"
depends=('wxgtk' )
makedepends=(autoconf)
source=(http://www.xaraxtreme.org/downloads/XaraLX.tar.bz2)
md5sums=('8e241140ae41662fee22a7e53b374e8d')
build() {
mkdir -p $startdir/pkg/usr/bin
autoreconf -f -i -s
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
install -m755 XaraLX $startdir/pkg/usr/bin/XaraLX
find $startdir/pkg -name '*.la' -exec rm {} ;
}
enjoy
Offline
It doesn´t work for me. First i got an MD5 Sum error, then
==> Starting build()...
/usr/bin/makepkg: line 599: build: command not found
==> ERROR: Build Failed. Aborting...
Offline
It doesn´t work for me. First i got an MD5 Sum error, then
==> Starting build()... /usr/bin/makepkg: line 599: build: command not found ==> ERROR: Build Failed. Aborting...
mpie forgot to close the { } at the end of the build()
Offline
sorry , it's also in aur now too
Offline
Offline
sorry , it's also in aur now too
There are two versions in AUR:
xara-lx 0.2a_rev514-1
and
xaralx 0.1-1 which supposed to be last version but has 0.1***
Offline
There's one available in a TUR Repo. Don't know in which as i'm not at my AL right now. (work)
Cheers Sigi
Haven't been here in a while. Still rocking Arch.
Offline
I go update my PKGBUILD now (xara-lx), so it should be up later today
[edit]
It's up, version 0.3r693
here
Offline
Guys - we now have two versions of this in the AUR, both built from source. Is that really necessary?
Actually, mpie, the source URL on yours no longer works.
Offline
I'll remove mine
Offline
Guys - we now have two versions of this in the AUR, both built from source. Is that really necessary?
Actually, mpie, the source URL on yours no longer works.
[edit] removed the message as per above comment
Offline
Thanks mpie.
Offline
dim problem
Offline