Skip to content

Commit

Permalink
fix: wrong path in arch
Browse files Browse the repository at this point in the history
  install qt6 directory.
  lintian error, like linuxdeepin/dtkgui#216
  • Loading branch information
18202781743 committed Jan 5, 2024
1 parent 67fe75e commit 53e1c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ build() {
cmake \
-GNinja \
-DDTK_VERSION=$version \
-DMKSPECS_INSTALL_DIR=lib/qt/mkspecs/modules/ \
-DMKSPECS_INSTALL_DIR=lib/qt6/mkspecs/modules/ \
-DBUILD_PLUGINS=OFF \
-DBUILD_DOCS=ON \
-DQCH_INSTALL_DESTINATION=share/doc/qt \
-DQCH_INSTALL_DESTINATION=share/doc/qt6 \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Description: deepin graphical user interface library

Package: libdtk6widget-bin
Architecture: any
Build-Profiles: <!nobin>
Depends: ${shlibs:Depends}, ${misc:Depends}, libdtk6widget (= ${binary:Version})
Description: deepin graphical user interface library utilities
DtkWidget is deepin graphical user interface for deepin desktop development.
Expand Down

0 comments on commit 53e1c44

Please sign in to comment.