iigs
2024-02-21 ed7f5df941db8521e800ed77f9b1d8bfc7882df2
at-spi2-core: fix dbus-daemon path

3 files modified
10 ■■■■■ changed files
components/desktop/gnome2/at-spi2-core/Makefile 4 ●●●● patch | view | raw | blame | history
components/desktop/gnome2/at-spi2-core/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/desktop/gnome2/at-spi2-core/pkg5 4 ●●● patch | view | raw | blame | history
components/desktop/gnome2/at-spi2-core/Makefile
@@ -19,7 +19,7 @@
COMPONENT_NAME=         at-spi2-core
COMPONENT_VERSION=      2.24.1
COMPONENT_REVISION=     2
COMPONENT_REVISION=     3
COMPONENT_SUMMARY=      Assistive Technology Service Provider Interface
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
@@ -40,7 +40,7 @@
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
CONFIGURE_OPTIONS += --with-dbus_daemondir=/usr/lib
CONFIGURE_OPTIONS += --with-dbus_daemondir=/usr/libexec
CONFIGURE_OPTIONS += --enable-xevie=no
CONFIGURE_OPTIONS.32 += --enable-introspection=no
components/desktop/gnome2/at-spi2-core/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/desktop/gnome2/at-spi2-core/pkg5
@@ -1,9 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "library/glib2",
        "library/perl-5/xml-parser",
        "shell/ksh93",
        "system/library",
        "system/library/libdbus",
        "x11/library/libx11",
@@ -13,4 +11,4 @@
        "gnome/accessibility/at-spi2-core"
    ],
    "name": "at-spi2-core"
}
}