This is a recent idea change for Gscreen, so if you think my plan seems lacking 
...

I want to add a folder for Gscreen's skins (such as Gmoccapy)
so users don't have to copy files to their configs.

I did this in share/gscreen/skins/
inside of that is the skin's name such as gmoccapy/ gaxis/ etc
inside of that are files such as image, python, and locale files.

in the src/make file there is a line as such for adding gscreens image files:

    $(FILE) ../share/gscreen/images/*.gif $(DESTDIR)$(datadir)/gscreen/images

I assume I need a line as such:

    $(FILE) ../share/gscreen/skins/*.* $(DESTDIR)$(datadir)/gscreen/skins

Will this copy all directories and files down the hierarchy or do I need to add
each folder separately eg  gmoccapy/icons/*.png gmoccapy/locale/gmoccapy.po

Is there a different strategy I should be using for where the files should be?



Then packaging:
I recently added some code to debian/linuxcncfiles.in to copy these (above) 
files.

usr/share/gscreen/skins/*/*/*

maybe that's too general?

I seem to remember somewhere instructions to produce a deb of say master
so I could check what would be installed and where but i don't remember where 
the instructions
are ..... If I'm not imagining this, maybe we could add them to the developer 
manual?

Thank you for any help.
Chris M
                                          
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to