maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   makefile.am (https://talk.maemo.org/showthread.php?t=78112)

electroaudio 2011-09-29 20:37

makefile.am
 
What does these lines mean, and how do i add more contents, like pictures, to the maemo.org autobuilder for inclusion in the final deb?

homeapplet_desktopdir=/usr/share/applications/hildon-home
homeapplet_desktop_DATA=some-applet.desktop

EXTRA_DIST=$(homeapplet_desktop_DATA)

nicolai 2011-09-29 22:16

Re: makefile.am
 
if you want to put your applications icon in the directory
/usr/share/pixmaps/myapp:

pixmapsdir=/usr/share/pixmaps/myapp
pixmaps_DATA = icon1.png icon2.png icon3.png


homeapplet_desktopdir=/usr/share/applications/hildon-home
homeapplet_desktop_DATA=some-applet.desktop

EXTRA_DIST=$(homeapplet_desktop_DATA) $(pixmaps_DATA)

electroaudio 2011-09-29 22:20

Re: makefile.am
 
Thanks! :)


All times are GMT. The time now is 06:46.

vBulletin® Version 3.8.8