Ok, propositions:
1. CentOS6 (and RHEL6) has cmake 2.6.4. So, to get packages for them
LXQT has to require cmake >= 2.6.4
2. Now (0.7.0) packaging is in next order:
* libqtxdg, libsysstat
* liblxqt
* liblxqt-mount, lxqt-globalkeys
* lxqt (all others)
Proposition is to merge last 3 steps. E.g. appswitcher will try to find
as system-wide lxqt-globalkeys-devel as in sibling (or user-defined)
absolute or relative path. This is not strict requirement but very
useful (for maintainers) to repackage whole of LXQT in one step.
3. sources must be <name>-<version>.tar.* and contain <name>-<version>
folder (I meen release tarballs in github).
4. Patch in attachment
31.08.2014 03:11, Luís Pereira:
On Sat, Aug 30, 2014 at 7:08 AM, Eugene Pivnev <ti.eug...@gmail.com> wrote:
I'm planning to push LXQT in official Fedora/CentOS repos too. But this
requires help from LXQT developers.
I'm an LXQt developer. I'm not a packager.
But, maybe I can help. Feel free to ask for assistance.
Regards,
diff -dur lxqt-powermanagement-0.7.0.orig/src/lid.cpp lxqt-powermanagement-0.7.0/src/lid.cpp
--- lxqt-powermanagement-0.7.0.orig/src/lid.cpp 2014-08-25 19:29:25.000000000 +0400
+++ lxqt-powermanagement-0.7.0/src/lid.cpp 2014-08-25 19:29:39.900207017 +0400
@@ -27,7 +27,7 @@
#include "lid.h"
#include <QDBusConnection>
#include <QDBusReply>
-#include <qt4/QtCore/qobject.h>
+#include <QObject>
#include <QDebug>
Lid::Lid()
diff -dur lxqt-powermanagement-0.7.0.orig/src/lidwatcher.cpp lxqt-powermanagement-0.7.0/src/lidwatcher.cpp
--- lxqt-powermanagement-0.7.0.orig/src/lidwatcher.cpp 2014-08-25 19:30:23.000000000 +0400
+++ lxqt-powermanagement-0.7.0/src/lidwatcher.cpp 2014-08-25 19:31:11.338612298 +0400
@@ -27,8 +27,8 @@
#include <QTimer>
#include <QCoreApplication>
#include <lxqt/lxqtautostartentry.h>
-#include <qt4/QtCore/qprocess.h>
-#include <qt4/QtCore/qtextstream.h>
+#include <QProcess>
+#include <QTextStream>
#include <QDebug>
#include "lidwatcher.h"
#include "../config/powermanagementsettings.h"
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list