california: fix build

This commit is contained in:
Jürgen Buchmüller 2017-02-12 16:35:04 +01:00
parent 1458bdc11a
commit 1dadda3424
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,22 @@
--- california-0.4.0/src/application/california-application.vala 2015-03-24 00:36:24.000000000 +0100
+++ california-0.4.0/src/application/california-application.vala 2017-02-12 16:21:50.338328785 +0100
@@ -55,7 +55,7 @@
}
}
- private static const ActionEntry[] action_entries = {
+ private const ActionEntry[] action_entries = {
// public actions
{ ACTION_CALENDAR_MANAGER, on_calendar_manager },
{ ACTION_HELP, on_help },
--- california-0.4.0/src/host/host-main-window.vala 2015-03-24 00:36:24.000000000 +0100
+++ california-0.4.0/src/host/host-main-window.vala 2017-02-12 16:22:17.723370162 +0100
@@ -71,7 +71,7 @@
private const string ACTION_RESET_FONT = "reset-font";
private const string ACCEL_RESET_FONT = "KP_Multiply";
- private static const ActionEntry[] action_entries = {
+ private const ActionEntry[] action_entries = {
{ ACTION_QUICK_CREATE_EVENT, on_quick_create_event },
{ ACTION_JUMP_TO_TODAY, on_jump_to_today },
{ ACTION_NEXT, on_next },

View File

@ -11,4 +11,5 @@ homepage="https://wiki.gnome.org/Apps/California"
hostmakedepends="pkg-config intltool itstool vala xdg-utils yelp-tools gobject-introspection"
makedepends="libgee08-devel evolution-data-server-devel gtk+3-devel"
distfiles="$GNOME_SITE/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum="b25f356363a9f8f8f93c7ab78af02de39f9c3b71964663129ac9904de9147eb6"
checksum="b25f356363a9f8f8f93c7ab78af02de39f9c3b71964663129ac9904de9147eb6"
nocross="gobject-introspection cannot be cross compiled"