summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-03-02 00:02:26 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-03-02 00:02:26 +1100
commitab9b1d7e198a930527702e5daf5994b43ac86e21 (patch)
tree888b8ee5074c0180ee5ff538153ebe8fcc78bb65
parent1259c96c328df5b8dd04c5687d42dec3aa10a018 (diff)
downloadcompat-32-ab9b1d7e198a930527702e5daf5994b43ac86e21.tar.gz
compat-32-ab9b1d7e198a930527702e5daf5994b43ac86e21.tar.xz
dbus-32: closes FS#1601
-rw-r--r--dbus-32/.signature4
-rw-r--r--dbus-32/Pkgfile5
2 files changed, 7 insertions, 2 deletions
diff --git a/dbus-32/.signature b/dbus-32/.signature
index 4553aa12..78dfbf2a 100644
--- a/dbus-32/.signature
+++ b/dbus-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXY9Z1ZfKwtPQvjTHY6xAa/TScF7sUVS3FQE8sPtdexzz4lSZ4v7p6wRTVX+oARPEK8MCyooUevkhP8Pq+WcKkwk=
-SHA256 (Pkgfile) = 1ef0cf42c9633a1f32482128688713b225307e6d3b4e0bbbb15118ad00a51924
+RWSwxGo/zH7eXaBkT3OAZNHtY0PmbAqFb46ELvCLLf9WnpB1kHU/8s1eAwc0gmU5c9lUOja2WndJW7bCZSaGXXCLt0zAHPgfqQg=
+SHA256 (Pkgfile) = ee46a9e4b7b522f688a0d8d9cdc673f31677456a45a7fff6d74ac28f6988ca46
SHA256 (.footprint) = 97db194de5f92ca8b07ece653493e941d67ab2f7b15744f62f10d43e6784e902
SHA256 (dbus-1.12.4.tar.gz) = f9756b68ec68065ae2dafcf1191ee40b4cb06e9534a01f6a74d5a4d7894221c7
diff --git a/dbus-32/Pkgfile b/dbus-32/Pkgfile
index 60258a53..c0409226 100644
--- a/dbus-32/Pkgfile
+++ b/dbus-32/Pkgfile
@@ -11,6 +11,11 @@ source=(https://${name%-*}.freedesktop.org/releases/${name%-*}/${name%-*}-$versi
build() {
cd ${name%-*}-$version
+[ -e '/usr/lib/pkgconfig/x11.pc' ] && [ ! -e '/usr/lib32/pkgconfig/x11.pc' ] && printf "\e[031mxorg-libx11 is detected on your system, please run:
+prt-get depinst xorg-libx11-32
+before continuing with dbus-32.\033[0m\n" &&
+exit 1
+
./configure --prefix=/usr \
--libdir=/usr/lib32 \
--with-dbus-daemondir=/usr/sbin \

Generated by cgit