Update to 2.24.0

Move the default config file to share/default like upstream expects,
the one in sysconfdir will be still looked at
This commit is contained in:
Baptiste Daroussin 2017-04-01 20:00:33 +00:00
parent 33d6676b29
commit dcecc26b96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437465
3 changed files with 11 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= at-spi2-core PORTNAME= at-spi2-core
PORTVERSION= 2.18.3 PORTVERSION= 2.24.0
CATEGORIES= accessibility x11-toolkits CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome3 DIST_SUBDIR= gnome3
@ -16,14 +16,15 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus
PORTSCOUT= limitw:1,even PORTSCOUT= limitw:1,even
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USES= gettext gmake gnome localbase libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 intlhack introspection:build USE_GNOME= glib20 intlhack introspection:build
USE_XORG= x11 xi xtst xext USE_XORG= x11 xi xtst xext
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-xevie CONFIGURE_ARGS= --disable-xevie
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (gnome3/at-spi2-core-2.18.3.tar.xz) = ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629 TIMESTAMP = 1491076488
SIZE (gnome3/at-spi2-core-2.18.3.tar.xz) = 451408 SHA256 (gnome3/at-spi2-core-2.24.0.tar.xz) = 6179f314fbd903b3cd3477a57b6b1fecca88b76ce769ce777fda0d3e5f61afcd
SIZE (gnome3/at-spi2-core-2.24.0.tar.xz) = 454160

View file

@ -1,4 +1,3 @@
etc/at-spi2/accessibility.conf
etc/xdg/autostart/at-spi-dbus-bus.desktop etc/xdg/autostart/at-spi-dbus-bus.desktop
include/at-spi-2.0/atspi/atspi-accessible.h include/at-spi-2.0/atspi/atspi-accessible.h
include/at-spi-2.0/atspi/atspi-action.h include/at-spi-2.0/atspi/atspi-action.h
@ -41,6 +40,7 @@ libexec/at-spi-bus-launcher
libexec/at-spi2-registryd libexec/at-spi2-registryd
share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
share/dbus-1/services/org.a11y.Bus.service share/dbus-1/services/org.a11y.Bus.service
share/defaults/at-spi2/accessibility.conf
share/gir-1.0/Atspi-2.0.gir share/gir-1.0/Atspi-2.0.gir
share/gtk-doc/html/libatspi/AtspiAccessible.html share/gtk-doc/html/libatspi/AtspiAccessible.html
share/gtk-doc/html/libatspi/AtspiDeviceListener.html share/gtk-doc/html/libatspi/AtspiDeviceListener.html
@ -107,10 +107,12 @@ share/locale/fi/LC_MESSAGES/at-spi2-core.mo
share/locale/fr/LC_MESSAGES/at-spi2-core.mo share/locale/fr/LC_MESSAGES/at-spi2-core.mo
share/locale/fur/LC_MESSAGES/at-spi2-core.mo share/locale/fur/LC_MESSAGES/at-spi2-core.mo
share/locale/ga/LC_MESSAGES/at-spi2-core.mo share/locale/ga/LC_MESSAGES/at-spi2-core.mo
share/locale/gd/LC_MESSAGES/at-spi2-core.mo
share/locale/gl/LC_MESSAGES/at-spi2-core.mo share/locale/gl/LC_MESSAGES/at-spi2-core.mo
share/locale/gu/LC_MESSAGES/at-spi2-core.mo share/locale/gu/LC_MESSAGES/at-spi2-core.mo
share/locale/he/LC_MESSAGES/at-spi2-core.mo share/locale/he/LC_MESSAGES/at-spi2-core.mo
share/locale/hi/LC_MESSAGES/at-spi2-core.mo share/locale/hi/LC_MESSAGES/at-spi2-core.mo
share/locale/hr/LC_MESSAGES/at-spi2-core.mo
share/locale/hu/LC_MESSAGES/at-spi2-core.mo share/locale/hu/LC_MESSAGES/at-spi2-core.mo
share/locale/id/LC_MESSAGES/at-spi2-core.mo share/locale/id/LC_MESSAGES/at-spi2-core.mo
share/locale/it/LC_MESSAGES/at-spi2-core.mo share/locale/it/LC_MESSAGES/at-spi2-core.mo