lumina 0.4.0-3
http://lumina.sourceforge.net
Free cross-platform development environment for GLSL shaders
unsupported :: devel
Maintainer: encelo
Votes: 13
License: GPL
Last Updated: Mon, 20 Apr 2009 23:39:46 +0000
First Submitted: Wed, 26 Mar 2008 01:30:18 +0000
Dependencies qt
Added a patch for the source editor
I found a bug in the source, it can be fixed with this patch:
--- Lumina-0.4.0/src/sourceedit.cpp~ 2008-07-24 18:08:19.000000000 +0100
+++ Lumina-0.4.0/src/sourceedit.cpp 2009-04-03 20:21:10.000000000 +0100
@@ -300,7 +300,7 @@
myClassFormat.setFontWeight(0);
myClassFormat.setForeground(Qt::darkGreen);
- index = text.indexOf(comment);
+ index = text.indexOf(pre);
while (index >= 0) {
length = pre.matchedLength();
setFormat(index, length, myClassFormat);
I'm getting segfaults on this.
Please add x86_64 to arch=. It works.
All the issues have been fixed. :-)
Oops, another issue: Please upload the desktop file, it is not included in the tarball.
Nice work. Two small issues:
* please do not use _pkgname here, especially not in the source-line. It is looking ugly on the AUR page, and you use it only twice.
* please use install -d instead of mkdir -p
Keep on contributing!
- Updated to 0.4.0
- images directory isn't installed anymore
- Menu icon is the same as the application one
- Added a patch for search paths
- Updated to 0.3.5
- Installing .desktop file with icon
- luminaexporter.py installed with 644 octal permission mode
- glew added to the makedepends array
- Blender added to the optdepends array
add as make-dep >>glew
v1.6.0