diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-06-15 14:54:51 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-06-15 14:54:51 -0400 |
| commit | e81f04fa53e7e01afdc834d9c22b5c982c98f59b (patch) | |
| tree | 763d6d68516ca9d184ddd2402978adcc4027a99d /devel/atk | |
| parent | 92e45e47c29ec037842c4a34ebc0c14143d413ff (diff) | |
This is due to the following two reasons:
1. it's very out of date compared with current ports tree (like by 2+
years!)
- some of the ports here were mainly just updates I didn't upstream,
which have since now been part of openbsd, like verilator
2. removing dependencies is a lot of headache to stay in sync and/or for
ports I no longer use
- e.g. dbus is very difficult to remove in a desktop while patching
to remove from gtk and downstream
- I don't want to spend more time reducing number of dependencies
when I can be working instead. I no longer have as much free time
as I did in high school :(
Diffstat (limited to 'devel/atk')
| -rw-r--r-- | devel/atk/CVS/Entries | 3 | ||||
| -rw-r--r-- | devel/atk/CVS/Repository | 1 | ||||
| -rw-r--r-- | devel/atk/CVS/Root | 1 | ||||
| -rw-r--r-- | devel/atk/Makefile | 27 | ||||
| -rw-r--r-- | devel/atk/distinfo | 2 | ||||
| -rw-r--r-- | devel/atk/pkg/CVS/Entries | 3 | ||||
| -rw-r--r-- | devel/atk/pkg/CVS/Repository | 1 | ||||
| -rw-r--r-- | devel/atk/pkg/CVS/Root | 1 | ||||
| -rw-r--r-- | devel/atk/pkg/DESCR | 4 | ||||
| -rw-r--r-- | devel/atk/pkg/PLIST | 340 |
10 files changed, 0 insertions, 383 deletions
diff --git a/devel/atk/CVS/Entries b/devel/atk/CVS/Entries deleted file mode 100644 index 409beab..0000000 --- a/devel/atk/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /Makefile/1.79/Wed Apr 13 05:53:58 2022// | ||
| 2 | /distinfo/1.43/Wed Apr 13 05:53:58 2022// | ||
| 3 | D/pkg//// | ||
diff --git a/devel/atk/CVS/Repository b/devel/atk/CVS/Repository deleted file mode 100644 index ed3f491..0000000 --- a/devel/atk/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/devel/atk | ||
diff --git a/devel/atk/CVS/Root b/devel/atk/CVS/Root deleted file mode 100644 index 3811072..0000000 --- a/devel/atk/CVS/Root +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | /cvs | ||
diff --git a/devel/atk/Makefile b/devel/atk/Makefile deleted file mode 100644 index 1c4463a..0000000 --- a/devel/atk/Makefile +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | COMMENT= accessibility toolkit used by gtk+ | ||
| 2 | |||
| 3 | GNOME_PROJECT= atk | ||
| 4 | GNOME_VERSION= 2.38.0 | ||
| 5 | |||
| 6 | SHARED_LIBS += atk-1.0 21809.4 # 0.23809.1 | ||
| 7 | |||
| 8 | CATEGORIES= devel | ||
| 9 | |||
| 10 | MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \ | ||
| 11 | Antoine Jacoutot <ajacoutot@openbsd.org> | ||
| 12 | |||
| 13 | # LGPLv2 | ||
| 14 | PERMIT_PACKAGE= Yes | ||
| 15 | |||
| 16 | WANTLIB += glib-2.0 | ||
| 17 | |||
| 18 | MODULES= devel/meson \ | ||
| 19 | x11/gnome | ||
| 20 | |||
| 21 | CONFIGURE_ARGS= -Dintrospection=false -Ddocs=false | ||
| 22 | |||
| 23 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 24 | |||
| 25 | LIB_DEPENDS= devel/glib2 | ||
| 26 | |||
| 27 | .include <bsd.port.mk> | ||
diff --git a/devel/atk/distinfo b/devel/atk/distinfo deleted file mode 100644 index b4d8553..0000000 --- a/devel/atk/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (atk-2.38.0.tar.xz) = rE3ipO9L1WZQUpUv4WllfmXolcUFff+zwqgQ9hkaDDY= | ||
| 2 | SIZE (atk-2.38.0.tar.xz) = 303952 | ||
diff --git a/devel/atk/pkg/CVS/Entries b/devel/atk/pkg/CVS/Entries deleted file mode 100644 index 242e2cc..0000000 --- a/devel/atk/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.5/Tue Apr 20 10:19:46 2010// | ||
| 2 | /PLIST/1.30/Wed Apr 13 05:53:58 2022// | ||
| 3 | D | ||
diff --git a/devel/atk/pkg/CVS/Repository b/devel/atk/pkg/CVS/Repository deleted file mode 100644 index 1e80075..0000000 --- a/devel/atk/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/devel/atk/pkg | ||
diff --git a/devel/atk/pkg/CVS/Root b/devel/atk/pkg/CVS/Root deleted file mode 100644 index 3811072..0000000 --- a/devel/atk/pkg/CVS/Root +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | /cvs | ||
diff --git a/devel/atk/pkg/DESCR b/devel/atk/pkg/DESCR deleted file mode 100644 index 06a0d9f..0000000 --- a/devel/atk/pkg/DESCR +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | The ATK library provides a set of interfaces for accessibility. | ||
| 2 | By supporting the ATK interfaces, an application or toolkit can be used | ||
| 3 | with such tools as screen readers, magnifiers, and alternative input | ||
| 4 | devices. | ||
diff --git a/devel/atk/pkg/PLIST b/devel/atk/pkg/PLIST deleted file mode 100644 index 894755e..0000000 --- a/devel/atk/pkg/PLIST +++ /dev/null | |||
| @@ -1,340 +0,0 @@ | |||
| 1 | include/atk-1.0/ | ||
| 2 | include/atk-1.0/atk/ | ||
| 3 | include/atk-1.0/atk/atk-autocleanups.h | ||
| 4 | include/atk-1.0/atk/atk-enum-types.h | ||
| 5 | include/atk-1.0/atk/atk.h | ||
| 6 | include/atk-1.0/atk/atkaction.h | ||
| 7 | include/atk-1.0/atk/atkcomponent.h | ||
| 8 | include/atk-1.0/atk/atkdocument.h | ||
| 9 | include/atk-1.0/atk/atkeditabletext.h | ||
| 10 | include/atk-1.0/atk/atkgobjectaccessible.h | ||
| 11 | include/atk-1.0/atk/atkhyperlink.h | ||
| 12 | include/atk-1.0/atk/atkhyperlinkimpl.h | ||
| 13 | include/atk-1.0/atk/atkhypertext.h | ||
| 14 | include/atk-1.0/atk/atkimage.h | ||
| 15 | include/atk-1.0/atk/atkmisc.h | ||
| 16 | include/atk-1.0/atk/atknoopobject.h | ||
| 17 | include/atk-1.0/atk/atknoopobjectfactory.h | ||
| 18 | include/atk-1.0/atk/atkobject.h | ||
| 19 | include/atk-1.0/atk/atkobjectfactory.h | ||
| 20 | include/atk-1.0/atk/atkplug.h | ||
| 21 | include/atk-1.0/atk/atkrange.h | ||
| 22 | include/atk-1.0/atk/atkregistry.h | ||
| 23 | include/atk-1.0/atk/atkrelation.h | ||
| 24 | include/atk-1.0/atk/atkrelationset.h | ||
| 25 | include/atk-1.0/atk/atkrelationtype.h | ||
| 26 | include/atk-1.0/atk/atkselection.h | ||
| 27 | include/atk-1.0/atk/atksocket.h | ||
| 28 | include/atk-1.0/atk/atkstate.h | ||
| 29 | include/atk-1.0/atk/atkstateset.h | ||
| 30 | include/atk-1.0/atk/atkstreamablecontent.h | ||
| 31 | include/atk-1.0/atk/atktable.h | ||
| 32 | include/atk-1.0/atk/atktablecell.h | ||
| 33 | include/atk-1.0/atk/atktext.h | ||
| 34 | include/atk-1.0/atk/atkutil.h | ||
| 35 | include/atk-1.0/atk/atkvalue.h | ||
| 36 | include/atk-1.0/atk/atkversion.h | ||
| 37 | include/atk-1.0/atk/atkwindow.h | ||
| 38 | @lib lib/libatk-1.0.so.${LIBatk-1.0_VERSION} | ||
| 39 | lib/pkgconfig/atk.pc | ||
| 40 | share/locale/ | ||
| 41 | share/locale/af/ | ||
| 42 | share/locale/af/LC_MESSAGES/ | ||
| 43 | share/locale/af/LC_MESSAGES/atk10.mo | ||
| 44 | share/locale/am/ | ||
| 45 | share/locale/am/LC_MESSAGES/ | ||
| 46 | share/locale/am/LC_MESSAGES/atk10.mo | ||
| 47 | share/locale/an/ | ||
| 48 | share/locale/an/LC_MESSAGES/ | ||
| 49 | share/locale/an/LC_MESSAGES/atk10.mo | ||
| 50 | share/locale/ar/ | ||
| 51 | share/locale/ar/LC_MESSAGES/ | ||
| 52 | share/locale/ar/LC_MESSAGES/atk10.mo | ||
| 53 | share/locale/as/ | ||
| 54 | share/locale/as/LC_MESSAGES/ | ||
| 55 | share/locale/as/LC_MESSAGES/atk10.mo | ||
| 56 | share/locale/ast/ | ||
| 57 | share/locale/ast/LC_MESSAGES/ | ||
| 58 | share/locale/ast/LC_MESSAGES/atk10.mo | ||
| 59 | share/locale/az/ | ||
| 60 | share/locale/az/LC_MESSAGES/ | ||
| 61 | share/locale/az/LC_MESSAGES/atk10.mo | ||
| 62 | share/locale/be/ | ||
| 63 | share/locale/be/LC_MESSAGES/ | ||
| 64 | share/locale/be/LC_MESSAGES/atk10.mo | ||
| 65 | share/locale/be@latin/ | ||
| 66 | share/locale/be@latin/LC_MESSAGES/ | ||
| 67 | share/locale/be@latin/LC_MESSAGES/atk10.mo | ||
| 68 | share/locale/bg/ | ||
| 69 | share/locale/bg/LC_MESSAGES/ | ||
| 70 | share/locale/bg/LC_MESSAGES/atk10.mo | ||
| 71 | share/locale/bn/ | ||
| 72 | share/locale/bn/LC_MESSAGES/ | ||
| 73 | share/locale/bn/LC_MESSAGES/atk10.mo | ||
| 74 | share/locale/bn_IN/ | ||
| 75 | share/locale/bn_IN/LC_MESSAGES/ | ||
| 76 | share/locale/bn_IN/LC_MESSAGES/atk10.mo | ||
| 77 | share/locale/bs/ | ||
| 78 | share/locale/bs/LC_MESSAGES/ | ||
| 79 | share/locale/bs/LC_MESSAGES/atk10.mo | ||
| 80 | share/locale/ca/ | ||
| 81 | share/locale/ca/LC_MESSAGES/ | ||
| 82 | share/locale/ca/LC_MESSAGES/atk10.mo | ||
| 83 | share/locale/ca@valencia/ | ||
| 84 | share/locale/ca@valencia/LC_MESSAGES/ | ||
| 85 | share/locale/ca@valencia/LC_MESSAGES/atk10.mo | ||
| 86 | share/locale/ckb/ | ||
| 87 | share/locale/ckb/LC_MESSAGES/ | ||
| 88 | share/locale/ckb/LC_MESSAGES/atk10.mo | ||
| 89 | share/locale/cs/ | ||
| 90 | share/locale/cs/LC_MESSAGES/ | ||
| 91 | share/locale/cs/LC_MESSAGES/atk10.mo | ||
| 92 | share/locale/cy/ | ||
| 93 | share/locale/cy/LC_MESSAGES/ | ||
| 94 | share/locale/cy/LC_MESSAGES/atk10.mo | ||
| 95 | share/locale/da/ | ||
| 96 | share/locale/da/LC_MESSAGES/ | ||
| 97 | share/locale/da/LC_MESSAGES/atk10.mo | ||
| 98 | share/locale/de/ | ||
| 99 | share/locale/de/LC_MESSAGES/ | ||
| 100 | share/locale/de/LC_MESSAGES/atk10.mo | ||
| 101 | share/locale/dz/ | ||
| 102 | share/locale/dz/LC_MESSAGES/ | ||
| 103 | share/locale/dz/LC_MESSAGES/atk10.mo | ||
| 104 | share/locale/el/ | ||
| 105 | share/locale/el/LC_MESSAGES/ | ||
| 106 | share/locale/el/LC_MESSAGES/atk10.mo | ||
| 107 | share/locale/en@shaw/ | ||
| 108 | share/locale/en@shaw/LC_MESSAGES/ | ||
| 109 | share/locale/en@shaw/LC_MESSAGES/atk10.mo | ||
| 110 | share/locale/en_CA/ | ||
| 111 | share/locale/en_CA/LC_MESSAGES/ | ||
| 112 | share/locale/en_CA/LC_MESSAGES/atk10.mo | ||
| 113 | share/locale/en_GB/ | ||
| 114 | share/locale/en_GB/LC_MESSAGES/ | ||
| 115 | share/locale/en_GB/LC_MESSAGES/atk10.mo | ||
| 116 | share/locale/eo/ | ||
| 117 | share/locale/eo/LC_MESSAGES/ | ||
| 118 | share/locale/eo/LC_MESSAGES/atk10.mo | ||
| 119 | share/locale/es/ | ||
| 120 | share/locale/es/LC_MESSAGES/ | ||
| 121 | share/locale/es/LC_MESSAGES/atk10.mo | ||
| 122 | share/locale/et/ | ||
| 123 | share/locale/et/LC_MESSAGES/ | ||
| 124 | share/locale/et/LC_MESSAGES/atk10.mo | ||
| 125 | share/locale/eu/ | ||
| 126 | share/locale/eu/LC_MESSAGES/ | ||
| 127 | share/locale/eu/LC_MESSAGES/atk10.mo | ||
| 128 | share/locale/fa/ | ||
| 129 | share/locale/fa/LC_MESSAGES/ | ||
| 130 | share/locale/fa/LC_MESSAGES/atk10.mo | ||
| 131 | share/locale/fi/ | ||
| 132 | share/locale/fi/LC_MESSAGES/ | ||
| 133 | share/locale/fi/LC_MESSAGES/atk10.mo | ||
| 134 | share/locale/fr/ | ||
| 135 | share/locale/fr/LC_MESSAGES/ | ||
| 136 | share/locale/fr/LC_MESSAGES/atk10.mo | ||
| 137 | share/locale/fur/ | ||
| 138 | share/locale/fur/LC_MESSAGES/ | ||
| 139 | share/locale/fur/LC_MESSAGES/atk10.mo | ||
| 140 | share/locale/ga/ | ||
| 141 | share/locale/ga/LC_MESSAGES/ | ||
| 142 | share/locale/ga/LC_MESSAGES/atk10.mo | ||
| 143 | share/locale/gd/ | ||
| 144 | share/locale/gd/LC_MESSAGES/ | ||
| 145 | share/locale/gd/LC_MESSAGES/atk10.mo | ||
| 146 | share/locale/gl/ | ||
| 147 | share/locale/gl/LC_MESSAGES/ | ||
| 148 | share/locale/gl/LC_MESSAGES/atk10.mo | ||
| 149 | share/locale/gu/ | ||
| 150 | share/locale/gu/LC_MESSAGES/ | ||
| 151 | share/locale/gu/LC_MESSAGES/atk10.mo | ||
| 152 | share/locale/he/ | ||
| 153 | share/locale/he/LC_MESSAGES/ | ||
| 154 | share/locale/he/LC_MESSAGES/atk10.mo | ||
| 155 | share/locale/hi/ | ||
| 156 | share/locale/hi/LC_MESSAGES/ | ||
| 157 | share/locale/hi/LC_MESSAGES/atk10.mo | ||
| 158 | share/locale/hr/ | ||
| 159 | share/locale/hr/LC_MESSAGES/ | ||
| 160 | share/locale/hr/LC_MESSAGES/atk10.mo | ||
| 161 | share/locale/hu/ | ||
| 162 | share/locale/hu/LC_MESSAGES/ | ||
| 163 | share/locale/hu/LC_MESSAGES/atk10.mo | ||
| 164 | share/locale/hy/ | ||
| 165 | share/locale/hy/LC_MESSAGES/ | ||
| 166 | share/locale/hy/LC_MESSAGES/atk10.mo | ||
| 167 | share/locale/id/ | ||
| 168 | share/locale/id/LC_MESSAGES/ | ||
| 169 | share/locale/id/LC_MESSAGES/atk10.mo | ||
| 170 | share/locale/is/ | ||
| 171 | share/locale/is/LC_MESSAGES/ | ||
| 172 | share/locale/is/LC_MESSAGES/atk10.mo | ||
| 173 | share/locale/it/ | ||
| 174 | share/locale/it/LC_MESSAGES/ | ||
| 175 | share/locale/it/LC_MESSAGES/atk10.mo | ||
| 176 | share/locale/ja/ | ||
| 177 | share/locale/ja/LC_MESSAGES/ | ||
| 178 | share/locale/ja/LC_MESSAGES/atk10.mo | ||
| 179 | share/locale/ka/ | ||
| 180 | share/locale/ka/LC_MESSAGES/ | ||
| 181 | share/locale/ka/LC_MESSAGES/atk10.mo | ||
| 182 | share/locale/kk/ | ||
| 183 | share/locale/kk/LC_MESSAGES/ | ||
| 184 | share/locale/kk/LC_MESSAGES/atk10.mo | ||
| 185 | share/locale/km/ | ||
| 186 | share/locale/km/LC_MESSAGES/ | ||
| 187 | share/locale/km/LC_MESSAGES/atk10.mo | ||
| 188 | share/locale/kn/ | ||
| 189 | share/locale/kn/LC_MESSAGES/ | ||
| 190 | share/locale/kn/LC_MESSAGES/atk10.mo | ||
| 191 | share/locale/ko/ | ||
| 192 | share/locale/ko/LC_MESSAGES/ | ||
| 193 | share/locale/ko/LC_MESSAGES/atk10.mo | ||
| 194 | share/locale/ku/ | ||
| 195 | share/locale/ku/LC_MESSAGES/ | ||
| 196 | share/locale/ku/LC_MESSAGES/atk10.mo | ||
| 197 | share/locale/li/ | ||
| 198 | share/locale/li/LC_MESSAGES/ | ||
| 199 | share/locale/li/LC_MESSAGES/atk10.mo | ||
| 200 | share/locale/lt/ | ||
| 201 | share/locale/lt/LC_MESSAGES/ | ||
| 202 | share/locale/lt/LC_MESSAGES/atk10.mo | ||
| 203 | share/locale/lv/ | ||
| 204 | share/locale/lv/LC_MESSAGES/ | ||
| 205 | share/locale/lv/LC_MESSAGES/atk10.mo | ||
| 206 | share/locale/mai/ | ||
| 207 | share/locale/mai/LC_MESSAGES/ | ||
| 208 | share/locale/mai/LC_MESSAGES/atk10.mo | ||
| 209 | share/locale/mk/ | ||
| 210 | share/locale/mk/LC_MESSAGES/ | ||
| 211 | share/locale/mk/LC_MESSAGES/atk10.mo | ||
| 212 | share/locale/ml/ | ||
| 213 | share/locale/ml/LC_MESSAGES/ | ||
| 214 | share/locale/ml/LC_MESSAGES/atk10.mo | ||
| 215 | share/locale/mn/ | ||
| 216 | share/locale/mn/LC_MESSAGES/ | ||
| 217 | share/locale/mn/LC_MESSAGES/atk10.mo | ||
| 218 | share/locale/mr/ | ||
| 219 | share/locale/mr/LC_MESSAGES/ | ||
| 220 | share/locale/mr/LC_MESSAGES/atk10.mo | ||
| 221 | share/locale/ms/ | ||
| 222 | share/locale/ms/LC_MESSAGES/ | ||
| 223 | share/locale/ms/LC_MESSAGES/atk10.mo | ||
| 224 | share/locale/nb/ | ||
| 225 | share/locale/nb/LC_MESSAGES/ | ||
| 226 | share/locale/nb/LC_MESSAGES/atk10.mo | ||
| 227 | share/locale/ne/ | ||
| 228 | share/locale/ne/LC_MESSAGES/ | ||
| 229 | share/locale/ne/LC_MESSAGES/atk10.mo | ||
| 230 | share/locale/nl/ | ||
| 231 | share/locale/nl/LC_MESSAGES/ | ||
| 232 | share/locale/nl/LC_MESSAGES/atk10.mo | ||
| 233 | share/locale/nn/ | ||
| 234 | share/locale/nn/LC_MESSAGES/ | ||
| 235 | share/locale/nn/LC_MESSAGES/atk10.mo | ||
| 236 | share/locale/oc/ | ||
| 237 | share/locale/oc/LC_MESSAGES/ | ||
| 238 | share/locale/oc/LC_MESSAGES/atk10.mo | ||
| 239 | share/locale/or/ | ||
| 240 | share/locale/or/LC_MESSAGES/ | ||
| 241 | share/locale/or/LC_MESSAGES/atk10.mo | ||
| 242 | share/locale/pa/ | ||
| 243 | share/locale/pa/LC_MESSAGES/ | ||
| 244 | share/locale/pa/LC_MESSAGES/atk10.mo | ||
| 245 | share/locale/pl/ | ||
| 246 | share/locale/pl/LC_MESSAGES/ | ||
| 247 | share/locale/pl/LC_MESSAGES/atk10.mo | ||
| 248 | share/locale/ps/ | ||
| 249 | share/locale/ps/LC_MESSAGES/ | ||
| 250 | share/locale/ps/LC_MESSAGES/atk10.mo | ||
| 251 | share/locale/pt/ | ||
| 252 | share/locale/pt/LC_MESSAGES/ | ||
| 253 | share/locale/pt/LC_MESSAGES/atk10.mo | ||
| 254 | share/locale/pt_BR/ | ||
| 255 | share/locale/pt_BR/LC_MESSAGES/ | ||
| 256 | share/locale/pt_BR/LC_MESSAGES/atk10.mo | ||
| 257 | share/locale/ro/ | ||
| 258 | share/locale/ro/LC_MESSAGES/ | ||
| 259 | share/locale/ro/LC_MESSAGES/atk10.mo | ||
| 260 | share/locale/ru/ | ||
| 261 | share/locale/ru/LC_MESSAGES/ | ||
| 262 | share/locale/ru/LC_MESSAGES/atk10.mo | ||
| 263 | share/locale/rw/ | ||
| 264 | share/locale/rw/LC_MESSAGES/ | ||
| 265 | share/locale/rw/LC_MESSAGES/atk10.mo | ||
| 266 | share/locale/si/ | ||
| 267 | share/locale/si/LC_MESSAGES/ | ||
| 268 | share/locale/si/LC_MESSAGES/atk10.mo | ||
| 269 | share/locale/sk/ | ||
| 270 | share/locale/sk/LC_MESSAGES/ | ||
| 271 | share/locale/sk/LC_MESSAGES/atk10.mo | ||
| 272 | share/locale/sl/ | ||
| 273 | share/locale/sl/LC_MESSAGES/ | ||
| 274 | share/locale/sl/LC_MESSAGES/atk10.mo | ||
| 275 | share/locale/sq/ | ||
| 276 | share/locale/sq/LC_MESSAGES/ | ||
| 277 | share/locale/sq/LC_MESSAGES/atk10.mo | ||
| 278 | share/locale/sr/ | ||
| 279 | share/locale/sr/LC_MESSAGES/ | ||
| 280 | share/locale/sr/LC_MESSAGES/atk10.mo | ||
| 281 | share/locale/sr@ije/ | ||
| 282 | share/locale/sr@ije/LC_MESSAGES/ | ||
| 283 | share/locale/sr@ije/LC_MESSAGES/atk10.mo | ||
| 284 | share/locale/sr@latin/ | ||
| 285 | share/locale/sr@latin/LC_MESSAGES/ | ||
| 286 | share/locale/sr@latin/LC_MESSAGES/atk10.mo | ||
| 287 | share/locale/sv/ | ||
| 288 | share/locale/sv/LC_MESSAGES/ | ||
| 289 | share/locale/sv/LC_MESSAGES/atk10.mo | ||
| 290 | share/locale/ta/ | ||
| 291 | share/locale/ta/LC_MESSAGES/ | ||
| 292 | share/locale/ta/LC_MESSAGES/atk10.mo | ||
| 293 | share/locale/te/ | ||
| 294 | share/locale/te/LC_MESSAGES/ | ||
| 295 | share/locale/te/LC_MESSAGES/atk10.mo | ||
| 296 | share/locale/tg/ | ||
| 297 | share/locale/tg/LC_MESSAGES/ | ||
| 298 | share/locale/tg/LC_MESSAGES/atk10.mo | ||
| 299 | share/locale/th/ | ||
| 300 | share/locale/th/LC_MESSAGES/ | ||
| 301 | share/locale/th/LC_MESSAGES/atk10.mo | ||
| 302 | share/locale/tk/ | ||
| 303 | share/locale/tk/LC_MESSAGES/ | ||
| 304 | share/locale/tk/LC_MESSAGES/atk10.mo | ||
| 305 | share/locale/tr/ | ||
| 306 | share/locale/tr/LC_MESSAGES/ | ||
| 307 | share/locale/tr/LC_MESSAGES/atk10.mo | ||
| 308 | share/locale/tt/ | ||
| 309 | share/locale/tt/LC_MESSAGES/ | ||
| 310 | share/locale/tt/LC_MESSAGES/atk10.mo | ||
| 311 | share/locale/ug/ | ||
| 312 | share/locale/ug/LC_MESSAGES/ | ||
| 313 | share/locale/ug/LC_MESSAGES/atk10.mo | ||
| 314 | share/locale/uk/ | ||
| 315 | share/locale/uk/LC_MESSAGES/ | ||
| 316 | share/locale/uk/LC_MESSAGES/atk10.mo | ||
| 317 | share/locale/vi/ | ||
| 318 | share/locale/vi/LC_MESSAGES/ | ||
| 319 | share/locale/vi/LC_MESSAGES/atk10.mo | ||
| 320 | share/locale/wa/ | ||
| 321 | share/locale/wa/LC_MESSAGES/ | ||
| 322 | share/locale/wa/LC_MESSAGES/atk10.mo | ||
| 323 | share/locale/xh/ | ||
| 324 | share/locale/xh/LC_MESSAGES/ | ||
| 325 | share/locale/xh/LC_MESSAGES/atk10.mo | ||
| 326 | share/locale/yi/ | ||
| 327 | share/locale/yi/LC_MESSAGES/ | ||
| 328 | share/locale/yi/LC_MESSAGES/atk10.mo | ||
| 329 | share/locale/zh_CN/ | ||
| 330 | share/locale/zh_CN/LC_MESSAGES/ | ||
| 331 | share/locale/zh_CN/LC_MESSAGES/atk10.mo | ||
| 332 | share/locale/zh_HK/ | ||
| 333 | share/locale/zh_HK/LC_MESSAGES/ | ||
| 334 | share/locale/zh_HK/LC_MESSAGES/atk10.mo | ||
| 335 | share/locale/zh_TW/ | ||
| 336 | share/locale/zh_TW/LC_MESSAGES/ | ||
| 337 | share/locale/zh_TW/LC_MESSAGES/atk10.mo | ||
| 338 | share/locale/zu/ | ||
| 339 | share/locale/zu/LC_MESSAGES/ | ||
| 340 | share/locale/zu/LC_MESSAGES/atk10.mo | ||
