Package Details: maitreya 8.0.1b-3

Git Clone URL: https://aur.archlinux.org/maitreya.git (read-only, click to copy)
Package Base: maitreya
Description: A free software for Vedic and western astrology
Upstream URL: http://www.saravali.de/maitreya.html
Keywords: astrology horoscope
Licenses: GPL
Submitter: schuay
Maintainer: tamer_arch
Last Packager: tamer_arch
Votes: 14
Popularity: 0.000617
First Submitted: 2009-05-03 12:59 (UTC)
Last Updated: 2025-05-10 10:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

schuay commented on 2012-12-08 12:15 (UTC)

vorbote: Feel free to adopt and change this yourself :)

toropisco commented on 2012-12-08 12:13 (UTC)

Forgot to mention that /usr/share/fonts/TTF is searched by the X server at start up.

toropisco commented on 2012-12-08 12:11 (UTC)

Please install the font into /usr/share/fonts/TTF to follow the non-written standard in Arch.

<deleted-account> commented on 2012-08-05 07:50 (UTC)

@articblaze: thank you for contribution and forgive me for being late taking proper care about maitreya.

arcticblaze commented on 2012-08-04 18:36 (UTC)

Update: working PKGBUILD for Maitreya 7.0.1 ------------------------------------ # Contributor: schuay <jakob dot gruber at gmail dot com> pkgname=maitreya pkgver=7.0.1 pkgrel=1 pkgdesc='A free software for Vedic and western astrology' arch=('i686' 'x86_64') license=('GPL') url="http://www.saravali.de/maitreya/index.html" depends=('wxgtk') source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") install='maitreya.install' md5sums=('3487a1d917cd5835d5d15a209ea7b1e7') build() { cd ${srcdir}/${pkgname}-${pkgver} LDFLAGS+="-lfontconfig" ./configure --prefix=/usr make } package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }

schuay commented on 2012-06-28 17:08 (UTC)

7.0 is out, and the build still fails with the same error. The fix is easy (add libfontconfig to the linker command line). I'm orphaning this package since I don't use it.

schuay commented on 2012-03-01 15:31 (UTC)

I've notified upstream, will let you know once I hear back from them.

jaydoc commented on 2012-03-01 02:09 (UTC)

on x86_64, build fails with the following error /usr/bin/ld: ../pdf/libmaitreya_pdf.a(pdffontmanager.o): undefined reference to symbol 'FcPatternAddInteger' /usr/bin/ld: note: 'FcPatternAddInteger' is defined in DSO /usr/lib/libfontconfig.so so try adding it to the linker command line /usr/lib/libfontconfig.so: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[4]: *** [maitreya6.bin] Error 1 make[4]: Leaving directory `/home/jaydoc/.paktahn/aur/maitreya/src/maitreya-6.0.5/src/gui' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/jaydoc/.paktahn/aur/maitreya/src/maitreya-6.0.5/src/gui' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jaydoc/.paktahn/aur/maitreya/src/maitreya-6.0.5/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jaydoc/.paktahn/aur/maitreya/src/maitreya-6.0.5' make: *** [all] Error 2 Please suggest a solution, thanks.