summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2024-03-03 20:52:20 -0500
committerShokara Kou <kou@13f0.net>2024-03-03 20:52:20 -0500
commit9ef2923df41c3aa9718897e92b83e0d5b352bfb9 (patch)
tree46f00aa90a3aca6fec1ddf7c3ada0dea3e17464e
parent4285c0993ec83fe7cc4fb3b4cea1a17562a7beeb (diff)
remove introspection from x11/gtk+3
-rw-r--r--x11/gtk+3/Makefile22
-rw-r--r--x11/gtk+3/pkg/.PLIST.vis.DC8T3y0
-rw-r--r--x11/gtk+3/pkg/.PLIST.vis.DsvPjR0
-rw-r--r--x11/gtk+3/pkg/PLIST273
4 files changed, 243 insertions, 52 deletions
diff --git a/x11/gtk+3/Makefile b/x11/gtk+3/Makefile
index a01a386..df5068b 100644
--- a/x11/gtk+3/Makefile
+++ b/x11/gtk+3/Makefile
@@ -1,5 +1,3 @@
1# XXX add support for libcloudproviders?
2
3DPB_PROPERTIES= parallel 1DPB_PROPERTIES= parallel
4 2
5PORTROACH= skipv:3.90.0,3.92.1,3.93.0,3.94.0 3PORTROACH= skipv:3.90.0,3.92.1,3.93.0,3.94.0
@@ -11,6 +9,8 @@ GNOME_VERSION= 3.24.34
11 9
12PKGNAME= gtk+3-${GNOME_VERSION} 10PKGNAME= gtk+3-${GNOME_VERSION}
13 11
12REVISION= 1
13
14CATEGORIES= x11 devel 14CATEGORIES= x11 devel
15 15
16SHARED_LIBS += gdk-3 2201.1 # 2404.30 16SHARED_LIBS += gdk-3 2201.1 # 2404.30
@@ -24,8 +24,8 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
24# LGPLv2 24# LGPLv2
25PERMIT_PACKAGE= Yes 25PERMIT_PACKAGE= Yes
26 26
27WANTLIB += ffi gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 27WANTLIB += ffi gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
28WANTLIB += iconv jpeg m pcre pthread z 28WANTLIB += iconv jpeg m pcre2-8 pthread z
29 29
30MODULES= x11/gnome 30MODULES= x11/gnome
31 31
@@ -45,8 +45,13 @@ TEST_IS_INTERACTIVE= x11
45 45
46CONFIGURE_STYLE= gnu 46CONFIGURE_STYLE= gnu
47 47
48# explicitly decativate wayland 48CONFIGURE_ARGS+= --disable-wayland-backend \
49CONFIGURE_ARGS+= --disable-wayland-backend --enable-x11-backend 49 --enable-x11-backend \
50 --disable-cups \
51 --enable-introspection=no \
52 --disable-man \
53 --disable-gtk-doc \
54 --without-atk-bridge
50 55
51.include <bsd.port.arch.mk> 56.include <bsd.port.arch.mk>
52.if !${PROPERTIES:Mclang} 57.if !${PROPERTIES:Mclang}
@@ -55,11 +60,10 @@ CFLAGS += -std=gnu99
55 60
56FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gtk+3 61FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gtk+3
57 62
58# configure will disable lpr in default gtk-print-backends if cups is found
59MAKE_FLAGS= GTK_PRINT_BACKENDS="file,lpr,cups"
60
61post-install: 63post-install:
62 ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-3.0/modules 64 ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-3.0/modules
63 rm ${PREFIX}/lib/gtk-3.0/3.0.0/{printbackends,immodules}/*.{a,la} 65 rm ${PREFIX}/lib/gtk-3.0/3.0.0/{printbackends,immodules}/*.{a,la}
66 rm -r ${PREFIX}/share/applications
67 rm -r ${PREFIX}/share/icons
64 68
65.include <bsd.port.mk> 69.include <bsd.port.mk>
diff --git a/x11/gtk+3/pkg/.PLIST.vis.DC8T3y b/x11/gtk+3/pkg/.PLIST.vis.DC8T3y
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/x11/gtk+3/pkg/.PLIST.vis.DC8T3y
diff --git a/x11/gtk+3/pkg/.PLIST.vis.DsvPjR b/x11/gtk+3/pkg/.PLIST.vis.DsvPjR
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/x11/gtk+3/pkg/.PLIST.vis.DsvPjR
diff --git a/x11/gtk+3/pkg/PLIST b/x11/gtk+3/pkg/PLIST
index 1614ecb..3445458 100644
--- a/x11/gtk+3/pkg/PLIST
+++ b/x11/gtk+3/pkg/PLIST
@@ -429,7 +429,6 @@ lib/gtk-3.0/3.0.0/immodules/
429@so lib/gtk-3.0/3.0.0/immodules/im-viqr.so 429@so lib/gtk-3.0/3.0.0/immodules/im-viqr.so
430@so lib/gtk-3.0/3.0.0/immodules/im-xim.so 430@so lib/gtk-3.0/3.0.0/immodules/im-xim.so
431lib/gtk-3.0/3.0.0/printbackends/ 431lib/gtk-3.0/3.0.0/printbackends/
432@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so
433@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so 432@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so
434@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so 433@so lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so
435lib/gtk-3.0/modules/ 434lib/gtk-3.0/modules/
@@ -459,17 +458,18 @@ lib/pkgconfig/gtk+-x11-3.0.pc
459@man man/man1/gtk3-demo.1 458@man man/man1/gtk3-demo.1
460@man man/man1/gtk3-icon-browser.1 459@man man/man1/gtk3-icon-browser.1
461@man man/man1/gtk3-widget-factory.1 460@man man/man1/gtk3-widget-factory.1
461share/aclocal/
462share/aclocal/gtk-3.0.m4 462share/aclocal/gtk-3.0.m4
463share/applications/
464share/applications/gtk3-demo.desktop
465share/applications/gtk3-icon-browser.desktop
466share/applications/gtk3-widget-factory.desktop
467share/doc/pkg-readmes/${PKGSTEM} 463share/doc/pkg-readmes/${PKGSTEM}
468share/examples/gtk+3/ 464share/examples/gtk+3/
469share/examples/gtk+3/gtk-3.0/ 465share/examples/gtk+3/gtk-3.0/
470share/examples/gtk+3/gtk-3.0/im-multipress.conf 466share/examples/gtk+3/gtk-3.0/im-multipress.conf
467share/gettext/
468share/gettext/its/
471share/gettext/its/gtkbuilder.its 469share/gettext/its/gtkbuilder.its
472share/gettext/its/gtkbuilder.loc 470share/gettext/its/gtkbuilder.loc
471share/glib-2.0/
472share/glib-2.0/schemas/
473share/glib-2.0/schemas/org.gtk.Demo.gschema.xml 473share/glib-2.0/schemas/org.gtk.Demo.gschema.xml
474share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml 474share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
475share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml 475share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
@@ -480,6 +480,8 @@ share/gtk-3.0/
480share/gtk-3.0/gtkbuilder.rng 480share/gtk-3.0/gtkbuilder.rng
481share/gtk-3.0/valgrind/ 481share/gtk-3.0/valgrind/
482share/gtk-3.0/valgrind/gtk.supp 482share/gtk-3.0/valgrind/gtk.supp
483share/gtk-doc/
484share/gtk-doc/html/
483share/gtk-doc/html/gail-libgail-util3/ 485share/gtk-doc/html/gail-libgail-util3/
484share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html 486share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html
485share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html 487share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html
@@ -1151,284 +1153,469 @@ share/gtk-doc/html/gtk3/volumebutton.png
1151share/gtk-doc/html/gtk3/widget-hvalign.png 1153share/gtk-doc/html/gtk3/widget-hvalign.png
1152share/gtk-doc/html/gtk3/window-default.png 1154share/gtk-doc/html/gtk3/window-default.png
1153share/gtk-doc/html/gtk3/window.png 1155share/gtk-doc/html/gtk3/window.png
1154share/icons/ 1156share/locale/
1155share/icons/hicolor/ 1157share/locale/af/
1156share/icons/hicolor/16x16/ 1158share/locale/af/LC_MESSAGES/
1157share/icons/hicolor/16x16/apps/
1158share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png
1159share/icons/hicolor/16x16/apps/gtk3-demo.png
1160share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png
1161share/icons/hicolor/16x16/apps/gtk3-widget-factory.png
1162share/icons/hicolor/22x22/
1163share/icons/hicolor/22x22/apps/
1164share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png
1165share/icons/hicolor/22x22/apps/gtk3-demo.png
1166share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png
1167share/icons/hicolor/22x22/apps/gtk3-widget-factory.png
1168share/icons/hicolor/24x24/
1169share/icons/hicolor/24x24/apps/
1170share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png
1171share/icons/hicolor/24x24/apps/gtk3-demo.png
1172share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png
1173share/icons/hicolor/24x24/apps/gtk3-widget-factory.png
1174share/icons/hicolor/256x256/
1175share/icons/hicolor/256x256/apps/
1176share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png
1177share/icons/hicolor/256x256/apps/gtk3-demo.png
1178share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png
1179share/icons/hicolor/256x256/apps/gtk3-widget-factory.png
1180share/icons/hicolor/32x32/
1181share/icons/hicolor/32x32/apps/
1182share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png
1183share/icons/hicolor/32x32/apps/gtk3-demo.png
1184share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png
1185share/icons/hicolor/32x32/apps/gtk3-widget-factory.png
1186share/icons/hicolor/48x48/
1187share/icons/hicolor/48x48/apps/
1188share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png
1189share/icons/hicolor/48x48/apps/gtk3-demo.png
1190share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png
1191share/icons/hicolor/48x48/apps/gtk3-widget-factory.png
1192share/locale/af/LC_MESSAGES/gtk30-properties.mo 1159share/locale/af/LC_MESSAGES/gtk30-properties.mo
1193share/locale/af/LC_MESSAGES/gtk30.mo 1160share/locale/af/LC_MESSAGES/gtk30.mo
1161share/locale/am/
1162share/locale/am/LC_MESSAGES/
1194share/locale/am/LC_MESSAGES/gtk30-properties.mo 1163share/locale/am/LC_MESSAGES/gtk30-properties.mo
1195share/locale/am/LC_MESSAGES/gtk30.mo 1164share/locale/am/LC_MESSAGES/gtk30.mo
1165share/locale/an/
1166share/locale/an/LC_MESSAGES/
1196share/locale/an/LC_MESSAGES/gtk30-properties.mo 1167share/locale/an/LC_MESSAGES/gtk30-properties.mo
1197share/locale/an/LC_MESSAGES/gtk30.mo 1168share/locale/an/LC_MESSAGES/gtk30.mo
1169share/locale/ang/
1170share/locale/ang/LC_MESSAGES/
1198share/locale/ang/LC_MESSAGES/gtk30-properties.mo 1171share/locale/ang/LC_MESSAGES/gtk30-properties.mo
1199share/locale/ang/LC_MESSAGES/gtk30.mo 1172share/locale/ang/LC_MESSAGES/gtk30.mo
1173share/locale/ar/
1174share/locale/ar/LC_MESSAGES/
1200share/locale/ar/LC_MESSAGES/gtk30-properties.mo 1175share/locale/ar/LC_MESSAGES/gtk30-properties.mo
1201share/locale/ar/LC_MESSAGES/gtk30.mo 1176share/locale/ar/LC_MESSAGES/gtk30.mo
1177share/locale/as/
1178share/locale/as/LC_MESSAGES/
1202share/locale/as/LC_MESSAGES/gtk30-properties.mo 1179share/locale/as/LC_MESSAGES/gtk30-properties.mo
1203share/locale/as/LC_MESSAGES/gtk30.mo 1180share/locale/as/LC_MESSAGES/gtk30.mo
1181share/locale/ast/
1182share/locale/ast/LC_MESSAGES/
1204share/locale/ast/LC_MESSAGES/gtk30-properties.mo 1183share/locale/ast/LC_MESSAGES/gtk30-properties.mo
1205share/locale/ast/LC_MESSAGES/gtk30.mo 1184share/locale/ast/LC_MESSAGES/gtk30.mo
1185share/locale/az/
1186share/locale/az/LC_MESSAGES/
1206share/locale/az/LC_MESSAGES/gtk30-properties.mo 1187share/locale/az/LC_MESSAGES/gtk30-properties.mo
1207share/locale/az/LC_MESSAGES/gtk30.mo 1188share/locale/az/LC_MESSAGES/gtk30.mo
1208share/locale/az_IR/ 1189share/locale/az_IR/
1209share/locale/az_IR/LC_MESSAGES/ 1190share/locale/az_IR/LC_MESSAGES/
1210share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo 1191share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo
1211share/locale/az_IR/LC_MESSAGES/gtk30.mo 1192share/locale/az_IR/LC_MESSAGES/gtk30.mo
1193share/locale/be/
1194share/locale/be/LC_MESSAGES/
1212share/locale/be/LC_MESSAGES/gtk30-properties.mo 1195share/locale/be/LC_MESSAGES/gtk30-properties.mo
1213share/locale/be/LC_MESSAGES/gtk30.mo 1196share/locale/be/LC_MESSAGES/gtk30.mo
1197share/locale/be@latin/
1198share/locale/be@latin/LC_MESSAGES/
1214share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo 1199share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo
1215share/locale/be@latin/LC_MESSAGES/gtk30.mo 1200share/locale/be@latin/LC_MESSAGES/gtk30.mo
1201share/locale/bg/
1202share/locale/bg/LC_MESSAGES/
1216share/locale/bg/LC_MESSAGES/gtk30-properties.mo 1203share/locale/bg/LC_MESSAGES/gtk30-properties.mo
1217share/locale/bg/LC_MESSAGES/gtk30.mo 1204share/locale/bg/LC_MESSAGES/gtk30.mo
1205share/locale/bn/
1206share/locale/bn/LC_MESSAGES/
1218share/locale/bn/LC_MESSAGES/gtk30-properties.mo 1207share/locale/bn/LC_MESSAGES/gtk30-properties.mo
1219share/locale/bn/LC_MESSAGES/gtk30.mo 1208share/locale/bn/LC_MESSAGES/gtk30.mo
1209share/locale/bn_IN/
1210share/locale/bn_IN/LC_MESSAGES/
1220share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo 1211share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo
1221share/locale/bn_IN/LC_MESSAGES/gtk30.mo 1212share/locale/bn_IN/LC_MESSAGES/gtk30.mo
1213share/locale/br/
1214share/locale/br/LC_MESSAGES/
1222share/locale/br/LC_MESSAGES/gtk30-properties.mo 1215share/locale/br/LC_MESSAGES/gtk30-properties.mo
1223share/locale/br/LC_MESSAGES/gtk30.mo 1216share/locale/br/LC_MESSAGES/gtk30.mo
1217share/locale/bs/
1218share/locale/bs/LC_MESSAGES/
1224share/locale/bs/LC_MESSAGES/gtk30-properties.mo 1219share/locale/bs/LC_MESSAGES/gtk30-properties.mo
1225share/locale/bs/LC_MESSAGES/gtk30.mo 1220share/locale/bs/LC_MESSAGES/gtk30.mo
1221share/locale/ca/
1222share/locale/ca/LC_MESSAGES/
1226share/locale/ca/LC_MESSAGES/gtk30-properties.mo 1223share/locale/ca/LC_MESSAGES/gtk30-properties.mo
1227share/locale/ca/LC_MESSAGES/gtk30.mo 1224share/locale/ca/LC_MESSAGES/gtk30.mo
1225share/locale/ca@valencia/
1226share/locale/ca@valencia/LC_MESSAGES/
1228share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo 1227share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo
1229share/locale/ca@valencia/LC_MESSAGES/gtk30.mo 1228share/locale/ca@valencia/LC_MESSAGES/gtk30.mo
1230share/locale/ckb/ 1229share/locale/ckb/
1231share/locale/ckb/LC_MESSAGES/ 1230share/locale/ckb/LC_MESSAGES/
1232share/locale/ckb/LC_MESSAGES/gtk30-properties.mo 1231share/locale/ckb/LC_MESSAGES/gtk30-properties.mo
1233share/locale/ckb/LC_MESSAGES/gtk30.mo 1232share/locale/ckb/LC_MESSAGES/gtk30.mo
1233share/locale/crh/
1234share/locale/crh/LC_MESSAGES/
1234share/locale/crh/LC_MESSAGES/gtk30-properties.mo 1235share/locale/crh/LC_MESSAGES/gtk30-properties.mo
1235share/locale/crh/LC_MESSAGES/gtk30.mo 1236share/locale/crh/LC_MESSAGES/gtk30.mo
1237share/locale/cs/
1238share/locale/cs/LC_MESSAGES/
1236share/locale/cs/LC_MESSAGES/gtk30-properties.mo 1239share/locale/cs/LC_MESSAGES/gtk30-properties.mo
1237share/locale/cs/LC_MESSAGES/gtk30.mo 1240share/locale/cs/LC_MESSAGES/gtk30.mo
1241share/locale/cy/
1242share/locale/cy/LC_MESSAGES/
1238share/locale/cy/LC_MESSAGES/gtk30-properties.mo 1243share/locale/cy/LC_MESSAGES/gtk30-properties.mo
1239share/locale/cy/LC_MESSAGES/gtk30.mo 1244share/locale/cy/LC_MESSAGES/gtk30.mo
1245share/locale/da/
1246share/locale/da/LC_MESSAGES/
1240share/locale/da/LC_MESSAGES/gtk30-properties.mo 1247share/locale/da/LC_MESSAGES/gtk30-properties.mo
1241share/locale/da/LC_MESSAGES/gtk30.mo 1248share/locale/da/LC_MESSAGES/gtk30.mo
1249share/locale/de/
1250share/locale/de/LC_MESSAGES/
1242share/locale/de/LC_MESSAGES/gtk30-properties.mo 1251share/locale/de/LC_MESSAGES/gtk30-properties.mo
1243share/locale/de/LC_MESSAGES/gtk30.mo 1252share/locale/de/LC_MESSAGES/gtk30.mo
1253share/locale/dz/
1254share/locale/dz/LC_MESSAGES/
1244share/locale/dz/LC_MESSAGES/gtk30-properties.mo 1255share/locale/dz/LC_MESSAGES/gtk30-properties.mo
1245share/locale/dz/LC_MESSAGES/gtk30.mo 1256share/locale/dz/LC_MESSAGES/gtk30.mo
1257share/locale/el/
1258share/locale/el/LC_MESSAGES/
1246share/locale/el/LC_MESSAGES/gtk30-properties.mo 1259share/locale/el/LC_MESSAGES/gtk30-properties.mo
1247share/locale/el/LC_MESSAGES/gtk30.mo 1260share/locale/el/LC_MESSAGES/gtk30.mo
1261share/locale/en/
1262share/locale/en/LC_MESSAGES/
1248share/locale/en/LC_MESSAGES/gtk30-properties.mo 1263share/locale/en/LC_MESSAGES/gtk30-properties.mo
1249share/locale/en/LC_MESSAGES/gtk30.mo 1264share/locale/en/LC_MESSAGES/gtk30.mo
1265share/locale/en@shaw/
1266share/locale/en@shaw/LC_MESSAGES/
1250share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo 1267share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo
1251share/locale/en@shaw/LC_MESSAGES/gtk30.mo 1268share/locale/en@shaw/LC_MESSAGES/gtk30.mo
1269share/locale/en_CA/
1270share/locale/en_CA/LC_MESSAGES/
1252share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo 1271share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo
1253share/locale/en_CA/LC_MESSAGES/gtk30.mo 1272share/locale/en_CA/LC_MESSAGES/gtk30.mo
1273share/locale/en_GB/
1274share/locale/en_GB/LC_MESSAGES/
1254share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo 1275share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo
1255share/locale/en_GB/LC_MESSAGES/gtk30.mo 1276share/locale/en_GB/LC_MESSAGES/gtk30.mo
1277share/locale/eo/
1278share/locale/eo/LC_MESSAGES/
1256share/locale/eo/LC_MESSAGES/gtk30-properties.mo 1279share/locale/eo/LC_MESSAGES/gtk30-properties.mo
1257share/locale/eo/LC_MESSAGES/gtk30.mo 1280share/locale/eo/LC_MESSAGES/gtk30.mo
1281share/locale/es/
1282share/locale/es/LC_MESSAGES/
1258share/locale/es/LC_MESSAGES/gtk30-properties.mo 1283share/locale/es/LC_MESSAGES/gtk30-properties.mo
1259share/locale/es/LC_MESSAGES/gtk30.mo 1284share/locale/es/LC_MESSAGES/gtk30.mo
1285share/locale/et/
1286share/locale/et/LC_MESSAGES/
1260share/locale/et/LC_MESSAGES/gtk30-properties.mo 1287share/locale/et/LC_MESSAGES/gtk30-properties.mo
1261share/locale/et/LC_MESSAGES/gtk30.mo 1288share/locale/et/LC_MESSAGES/gtk30.mo
1289share/locale/eu/
1290share/locale/eu/LC_MESSAGES/
1262share/locale/eu/LC_MESSAGES/gtk30-properties.mo 1291share/locale/eu/LC_MESSAGES/gtk30-properties.mo
1263share/locale/eu/LC_MESSAGES/gtk30.mo 1292share/locale/eu/LC_MESSAGES/gtk30.mo
1293share/locale/fa/
1294share/locale/fa/LC_MESSAGES/
1264share/locale/fa/LC_MESSAGES/gtk30-properties.mo 1295share/locale/fa/LC_MESSAGES/gtk30-properties.mo
1265share/locale/fa/LC_MESSAGES/gtk30.mo 1296share/locale/fa/LC_MESSAGES/gtk30.mo
1297share/locale/fi/
1298share/locale/fi/LC_MESSAGES/
1266share/locale/fi/LC_MESSAGES/gtk30-properties.mo 1299share/locale/fi/LC_MESSAGES/gtk30-properties.mo
1267share/locale/fi/LC_MESSAGES/gtk30.mo 1300share/locale/fi/LC_MESSAGES/gtk30.mo
1301share/locale/fr/
1302share/locale/fr/LC_MESSAGES/
1268share/locale/fr/LC_MESSAGES/gtk30-properties.mo 1303share/locale/fr/LC_MESSAGES/gtk30-properties.mo
1269share/locale/fr/LC_MESSAGES/gtk30.mo 1304share/locale/fr/LC_MESSAGES/gtk30.mo
1305share/locale/fur/
1306share/locale/fur/LC_MESSAGES/
1270share/locale/fur/LC_MESSAGES/gtk30-properties.mo 1307share/locale/fur/LC_MESSAGES/gtk30-properties.mo
1271share/locale/fur/LC_MESSAGES/gtk30.mo 1308share/locale/fur/LC_MESSAGES/gtk30.mo
1309share/locale/ga/
1310share/locale/ga/LC_MESSAGES/
1272share/locale/ga/LC_MESSAGES/gtk30-properties.mo 1311share/locale/ga/LC_MESSAGES/gtk30-properties.mo
1273share/locale/ga/LC_MESSAGES/gtk30.mo 1312share/locale/ga/LC_MESSAGES/gtk30.mo
1313share/locale/gd/
1314share/locale/gd/LC_MESSAGES/
1274share/locale/gd/LC_MESSAGES/gtk30-properties.mo 1315share/locale/gd/LC_MESSAGES/gtk30-properties.mo
1275share/locale/gd/LC_MESSAGES/gtk30.mo 1316share/locale/gd/LC_MESSAGES/gtk30.mo
1317share/locale/gl/
1318share/locale/gl/LC_MESSAGES/
1276share/locale/gl/LC_MESSAGES/gtk30-properties.mo 1319share/locale/gl/LC_MESSAGES/gtk30-properties.mo
1277share/locale/gl/LC_MESSAGES/gtk30.mo 1320share/locale/gl/LC_MESSAGES/gtk30.mo
1321share/locale/gu/
1322share/locale/gu/LC_MESSAGES/
1278share/locale/gu/LC_MESSAGES/gtk30-properties.mo 1323share/locale/gu/LC_MESSAGES/gtk30-properties.mo
1279share/locale/gu/LC_MESSAGES/gtk30.mo 1324share/locale/gu/LC_MESSAGES/gtk30.mo
1325share/locale/he/
1326share/locale/he/LC_MESSAGES/
1280share/locale/he/LC_MESSAGES/gtk30-properties.mo 1327share/locale/he/LC_MESSAGES/gtk30-properties.mo
1281share/locale/he/LC_MESSAGES/gtk30.mo 1328share/locale/he/LC_MESSAGES/gtk30.mo
1329share/locale/hi/
1330share/locale/hi/LC_MESSAGES/
1282share/locale/hi/LC_MESSAGES/gtk30-properties.mo 1331share/locale/hi/LC_MESSAGES/gtk30-properties.mo
1283share/locale/hi/LC_MESSAGES/gtk30.mo 1332share/locale/hi/LC_MESSAGES/gtk30.mo
1333share/locale/hr/
1334share/locale/hr/LC_MESSAGES/
1284share/locale/hr/LC_MESSAGES/gtk30-properties.mo 1335share/locale/hr/LC_MESSAGES/gtk30-properties.mo
1285share/locale/hr/LC_MESSAGES/gtk30.mo 1336share/locale/hr/LC_MESSAGES/gtk30.mo
1337share/locale/hu/
1338share/locale/hu/LC_MESSAGES/
1286share/locale/hu/LC_MESSAGES/gtk30-properties.mo 1339share/locale/hu/LC_MESSAGES/gtk30-properties.mo
1287share/locale/hu/LC_MESSAGES/gtk30.mo 1340share/locale/hu/LC_MESSAGES/gtk30.mo
1341share/locale/hy/
1342share/locale/hy/LC_MESSAGES/
1288share/locale/hy/LC_MESSAGES/gtk30-properties.mo 1343share/locale/hy/LC_MESSAGES/gtk30-properties.mo
1289share/locale/hy/LC_MESSAGES/gtk30.mo 1344share/locale/hy/LC_MESSAGES/gtk30.mo
1345share/locale/ia/
1346share/locale/ia/LC_MESSAGES/
1290share/locale/ia/LC_MESSAGES/gtk30-properties.mo 1347share/locale/ia/LC_MESSAGES/gtk30-properties.mo
1291share/locale/ia/LC_MESSAGES/gtk30.mo 1348share/locale/ia/LC_MESSAGES/gtk30.mo
1349share/locale/id/
1350share/locale/id/LC_MESSAGES/
1292share/locale/id/LC_MESSAGES/gtk30-properties.mo 1351share/locale/id/LC_MESSAGES/gtk30-properties.mo
1293share/locale/id/LC_MESSAGES/gtk30.mo 1352share/locale/id/LC_MESSAGES/gtk30.mo
1353share/locale/io/
1354share/locale/io/LC_MESSAGES/
1294share/locale/io/LC_MESSAGES/gtk30-properties.mo 1355share/locale/io/LC_MESSAGES/gtk30-properties.mo
1295share/locale/io/LC_MESSAGES/gtk30.mo 1356share/locale/io/LC_MESSAGES/gtk30.mo
1357share/locale/is/
1358share/locale/is/LC_MESSAGES/
1296share/locale/is/LC_MESSAGES/gtk30-properties.mo 1359share/locale/is/LC_MESSAGES/gtk30-properties.mo
1297share/locale/is/LC_MESSAGES/gtk30.mo 1360share/locale/is/LC_MESSAGES/gtk30.mo
1361share/locale/it/
1362share/locale/it/LC_MESSAGES/
1298share/locale/it/LC_MESSAGES/gtk30-properties.mo 1363share/locale/it/LC_MESSAGES/gtk30-properties.mo
1299share/locale/it/LC_MESSAGES/gtk30.mo 1364share/locale/it/LC_MESSAGES/gtk30.mo
1365share/locale/ja/
1366share/locale/ja/LC_MESSAGES/
1300share/locale/ja/LC_MESSAGES/gtk30-properties.mo 1367share/locale/ja/LC_MESSAGES/gtk30-properties.mo
1301share/locale/ja/LC_MESSAGES/gtk30.mo 1368share/locale/ja/LC_MESSAGES/gtk30.mo
1369share/locale/ka/
1370share/locale/ka/LC_MESSAGES/
1302share/locale/ka/LC_MESSAGES/gtk30-properties.mo 1371share/locale/ka/LC_MESSAGES/gtk30-properties.mo
1303share/locale/ka/LC_MESSAGES/gtk30.mo 1372share/locale/ka/LC_MESSAGES/gtk30.mo
1304share/locale/kg/ 1373share/locale/kg/
1305share/locale/kg/LC_MESSAGES/ 1374share/locale/kg/LC_MESSAGES/
1306share/locale/kg/LC_MESSAGES/gtk30-properties.mo 1375share/locale/kg/LC_MESSAGES/gtk30-properties.mo
1307share/locale/kg/LC_MESSAGES/gtk30.mo 1376share/locale/kg/LC_MESSAGES/gtk30.mo
1377share/locale/kk/
1378share/locale/kk/LC_MESSAGES/
1308share/locale/kk/LC_MESSAGES/gtk30-properties.mo 1379share/locale/kk/LC_MESSAGES/gtk30-properties.mo
1309share/locale/kk/LC_MESSAGES/gtk30.mo 1380share/locale/kk/LC_MESSAGES/gtk30.mo
1381share/locale/km/
1382share/locale/km/LC_MESSAGES/
1310share/locale/km/LC_MESSAGES/gtk30-properties.mo 1383share/locale/km/LC_MESSAGES/gtk30-properties.mo
1311share/locale/km/LC_MESSAGES/gtk30.mo 1384share/locale/km/LC_MESSAGES/gtk30.mo
1385share/locale/kn/
1386share/locale/kn/LC_MESSAGES/
1312share/locale/kn/LC_MESSAGES/gtk30-properties.mo 1387share/locale/kn/LC_MESSAGES/gtk30-properties.mo
1313share/locale/kn/LC_MESSAGES/gtk30.mo 1388share/locale/kn/LC_MESSAGES/gtk30.mo
1389share/locale/ko/
1390share/locale/ko/LC_MESSAGES/
1314share/locale/ko/LC_MESSAGES/gtk30-properties.mo 1391share/locale/ko/LC_MESSAGES/gtk30-properties.mo
1315share/locale/ko/LC_MESSAGES/gtk30.mo 1392share/locale/ko/LC_MESSAGES/gtk30.mo
1393share/locale/ku/
1394share/locale/ku/LC_MESSAGES/
1316share/locale/ku/LC_MESSAGES/gtk30-properties.mo 1395share/locale/ku/LC_MESSAGES/gtk30-properties.mo
1317share/locale/ku/LC_MESSAGES/gtk30.mo 1396share/locale/ku/LC_MESSAGES/gtk30.mo
1397share/locale/ky/
1398share/locale/ky/LC_MESSAGES/
1318share/locale/ky/LC_MESSAGES/gtk30-properties.mo 1399share/locale/ky/LC_MESSAGES/gtk30-properties.mo
1319share/locale/ky/LC_MESSAGES/gtk30.mo 1400share/locale/ky/LC_MESSAGES/gtk30.mo
1320share/locale/lg/ 1401share/locale/lg/
1321share/locale/lg/LC_MESSAGES/ 1402share/locale/lg/LC_MESSAGES/
1322share/locale/lg/LC_MESSAGES/gtk30-properties.mo 1403share/locale/lg/LC_MESSAGES/gtk30-properties.mo
1323share/locale/lg/LC_MESSAGES/gtk30.mo 1404share/locale/lg/LC_MESSAGES/gtk30.mo
1405share/locale/li/
1406share/locale/li/LC_MESSAGES/
1324share/locale/li/LC_MESSAGES/gtk30-properties.mo 1407share/locale/li/LC_MESSAGES/gtk30-properties.mo
1325share/locale/li/LC_MESSAGES/gtk30.mo 1408share/locale/li/LC_MESSAGES/gtk30.mo
1409share/locale/lt/
1410share/locale/lt/LC_MESSAGES/
1326share/locale/lt/LC_MESSAGES/gtk30-properties.mo 1411share/locale/lt/LC_MESSAGES/gtk30-properties.mo
1327share/locale/lt/LC_MESSAGES/gtk30.mo 1412share/locale/lt/LC_MESSAGES/gtk30.mo
1413share/locale/lv/
1414share/locale/lv/LC_MESSAGES/
1328share/locale/lv/LC_MESSAGES/gtk30-properties.mo 1415share/locale/lv/LC_MESSAGES/gtk30-properties.mo
1329share/locale/lv/LC_MESSAGES/gtk30.mo 1416share/locale/lv/LC_MESSAGES/gtk30.mo
1417share/locale/mai/
1418share/locale/mai/LC_MESSAGES/
1330share/locale/mai/LC_MESSAGES/gtk30-properties.mo 1419share/locale/mai/LC_MESSAGES/gtk30-properties.mo
1331share/locale/mai/LC_MESSAGES/gtk30.mo 1420share/locale/mai/LC_MESSAGES/gtk30.mo
1421share/locale/mi/
1422share/locale/mi/LC_MESSAGES/
1332share/locale/mi/LC_MESSAGES/gtk30-properties.mo 1423share/locale/mi/LC_MESSAGES/gtk30-properties.mo
1333share/locale/mi/LC_MESSAGES/gtk30.mo 1424share/locale/mi/LC_MESSAGES/gtk30.mo
1425share/locale/mk/
1426share/locale/mk/LC_MESSAGES/
1334share/locale/mk/LC_MESSAGES/gtk30-properties.mo 1427share/locale/mk/LC_MESSAGES/gtk30-properties.mo
1335share/locale/mk/LC_MESSAGES/gtk30.mo 1428share/locale/mk/LC_MESSAGES/gtk30.mo
1429share/locale/ml/
1430share/locale/ml/LC_MESSAGES/
1336share/locale/ml/LC_MESSAGES/gtk30-properties.mo 1431share/locale/ml/LC_MESSAGES/gtk30-properties.mo
1337share/locale/ml/LC_MESSAGES/gtk30.mo 1432share/locale/ml/LC_MESSAGES/gtk30.mo
1433share/locale/mn/
1434share/locale/mn/LC_MESSAGES/
1338share/locale/mn/LC_MESSAGES/gtk30-properties.mo 1435share/locale/mn/LC_MESSAGES/gtk30-properties.mo
1339share/locale/mn/LC_MESSAGES/gtk30.mo 1436share/locale/mn/LC_MESSAGES/gtk30.mo
1437share/locale/mr/
1438share/locale/mr/LC_MESSAGES/
1340share/locale/mr/LC_MESSAGES/gtk30-properties.mo 1439share/locale/mr/LC_MESSAGES/gtk30-properties.mo
1341share/locale/mr/LC_MESSAGES/gtk30.mo 1440share/locale/mr/LC_MESSAGES/gtk30.mo
1441share/locale/ms/
1442share/locale/ms/LC_MESSAGES/
1342share/locale/ms/LC_MESSAGES/gtk30-properties.mo 1443share/locale/ms/LC_MESSAGES/gtk30-properties.mo
1343share/locale/ms/LC_MESSAGES/gtk30.mo 1444share/locale/ms/LC_MESSAGES/gtk30.mo
1445share/locale/my/
1446share/locale/my/LC_MESSAGES/
1344share/locale/my/LC_MESSAGES/gtk30-properties.mo 1447share/locale/my/LC_MESSAGES/gtk30-properties.mo
1345share/locale/my/LC_MESSAGES/gtk30.mo 1448share/locale/my/LC_MESSAGES/gtk30.mo
1449share/locale/nb/
1450share/locale/nb/LC_MESSAGES/
1346share/locale/nb/LC_MESSAGES/gtk30-properties.mo 1451share/locale/nb/LC_MESSAGES/gtk30-properties.mo
1347share/locale/nb/LC_MESSAGES/gtk30.mo 1452share/locale/nb/LC_MESSAGES/gtk30.mo
1453share/locale/nds/
1454share/locale/nds/LC_MESSAGES/
1348share/locale/nds/LC_MESSAGES/gtk30-properties.mo 1455share/locale/nds/LC_MESSAGES/gtk30-properties.mo
1349share/locale/nds/LC_MESSAGES/gtk30.mo 1456share/locale/nds/LC_MESSAGES/gtk30.mo
1457share/locale/ne/
1458share/locale/ne/LC_MESSAGES/
1350share/locale/ne/LC_MESSAGES/gtk30-properties.mo 1459share/locale/ne/LC_MESSAGES/gtk30-properties.mo
1351share/locale/ne/LC_MESSAGES/gtk30.mo 1460share/locale/ne/LC_MESSAGES/gtk30.mo
1461share/locale/nl/
1462share/locale/nl/LC_MESSAGES/
1352share/locale/nl/LC_MESSAGES/gtk30-properties.mo 1463share/locale/nl/LC_MESSAGES/gtk30-properties.mo
1353share/locale/nl/LC_MESSAGES/gtk30.mo 1464share/locale/nl/LC_MESSAGES/gtk30.mo
1465share/locale/nn/
1466share/locale/nn/LC_MESSAGES/
1354share/locale/nn/LC_MESSAGES/gtk30-properties.mo 1467share/locale/nn/LC_MESSAGES/gtk30-properties.mo
1355share/locale/nn/LC_MESSAGES/gtk30.mo 1468share/locale/nn/LC_MESSAGES/gtk30.mo
1469share/locale/nso/
1470share/locale/nso/LC_MESSAGES/
1356share/locale/nso/LC_MESSAGES/gtk30-properties.mo 1471share/locale/nso/LC_MESSAGES/gtk30-properties.mo
1357share/locale/nso/LC_MESSAGES/gtk30.mo 1472share/locale/nso/LC_MESSAGES/gtk30.mo
1473share/locale/oc/
1474share/locale/oc/LC_MESSAGES/
1358share/locale/oc/LC_MESSAGES/gtk30-properties.mo 1475share/locale/oc/LC_MESSAGES/gtk30-properties.mo
1359share/locale/oc/LC_MESSAGES/gtk30.mo 1476share/locale/oc/LC_MESSAGES/gtk30.mo
1477share/locale/or/
1478share/locale/or/LC_MESSAGES/
1360share/locale/or/LC_MESSAGES/gtk30-properties.mo 1479share/locale/or/LC_MESSAGES/gtk30-properties.mo
1361share/locale/or/LC_MESSAGES/gtk30.mo 1480share/locale/or/LC_MESSAGES/gtk30.mo
1481share/locale/pa/
1482share/locale/pa/LC_MESSAGES/
1362share/locale/pa/LC_MESSAGES/gtk30-properties.mo 1483share/locale/pa/LC_MESSAGES/gtk30-properties.mo
1363share/locale/pa/LC_MESSAGES/gtk30.mo 1484share/locale/pa/LC_MESSAGES/gtk30.mo
1485share/locale/pl/
1486share/locale/pl/LC_MESSAGES/
1364share/locale/pl/LC_MESSAGES/gtk30-properties.mo 1487share/locale/pl/LC_MESSAGES/gtk30-properties.mo
1365share/locale/pl/LC_MESSAGES/gtk30.mo 1488share/locale/pl/LC_MESSAGES/gtk30.mo
1489share/locale/ps/
1490share/locale/ps/LC_MESSAGES/
1366share/locale/ps/LC_MESSAGES/gtk30-properties.mo 1491share/locale/ps/LC_MESSAGES/gtk30-properties.mo
1367share/locale/ps/LC_MESSAGES/gtk30.mo 1492share/locale/ps/LC_MESSAGES/gtk30.mo
1493share/locale/pt/
1494share/locale/pt/LC_MESSAGES/
1368share/locale/pt/LC_MESSAGES/gtk30-properties.mo 1495share/locale/pt/LC_MESSAGES/gtk30-properties.mo
1369share/locale/pt/LC_MESSAGES/gtk30.mo 1496share/locale/pt/LC_MESSAGES/gtk30.mo
1497share/locale/pt_BR/
1498share/locale/pt_BR/LC_MESSAGES/
1370share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo 1499share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo
1371share/locale/pt_BR/LC_MESSAGES/gtk30.mo 1500share/locale/pt_BR/LC_MESSAGES/gtk30.mo
1501share/locale/ro/
1502share/locale/ro/LC_MESSAGES/
1372share/locale/ro/LC_MESSAGES/gtk30-properties.mo 1503share/locale/ro/LC_MESSAGES/gtk30-properties.mo
1373share/locale/ro/LC_MESSAGES/gtk30.mo 1504share/locale/ro/LC_MESSAGES/gtk30.mo
1505share/locale/ru/
1506share/locale/ru/LC_MESSAGES/
1374share/locale/ru/LC_MESSAGES/gtk30-properties.mo 1507share/locale/ru/LC_MESSAGES/gtk30-properties.mo
1375share/locale/ru/LC_MESSAGES/gtk30.mo 1508share/locale/ru/LC_MESSAGES/gtk30.mo
1509share/locale/rw/
1510share/locale/rw/LC_MESSAGES/
1376share/locale/rw/LC_MESSAGES/gtk30-properties.mo 1511share/locale/rw/LC_MESSAGES/gtk30-properties.mo
1377share/locale/rw/LC_MESSAGES/gtk30.mo 1512share/locale/rw/LC_MESSAGES/gtk30.mo
1513share/locale/si/
1514share/locale/si/LC_MESSAGES/
1378share/locale/si/LC_MESSAGES/gtk30-properties.mo 1515share/locale/si/LC_MESSAGES/gtk30-properties.mo
1379share/locale/si/LC_MESSAGES/gtk30.mo 1516share/locale/si/LC_MESSAGES/gtk30.mo
1517share/locale/sk/
1518share/locale/sk/LC_MESSAGES/
1380share/locale/sk/LC_MESSAGES/gtk30-properties.mo 1519share/locale/sk/LC_MESSAGES/gtk30-properties.mo
1381share/locale/sk/LC_MESSAGES/gtk30.mo 1520share/locale/sk/LC_MESSAGES/gtk30.mo
1521share/locale/sl/
1522share/locale/sl/LC_MESSAGES/
1382share/locale/sl/LC_MESSAGES/gtk30-properties.mo 1523share/locale/sl/LC_MESSAGES/gtk30-properties.mo
1383share/locale/sl/LC_MESSAGES/gtk30.mo 1524share/locale/sl/LC_MESSAGES/gtk30.mo
1525share/locale/sq/
1526share/locale/sq/LC_MESSAGES/
1384share/locale/sq/LC_MESSAGES/gtk30-properties.mo 1527share/locale/sq/LC_MESSAGES/gtk30-properties.mo
1385share/locale/sq/LC_MESSAGES/gtk30.mo 1528share/locale/sq/LC_MESSAGES/gtk30.mo
1529share/locale/sr/
1530share/locale/sr/LC_MESSAGES/
1386share/locale/sr/LC_MESSAGES/gtk30-properties.mo 1531share/locale/sr/LC_MESSAGES/gtk30-properties.mo
1387share/locale/sr/LC_MESSAGES/gtk30.mo 1532share/locale/sr/LC_MESSAGES/gtk30.mo
1533share/locale/sr@ije/
1534share/locale/sr@ije/LC_MESSAGES/
1388share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo 1535share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo
1389share/locale/sr@ije/LC_MESSAGES/gtk30.mo 1536share/locale/sr@ije/LC_MESSAGES/gtk30.mo
1537share/locale/sr@latin/
1538share/locale/sr@latin/LC_MESSAGES/
1390share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo 1539share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo
1391share/locale/sr@latin/LC_MESSAGES/gtk30.mo 1540share/locale/sr@latin/LC_MESSAGES/gtk30.mo
1541share/locale/sv/
1542share/locale/sv/LC_MESSAGES/
1392share/locale/sv/LC_MESSAGES/gtk30-properties.mo 1543share/locale/sv/LC_MESSAGES/gtk30-properties.mo
1393share/locale/sv/LC_MESSAGES/gtk30.mo 1544share/locale/sv/LC_MESSAGES/gtk30.mo
1545share/locale/ta/
1546share/locale/ta/LC_MESSAGES/
1394share/locale/ta/LC_MESSAGES/gtk30-properties.mo 1547share/locale/ta/LC_MESSAGES/gtk30-properties.mo
1395share/locale/ta/LC_MESSAGES/gtk30.mo 1548share/locale/ta/LC_MESSAGES/gtk30.mo
1549share/locale/te/
1550share/locale/te/LC_MESSAGES/
1396share/locale/te/LC_MESSAGES/gtk30-properties.mo 1551share/locale/te/LC_MESSAGES/gtk30-properties.mo
1397share/locale/te/LC_MESSAGES/gtk30.mo 1552share/locale/te/LC_MESSAGES/gtk30.mo
1553share/locale/tg/
1554share/locale/tg/LC_MESSAGES/
1398share/locale/tg/LC_MESSAGES/gtk30-properties.mo 1555share/locale/tg/LC_MESSAGES/gtk30-properties.mo
1399share/locale/tg/LC_MESSAGES/gtk30.mo 1556share/locale/tg/LC_MESSAGES/gtk30.mo
1557share/locale/th/
1558share/locale/th/LC_MESSAGES/
1400share/locale/th/LC_MESSAGES/gtk30-properties.mo 1559share/locale/th/LC_MESSAGES/gtk30-properties.mo
1401share/locale/th/LC_MESSAGES/gtk30.mo 1560share/locale/th/LC_MESSAGES/gtk30.mo
1561share/locale/tk/
1562share/locale/tk/LC_MESSAGES/
1402share/locale/tk/LC_MESSAGES/gtk30-properties.mo 1563share/locale/tk/LC_MESSAGES/gtk30-properties.mo
1403share/locale/tk/LC_MESSAGES/gtk30.mo 1564share/locale/tk/LC_MESSAGES/gtk30.mo
1565share/locale/tr/
1566share/locale/tr/LC_MESSAGES/
1404share/locale/tr/LC_MESSAGES/gtk30-properties.mo 1567share/locale/tr/LC_MESSAGES/gtk30-properties.mo
1405share/locale/tr/LC_MESSAGES/gtk30.mo 1568share/locale/tr/LC_MESSAGES/gtk30.mo
1569share/locale/tt/
1570share/locale/tt/LC_MESSAGES/
1406share/locale/tt/LC_MESSAGES/gtk30-properties.mo 1571share/locale/tt/LC_MESSAGES/gtk30-properties.mo
1407share/locale/tt/LC_MESSAGES/gtk30.mo 1572share/locale/tt/LC_MESSAGES/gtk30.mo
1573share/locale/ug/
1574share/locale/ug/LC_MESSAGES/
1408share/locale/ug/LC_MESSAGES/gtk30-properties.mo 1575share/locale/ug/LC_MESSAGES/gtk30-properties.mo
1409share/locale/ug/LC_MESSAGES/gtk30.mo 1576share/locale/ug/LC_MESSAGES/gtk30.mo
1577share/locale/uk/
1578share/locale/uk/LC_MESSAGES/
1410share/locale/uk/LC_MESSAGES/gtk30-properties.mo 1579share/locale/uk/LC_MESSAGES/gtk30-properties.mo
1411share/locale/uk/LC_MESSAGES/gtk30.mo 1580share/locale/uk/LC_MESSAGES/gtk30.mo
1412share/locale/ur/ 1581share/locale/ur/
1413share/locale/ur/LC_MESSAGES/ 1582share/locale/ur/LC_MESSAGES/
1414share/locale/ur/LC_MESSAGES/gtk30-properties.mo 1583share/locale/ur/LC_MESSAGES/gtk30-properties.mo
1415share/locale/ur/LC_MESSAGES/gtk30.mo 1584share/locale/ur/LC_MESSAGES/gtk30.mo
1585share/locale/uz/
1586share/locale/uz/LC_MESSAGES/
1416share/locale/uz/LC_MESSAGES/gtk30-properties.mo 1587share/locale/uz/LC_MESSAGES/gtk30-properties.mo
1417share/locale/uz/LC_MESSAGES/gtk30.mo 1588share/locale/uz/LC_MESSAGES/gtk30.mo
1589share/locale/uz@cyrillic/
1590share/locale/uz@cyrillic/LC_MESSAGES/
1418share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo 1591share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo
1419share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo 1592share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo
1593share/locale/vi/
1594share/locale/vi/LC_MESSAGES/
1420share/locale/vi/LC_MESSAGES/gtk30-properties.mo 1595share/locale/vi/LC_MESSAGES/gtk30-properties.mo
1421share/locale/vi/LC_MESSAGES/gtk30.mo 1596share/locale/vi/LC_MESSAGES/gtk30.mo
1597share/locale/wa/
1598share/locale/wa/LC_MESSAGES/
1422share/locale/wa/LC_MESSAGES/gtk30-properties.mo 1599share/locale/wa/LC_MESSAGES/gtk30-properties.mo
1423share/locale/wa/LC_MESSAGES/gtk30.mo 1600share/locale/wa/LC_MESSAGES/gtk30.mo
1601share/locale/xh/
1602share/locale/xh/LC_MESSAGES/
1424share/locale/xh/LC_MESSAGES/gtk30-properties.mo 1603share/locale/xh/LC_MESSAGES/gtk30-properties.mo
1425share/locale/xh/LC_MESSAGES/gtk30.mo 1604share/locale/xh/LC_MESSAGES/gtk30.mo
1605share/locale/yi/
1606share/locale/yi/LC_MESSAGES/
1426share/locale/yi/LC_MESSAGES/gtk30-properties.mo 1607share/locale/yi/LC_MESSAGES/gtk30-properties.mo
1427share/locale/yi/LC_MESSAGES/gtk30.mo 1608share/locale/yi/LC_MESSAGES/gtk30.mo
1609share/locale/zh_CN/
1610share/locale/zh_CN/LC_MESSAGES/
1428share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo 1611share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
1429share/locale/zh_CN/LC_MESSAGES/gtk30.mo 1612share/locale/zh_CN/LC_MESSAGES/gtk30.mo
1613share/locale/zh_HK/
1614share/locale/zh_HK/LC_MESSAGES/
1430share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo 1615share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo
1431share/locale/zh_HK/LC_MESSAGES/gtk30.mo 1616share/locale/zh_HK/LC_MESSAGES/gtk30.mo
1617share/locale/zh_TW/
1618share/locale/zh_TW/LC_MESSAGES/
1432share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo 1619share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo
1433share/locale/zh_TW/LC_MESSAGES/gtk30.mo 1620share/locale/zh_TW/LC_MESSAGES/gtk30.mo
1434share/themes/ 1621share/themes/