Package Details: valama-git 20140919.g12419b1-1

Package Base: valama-git
Description: Next generation Vala IDE
Upstream URL: https://github.com/Valama/valama
Category: devel
Licenses: GPL3
Submitter: gothmog.todi
Maintainer: None
Last Packager: gothmog.todi
Votes: 4
First Submitted: 2013-06-08 10:33
Last Updated: 2014-10-02 18:20

Dependencies (10)

Required by (0)

Sources

Latest Comments

Comment by gothmog.todi

2014-11-29 09:34

I don't use this package anymore, therefore I disowned it. You can adopt it if you want

Comment by TheAifam5

2014-11-19 07:56

I cannot compilling this:

-- checking for module 'webkit2gtk-3.0'
-- package 'webkit2gtk-3.0' not found
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:341 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:395 (_pkg_check_modules_internal)
cmake/vala/ValaPkgs.cmake:101 (pkg_check_modules)
CMakeLists.txt:184 (vala_pkgs)



I have installed webkitgtk and webkit2gtk -.-

Comment by Alister.Hood

2014-05-20 00:33

I had to use the workaound at
https://github.com/Valama/valama/issues/148#issuecomment-40890726

Comment by haagch

2014-03-31 12:14

Yes, it's fixed upstream by now.

Comment by gothmog.todi

2014-03-26 17:40

I see, you may want to report this upstream. They will have to fix this sooner or later.

Comment by haagch

2014-03-26 17:33

Oh I get it.

/tmp/yaourt-tmp-chris/aur-valama-git/src/valama/src/ui/super_source_view.vala:151.32-151.84: warning: Gtk.SourceGutter.get_window has been deprecated since 3.12
Compilation failed: 0 error(s), 1 warning(s)
CMakeFiles/valama.dir/build.make:184: recipe for target 'vala.stamp' failed
make[2]: *** [vala.stamp] Error 1

3.12. Because I use [gnome-unstable].


I guess.

Comment by gothmog.todi

2014-03-26 17:30

@haagch: builds fine here. Maybe you had bad luck and the HEAD revision was broken when you where building? Could you try building again? I would like to avoid patching the cmake settings.

Comment by haagch

2014-03-26 13:51

Doesn't build because of deprecation warnings I think.

Can you add:

find -name 'CMakeLists.txt' | while read i; do sed -e "s/--fatal-warnings//g" -i "$i"; done

Comment by gentledevil

2014-03-18 15:04

Hi,

Could you please add intltool as build dependency ?

Thanks

Comment by gothmog.todi

2014-03-12 07:12

Glade dependency was missing, should work now.

Comment by jakunar

2013-12-13 10:22

Please add 'clutter-gtk' as dependency.
Thank you