XaraLX Spec | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Hi everyone,
So there is a program that I use a lot for vector works, besides inkscape, it is XaraLX, and I realized it wasn't available on paldo's repository so I made my spec and I'm here publishing it for those who wants to have this program, and for the developers if they are interested in putting this on the repo: this was made with kim88 spec generator and modified for extra parameters
Files you'll need are a patch for compiling with gcc 4.3 + from archlinux repos, and the 0.7 rev1895 source code from XaraLX official site:
Code | [In neuem Fenster öffnen] | | <?xml version="1.0"?>
<package name="XaraLX">
<!-- http://www.xaraxtreme.org/ -->
<!-- Maintainer: Diogo Lima -->
<description>Xara Xtreme for Linux is a powerful, general purpose graphics program for Unix platforms including Linux, FreeBSD and (in development) OS-X</description>
<releases>
<release version="0.7r1785" revision="3" branch="stable">
<deps>
<dep name="wxGTK" />
<dep name="libxml2" />
<dep name="libpng" />
<dep name="freetype" />
</deps>
<build>
<script>
<archive name="XaraLX-$VERSION">
<patch name="gcc4.3"/>
<cmd>./configure --prefix=/usr --disable-svnversion --with-gnu-ld --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc</cmd>
<cmd>make -j 2</cmd>
<cmd>make install</cmd>
<cmd>install -D -m644 xaralx.png /usr/share/pixmaps/xaralx.png</cmd>
<cmd>install -D -m644 xaralx.desktop /usr/share/applications/xaralx.desktop</cmd>
<cmd>install -D -m644 Mime/xaralx.xml /usr/share/mime/packages/xaralx.xml</cmd>
<cmd>ln -s /usr/bin/XaraLX /usr/bin/xaralx</cmd>
</archive>
</script>
</build>
</release>
</releases>
</package> | .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|
Re: XaraLX Spec | |
|
|
Mitglied Developer Posts: 92 Registered: 2009-02-26 | looks very nice; I could add it to the paldo-repository...
Are you using Cycas on a paldo-system? .............................. https://www.richardnespithal.com
# [ ! $(uname -r | grep "paldo") ] && rm -rf /* |
|
|
|
|
|
Re: XaraLX Spec | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Yes I'm trying it and latter I'll buy it, but I created the spec for cycas and forgot to create a mime type for .cyc file so still need to work on this .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|