Package Details: hakuneko-hg r130.8cbdacc157d7-1

Package Base: hakuneko-hg
Description: A Manga Downloader for Linux
Upstream URL: http://sourceforge.net/p/hakuneko
Category: multimedia
Licenses: MIT
Submitter: kozec
Maintainer: None
Last Packager: kozec
Votes: 3
First Submitted: 2014-01-01 02:35
Last Updated: 2014-12-06 14:40

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by kozec

2014-12-06 14:40

gee: done

Comment by gee

2014-11-27 03:18

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

2014-07-15 17:23

Fixed according to JSpaces's post.

Comment by JSpaces

2014-07-12 23:16

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

2014-03-03 00:58

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);
^