GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
28 stars 21 forks source link

Quick Reorganization #1

Closed harry-cpp closed 7 years ago

harry-cpp commented 7 years ago

Few minor files got axed, mostly just moved stuff to "Source" folder (yes, I know "src" sounds nice, but I always feel dirty naming folders with lowercase for c# repos...).

https://github.com/cra0zy/gtk-sharp/tree/reorg to see how it looks.

thiblahute commented 7 years ago

Not sure what happened but it looks like you removed some required files, at least:

Fixed those here:

https://github.com/thiblahute/gtk-sharp-1/commit/7e1463f866efdb7aa5cd2764635e5f78288d09ed

harry-cpp commented 7 years ago

I did remove the nuget one, but not the xml ones.

harry-cpp commented 7 years ago

(nuget files we currently posses are useless)

harry-cpp commented 7 years ago

@thiblahute .gitignore removed some files, need to manually add them.

thiblahute commented 7 years ago

(nuget files we currently posses are useless)

The nugget.py one is mine and is very straight forward to generate several nuggets.

harry-cpp commented 7 years ago

The nugget.py one is mine and is very straight forward to generate several nuggets.

We will not be using it.... we need separate nugets and I'll write them and connect them using CAKE once I have time.

thiblahute commented 7 years ago

We need a meson.build in the main folder so it can be used as subproject.

harry-cpp commented 7 years ago

We need a meson.build in the main folder so it can be used as subproject.

I would have moved it to the main folder, but than some paths in meson files would need to be fixed... can you merge this and submit a PR which moves meson.build to the main folder?