Andreas Wacknitz
2023-11-24 5e88b64571409ce338e6938323af3230772884f3
dbus: drop 32 bit

5 files modified
60 ■■■■ changed files
components/library/dbus/Makefile 4 ●●●● patch | view | raw | blame | history
components/library/dbus/dbus.p5m 30 ●●●●● patch | view | raw | blame | history
components/library/dbus/libdbus.p5m 7 ●●●●● patch | view | raw | blame | history
components/library/dbus/manifests/sample-manifest.p5m 17 ●●●●● patch | view | raw | blame | history
components/library/dbus/pkg5 2 ●●● patch | view | raw | blame | history
components/library/dbus/Makefile
@@ -15,12 +15,12 @@
# Copyright 2020 Andreas Wacknitz
#
BUILD_BITS= 64_and_32
BUILD_BITS= 64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        dbus
COMPONENT_VERSION=    1.12.28
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_SUMMARY=    Simple IPC library based on messages
COMPONENT_PROJECT_URL=    https://www.freedesktop.org/wiki/Software/dbus/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
components/library/dbus/dbus.p5m
@@ -13,7 +13,7 @@
# Copyright 2017 Alexander Pyhalov
# Copyright 2019 Michal Nowak
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
@@ -39,14 +39,37 @@
file path=etc/dbus-1/session.conf preserve=rename-old
file path=etc/dbus-1/system.conf preserve=rename-old
file path=usr/bin/dbus-cleanup-sockets
#file path=usr/bin/dbus-launch
file path=usr/bin/dbus-monitor
file path=usr/bin/dbus-run-session
file path=usr/bin/dbus-send
file path=usr/bin/dbus-test-tool
file path=usr/bin/dbus-update-activation-environment
file path=usr/bin/dbus-uuidgen
file path=usr/lib/dbus-daemon mode=0555
file path=usr/lib/dbus-daemon-launch-helper mode=0555
#file path=usr/include/dbus-1.0/dbus/dbus-address.h
#file path=usr/include/dbus-1.0/dbus/dbus-bus.h
#file path=usr/include/dbus-1.0/dbus/dbus-connection.h
#file path=usr/include/dbus-1.0/dbus/dbus-errors.h
#file path=usr/include/dbus-1.0/dbus/dbus-macros.h
#file path=usr/include/dbus-1.0/dbus/dbus-memory.h
#file path=usr/include/dbus-1.0/dbus/dbus-message.h
#file path=usr/include/dbus-1.0/dbus/dbus-misc.h
#file path=usr/include/dbus-1.0/dbus/dbus-pending-call.h
#file path=usr/include/dbus-1.0/dbus/dbus-protocol.h
#file path=usr/include/dbus-1.0/dbus/dbus-server.h
#file path=usr/include/dbus-1.0/dbus/dbus-shared.h
#file path=usr/include/dbus-1.0/dbus/dbus-signature.h
#file path=usr/include/dbus-1.0/dbus/dbus-syntax.h
#file path=usr/include/dbus-1.0/dbus/dbus-threads.h
#file path=usr/include/dbus-1.0/dbus/dbus-types.h
#file path=usr/include/dbus-1.0/dbus/dbus.h
#file path=usr/lib/$(MACH64)/cmake/DBus1/DBus1Config.cmake
#file path=usr/lib/$(MACH64)/cmake/DBus1/DBus1ConfigVersion.cmake
#file path=usr/lib/$(MACH64)/dbus-1.0/include/dbus/dbus-arch-deps.h
#link path=usr/lib/$(MACH64)/libdbus-1.so target=libdbus-1.so.3.19.17
#link path=usr/lib/$(MACH64)/libdbus-1.so.3 target=libdbus-1.so.3.19.17
#file path=usr/lib/$(MACH64)/libdbus-1.so.3.19.17
#file path=usr/lib/$(MACH64)/pkgconfig/dbus-1.pc
file path=usr/lib/$(MACH64)/dbus-daemon mode=0555
file path=usr/lib/$(MACH64)/dbus-daemon-launch-helper mode=0555
file path=usr/share/dbus-1/session.conf preserve=rename-old
@@ -459,6 +482,7 @@
file path=usr/share/doc/dbus/system-activation.txt
file path=usr/share/man/man1/dbus-cleanup-sockets.1
file path=usr/share/man/man1/dbus-daemon.1
#file path=usr/share/man/man1/dbus-launch.1
file path=usr/share/man/man1/dbus-monitor.1
file path=usr/share/man/man1/dbus-run-session.1
file path=usr/share/man/man1/dbus-send.1
components/library/dbus/libdbus.p5m
@@ -48,10 +48,3 @@
link path=usr/lib/$(MACH64)/libdbus-1.so.3 target=libdbus-1.so.3.19.17
file path=usr/lib/$(MACH64)/libdbus-1.so.3.19.17
file path=usr/lib/$(MACH64)/pkgconfig/dbus-1.pc
file path=usr/lib/cmake/DBus1/DBus1Config.cmake
file path=usr/lib/cmake/DBus1/DBus1ConfigVersion.cmake
file path=usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h
link path=usr/lib/libdbus-1.so target=libdbus-1.so.3.19.17
link path=usr/lib/libdbus-1.so.3 target=libdbus-1.so.3.19.17
file path=usr/lib/libdbus-1.so.3.19.17
file path=usr/lib/pkgconfig/dbus-1.pc
components/library/dbus/manifests/sample-manifest.p5m
@@ -25,14 +25,6 @@
file path=etc/dbus-1/session.conf
file path=etc/dbus-1/system.conf
file path=usr/bin/$(MACH32)/dbus-cleanup-sockets
file path=usr/bin/$(MACH32)/dbus-launch
file path=usr/bin/$(MACH32)/dbus-monitor
file path=usr/bin/$(MACH32)/dbus-run-session
file path=usr/bin/$(MACH32)/dbus-send
file path=usr/bin/$(MACH32)/dbus-test-tool
file path=usr/bin/$(MACH32)/dbus-update-activation-environment
file path=usr/bin/$(MACH32)/dbus-uuidgen
file path=usr/bin/dbus-cleanup-sockets
file path=usr/bin/dbus-launch
file path=usr/bin/dbus-monitor
@@ -67,15 +59,6 @@
link path=usr/lib/$(MACH64)/libdbus-1.so.3 target=libdbus-1.so.3.19.17
file path=usr/lib/$(MACH64)/libdbus-1.so.3.19.17
file path=usr/lib/$(MACH64)/pkgconfig/dbus-1.pc
file path=usr/lib/cmake/DBus1/DBus1Config.cmake
file path=usr/lib/cmake/DBus1/DBus1ConfigVersion.cmake
file path=usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h
file path=usr/lib/dbus-daemon
file path=usr/lib/dbus-daemon-launch-helper
link path=usr/lib/libdbus-1.so target=libdbus-1.so.3.19.17
link path=usr/lib/libdbus-1.so.3 target=libdbus-1.so.3.19.17
file path=usr/lib/libdbus-1.so.3.19.17
file path=usr/lib/pkgconfig/dbus-1.pc
file path=usr/share/dbus-1/session.conf
file path=usr/share/dbus-1/system.conf
file path=usr/share/doc/dbus/api/annotated.html
components/library/dbus/pkg5
@@ -11,8 +11,8 @@
        "x11/library/libx11"
    ],
    "fmris": [
        "system/library/dbus",
        "system/library/dbus/dbus-x11",
        "system/library/dbus",
        "system/library/libdbus"
    ],
    "name": "dbus"