Skip to content
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
15 changes: 15 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,25 @@ Multi-Arch: same
Description: DDE Shell library
DDE Shell is a plugin system that integrates plugins developed based on this plugin system into DDE.

Package: libdde-shell-dock
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
libdde-shell-dock-dev (<< 2.0.39),
Replaces:
libdde-shell-dock-dev (<< 2.0.39),
Multi-Arch: same
Description: DDE Shell dock library
DDE Shell Dock is a library for dock item info.

Package: dde-shell
Architecture: any
Depends:
dde-tray-loader (>= 1.99.8),
libdde-shell (= ${binary:Version}),
libdde-shell-dock (= ${binary:Version}),
libdtk6declarative,
libqt6sql6-sqlite,
libqt6svg6,
Expand Down Expand Up @@ -102,6 +116,7 @@ Description: DDE Shell devel library
Package: libdde-shell-dock-dev
Architecture: any
Depends:
libdde-shell-dock (= ${binary:Version}),
libdde-shell-dev (= ${binary:Version}),
qt6-base-dev,
qt6-declarative-dev,
Expand Down
2 changes: 1 addition & 1 deletion debian/libdde-shell-dock-dev.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
usr/include/dde-shell/dock/*.h
usr/lib/*/libdde-shell-dock.so*
usr/lib/*/libdde-shell-dock.so
usr/lib/*/cmake/DDEShellDock/*.cmake
1 change: 1 addition & 0 deletions debian/libdde-shell-dock.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libdde-shell-dock.so.*
Loading