Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX /usr)
endif ()

set(DTK_VERSION "5" CACHE STRING "Dtk Version")
set(DTK_VERSION "6" CACHE STRING "Dtk Version")

if (DTK_VERSION STREQUAL "5")
set(QT_VERSION_MAJOR "5")
Expand Down
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Build-Depends:
cmake,
debhelper-compat (= 11),
pkg-config,
libdtkcore-dev (>=5.4.14),
libdtkcore5-bin,
qtbase5-dev,
libpolkit-qt5-1-dev,
libdtk6core-dev,
libdtk6core-bin,
qt6-base-dev,
libpolkit-qt6-1-dev,
Standards-Version: 4.1.3
Homepage: https://www.deepin.org

Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ include /usr/share/dpkg/default.mk

%:
dh $@ --buildsystem=cmake

override_dh_auto_configure:
dh_auto_configure -- -DDTK_VERSION=6
Loading