summaryrefslogtreecommitdiff
path: root/user/dbus
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-25 04:32:12 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-11-25 04:32:12 -0600
commita37c2c1662c128b8f406420541cf894db47c008a (patch)
tree61d64e7058ab5b522946fd9caf08b9830a82d1b7 /user/dbus
parenta3ebb558607daac4ecfe5e211e3bf285f1f32ddb (diff)
downloadpackages-a37c2c1662c128b8f406420541cf894db47c008a.tar.gz
packages-a37c2c1662c128b8f406420541cf894db47c008a.tar.bz2
packages-a37c2c1662c128b8f406420541cf894db47c008a.tar.xz
packages-a37c2c1662c128b8f406420541cf894db47c008a.zip
user/{cyrus-sasl,dbus}: Workaround for /var/run
Since these packages create subdirectories of /var/run, they can cause APK to fail to install adelie-core if it installs them before adelie-core. This has caused actual installations in the wild to fail, and this weird explicit dependency doesn't change anything on installed machines (which is why I did not update pkgrel either). See-Also: horizon#324 Closes: #1167
Diffstat (limited to 'user/dbus')
-rw-r--r--user/dbus/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/dbus/APKBUILD b/user/dbus/APKBUILD
index fcd7da74d..a3f0847b0 100644
--- a/user/dbus/APKBUILD
+++ b/user/dbus/APKBUILD
@@ -12,7 +12,7 @@ license="AFL-2.1 OR GPL-2.0+"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-openrc
$pkgname-x11"
triggers="$pkgname.trigger=/etc/dbus-1/system.d"
-depends=""
+depends="adelie-core" # #1167
depends_dev="util-linux-dev"
makedepends="$depends_dev expat-dev libx11-dev autoconf automake libtool xmlto
libsm-dev"