Package Details: vala-panel-git 24.03.r1.g46cec7a-1

Git Clone URL: https://aur.archlinux.org/vala-panel-git.git (read-only, click to copy)
Package Base: vala-panel-git
Description: Gtk3 panel for compositing window managers
Upstream URL: https://gitlab.com/vala-panel-project/vala-panel
Licenses: LGPL-3.0-or-later
Conflicts: vala-panel, vala-panel-sntray, vala-panel-sntray-git
Provides: vala-panel
Submitter: rilian
Maintainer: rilian
Last Packager: rilian
Votes: 22
Popularity: 0.001436
First Submitted: 2015-04-05 15:11 (UTC)
Last Updated: 2024-04-01 20:12 (UTC)

Required by (29)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

freeaks commented on 2015-10-16 18:58 (UTC)

more of this: i modified vala-panel-git/src/vala-panel/CMakeLists.txt to remove version checking, instead of: libpeas-1.0>=1.2 libpeas-gtk-1.0>=1.2 i now have: libpeas-1.0 libpeas-gtk-1.0 so now, no more complain about version, the build starts, but then fails: i'm getting a bit further, but: ------ [ 1%] Building C object lib/CMakeFiles/valapanel.dir/configurator.c.o /home/freeaks/Downloads/NewDrawer/vala-panel-git/src/vala-panel/lib/configurator.c:29:26: fatal error: libpeas/peas.h: No such file or directory ------ this while pacman shows: $ pacman -Ss libpeas extra/libpeas 1.16.0-1 [installed] A GObject-based plugins engine and: $ pacman -Ql libpeas /usr/include/libpeas-1.0/libpeas/peas.h it seems like required package are installed, needed files are present, but the build process can't find them ?

freeaks commented on 2015-10-16 17:30 (UTC)

i have the same problem: -- checking for a minimum Vala version of 0.24 -- found Vala, version 0.30.0 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") -- 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' -- package 'libpeas-1.0>=1.2' not found -- package 'libpeas-gtk-1.0>=1.2' not found CMake Error at /usr/share/cmake-3.3/Modules/FindPkgConfig.cmake:340 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.3/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal) CMakeLists.txt:95 (pkg_check_modules) -- Configuring incomplete, errors occurred! See also "/home/freeaks/Downloads/NewDrawer/vala-panel-git/src/vala-panel/CMakeFiles/CMakeOutput.log". ==> ERROR: A failure occurred in build(). Aborting... $ pacman -Ss libpeas extra/libpeas 1.16.0-1 [installed] A GObject-based plugins engine so libpeas installed but cmake fails. anyone found a solution ?

rilian commented on 2015-04-20 20:31 (UTC)

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

rilian commented on 2015-04-20 20:28 (UTC)

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.

Xabre commented on 2015-04-20 20:26 (UTC)

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?

rilian commented on 2015-04-20 11:25 (UTC)

For me it compiles on fully upgraded Arch. Can you verify than libpeas installed?

nbvcxz commented on 2015-04-20 09:37 (UTC)

-- 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

rilian commented on 2015-04-09 11:32 (UTC)

Default profiles (default,two_panels,appmenu) added. Install 0.2.2-1

rilian commented on 2015-04-07 12:19 (UTC)

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.

nbvcxz commented on 2015-04-07 08:45 (UTC)

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?