Initial inclusion of GtkD
Fixes T2402
Differential D1534
Initial commit of GtkD Authored by • tristan957 on Dec 3 2017, 2:56 AM. Tags None Referenced Files
Subscribers
Details
Initial inclusion of GtkD Fixes T2402 Ran a simple GtkD program
Diff Detail
Event Timeline
Comment Actions I will change that later today. I felt like I saw it written that way but doesn't matter. Comment Actions Outdated, latest release is 3.7.3 You might find this spec file from opensuse useful If tilix can be built with this as a local dependency for testing that would be great (dub add-local GtkD-3.7.3 & pkgconfig(gtkd-3)) That's quite a lot there so give us a shout if you need a hand with anything :) Comment Actions Something I am noticing on the opensuse build file is the dcflags: DCFLAGS='-O -release -inline -boundscheck=off -w -g'. Should we do something similar with the common flags? Comment Actions @joebonrichie how can I split the packages into things like libvted-devel, libgstreamerd-devel, etc.? Still not really clear on that Comment Actions @tristan957 i would say look at vala's package.yml - the ^vala pattern means the resulting package will be called vala. If you exclude the ^ symbol e.g. docs the resulting package will be called vala-docs. Comment Actions So still getting just the single devel package, but I am not getting .so and .a files. Is this still wrong? Also libsplit = no doesn't seem to be helping Comment Actions Try replacing shared with shared-gstreamer shared-gtkd shared-gtkdgl shared-peas shared-sv shared-vte Comment Actions So in the future I might split this package into gtkd, gtkd-vte and so on but for now let's just have a working package. | ||||||||||||||||||||||||||||||||||||||||