mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
This commit is contained in:
@@ -17771,3 +17771,5 @@ sysutils/screenfetch-nox11|sysutils/screenfetch@nox11|2023-02-23|Converted to fl
|
||||
editors/r7-office|editors/linux-r7-office|2023-02-25|Follow the naming scheme of Linux ports
|
||||
www/mediawiki137||2023-02-28|Has expired: End of life upstream, users are recommended to upgrade to 1.39 or higher
|
||||
games/veloren|games/veloren-weekly|2023-03-02|Using releases is currently discouraged upstream
|
||||
accessibility/atk|accessibility/at-spi2-core|2023-03-02|Integrated into other package
|
||||
accessibility/at-spi2-atk|accessibility/at-spi2-core|2023-03-02|Integrated into other package
|
||||
|
||||
+1
-1
@@ -148,7 +148,7 @@ gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:
|
||||
glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 \
|
||||
libintl.so:devel/gettext-runtime
|
||||
|
||||
atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk
|
||||
atk_LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core
|
||||
atk_USE_GNOME_IMPL= glib20
|
||||
|
||||
dconf_BUILD_DEPENDS= dconf:devel/dconf
|
||||
|
||||
+1
-1
@@ -104,7 +104,7 @@ LAZARUS_DEVELSUFFIX= -devel
|
||||
BUILD_DEPENDS+= ${MKINSTDIR}/gtk2.fpm:x11-toolkits/fpc-gtk2
|
||||
LIB_DEPENDS+= libglib-2.0.so:devel/glib20 \
|
||||
libgtk-x11-2.0.so:x11-toolkits/gtk20 \
|
||||
libatk-1.0.so:accessibility/atk \
|
||||
libatk-1.0.so:accessibility/at-spi2-core \
|
||||
libpango-1.0.so:x11-toolkits/pango \
|
||||
libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2
|
||||
LCL_PLATFORM= gtk2
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
COMMENT = Ports to help disabled users
|
||||
|
||||
SUBDIR += accerciser
|
||||
SUBDIR += at-spi2-atk
|
||||
SUBDIR += at-spi2-core
|
||||
SUBDIR += atk
|
||||
SUBDIR += atkmm
|
||||
SUBDIR += caribou
|
||||
SUBDIR += darkman
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= accerciser
|
||||
PORTVERSION= 3.38.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
PORTNAME= at-spi2-atk
|
||||
PORTVERSION= 2.38.0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= Assisted Technology Provider module for GTK+
|
||||
WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BUILD_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||
RUN_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= cpe gettext-runtime gnome localbase meson pkgconfig tar:xz
|
||||
USE_GNOME= atk glib20 intlhack
|
||||
USE_LDCONFIG= yes
|
||||
CPE_VENDOR= gnome
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1661964965
|
||||
SHA256 (gnome/at-spi2-atk-2.38.0.tar.xz) = cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f
|
||||
SIZE (gnome/at-spi2-atk-2.38.0.tar.xz) = 97464
|
||||
@@ -1,7 +0,0 @@
|
||||
This is the Gnome Accessibility Project's Assistive Technology
|
||||
Service Provider Interface. It allows accessibility applications
|
||||
and assistive technologies to announce their respective existence
|
||||
to each other.
|
||||
|
||||
This port contains the GTK+ module needed to interface with the SPI
|
||||
framework.
|
||||
@@ -1,7 +0,0 @@
|
||||
include/at-spi2-atk/2.0/atk-bridge.h
|
||||
lib/libatk-bridge-2.0.so
|
||||
lib/libatk-bridge-2.0.so.0
|
||||
lib/libatk-bridge-2.0.so.0.0.0
|
||||
lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
|
||||
lib/gtk-2.0/modules/libatk-bridge.so
|
||||
libdata/pkgconfig/atk-bridge-2.0.pc
|
||||
@@ -1,5 +1,5 @@
|
||||
PORTNAME= at-spi2-core
|
||||
PORTVERSION= 2.44.1
|
||||
PORTVERSION= 2.46.0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1661964981
|
||||
SHA256 (gnome/at-spi2-core-2.44.1.tar.xz) = 4beb23270ba6cf7caf20b597354d75194d89afb69d2efcf15f4271688ba6f746
|
||||
SIZE (gnome/at-spi2-core-2.44.1.tar.xz) = 209780
|
||||
TIMESTAMP = 1676814438
|
||||
SHA256 (gnome/at-spi2-core-2.46.0.tar.xz) = aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0
|
||||
SIZE (gnome/at-spi2-core-2.46.0.tar.xz) = 540600
|
||||
|
||||
@@ -31,31 +31,89 @@ include/at-spi-2.0/atspi/atspi-text.h
|
||||
include/at-spi-2.0/atspi/atspi-types.h
|
||||
include/at-spi-2.0/atspi/atspi-value.h
|
||||
include/at-spi-2.0/atspi/atspi.h
|
||||
include/at-spi2-atk/2.0/atk-bridge.h
|
||||
include/atk-1.0/atk/atk-autocleanups.h
|
||||
include/atk-1.0/atk/atk-enum-types.h
|
||||
include/atk-1.0/atk/atk.h
|
||||
include/atk-1.0/atk/atkaction.h
|
||||
include/atk-1.0/atk/atkcomponent.h
|
||||
include/atk-1.0/atk/atkdocument.h
|
||||
include/atk-1.0/atk/atkeditabletext.h
|
||||
include/atk-1.0/atk/atkgobjectaccessible.h
|
||||
include/atk-1.0/atk/atkhyperlink.h
|
||||
include/atk-1.0/atk/atkhyperlinkimpl.h
|
||||
include/atk-1.0/atk/atkhypertext.h
|
||||
include/atk-1.0/atk/atkimage.h
|
||||
include/atk-1.0/atk/atkmisc.h
|
||||
include/atk-1.0/atk/atknoopobject.h
|
||||
include/atk-1.0/atk/atknoopobjectfactory.h
|
||||
include/atk-1.0/atk/atkobject.h
|
||||
include/atk-1.0/atk/atkobjectfactory.h
|
||||
include/atk-1.0/atk/atkplug.h
|
||||
include/atk-1.0/atk/atkrange.h
|
||||
include/atk-1.0/atk/atkregistry.h
|
||||
include/atk-1.0/atk/atkrelation.h
|
||||
include/atk-1.0/atk/atkrelationset.h
|
||||
include/atk-1.0/atk/atkrelationtype.h
|
||||
include/atk-1.0/atk/atkselection.h
|
||||
include/atk-1.0/atk/atksocket.h
|
||||
include/atk-1.0/atk/atkstate.h
|
||||
include/atk-1.0/atk/atkstateset.h
|
||||
include/atk-1.0/atk/atkstreamablecontent.h
|
||||
include/atk-1.0/atk/atktable.h
|
||||
include/atk-1.0/atk/atktablecell.h
|
||||
include/atk-1.0/atk/atktext.h
|
||||
include/atk-1.0/atk/atkutil.h
|
||||
include/atk-1.0/atk/atkvalue.h
|
||||
include/atk-1.0/atk/atkversion.h
|
||||
include/atk-1.0/atk/atkwindow.h
|
||||
lib/girepository-1.0/Atk-1.0.typelib
|
||||
lib/girepository-1.0/Atspi-2.0.typelib
|
||||
lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
|
||||
lib/gtk-2.0/modules/libatk-bridge.so
|
||||
lib/libatk-1.0.so
|
||||
lib/libatk-1.0.so.0
|
||||
lib/libatk-1.0.so.0.24609.1
|
||||
lib/libatk-bridge-2.0.so
|
||||
lib/libatk-bridge-2.0.so.0
|
||||
lib/libatk-bridge-2.0.so.0.0.0
|
||||
lib/libatspi.so
|
||||
lib/libatspi.so.0
|
||||
lib/libatspi.so.0.0.1
|
||||
libdata/pkgconfig/atk-bridge-2.0.pc
|
||||
libdata/pkgconfig/atk.pc
|
||||
libdata/pkgconfig/atspi-2.pc
|
||||
libexec/at-spi-bus-launcher
|
||||
libexec/at-spi2-registryd
|
||||
share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
|
||||
share/dbus-1/services/org.a11y.Bus.service
|
||||
share/defaults/at-spi2/accessibility.conf
|
||||
share/gir-1.0/Atk-1.0.gir
|
||||
share/gir-1.0/Atspi-2.0.gir
|
||||
share/locale/ab/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/af/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/am/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/an/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ar/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/as/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ast/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/az/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/be/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/be@latin/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bg/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bs/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ca/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ckb/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/cs/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/cy/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/da/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/de/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/dz/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/el/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/eo/LC_MESSAGES/at-spi2-core.mo
|
||||
@@ -74,44 +132,63 @@ share/locale/he/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/hy/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/id/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/is/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/it/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ja/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ka/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/kk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/km/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/kn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ko/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ku/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/li/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/lt/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/lv/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mai/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ml/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mr/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ms/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/nb/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ne/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/nl/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/nn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/oc/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/or/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pa/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pl/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ps/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pt/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ro/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ru/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/rw/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/si/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sl/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sq/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sr/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sr@ije/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sv/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ta/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/te/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tg/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/th/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tr/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tt/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ug/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/uk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/vi/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/wa/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/xh/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/yi/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zu/LC_MESSAGES/at-spi2-core.mo
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
PORTNAME= atk
|
||||
PORTVERSION= 2.38.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility devel
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= GNOME accessibility toolkit (ATK)
|
||||
WWW= https://developer.gnome.org/atk/
|
||||
|
||||
LICENSE= LGPL20+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= gettext gnome localbase meson pkgconfig tar:xz
|
||||
USE_GNOME= glib20 introspection:build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1661964925
|
||||
SHA256 (gnome/atk-2.38.0.tar.xz) = ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36
|
||||
SIZE (gnome/atk-2.38.0.tar.xz) = 303952
|
||||
@@ -1,3 +0,0 @@
|
||||
The GNOME Accessibility Toolkit (ATK) contains accessibility widgets,
|
||||
just like GTK contains GUI element widgets. However, ATK's widgets
|
||||
are platform-independent, so they can be used with Qt, Motif, etc.
|
||||
@@ -1,141 +0,0 @@
|
||||
include/atk-1.0/atk/atk-autocleanups.h
|
||||
include/atk-1.0/atk/atk-enum-types.h
|
||||
include/atk-1.0/atk/atk.h
|
||||
include/atk-1.0/atk/atkaction.h
|
||||
include/atk-1.0/atk/atkcomponent.h
|
||||
include/atk-1.0/atk/atkdocument.h
|
||||
include/atk-1.0/atk/atkeditabletext.h
|
||||
include/atk-1.0/atk/atkgobjectaccessible.h
|
||||
include/atk-1.0/atk/atkhyperlink.h
|
||||
include/atk-1.0/atk/atkhyperlinkimpl.h
|
||||
include/atk-1.0/atk/atkhypertext.h
|
||||
include/atk-1.0/atk/atkimage.h
|
||||
include/atk-1.0/atk/atkmisc.h
|
||||
include/atk-1.0/atk/atknoopobject.h
|
||||
include/atk-1.0/atk/atknoopobjectfactory.h
|
||||
include/atk-1.0/atk/atkobject.h
|
||||
include/atk-1.0/atk/atkobjectfactory.h
|
||||
include/atk-1.0/atk/atkplug.h
|
||||
include/atk-1.0/atk/atkrange.h
|
||||
include/atk-1.0/atk/atkregistry.h
|
||||
include/atk-1.0/atk/atkrelation.h
|
||||
include/atk-1.0/atk/atkrelationset.h
|
||||
include/atk-1.0/atk/atkrelationtype.h
|
||||
include/atk-1.0/atk/atkselection.h
|
||||
include/atk-1.0/atk/atksocket.h
|
||||
include/atk-1.0/atk/atkstate.h
|
||||
include/atk-1.0/atk/atkstateset.h
|
||||
include/atk-1.0/atk/atkstreamablecontent.h
|
||||
include/atk-1.0/atk/atktable.h
|
||||
include/atk-1.0/atk/atktablecell.h
|
||||
include/atk-1.0/atk/atktext.h
|
||||
include/atk-1.0/atk/atkutil.h
|
||||
include/atk-1.0/atk/atkvalue.h
|
||||
include/atk-1.0/atk/atkversion.h
|
||||
include/atk-1.0/atk/atkwindow.h
|
||||
lib/girepository-1.0/Atk-1.0.typelib
|
||||
lib/libatk-1.0.so
|
||||
lib/libatk-1.0.so.0
|
||||
lib/libatk-1.0.so.0.23809.1
|
||||
libdata/pkgconfig/atk.pc
|
||||
share/gir-1.0/Atk-1.0.gir
|
||||
share/locale/af/LC_MESSAGES/atk10.mo
|
||||
share/locale/am/LC_MESSAGES/atk10.mo
|
||||
share/locale/an/LC_MESSAGES/atk10.mo
|
||||
share/locale/ar/LC_MESSAGES/atk10.mo
|
||||
share/locale/as/LC_MESSAGES/atk10.mo
|
||||
share/locale/ast/LC_MESSAGES/atk10.mo
|
||||
share/locale/az/LC_MESSAGES/atk10.mo
|
||||
share/locale/be/LC_MESSAGES/atk10.mo
|
||||
share/locale/be@latin/LC_MESSAGES/atk10.mo
|
||||
share/locale/bg/LC_MESSAGES/atk10.mo
|
||||
share/locale/bn/LC_MESSAGES/atk10.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/atk10.mo
|
||||
share/locale/bs/LC_MESSAGES/atk10.mo
|
||||
share/locale/ca/LC_MESSAGES/atk10.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/atk10.mo
|
||||
share/locale/ckb/LC_MESSAGES/atk10.mo
|
||||
share/locale/cs/LC_MESSAGES/atk10.mo
|
||||
share/locale/cy/LC_MESSAGES/atk10.mo
|
||||
share/locale/da/LC_MESSAGES/atk10.mo
|
||||
share/locale/de/LC_MESSAGES/atk10.mo
|
||||
share/locale/dz/LC_MESSAGES/atk10.mo
|
||||
share/locale/el/LC_MESSAGES/atk10.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/atk10.mo
|
||||
share/locale/en_CA/LC_MESSAGES/atk10.mo
|
||||
share/locale/en_GB/LC_MESSAGES/atk10.mo
|
||||
share/locale/eo/LC_MESSAGES/atk10.mo
|
||||
share/locale/es/LC_MESSAGES/atk10.mo
|
||||
share/locale/et/LC_MESSAGES/atk10.mo
|
||||
share/locale/eu/LC_MESSAGES/atk10.mo
|
||||
share/locale/fa/LC_MESSAGES/atk10.mo
|
||||
share/locale/fi/LC_MESSAGES/atk10.mo
|
||||
share/locale/fr/LC_MESSAGES/atk10.mo
|
||||
share/locale/fur/LC_MESSAGES/atk10.mo
|
||||
share/locale/ga/LC_MESSAGES/atk10.mo
|
||||
share/locale/gd/LC_MESSAGES/atk10.mo
|
||||
share/locale/gl/LC_MESSAGES/atk10.mo
|
||||
share/locale/gu/LC_MESSAGES/atk10.mo
|
||||
share/locale/he/LC_MESSAGES/atk10.mo
|
||||
share/locale/hi/LC_MESSAGES/atk10.mo
|
||||
share/locale/hr/LC_MESSAGES/atk10.mo
|
||||
share/locale/hu/LC_MESSAGES/atk10.mo
|
||||
share/locale/hy/LC_MESSAGES/atk10.mo
|
||||
share/locale/id/LC_MESSAGES/atk10.mo
|
||||
share/locale/is/LC_MESSAGES/atk10.mo
|
||||
share/locale/it/LC_MESSAGES/atk10.mo
|
||||
share/locale/ja/LC_MESSAGES/atk10.mo
|
||||
share/locale/ka/LC_MESSAGES/atk10.mo
|
||||
share/locale/kk/LC_MESSAGES/atk10.mo
|
||||
share/locale/km/LC_MESSAGES/atk10.mo
|
||||
share/locale/kn/LC_MESSAGES/atk10.mo
|
||||
share/locale/ko/LC_MESSAGES/atk10.mo
|
||||
share/locale/ku/LC_MESSAGES/atk10.mo
|
||||
share/locale/li/LC_MESSAGES/atk10.mo
|
||||
share/locale/lt/LC_MESSAGES/atk10.mo
|
||||
share/locale/lv/LC_MESSAGES/atk10.mo
|
||||
share/locale/mai/LC_MESSAGES/atk10.mo
|
||||
share/locale/mk/LC_MESSAGES/atk10.mo
|
||||
share/locale/ml/LC_MESSAGES/atk10.mo
|
||||
share/locale/mn/LC_MESSAGES/atk10.mo
|
||||
share/locale/mr/LC_MESSAGES/atk10.mo
|
||||
share/locale/ms/LC_MESSAGES/atk10.mo
|
||||
share/locale/nb/LC_MESSAGES/atk10.mo
|
||||
share/locale/ne/LC_MESSAGES/atk10.mo
|
||||
share/locale/nl/LC_MESSAGES/atk10.mo
|
||||
share/locale/nn/LC_MESSAGES/atk10.mo
|
||||
share/locale/oc/LC_MESSAGES/atk10.mo
|
||||
share/locale/or/LC_MESSAGES/atk10.mo
|
||||
share/locale/pa/LC_MESSAGES/atk10.mo
|
||||
share/locale/pl/LC_MESSAGES/atk10.mo
|
||||
share/locale/ps/LC_MESSAGES/atk10.mo
|
||||
share/locale/pt/LC_MESSAGES/atk10.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/atk10.mo
|
||||
share/locale/ro/LC_MESSAGES/atk10.mo
|
||||
share/locale/ru/LC_MESSAGES/atk10.mo
|
||||
share/locale/rw/LC_MESSAGES/atk10.mo
|
||||
share/locale/si/LC_MESSAGES/atk10.mo
|
||||
share/locale/sk/LC_MESSAGES/atk10.mo
|
||||
share/locale/sl/LC_MESSAGES/atk10.mo
|
||||
share/locale/sq/LC_MESSAGES/atk10.mo
|
||||
share/locale/sr/LC_MESSAGES/atk10.mo
|
||||
share/locale/sr@ije/LC_MESSAGES/atk10.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/atk10.mo
|
||||
share/locale/sv/LC_MESSAGES/atk10.mo
|
||||
share/locale/ta/LC_MESSAGES/atk10.mo
|
||||
share/locale/te/LC_MESSAGES/atk10.mo
|
||||
share/locale/tg/LC_MESSAGES/atk10.mo
|
||||
share/locale/th/LC_MESSAGES/atk10.mo
|
||||
share/locale/tk/LC_MESSAGES/atk10.mo
|
||||
share/locale/tr/LC_MESSAGES/atk10.mo
|
||||
share/locale/tt/LC_MESSAGES/atk10.mo
|
||||
share/locale/ug/LC_MESSAGES/atk10.mo
|
||||
share/locale/uk/LC_MESSAGES/atk10.mo
|
||||
share/locale/vi/LC_MESSAGES/atk10.mo
|
||||
share/locale/wa/LC_MESSAGES/atk10.mo
|
||||
share/locale/xh/LC_MESSAGES/atk10.mo
|
||||
share/locale/yi/LC_MESSAGES/atk10.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/atk10.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/atk10.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/atk10.mo
|
||||
share/locale/zu/LC_MESSAGES/atk10.mo
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= atkmm
|
||||
PORTVERSION= 2.28.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
PORTNAME= caribou
|
||||
PORTVERSION= 0.4.21
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= orca
|
||||
PORTVERSION= 43.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
PORTNAME= atk
|
||||
PORTVERSION= 4.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user