Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unused dependencies #295

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ pkg_search_module(DtkWidget REQUIRED dtkwidget)
pkg_search_module(DtkGui REQUIRED dtkgui)
pkg_search_module(DtkCore REQUIRED dtkcore)
pkg_search_module(GOBJECT REQUIRED gobject-2.0)
pkg_check_modules(DFrameworkDBus REQUIRED dframeworkdbus)
pkg_check_modules(LIBSECRET REQUIRED libsecret-1)
pkg_check_modules(XCB_EWMH REQUIRED xcb-ewmh x11)

Expand Down Expand Up @@ -110,7 +109,6 @@ set(LINK_LIBS
${DtkWidget_LIBRARIES}
${DtkCore_LIBRARIES}
${DtkGUI_LIBRARIES}
${DFrameworkDBus_LIBRARIES}
${GOBJECT_LIBRARIES}
${LIBSECRET_LIBRARIES}
${XCB_EWMH_LIBRARIES}
Expand Down Expand Up @@ -252,8 +250,6 @@ target_include_directories(${EXE_NAME} PUBLIC ${Qt5Widgets_LIBRARIES}
${DtkWidget_INCLUDE_DIRS}
${DtkCore_LIBRARIES}
${DtkGUI_INCLUDE_DIRS}
${DFrameworkDBus_INCLUDE_DIRS}
${ATSPI2_INCLUDE_DIRS}
${GOBJECT_INCLUDE_DIRS}
${LIBSECRET_INCLUDE_DIRS}
${XCB_EWMH_INCLUDE_DIRS})
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Deepin Terminal is an advanced terminal emulator with workspace , multiple windo
- dtkwidget-dev
- dtkgui-dev
* lxqt-build-tools(>= 0.6.0)
* libdframeworkdbus-dev
* libutf8proc-dev
* libatspi2.0-dev
* libglib2.0-dev
* libsecret-1-dev

Expand Down
3 changes: 0 additions & 3 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
- dtkwidget-dev
- dtkgui-dev
* lxqt-build-tools(>= 0.6.0)
* libdframeworkdbus-dev
* libutf8proc-dev
* libatspi2.0-dev
* libglib2.0-dev
* libsecret-1-dev

Expand Down
2 changes: 0 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Build-Depends:
qttools5-dev-tools,
qtbase5-private-dev,
libdtkwidget-dev,
libdframeworkdbus-dev,
lxqt-build-tools(>= 0.6.0~),
libutf8proc-dev,
libglib2.0-dev,
libsecret-1-dev,
libgtest-dev,
Expand Down
3 changes: 0 additions & 3 deletions rpm/deepin-terminal.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ BuildRequires: qt5-linguist
BuildRequires: pkgconfig(dtkcore)
BuildRequires: pkgconfig(dtkwidget)
BuildRequires: pkgconfig(dtkgui)
BuildRequires: pkgconfig(dframeworkdbus)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(atspi-2)
BuildRequires: pkgconfig(libsecret-1)

BuildRequires: pkgconfig(Qt5Widgets)
Expand All @@ -34,7 +32,6 @@ BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: lxqt-build-tools >= 0.6.0~
BuildRequires: utf8proc-devel
BuildRequires: gtest-devel
BuildRequires: gmock-devel
BuildRequires: qt5-qtx11extras-devel
Expand Down
2 changes: 0 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ FILE(GLOB allSource
../src/main/terminalapplication.cpp
../src/main/termproperties.cpp
../src/main/dbusmanager.cpp
../src/main/atspidesktop.cpp
)

FILE(GLOB allHeaders
Expand Down Expand Up @@ -123,7 +122,6 @@ target_include_directories(${PROJECT_NAME_TEST} PUBLIC ${Qt5Widgets_LIBRARIES}
${DtkWidget_INCLUDE_DIRS}
${DtkCore_LIBRARIES}
${DtkGUI_INCLUDE_DIRS}
${DFrameworkDBus_INCLUDE_DIRS}
${GOBJECT_INCLUDE_DIRS}
${LIBSECRET_INCLUDE_DIRS})

Expand Down