Ravenports generated: 08 Feb 2023 00:14
[ravenports.git] / bucket_24 / gtk3
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               gtk3
4 VERSION=                3.24.36
5 KEYWORDS=               x11_toolkits
6 VARIANTS=               standard
7 SDESC[standard]=        Gimp Toolkit for X11 GUI
8 HOMEPAGE=               https://www.gtk.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GNOME/gtk+/3.24
13 DISTFILE[1]=            gtk+-3.24.36.tar.xz:main
14 DIST_SUBDIR=            gnome3
15 DF_INDEX=               1
16 SPKGS[standard]=        complete
17                         primary
18                         nls
19                         icon_cache
20
21 OPTIONS_AVAILABLE=      DBUS CUPS CLOUDPRINT COLORD BROADWAY INTROSPECTION
22 OPTIONS_STANDARD=       DBUS BROADWAY INTROSPECTION
23 OPT_ON[all]=            DBUS BROADWAY INTROSPECTION
24
25 BUILD_DEPENDS=          harfbuzz:dev:standard
26 BUILDRUN_DEPENDS=       libepoxy:single:standard
27 EXRUN[primary]=         gtk3:icon_cache:standard
28 EXRUN[icon_cache]=      gdk-pixbuf:primary:standard
29
30 USES=                   pkgconfig meson schemas:primary perl:build
31                         python:build cpe
32 GNOME_COMPONENTS=       atk cairo gdkpixbuf pango
33 XORG_COMPONENTS=        xext x11 xinerama xi xrandr xcursor xfixes xdamage
34                         xcomposite
35
36 DISTNAME=               gtk+-3.24.36
37
38 CPE_PRODUCT=            gtk\+
39 CPE_VENDOR=             gtk
40 FPC_EQUIVALENT=         x11-toolkits/gtk30
41 GLIB_SCHEMAS=           org.gtk.Demo.gschema.xml
42                         org.gtk.Settings.ColorChooser.gschema.xml
43                         org.gtk.Settings.Debug.gschema.xml
44                         org.gtk.Settings.FileChooser.gschema.xml
45 MESON_ARGS=             -Dx11_backend=true
46                         -Dwayland_backend=false
47                         -Dtests=false
48                         -Dexamples=false
49
50 PLIST_SUB=              LIBVERSION=0.2404.32
51                         GTK_VERSION=3.0.0
52
53 CPPFLAGS=               -fno-omit-frame-pointer
54 VAR_OPSYS[sunos]=       LDFLAGS=-lsocket
55                         LDFLAGS=-lintl
56                         CPPFLAGS=-DO_CLOEXEC=0
57
58 [INTROSPECTION].DESCRIPTION=            Build with introspection files
59 [INTROSPECTION].CONFIGURE_ARGS_OFF=     -Dintrospection=false
60 [INTROSPECTION].GNOME_COMPONENTS_ON=    introspection
61
62 [CLOUDPRINT].DESCRIPTION=               Support for printing to cloud
63 [CLOUDPRINT].BROKEN_ON=                 CLOUDPRINT option not supported yet
64 [CLOUDPRINT].BUILDRUN_DEPENDS_ON=       librest:single:standard
65                                         json-glib:primary:standard
66 [CLOUDPRINT].CONFIGURE_ARGS_ON=         -Dcloudproviders=true
67
68 [DBUS].DESCRIPTION=                     AT-SPI ATK bridge support (requires dbus)
69 [DBUS].BUILDRUN_DEPENDS_ON=             at-spi2-atk:single:standard
70
71 [COLORD].BROKEN_ON=                     COLORD option not supported yet
72
73 [BROADWAY].DESCRIPTION=                 Backend for HTML5 and websocket support
74 [BROADWAY].CONFIGURE_ARGS_ON=           -Dbroadway_backend=true
75
76 [CUPS].BROKEN_ON=                       CUPS option not supported yet
77 [CUPS].BUILDRUN_DEPENDS_ON=             cups:single:standard
78 [CUPS].CONFIGURE_ARGS_OFF=              -Dprint_backends=file,lpr
79 [CUPS].CONFIGURE_ARGS_ON=               -Dprint_backends=cups,file,lpr
80
81 post-install:
82         ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/modules
83         ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/3.0.0/engines
84         ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/3.0.0/loaders
85         # add icon-update instructions to manifest
86         @splist="${WRKDIR}/.manifest.primary.mktmp"; \
87         for i in `${GREP} "^share/icons/.*/" $${splist} | ${CUT} -d / -f 1-3 | ${SORT} -u`; \
88         do \
89           echo "@rmtry $${i}/icon-theme.cache" >> $${splist}.icons1; \
90           echo "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || true"   >> $${splist}; \
91           echo "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || true" >> $${splist}; \
92           echo "Added $${i} icon directory processing to primary manifest"; \
93         done; \
94         ${CAT} $${splist}.icons1 >> $${splist}
95
96 [FILE:226:descriptions/desc.primary]
97 GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating
98 graphical user interfaces. Offering a complete set of widgets, GTK+
99 is suitable for projects ranging from small one-off tools to complete
100 application suites.
101
102
103 [FILE:103:descriptions/desc.icon_cache]
104 This package contains the gtk-update-icon-cache utility from the
105 third generation of the GIMP toolkit.
106
107
108 [FILE:105:distinfo]
109 27a6ef157743350c807ffea59baa1d70226dbede82a5e953ffd58ea6059fe691     12540184 gnome3/gtk+-3.24.36.tar.xz
110
111
112 [FILE:10550:manifests/plist.primary]
113 %%BROADWAY-ON%%bin/broadwayd
114 %%BROADWAY-ON%%include/gtk-3.0/gdk/gdkbroadway.h
115 %%BROADWAY-ON%%include/gtk-3.0/gdk/broadway/
116  gdkbroadwaycursor.h
117  gdkbroadwaydisplay.h
118  gdkbroadwaymonitor.h
119  gdkbroadwayvisual.h
120  gdkbroadwaywindow.h
121 %%BROADWAY-ON%%lib/gtk-3.0/%%GTK_VERSION%%/immodules/im-broadway.so
122 %%BROADWAY-ON%%lib/pkgconfig/
123  gdk-broadway-3.0.pc
124  gtk+-broadway-3.0.pc
125 %%CLOUDPRINT-ON%%lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-cloudprint.so
126 %%CUPS-ON%%lib/gtk-3.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.so
127 %%INTROSPECTION-ON%%lib/girepository-1.0/
128  Gdk-3.0.typelib
129  GdkX11-3.0.typelib
130  Gtk-3.0.typelib
131 %%INTROSPECTION-ON%%share/gir-1.0/
132  Gdk-3.0.gir
133  GdkX11-3.0.gir
134  Gtk-3.0.gir
135 bin/
136  gtk-builder-tool
137  gtk-encode-symbolic-svg
138  gtk-launch
139  gtk-query-immodules-3.0
140  gtk-query-settings
141  gtk3-demo
142  gtk3-demo-application
143  gtk3-icon-browser
144  gtk3-widget-factory
145 etc/gtk-3.0/im-multipress.conf
146 include/gail-3.0/libgail-util/
147  gail-util.h
148  gailmisc.h
149  gailtextutil.h
150 include/gtk-3.0/gdk/
151  gdk-autocleanup.h
152  gdk.h
153  gdkapplaunchcontext.h
154  gdkcairo.h
155  gdkconfig.h
156  gdkcursor.h
157  gdkdevice.h
158  gdkdevicemanager.h
159  gdkdevicepad.h
160  gdkdevicetool.h
161  gdkdisplay.h
162  gdkdisplaymanager.h
163  gdkdnd.h
164  gdkdrawingcontext.h
165  gdkenumtypes.h
166  gdkevents.h
167  gdkframeclock.h
168  gdkframetimings.h
169  gdkglcontext.h
170  gdkkeys.h
171  gdkkeysyms-compat.h
172  gdkkeysyms.h
173  gdkmain.h
174  gdkmonitor.h
175  gdkpango.h
176  gdkpixbuf.h
177  gdkprivate.h
178  gdkproperty.h
179  gdkrectangle.h
180  gdkrgba.h
181  gdkscreen.h
182  gdkseat.h
183  gdkselection.h
184  gdktestutils.h
185  gdkthreads.h
186  gdktypes.h
187  gdkversionmacros.h
188  gdkvisual.h
189  gdkwindow.h
190  gdkx.h
191 include/gtk-3.0/gdk/deprecated/gdkcolor.h
192 include/gtk-3.0/gdk/x11/
193  gdkx-autocleanups.h
194  gdkx11applaunchcontext.h
195  gdkx11cursor.h
196  gdkx11device-core.h
197  gdkx11device-xi2.h
198  gdkx11device.h
199  gdkx11devicemanager-core.h
200  gdkx11devicemanager-xi2.h
201  gdkx11devicemanager.h
202  gdkx11display.h
203  gdkx11displaymanager.h
204  gdkx11dnd.h
205  gdkx11glcontext.h
206  gdkx11keys.h
207  gdkx11monitor.h
208  gdkx11property.h
209  gdkx11screen.h
210  gdkx11selection.h
211  gdkx11utils.h
212  gdkx11visual.h
213  gdkx11window.h
214 include/gtk-3.0/gtk/
215  gtk-a11y.h
216  gtk-autocleanups.h
217  gtk.h
218  gtkaboutdialog.h
219  gtkaccelgroup.h
220  gtkaccellabel.h
221  gtkaccelmap.h
222  gtkaccessible.h
223  gtkactionable.h
224  gtkactionbar.h
225  gtkadjustment.h
226  gtkappchooser.h
227  gtkappchooserbutton.h
228  gtkappchooserdialog.h
229  gtkappchooserwidget.h
230  gtkapplication.h
231  gtkapplicationwindow.h
232  gtkaspectframe.h
233  gtkassistant.h
234  gtkbbox.h
235  gtkbin.h
236  gtkbindings.h
237  gtkborder.h
238  gtkbox.h
239  gtkbuildable.h
240  gtkbuilder.h
241  gtkbutton.h
242  gtkcalendar.h
243  gtkcellarea.h
244  gtkcellareabox.h
245  gtkcellareacontext.h
246  gtkcelleditable.h
247  gtkcelllayout.h
248  gtkcellrenderer.h
249  gtkcellrendereraccel.h
250  gtkcellrenderercombo.h
251  gtkcellrendererpixbuf.h
252  gtkcellrendererprogress.h
253  gtkcellrendererspin.h
254  gtkcellrendererspinner.h
255  gtkcellrenderertext.h
256  gtkcellrenderertoggle.h
257  gtkcellview.h
258  gtkcheckbutton.h
259  gtkcheckmenuitem.h
260  gtkclipboard.h
261  gtkcolorbutton.h
262  gtkcolorchooser.h
263  gtkcolorchooserdialog.h
264  gtkcolorchooserwidget.h
265  gtkcolorutils.h
266  gtkcombobox.h
267  gtkcomboboxtext.h
268  gtkcontainer.h
269  gtkcssprovider.h
270  gtkcsssection.h
271  gtkdebug.h
272  gtkdialog.h
273  gtkdnd.h
274  gtkdragdest.h
275  gtkdragsource.h
276  gtkdrawingarea.h
277  gtkeditable.h
278  gtkentry.h
279  gtkentrybuffer.h
280  gtkentrycompletion.h
281  gtkenums.h
282  gtkeventbox.h
283  gtkeventcontroller.h
284  gtkeventcontrollerkey.h
285  gtkeventcontrollermotion.h
286  gtkeventcontrollerscroll.h
287  gtkexpander.h
288  gtkfilechooser.h
289  gtkfilechooserbutton.h
290  gtkfilechooserdialog.h
291  gtkfilechoosernative.h
292  gtkfilechooserwidget.h
293  gtkfilefilter.h
294  gtkfixed.h
295  gtkflowbox.h
296  gtkfontbutton.h
297  gtkfontchooser.h
298  gtkfontchooserdialog.h
299  gtkfontchooserwidget.h
300  gtkframe.h
301  gtkgesture.h
302  gtkgesturedrag.h
303  gtkgesturelongpress.h
304  gtkgesturemultipress.h
305  gtkgesturepan.h
306  gtkgesturerotate.h
307  gtkgesturesingle.h
308  gtkgesturestylus.h
309  gtkgestureswipe.h
310  gtkgesturezoom.h
311  gtkglarea.h
312  gtkgrid.h
313  gtkheaderbar.h
314  gtkicontheme.h
315  gtkiconview.h
316  gtkimage.h
317  gtkimcontext.h
318  gtkimcontextinfo.h
319  gtkimcontextsimple.h
320  gtkimmodule.h
321  gtkimmulticontext.h
322  gtkinfobar.h
323  gtkinvisible.h
324  gtklabel.h
325  gtklayout.h
326  gtklevelbar.h
327  gtklinkbutton.h
328  gtklistbox.h
329  gtkliststore.h
330  gtklockbutton.h
331  gtkmain.h
332  gtkmenu.h
333  gtkmenubar.h
334  gtkmenubutton.h
335  gtkmenuitem.h
336  gtkmenushell.h
337  gtkmenutoolbutton.h
338  gtkmessagedialog.h
339  gtkmodelbutton.h
340  gtkmodules.h
341  gtkmountoperation.h
342  gtknativedialog.h
343  gtknotebook.h
344  gtkoffscreenwindow.h
345  gtkorientable.h
346  gtkoverlay.h
347  gtkpadcontroller.h
348  gtkpagesetup.h
349  gtkpaned.h
350  gtkpapersize.h
351  gtkplacessidebar.h
352  gtkplug.h
353  gtkpopover.h
354  gtkpopovermenu.h
355  gtkprintcontext.h
356  gtkprintoperation.h
357  gtkprintoperationpreview.h
358  gtkprintsettings.h
359  gtkprogressbar.h
360  gtkradiobutton.h
361  gtkradiomenuitem.h
362  gtkradiotoolbutton.h
363  gtkrange.h
364  gtkrecentchooser.h
365  gtkrecentchooserdialog.h
366  gtkrecentchoosermenu.h
367  gtkrecentchooserwidget.h
368  gtkrecentfilter.h
369  gtkrecentmanager.h
370  gtkrender.h
371  gtkrevealer.h
372  gtkscale.h
373  gtkscalebutton.h
374  gtkscrollable.h
375  gtkscrollbar.h
376  gtkscrolledwindow.h
377  gtksearchbar.h
378  gtksearchentry.h
379  gtkselection.h
380  gtkseparator.h
381  gtkseparatormenuitem.h
382  gtkseparatortoolitem.h
383  gtksettings.h
384  gtkshortcutlabel.h
385  gtkshortcutsgroup.h
386  gtkshortcutssection.h
387  gtkshortcutsshortcut.h
388  gtkshortcutswindow.h
389  gtkshow.h
390  gtksizegroup.h
391  gtksizerequest.h
392  gtksocket.h
393  gtkspinbutton.h
394  gtkspinner.h
395  gtkstack.h
396  gtkstacksidebar.h
397  gtkstackswitcher.h
398  gtkstatusbar.h
399  gtkstylecontext.h
400  gtkstyleprovider.h
401  gtkswitch.h
402  gtktestutils.h
403  gtktextattributes.h
404  gtktextbuffer.h
405  gtktextbufferrichtext.h
406  gtktextchild.h
407  gtktextdisplay.h
408  gtktextiter.h
409  gtktextlayout.h
410  gtktextmark.h
411  gtktexttag.h
412  gtktexttagtable.h
413  gtktextview.h
414  gtktogglebutton.h
415  gtktoggletoolbutton.h
416  gtktoolbar.h
417  gtktoolbutton.h
418  gtktoolitem.h
419  gtktoolitemgroup.h
420  gtktoolpalette.h
421  gtktoolshell.h
422  gtktooltip.h
423  gtktreednd.h
424  gtktreemodel.h
425  gtktreemodelfilter.h
426  gtktreemodelsort.h
427  gtktreeselection.h
428  gtktreesortable.h
429  gtktreestore.h
430  gtktreeview.h
431  gtktreeviewcolumn.h
432  gtktypebuiltins.h
433  gtktypes.h
434  gtkversion.h
435  gtkviewport.h
436  gtkvolumebutton.h
437  gtkwidget.h
438  gtkwidgetpath.h
439  gtkwindow.h
440  gtkwindowgroup.h
441  gtkx-autocleanups.h
442  gtkx.h
443 include/gtk-3.0/gtk/a11y/
444  gtk-a11y-autocleanups.h
445  gtkarrowaccessible.h
446  gtkbooleancellaccessible.h
447  gtkbuttonaccessible.h
448  gtkcellaccessible.h
449  gtkcellaccessibleparent.h
450  gtkcheckmenuitemaccessible.h
451  gtkcomboboxaccessible.h
452  gtkcontaineraccessible.h
453  gtkcontainercellaccessible.h
454  gtkentryaccessible.h
455  gtkexpanderaccessible.h
456  gtkfilechooserwidgetaccessible.h
457  gtkflowboxaccessible.h
458  gtkflowboxchildaccessible.h
459  gtkframeaccessible.h
460  gtkheaderbaraccessible.h
461  gtkiconviewaccessible.h
462  gtkimageaccessible.h
463  gtkimagecellaccessible.h
464  gtklabelaccessible.h
465  gtklevelbaraccessible.h
466  gtklinkbuttonaccessible.h
467  gtklistboxaccessible.h
468  gtklistboxrowaccessible.h
469  gtklockbuttonaccessible.h
470  gtkmenuaccessible.h
471  gtkmenubuttonaccessible.h
472  gtkmenuitemaccessible.h
473  gtkmenushellaccessible.h
474  gtknotebookaccessible.h
475  gtknotebookpageaccessible.h
476  gtkpanedaccessible.h
477  gtkplugaccessible.h
478  gtkpopoveraccessible.h
479  gtkprogressbaraccessible.h
480  gtkradiobuttonaccessible.h
481  gtkradiomenuitemaccessible.h
482  gtkrangeaccessible.h
483  gtkrenderercellaccessible.h
484  gtkscaleaccessible.h
485  gtkscalebuttonaccessible.h
486  gtkscrolledwindowaccessible.h
487  gtksocketaccessible.h
488  gtkspinbuttonaccessible.h
489  gtkspinneraccessible.h
490  gtkstackaccessible.h
491  gtkstatusbaraccessible.h
492  gtkswitchaccessible.h
493  gtktextcellaccessible.h
494  gtktextviewaccessible.h
495  gtktogglebuttonaccessible.h
496  gtktoplevelaccessible.h
497  gtktreeviewaccessible.h
498  gtkwidgetaccessible.h
499  gtkwindowaccessible.h
500 include/gtk-3.0/gtk/deprecated/
501  gtkaction.h
502  gtkactiongroup.h
503  gtkactivatable.h
504  gtkalignment.h
505  gtkarrow.h
506  gtkcolorsel.h
507  gtkcolorseldialog.h
508  gtkfontsel.h
509  gtkgradient.h
510  gtkhandlebox.h
511  gtkhbbox.h
512  gtkhbox.h
513  gtkhpaned.h
514  gtkhscale.h
515  gtkhscrollbar.h
516  gtkhseparator.h
517  gtkhsv.h
518  gtkiconfactory.h
519  gtkimagemenuitem.h
520  gtkmisc.h
521  gtknumerableicon.h
522  gtkradioaction.h
523  gtkrc.h
524  gtkrecentaction.h
525  gtkstatusicon.h
526  gtkstock.h
527  gtkstyle.h
528  gtkstyleproperties.h
529  gtksymboliccolor.h
530  gtktable.h
531  gtktearoffmenuitem.h
532  gtkthemingengine.h
533  gtktoggleaction.h
534  gtkuimanager.h
535  gtkvbbox.h
536  gtkvbox.h
537  gtkvpaned.h
538  gtkvscale.h
539  gtkvscrollbar.h
540  gtkvseparator.h
541 include/gtk-3.0/unix-print/gtk/
542  gtkpagesetupunixdialog.h
543  gtkprinter.h
544  gtkprintjob.h
545  gtkprintunixdialog.h
546  gtkunixprint-autocleanups.h
547  gtkunixprint.h
548 lib/
549  libgailutil-3.so
550  libgailutil-3.so.0
551  libgailutil-3.so.0.0.0
552  libgdk-3.so
553  libgdk-3.so.%%LIBVERSION%%
554  libgdk-3.so.0
555  libgtk-3.so
556  libgtk-3.so.%%LIBVERSION%%
557  libgtk-3.so.0
558 lib/gtk-3.0/%%GTK_VERSION%%/immodules/
559  im-am-et.so
560  im-cedilla.so
561  im-cyrillic-translit.so
562  im-inuktitut.so
563  im-ipa.so
564  im-multipress.so
565  im-thai.so
566  im-ti-er.so
567  im-ti-et.so
568  im-viqr.so
569  im-xim.so
570 lib/gtk-3.0/%%GTK_VERSION%%/printbackends/
571  libprintbackend-file.so
572  libprintbackend-lpr.so
573 lib/pkgconfig/
574  gail-3.0.pc
575  gdk-3.0.pc
576  gdk-x11-3.0.pc
577  gtk+-3.0.pc
578  gtk+-unix-print-3.0.pc
579  gtk+-x11-3.0.pc
580 share/aclocal/gtk-3.0.m4
581 share/applications/
582  gtk3-demo.desktop
583  gtk3-icon-browser.desktop
584  gtk3-widget-factory.desktop
585 share/gettext/its/
586  gtkbuilder.its
587  gtkbuilder.loc
588 share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
589 share/gtk-3.0/gtkbuilder.rng
590 share/gtk-3.0/emoji/
591  de.gresource
592  es.gresource
593  fr.gresource
594  zh.gresource
595 share/gtk-3.0/valgrind/gtk.supp
596 share/icons/hicolor/16x16/apps/
597  gtk3-demo-symbolic.symbolic.png
598  gtk3-demo.png
599  gtk3-widget-factory-symbolic.symbolic.png
600  gtk3-widget-factory.png
601 share/icons/hicolor/22x22/apps/
602  gtk3-demo-symbolic.symbolic.png
603  gtk3-demo.png
604  gtk3-widget-factory-symbolic.symbolic.png
605  gtk3-widget-factory.png
606 share/icons/hicolor/24x24/apps/
607  gtk3-demo-symbolic.symbolic.png
608  gtk3-demo.png
609  gtk3-widget-factory-symbolic.symbolic.png
610  gtk3-widget-factory.png
611 share/icons/hicolor/256x256/apps/
612  gtk3-demo-symbolic.symbolic.png
613  gtk3-demo.png
614  gtk3-widget-factory-symbolic.symbolic.png
615  gtk3-widget-factory.png
616 share/icons/hicolor/32x32/apps/
617  gtk3-demo-symbolic.symbolic.png
618  gtk3-demo.png
619  gtk3-widget-factory-symbolic.symbolic.png
620  gtk3-widget-factory.png
621 share/icons/hicolor/48x48/apps/
622  gtk3-demo-symbolic.symbolic.png
623  gtk3-demo.png
624  gtk3-widget-factory-symbolic.symbolic.png
625  gtk3-widget-factory.png
626 share/themes/Default/gtk-3.0/gtk-keys.css
627 share/themes/Emacs/gtk-3.0/gtk-keys.css
628 @dir lib/gtk-3.0/%%GTK_VERSION%%/engines
629 @dir lib/gtk-3.0/%%GTK_VERSION%%/loaders
630 @dir lib/gtk-3.0/modules
631 @postexec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true
632 @rmtry lib/gtk-3.0/%%GTK_VERSION%%/immodules.cache
633
634
635 [FILE:7151:manifests/plist.nls]
636 share/locale/ab/LC_MESSAGES/
637  gtk30-properties.mo
638  gtk30.mo
639 share/locale/af/LC_MESSAGES/
640  gtk30-properties.mo
641  gtk30.mo
642 share/locale/am/LC_MESSAGES/
643  gtk30-properties.mo
644  gtk30.mo
645 share/locale/an/LC_MESSAGES/
646  gtk30-properties.mo
647  gtk30.mo
648 share/locale/ang/LC_MESSAGES/
649  gtk30-properties.mo
650  gtk30.mo
651 share/locale/ar/LC_MESSAGES/
652  gtk30-properties.mo
653  gtk30.mo
654 share/locale/as/LC_MESSAGES/
655  gtk30-properties.mo
656  gtk30.mo
657 share/locale/ast/LC_MESSAGES/
658  gtk30-properties.mo
659  gtk30.mo
660 share/locale/az/LC_MESSAGES/
661  gtk30-properties.mo
662  gtk30.mo
663 share/locale/az_IR/LC_MESSAGES/
664  gtk30-properties.mo
665  gtk30.mo
666 share/locale/be/LC_MESSAGES/
667  gtk30-properties.mo
668  gtk30.mo
669 share/locale/be@latin/LC_MESSAGES/
670  gtk30-properties.mo
671  gtk30.mo
672 share/locale/bg/LC_MESSAGES/
673  gtk30-properties.mo
674  gtk30.mo
675 share/locale/bn/LC_MESSAGES/
676  gtk30-properties.mo
677  gtk30.mo
678 share/locale/bn_IN/LC_MESSAGES/
679  gtk30-properties.mo
680  gtk30.mo
681 share/locale/br/LC_MESSAGES/
682  gtk30-properties.mo
683  gtk30.mo
684 share/locale/bs/LC_MESSAGES/
685  gtk30-properties.mo
686  gtk30.mo
687 share/locale/ca/LC_MESSAGES/
688  gtk30-properties.mo
689  gtk30.mo
690 share/locale/ca@valencia/LC_MESSAGES/
691  gtk30-properties.mo
692  gtk30.mo
693 share/locale/ckb/LC_MESSAGES/
694  gtk30-properties.mo
695  gtk30.mo
696 share/locale/crh/LC_MESSAGES/
697  gtk30-properties.mo
698  gtk30.mo
699 share/locale/cs/LC_MESSAGES/
700  gtk30-properties.mo
701  gtk30.mo
702 share/locale/cy/LC_MESSAGES/
703  gtk30-properties.mo
704  gtk30.mo
705 share/locale/da/LC_MESSAGES/
706  gtk30-properties.mo
707  gtk30.mo
708 share/locale/de/LC_MESSAGES/
709  gtk30-properties.mo
710  gtk30.mo
711 share/locale/dz/LC_MESSAGES/
712  gtk30-properties.mo
713  gtk30.mo
714 share/locale/el/LC_MESSAGES/
715  gtk30-properties.mo
716  gtk30.mo
717 share/locale/en/LC_MESSAGES/
718  gtk30-properties.mo
719  gtk30.mo
720 share/locale/en@shaw/LC_MESSAGES/
721  gtk30-properties.mo
722  gtk30.mo
723 share/locale/en_CA/LC_MESSAGES/
724  gtk30-properties.mo
725  gtk30.mo
726 share/locale/en_GB/LC_MESSAGES/
727  gtk30-properties.mo
728  gtk30.mo
729 share/locale/eo/LC_MESSAGES/
730  gtk30-properties.mo
731  gtk30.mo
732 share/locale/es/LC_MESSAGES/
733  gtk30-properties.mo
734  gtk30.mo
735 share/locale/et/LC_MESSAGES/
736  gtk30-properties.mo
737  gtk30.mo
738 share/locale/eu/LC_MESSAGES/
739  gtk30-properties.mo
740  gtk30.mo
741 share/locale/fa/LC_MESSAGES/
742  gtk30-properties.mo
743  gtk30.mo
744 share/locale/fi/LC_MESSAGES/
745  gtk30-properties.mo
746  gtk30.mo
747 share/locale/fr/LC_MESSAGES/
748  gtk30-properties.mo
749  gtk30.mo
750 share/locale/fur/LC_MESSAGES/
751  gtk30-properties.mo
752  gtk30.mo
753 share/locale/ga/LC_MESSAGES/
754  gtk30-properties.mo
755  gtk30.mo
756 share/locale/gd/LC_MESSAGES/
757  gtk30-properties.mo
758  gtk30.mo
759 share/locale/gl/LC_MESSAGES/
760  gtk30-properties.mo
761  gtk30.mo
762 share/locale/gu/LC_MESSAGES/
763  gtk30-properties.mo
764  gtk30.mo
765 share/locale/he/LC_MESSAGES/
766  gtk30-properties.mo
767  gtk30.mo
768 share/locale/hi/LC_MESSAGES/
769  gtk30-properties.mo
770  gtk30.mo
771 share/locale/hr/LC_MESSAGES/
772  gtk30-properties.mo
773  gtk30.mo
774 share/locale/hu/LC_MESSAGES/
775  gtk30-properties.mo
776  gtk30.mo
777 share/locale/hy/LC_MESSAGES/
778  gtk30-properties.mo
779  gtk30.mo
780 share/locale/ia/LC_MESSAGES/
781  gtk30-properties.mo
782  gtk30.mo
783 share/locale/id/LC_MESSAGES/
784  gtk30-properties.mo
785  gtk30.mo
786 share/locale/ie/LC_MESSAGES/
787  gtk30-properties.mo
788  gtk30.mo
789 share/locale/io/LC_MESSAGES/
790  gtk30-properties.mo
791  gtk30.mo
792 share/locale/is/LC_MESSAGES/
793  gtk30-properties.mo
794  gtk30.mo
795 share/locale/it/LC_MESSAGES/
796  gtk30-properties.mo
797  gtk30.mo
798 share/locale/ja/LC_MESSAGES/
799  gtk30-properties.mo
800  gtk30.mo
801 share/locale/ka/LC_MESSAGES/
802  gtk30-properties.mo
803  gtk30.mo
804 share/locale/kg/LC_MESSAGES/
805  gtk30-properties.mo
806  gtk30.mo
807 share/locale/kk/LC_MESSAGES/
808  gtk30-properties.mo
809  gtk30.mo
810 share/locale/km/LC_MESSAGES/
811  gtk30-properties.mo
812  gtk30.mo
813 share/locale/kn/LC_MESSAGES/
814  gtk30-properties.mo
815  gtk30.mo
816 share/locale/ko/LC_MESSAGES/
817  gtk30-properties.mo
818  gtk30.mo
819 share/locale/ku/LC_MESSAGES/
820  gtk30-properties.mo
821  gtk30.mo
822 share/locale/ky/LC_MESSAGES/
823  gtk30-properties.mo
824  gtk30.mo
825 share/locale/lg/LC_MESSAGES/
826  gtk30-properties.mo
827  gtk30.mo
828 share/locale/li/LC_MESSAGES/
829  gtk30-properties.mo
830  gtk30.mo
831 share/locale/lt/LC_MESSAGES/
832  gtk30-properties.mo
833  gtk30.mo
834 share/locale/lv/LC_MESSAGES/
835  gtk30-properties.mo
836  gtk30.mo
837 share/locale/mai/LC_MESSAGES/
838  gtk30-properties.mo
839  gtk30.mo
840 share/locale/mi/LC_MESSAGES/
841  gtk30-properties.mo
842  gtk30.mo
843 share/locale/mk/LC_MESSAGES/
844  gtk30-properties.mo
845  gtk30.mo
846 share/locale/ml/LC_MESSAGES/
847  gtk30-properties.mo
848  gtk30.mo
849 share/locale/mn/LC_MESSAGES/
850  gtk30-properties.mo
851  gtk30.mo
852 share/locale/mr/LC_MESSAGES/
853  gtk30-properties.mo
854  gtk30.mo
855 share/locale/ms/LC_MESSAGES/
856  gtk30-properties.mo
857  gtk30.mo
858 share/locale/my/LC_MESSAGES/
859  gtk30-properties.mo
860  gtk30.mo
861 share/locale/nb/LC_MESSAGES/
862  gtk30-properties.mo
863  gtk30.mo
864 share/locale/nds/LC_MESSAGES/
865  gtk30-properties.mo
866  gtk30.mo
867 share/locale/ne/LC_MESSAGES/
868  gtk30-properties.mo
869  gtk30.mo
870 share/locale/nl/LC_MESSAGES/
871  gtk30-properties.mo
872  gtk30.mo
873 share/locale/nn/LC_MESSAGES/
874  gtk30-properties.mo
875  gtk30.mo
876 share/locale/nso/LC_MESSAGES/
877  gtk30-properties.mo
878  gtk30.mo
879 share/locale/oc/LC_MESSAGES/
880  gtk30-properties.mo
881  gtk30.mo
882 share/locale/or/LC_MESSAGES/
883  gtk30-properties.mo
884  gtk30.mo
885 share/locale/pa/LC_MESSAGES/
886  gtk30-properties.mo
887  gtk30.mo
888 share/locale/pl/LC_MESSAGES/
889  gtk30-properties.mo
890  gtk30.mo
891 share/locale/ps/LC_MESSAGES/
892  gtk30-properties.mo
893  gtk30.mo
894 share/locale/pt/LC_MESSAGES/
895  gtk30-properties.mo
896  gtk30.mo
897 share/locale/pt_BR/LC_MESSAGES/
898  gtk30-properties.mo
899  gtk30.mo
900 share/locale/ro/LC_MESSAGES/
901  gtk30-properties.mo
902  gtk30.mo
903 share/locale/ru/LC_MESSAGES/
904  gtk30-properties.mo
905  gtk30.mo
906 share/locale/rw/LC_MESSAGES/
907  gtk30-properties.mo
908  gtk30.mo
909 share/locale/si/LC_MESSAGES/
910  gtk30-properties.mo
911  gtk30.mo
912 share/locale/sk/LC_MESSAGES/
913  gtk30-properties.mo
914  gtk30.mo
915 share/locale/sl/LC_MESSAGES/
916  gtk30-properties.mo
917  gtk30.mo
918 share/locale/sq/LC_MESSAGES/
919  gtk30-properties.mo
920  gtk30.mo
921 share/locale/sr/LC_MESSAGES/
922  gtk30-properties.mo
923  gtk30.mo
924 share/locale/sr@ije/LC_MESSAGES/
925  gtk30-properties.mo
926  gtk30.mo
927 share/locale/sr@latin/LC_MESSAGES/
928  gtk30-properties.mo
929  gtk30.mo
930 share/locale/sv/LC_MESSAGES/
931  gtk30-properties.mo
932  gtk30.mo
933 share/locale/ta/LC_MESSAGES/
934  gtk30-properties.mo
935  gtk30.mo
936 share/locale/te/LC_MESSAGES/
937  gtk30-properties.mo
938  gtk30.mo
939 share/locale/tg/LC_MESSAGES/
940  gtk30-properties.mo
941  gtk30.mo
942 share/locale/th/LC_MESSAGES/
943  gtk30-properties.mo
944  gtk30.mo
945 share/locale/tk/LC_MESSAGES/
946  gtk30-properties.mo
947  gtk30.mo
948 share/locale/tr/LC_MESSAGES/
949  gtk30-properties.mo
950  gtk30.mo
951 share/locale/tt/LC_MESSAGES/
952  gtk30-properties.mo
953  gtk30.mo
954 share/locale/ug/LC_MESSAGES/
955  gtk30-properties.mo
956  gtk30.mo
957 share/locale/uk/LC_MESSAGES/
958  gtk30-properties.mo
959  gtk30.mo
960 share/locale/ur/LC_MESSAGES/
961  gtk30-properties.mo
962  gtk30.mo
963 share/locale/uz/LC_MESSAGES/
964  gtk30-properties.mo
965  gtk30.mo
966 share/locale/uz@cyrillic/LC_MESSAGES/
967  gtk30-properties.mo
968  gtk30.mo
969 share/locale/vi/LC_MESSAGES/
970  gtk30-properties.mo
971  gtk30.mo
972 share/locale/wa/LC_MESSAGES/
973  gtk30-properties.mo
974  gtk30.mo
975 share/locale/xh/LC_MESSAGES/
976  gtk30-properties.mo
977  gtk30.mo
978 share/locale/yi/LC_MESSAGES/
979  gtk30-properties.mo
980  gtk30.mo
981 share/locale/zh_CN/LC_MESSAGES/
982  gtk30-properties.mo
983  gtk30.mo
984 share/locale/zh_HK/LC_MESSAGES/
985  gtk30-properties.mo
986  gtk30.mo
987 share/locale/zh_TW/LC_MESSAGES/
988  gtk30-properties.mo
989  gtk30.mo
990
991
992 [FILE:26:manifests/plist.icon_cache]
993 bin/gtk-update-icon-cache
994
995
996 [FILE:500:patches/patch-gtk_a11y_gtkaccessibility.c]
997 --- gtk/a11y/gtkaccessibility.c.orig    2022-12-22 14:01:18 UTC
998 +++ gtk/a11y/gtkaccessibility.c
999 @@ -37,7 +37,7 @@
1000  #include <gtk/gtktogglebutton.h>
1001  #include <gtk/gtkaccessible.h>
1002  
1003 -#ifdef GDK_WINDOWING_X11
1004 +#ifdef HAVE_ATK_BRIDGE
1005  #include <atk-bridge.h>
1006  #endif
1007  
1008 @@ -988,7 +988,7 @@ _gtk_accessibility_init (void)
1009    _gtk_accessibility_override_atk_util ();
1010    do_window_event_initialization ();
1011  
1012 -#ifdef GDK_WINDOWING_X11
1013 +#ifdef HAVE_ATK_BRIDGE
1014    atk_bridge_adaptor_init (NULL, NULL);
1015  #endif
1016  
1017
1018
1019 [FILE:579:patches/patch-gtk_gtkbuilderparser.c]
1020 --- gtk/gtkbuilderparser.c.orig 2022-12-22 14:01:18 UTC
1021 +++ gtk/gtkbuilderparser.c
1022 @@ -1149,7 +1149,7 @@ end_element (GMarkupParseContext  *conte
1023  /* Called for character data */
1024  /* text is not nul-terminated */
1025  static void
1026 -text (GMarkupParseContext  *context,
1027 +XXXtext (GMarkupParseContext  *context,
1028        const gchar          *text,
1029        gsize                 text_len,
1030        gpointer              user_data,
1031 @@ -1207,7 +1207,7 @@ free_info (CommonInfo *info)
1032  static const GMarkupParser parser = {
1033    start_element,
1034    end_element,
1035 -  text,
1036 +  XXXtext,
1037    NULL,
1038  };
1039  
1040
1041
1042 [FILE:318:patches/patch-gtk_updateiconcache.c]
1043 --- gtk/updateiconcache.c.orig  2022-12-22 14:01:18 UTC
1044 +++ gtk/updateiconcache.c
1045 @@ -1556,7 +1556,7 @@ opentmp:
1046    if (!validate_file (tmp_cache_path))
1047      {
1048        g_printerr (_("The generated cache was invalid.\n"));
1049 -      /*g_unlink (tmp_cache_path);*/
1050 +      g_unlink (tmp_cache_path);
1051        exit (1);
1052      }
1053  
1054
1055
1056 [FILE:1647:patches/patch-tests_gtkgears.c]
1057 $NetBSD: patch-tests_gtkgears.c,v 1.1 2023/01/02 12:04:53 adam Exp $
1058
1059 sincos() is problematic, because it is built-in GCC, gets detected by meson,
1060 but then making docs fails.
1061
1062 --- tests/gtkgears.c.orig       2022-12-22 14:01:18 UTC
1063 +++ tests/gtkgears.c
1064 @@ -48,14 +48,12 @@
1065  #define VERTICES_PER_TOOTH 34
1066  #define GEAR_VERTEX_STRIDE 6
1067  
1068 -#ifndef HAVE_SINCOS
1069  static void
1070 -sincos (double x, double *_sin, double *_cos)
1071 +my_sincos (double x, double *_sin, double *_cos)
1072  {
1073    *_sin = sin (x);
1074    *_cos = cos (x);
1075  }
1076 -#endif
1077  
1078  /**
1079   * Struct describing the vertices in triangle strip
1080 @@ -306,11 +304,11 @@ create_gear (GLfloat inner_radius,
1081      struct point p[7];
1082  
1083      /* Calculate needed sin/cos for varius angles */
1084 -    sincos(i * 2.0 * G_PI / teeth + da * 0, &s[0], &c[0]);
1085 -    sincos(i * 2.0 * M_PI / teeth + da * 1, &s[1], &c[1]);
1086 -    sincos(i * 2.0 * M_PI / teeth + da * 2, &s[2], &c[2]);
1087 -    sincos(i * 2.0 * M_PI / teeth + da * 3, &s[3], &c[3]);
1088 -    sincos(i * 2.0 * M_PI / teeth + da * 4, &s[4], &c[4]);
1089 +    my_sincos(i * 2.0 * G_PI / teeth + da * 0, &s[0], &c[0]);
1090 +    my_sincos(i * 2.0 * M_PI / teeth + da * 1, &s[1], &c[1]);
1091 +    my_sincos(i * 2.0 * M_PI / teeth + da * 2, &s[2], &c[2]);
1092 +    my_sincos(i * 2.0 * M_PI / teeth + da * 3, &s[3], &c[3]);
1093 +    my_sincos(i * 2.0 * M_PI / teeth + da * 4, &s[4], &c[4]);
1094  
1095      GEAR_POINT(p[0], r2, 1);
1096      GEAR_POINT(p[1], r2, 2);
1097 @@ -519,7 +517,7 @@ void perspective(GLfloat *m, GLfloat fov
1098     identity(tmp);
1099  
1100     deltaZ = zFar - zNear;
1101 -   sincos(radians, &sine, &cosine);
1102 +   my_sincos(radians, &sine, &cosine);
1103  
1104     if ((deltaZ == 0) || (sine == 0) || (aspect == 0))
1105        return;
1106