/[packages]/cauldron/lxqt-panel/current/SOURCES/lxqt-panel-0.8-mga-undefined-references.patch
ViewVC logotype

Contents of /cauldron/lxqt-panel/current/SOURCES/lxqt-panel-0.8-mga-undefined-references.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 783748 - (show annotations) (download)
Sat Oct 18 09:53:14 2014 UTC (9 years, 6 months ago) by doktor5000
File size: 2679 byte(s)
- added BuildRequires on pkgconfig(alsa)
- added patch to fix lxqt-mount includes
- added patch to fix undefined references
- try to explicitly set DLIB_SUFFIX to prevent guessing (SILENT)
1 Index: lxqt-panel-0.7.0/plugin-mount/CMakeLists.txt
2 ===================================================================
3 --- lxqt-panel-0.7.0.orig/plugin-mount/CMakeLists.txt
4 +++ lxqt-panel-0.7.0/plugin-mount/CMakeLists.txt
5 @@ -14,6 +14,7 @@ set(HEADERS
6 )
7
8 set(SOURCES
9 + ${CMAKE_SOURCE_DIR}/panel/lxqtpanelpluginconfigdialog.cpp
10 lxqtmountplugin.cpp
11 mountbutton.cpp
12 menudiskitem.cpp
13 @@ -26,6 +27,7 @@ set(SOURCES
14 )
15
16 set(MOCS
17 + ${CMAKE_SOURCE_DIR}/panel/lxqtpanelpluginconfigdialog.h
18 lxqtmountplugin.h
19 mountbutton.h
20 menudiskitem.h
21
22 Index: lxqt-panel-0.7.0/plugin-volume/CMakeLists.txt
23 ===================================================================
24 --- lxqt-panel-0.7.0.orig/plugin-volume/CMakeLists.txt
25 +++ lxqt-panel-0.7.0/plugin-volume/CMakeLists.txt
26 @@ -13,6 +13,7 @@ set(HEADERS
27 )
28
29 set(SOURCES
30 + ${CMAKE_SOURCE_DIR}/panel/lxqtpanelpluginconfigdialog.cpp
31 lxqtvolume.cpp
32 volumebutton.cpp
33 volumepopup.cpp
34 @@ -22,6 +23,7 @@ set(SOURCES
35 )
36
37 set(MOCS
38 + ${CMAKE_SOURCE_DIR}/panel/lxqtpanelpluginconfigdialog.h
39 lxqtvolume.h
40 volumebutton.h
41 volumepopup.h
42
43 Index: lxqt-panel-0.7.0/plugin-worldclock/lxqtworldclock.h
44 ===================================================================
45 --- lxqt-panel-0.7.0.orig/plugin-worldclock/lxqtworldclock.h
46 +++ lxqt-panel-0.7.0/plugin-worldclock/lxqtworldclock.h
47 @@ -66,7 +66,6 @@ public:
48 QDialog *configureDialog();
49
50 private slots:
51 - void synchroTimeout();
52 void timeout();
53 void wheelScrolled(int);
54
55 Index: lxqt-panel-0.7.0/plugin-kbindicator/lxqtkbindicatorconfiguration.h
56 ===================================================================
57 --- lxqt-panel-0.7.0.orig/plugin-kbindicator/lxqtkbindicatorconfiguration.h
58 +++ lxqt-panel-0.7.0/plugin-kbindicator/lxqtkbindicatorconfiguration.h
59 @@ -50,12 +50,6 @@ public:
60 public slots:
61 void saveSettings();
62
63 - void selectColour(const QString &);
64 - void on_typeCOB_currentIndexChanged(int);
65 - void on_sourceCOB_currentIndexChanged(int);
66 - void on_maximumHS_valueChanged(int);
67 - void on_fontB_clicked();
68 -
69
70 private:
71 Ui::LxQtKbIndicatorConfiguration *ui;
72
73 Index: lxqt-panel-0.7.0/plugin-dom/domplugin.cpp
74 ===================================================================
75 --- lxqt-panel-0.7.0.orig/plugin-dom/domplugin.cpp
76 +++ lxqt-panel-0.7.0/plugin-dom/domplugin.cpp
77 @@ -40,7 +40,6 @@ DomPlugin::DomPlugin(const ILxQtPanelPlu
78 ILxQtPanelPlugin(startupInfo)
79 {
80 mButton.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
81 - mButton.setIcon(XdgIcon::fromTheme("preferences-plugin"));
82 connect(&mButton, SIGNAL(clicked()), this, SLOT(showDialog()));
83 }
84

  ViewVC Help
Powered by ViewVC 1.1.30