-
Hi, I want to package your stuff for debian eventually. A few questions regarding that:
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 8 replies
-
Hello,
The main obstacle may be the Debian version. I remember getting in trouble while building the golang stuff (gotk3 library) on some older version. I know little to none on Debian, but will try to be of help, if needed. |
Beta Was this translation helpful? Give feedback.
-
All new packages in debian are built in unstable first, that means with the latest dependencies available. What I ment above are the control fields for package relations. This means e.g. nwg-panel would |
Beta Was this translation helpful? Give feedback.
-
Well, nwg-icon-picker is a small tool, but it's an nwg-panel dependency. If you click the icon picker icon in the panel settings, it will try to use the If it comes to nwg-menu, if installed, it be may be used by the panel as the MenuStart plugin: Otherwise the "Menu Start" item will remain inactive. Dependencies for nwg-panel look like this:
|
Beta Was this translation helpful? Give feedback.
-
Ok, got it. Seems like I need to package icon picker first, then panel, and then menu. I'll write again once tge packaging is done. |
Beta Was this translation helpful? Give feedback.
-
The menu is not really necessary to run the panel, but will be a good test for building gotk3-based golang code. |
Beta Was this translation helpful? Give feedback.
-
Quick question about the icon-picker: Is it GPL-licensed? If so, could you maybe add a license file to it? |
Beta Was this translation helpful? Give feedback.
-
I think I figured out all the dependencies (correct me if I'm wrong): Standalone stuff: Correct me if I'm wrong. |
Beta Was this translation helpful? Give feedback.
Well, nwg-icon-picker is a small tool, but it's an nwg-panel dependency. If you click the icon picker icon in the panel settings, it will try to use the
nwg-icon-picker
external command.If it comes to nwg-menu, if installed, it be may be used by the panel as the MenuStart plugin:
Otherwise the "Menu Start" item will remain inactive.
Dependencies for nwg-panel look like this: