Skip to content

Commit

Permalink
fix: remove unused dependencies (#295)
Browse files Browse the repository at this point in the history
at-spi2, utf8proc, and dframeworkdbus are no longer in use.
  • Loading branch information
felixonmars authored Sep 20, 2023
1 parent cf0987a commit 04b6414
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
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

0 comments on commit 04b6414

Please sign in to comment.