I don't use this package anymore, therefore I disowned it. You can adopt it if you want
Search Criteria
Package Details: valama-git 20140919.g12419b1-1
Package Actions
| Package Base: | valama-git |
|---|---|
| Description: | Next generation Vala IDE |
| Upstream URL: | https://github.com/Valama/valama |
| Category: | devel |
| Licenses: | |
| 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)
- clutter-gtk
- gdl
- glade
- gtksourceview3
- libgee
- vala
- webkitgtk
- cmake (make)
- git (make)
- intltool (make)
Required by (0)
Sources
Latest Comments
Comment by gothmog.todi
Comment by TheAifam5
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
I had to use the workaound at
https://github.com/Valama/valama/issues/148#issuecomment-40890726
Comment by haagch
Yes, it's fixed upstream by now.
Comment by gothmog.todi
I see, you may want to report this upstream. They will have to fix this sooner or later.
Comment by haagch
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
@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
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
Hi,
Could you please add intltool as build dependency ?
Thanks
Comment by gothmog.todi
Glade dependency was missing, should work now.
Comment by jakunar
Please add 'clutter-gtk' as dependency.
Thank you