gee: done
Search Criteria
Package Details: hakuneko-hg r130.8cbdacc157d7-1
Package Actions
| Package Base: | hakuneko-hg |
|---|---|
| Description: | A Manga Downloader for Linux |
| Upstream URL: | http://sourceforge.net/p/hakuneko |
| Category: | multimedia |
| Licenses: | |
| Submitter: | kozec |
| Maintainer: | None |
| Last Packager: | kozec |
| Votes: | 3 |
| First Submitted: | 2014-01-01 02:35 |
| Last Updated: | 2014-12-06 14:40 |
Required by (0)
Sources
Latest Comments
Comment by kozec
Comment by gee
Hello,
would it make sense to add mercurial to the makedep?
I know hg is in the game, but it feels more straight forward.
Thanks!
Comment by kozec
Fixed according to JSpaces's post.
Comment by JSpaces
This package will compile and run if you change the depends to wxgtk2.8 and add the following line to PKGBUILD before configure line.
sed -i 's/wx-config/wx-config-2.8/g' config_default.sh
Also recommend deleting the following line as well since it is not required by GNU Linux.
install -Dm644 "$srcdir"/code/res/app.ico "$pkgdir"/usr/share/pixmaps/hakuneko.ico
Comment by kiz
src/app.cpp: In member function ‘virtual int MangaDownloaderApp::OnRun()’:
src/app.cpp:20:43: error: no matching function for call to ‘wxString::wxString(wxString, wxMBConvStrictUTF8&)’
parameter = wxString(argv[i], wxConvUTF8);
^