Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
Release 6.0.18.
  • Loading branch information
deepin-ci-robot authored and kegechen committed Jul 10, 2024
1 parent e58bdbc commit 3561f0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgdesc='DTK6 core modules'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dtk6core"
license=('LGPL3')
depends=('deepin-desktop-base-git' 'gcc-libs' 'qt6-base' 'dtkcommon-git' 'lshw' 'uchardet' 'icu' 'libsystemd' 'spdlog')
depends=('deepin-desktop-base-git' 'gcc-libs' 'qt6-base' 'dtkcommon-git' 'dtk6log-git' 'lshw' 'uchardet' 'icu')
makedepends=('git' 'qt6-tools' 'ninja' 'cmake' 'doxygen' 'gcc' 'pkg-config')
conflicts=('dtk6core')
provides=('dtk6core')
Expand All @@ -30,7 +30,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DD_DSG_APP_DATA_FALLBACK=/var/dsg/appdata \
-DBUILD_WITH_SYSTEMD=ON \
-DDTK_VERSION=$version
ninja
}
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dtk6core (6.0.18) unstable; urgency=medium

* sync: from linuxdeepin/dtkcore

-- Deepin Packages Builder <[email protected]> Mon, 08 Jul 2024 02:36:19 +0000

dtk6core (6.0.17) unstable; urgency=medium

* sync: from linuxdeepin/dtkcore
Expand Down
5 changes: 2 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ Build-Depends:
cmake,
libuchardet-dev,
libicu-dev,
libsystemd-dev,
libdtkcommon-dev (>= 5.6.4),
libspdlog-dev
libdtk6log-dev
Standards-Version: 3.9.8

Package: libdtk6core
Expand All @@ -36,7 +35,7 @@ Description: Deepin Tool Kit Core Utilities

Package: libdtk6core-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libdtk6core (= ${binary:Version}), libdtkcommon-dev (>= 5.6.16)
Depends: ${shlibs:Depends}, ${misc:Depends}, libdtk6core (= ${binary:Version}), libdtkcommon-dev (>= 5.6.16), libdtk6log-dev
Description: Deepin Tool Kit Core Devel library
DtkCore is base devel library of Deepin Qt/C++ applications.
.
Expand Down

0 comments on commit 3561f0a

Please sign in to comment.