]> git.pld-linux.org Git - packages/kde4-calligra.git/blob - build.patch
- BR libicu67-devel to we don't end up mixing two versions of the same library
[packages/kde4-calligra.git] / build.patch
1 --- calligra-2.9.11/braindump/plugins/stateshape/StatesModel.h.orig     2020-07-04 16:49:52.191491187 +0200
2 +++ calligra-2.9.11/braindump/plugins/stateshape/StatesModel.h  2020-07-04 16:48:53.161831935 +0200
3 @@ -30,7 +30,7 @@
4  {
5  public:
6      enum Role {
7 -        SortRole = 0xF14eb9a0
8 +        SortRole = 0x14eb9a0
9      };
10  public:
11      StatesModel();
12 --- calligra-2.9.11/kexi/main/startup/KexiTemplatesModel.h.orig 2016-02-02 20:53:13.000000000 +0100
13 +++ calligra-2.9.11/kexi/main/startup/KexiTemplatesModel.h      2020-07-04 17:37:45.744364463 +0200
14 @@ -30,8 +30,8 @@
15      Q_OBJECT
16  public:
17      enum AdditionalRoles {
18 -        NameRole = 0x9D419D49,
19 -        CategoryRole = 0xA2BEF158
20 +        NameRole = 0xD419D49,
21 +        CategoryRole = 0x2BEF158
22      };
23  
24      explicit KexiTemplatesModel(const KexiTemplateCategoryInfoList& templateCategories,
25 --- calligra-2.9.11/kexi/main/startup/KexiRecentProjectsModel.h.orig    2016-02-02 20:53:13.000000000 +0100
26 +++ calligra-2.9.11/kexi/main/startup/KexiRecentProjectsModel.h 2020-07-04 17:37:35.774422430 +0200
27 @@ -30,8 +30,8 @@
28      Q_OBJECT
29  public:
30      enum AdditionalRoles {
31 -        NameRole = 0x9D419D49,
32 -        CategoryRole = 0xA2BEF158
33 +        NameRole = 0xD419D49,
34 +        CategoryRole = 0x2BEF158
35      };
36  
37      explicit KexiRecentProjectsModel(const KexiRecentProjects& projects,
This page took 0.040103 seconds and 3 git commands to generate.