Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog #63

Merged
merged 1 commit into from
Jul 10, 2024
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
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
Loading