View Single Post
Posts: 353 | Thanked: 263 times | Joined on Dec 2009 @ Finland
#28
Hmmm...that's interesting. I think the icon problem can be solved by adding a few lines to debian/rules (make sure it goes in right place):

Code:
    # Add here commands to install the package into debian/your_appname
        
    #icons
	mkdir -p $(CURDIR)/debian/$(APPNAME)/usr/share/icons/hicolor/26x26
	cp ./src/data/26x26/fsudoku.png $(CURDIR)/debian/$(APPNAME)/usr/share/icons/hicolor/26x26/fsudoku.png
	# add similar lines for 48x48 and 64x64

	cd builddir && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/$(APPNAME) install
I'm not sure if that's the best way to fix it but this is how I have done it in my projects.

But I have no idea why the app itself doesn't get installed. Weird, I must say.
__________________
My Maemo5 projects:
mSpede - Speed testing game | Them Bloody Ducks - 2D duck hunting game | Maetronome - A simple metronome app | CuteMPC - MPD client