Skip to content

Commit

Permalink
Drop log4qt
Browse files Browse the repository at this point in the history
  • Loading branch information
handsome-feng committed Aug 17, 2021
1 parent 54fd007 commit 51958e8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
ukui-menu (3.0.2-1~0802) focal; urgency=medium
ukui-menu (3.0.2-1) unstable; urgency=medium

* Fixed: no response on click the first application icon in ukui-menu
* New upstream release.

-- handsome_feng <jianfengli@ubuntukylin.com> Mon, 16 Aug 2021 20:10:48 +0800

ukui-menu (3.0.1.1-1) unstable; urgency=medium

* New upstream bugfix release.

-- handsome_feng <jianfengli@ubuntukylin.com> Sun, 18 Jul 2021 10:27:02 +0800
-- handsome_feng <jianfengli@ubuntukylin.com> Mon, 22 Mar 2021 19:30:48 +0800

ukui-menu (3.0.1-1) unstable; urgency=medium

Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Build-Depends: debhelper-compat (=12),
libbamf3-dev,
libkf5windowsystem-dev,
libuchardet-dev,
libukui-log4qt-dev,
libx11-dev,
libxtst-dev
Standards-Version: 4.5.0
Expand Down
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
#include "src/UtilityFunction/utility.h"
#include "src/SearchResultWidget/file-utils.h"

#include <ukui-log4qt.h>
//#include <ukui-log4qt.h>

int main(int argc, char *argv[])
{
initUkuiLog4qt("ukui-menu");
// initUkuiLog4qt("ukui-menu");
qRegisterMetaType<QVector<QStringList>>("QVector<QStringList>");

#if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
Expand Down
3 changes: 2 additions & 1 deletion ukui-menu.pro
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ PKGCONFIG+=glib-2.0 gio-unix-2.0 gsettings-qt

CONFIG += no_keywords link_pkgconfig

LIBS+=-pthread -luchardet -lukui-log4qt -lX11 -lXtst
#LIBS+=-pthread -luchardet -lukui-log4qt -lX11 -lXtst
LIBS+=-pthread -luchardet -lX11 -lXtst

desktop_file.files = ukui-menu.desktop
desktop_file.path = /etc/xdg/autostart
Expand Down

0 comments on commit 51958e8

Please sign in to comment.