My build log:
cmake ../vala-panel
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Vala: /usr/bin/valac
-- checking for a minimum Vala version of 0.24
-- found Vala, version 0.28.0
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for modules 'gtk+-3.0>=3.12;glib-2.0>=2.40;gio-2.0>=2.40;gio-unix-2.0>=2.40;gthread-2.0>=2.40;libpeas-1.0>=1.2;libpeas-gtk-1.0>=1.2;gmodule-2.0>=2.40'
-- found gtk+-3.0, version 3.16.2
-- found glib-2.0, version 2.44.0
-- found gio-2.0, version 2.44.0
-- found gio-unix-2.0, version 2.44.0
-- found gthread-2.0, version 2.44.0
-- found libpeas-1.0, version 1.14.0
-- found libpeas-gtk-1.0, version 1.14.0
-- found gmodule-2.0, version 2.44.0
-- checking for module 'gtk+-3.0>=3.15'
-- found gtk+-3.0, version 3.16.2
-- GSettings schemas will be installed locally.
-- GSettings schemas will be compiled.
-- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
-- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
-- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
-- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
-- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
-- GSettings schemas will be installed into /usr/local/share/glib-2.0/schemas/
-- checking for module 'libwnck-3.0'
-- found libwnck-3.0, version 3.14.0
-- checking for module 'x11'
-- found x11, version 1.6.3
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rilian-la-te/Projects/vala-panel-build
Search Criteria
Package Details: vala-panel-git 0.2.3-3
Package Actions
| Package Base: | vala-panel-git |
|---|---|
| Description: | Gtk3 panel for compositing window managers |
| Upstream URL: | https://github.com/rilian-la-te/vala-panel |
| Category: | x11 |
| Licenses: | |
| Provides: | |
| Submitter: | rilian |
| Maintainer: | rilian |
| Last Packager: | rilian |
| Votes: | 4 |
| First Submitted: | 2015-04-05 15:11 |
| Last Updated: | 2015-04-23 18:01 |
Dependencies (6)
Required by (6)
Sources
Latest Comments
Comment by rilian
Comment by rilian
1.14 is > 1.2 (order is 1.9 -> 1.10 -> ... -> 1.14)
I am also have libpeas 1.14:
pacman -Q libpeas
libpeas 1.14.0-1
And vala-panel-git builds for me.
Comment by Xabre
We have libpeas 1.14 (/usr/lib/libpeas-1.0.so.0.1400.0) in repositories, but Cmake check asks for libpeas-1.0>=1.2. Is newer/git version of libpeas really a dependancy, or was it a typo?
Comment by rilian
For me it compiles on fully upgraded Arch. Can you verify than libpeas installed?
Comment by nbvcxz
-- package 'libpeas-1.0>=1.2' not found
-- package 'libpeas-gtk-1.0>=1.2' not found
CMake Error at /usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:340 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.2/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal)
CMakeLists.txt:50 (pkg_check_modules)
seems that libpeas is 1.4 now
Comment by rilian
Default profiles (default,two_panels,appmenu) added. Install 0.2.2-1
Comment by rilian
Create .config/vala-panel/default/panels/whatever. You will see one empty panel (and can configure it via GUI). I will upload example configs soon.
Comment by nbvcxz
After start I got:
** (vala-panel:27481): WARNING **: application.vala:165: Config files are not found
then app quits. How can I create config files?