Skip to content

Commit

Permalink
fix: adjust dependencies in PKGBUILD
Browse files Browse the repository at this point in the history
- dconf is no longer used.
- This project only uses libsystemd instead of systemd.
  • Loading branch information
felixonmars authored and kegechen committed Apr 18, 2023
1 parent da225ad commit d5c4002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgdesc='DTK core modules'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dtkcore"
license=('LGPL3')
depends=('dconf' 'deepin-desktop-base-git' 'gsettings-qt' 'dtkcommon-git' 'lshw' 'uchardet' 'icu' 'systemd')
depends=('deepin-desktop-base-git' 'gsettings-qt' 'dtkcommon-git' 'lshw' 'uchardet' 'icu' 'libsystemd')
makedepends=('git' 'qt5-tools' 'ninja' 'cmake' 'doxygen')
conflicts=('dtkcore')
provides=('dtkcore')
Expand Down

0 comments on commit d5c4002

Please sign in to comment.