Search Criteria
Package Details: haroopad 0.13.1-6
Git Clone URL: | https://aur.archlinux.org/haroopad.git (read-only, click to copy) |
---|---|
Package Base: | haroopad |
Description: | A markdown enabled document processor |
Upstream URL: | http://pad.haroopress.com/ |
Licenses: | |
Submitter: | Muhaha |
Maintainer: | None |
Last Packager: | Muhaha |
Votes: | 41 |
Popularity: | 0.001744 |
First Submitted: | 2015-08-17 17:26 |
Last Updated: | 2016-02-13 10:24 |
Dependencies (8)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- desktop-file-utils (desktop-file-utils-git)
- gconf (gconf-gtk2)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- nss (nss-hg)
- python (python-dbg)
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
Latest Comments
1 2 Next › Last »
Munto commented on 2017-04-15 01:52
Hello,
I had the same error message as neitsab after installing haroopad.
Here is a workaround:
https://github.com/rhiokim/haroopad/issues/489#issuecomment-96219922
Muhaha commented on 2016-03-08 03:57
@kozaki thx for notifying about the new update, but I will not update the script before it is a official release.
kozaki commented on 2016-03-07 21:43
PKGBUILD for Haroopad v0.13.2 with better support for older integrated Intel GPUs (v0.13.1 doesn't run on my GMA3150 box, new one does).
Source and original Haroopad notice:
https://github.com/rhiokim/haroopad/issues/569#issuecomment-192540113
Your PKGBUILD edited:
https://github.com/tukoz/PKGBUILDs/tree/master/haroopad
Muhaha commented on 2016-02-13 10:29
Thx @trio, I have updated PKGBUILD
tcarrio commented on 2016-02-08 17:53
Error in building and installing package
==> ERROR: changelog should not be an array
==> ERROR: Makepkg was unable to build haroopad.
This is due to the changelog var in PKGBUILD being set as
changelog=('changelog')
Fix to the following:
changelog='changelog'
Muhaha commented on 2015-09-29 20:55
Thx @cnodell, libnotify is added as a dependency.
cnodell commented on 2015-09-29 09:41
After installing haroopad, it was unable to run because of an unmet dependency:
/usr/share/haroopad/haroopad: error while loading shared libraries: libnotify.so.4: cannot open shared object file: No such file or directory
After installing libnotify, I was able to start haroopad.
Muhaha commented on 2015-09-14 19:36
Thx @wicast, nodejs is removed as a dependency.
wicast commented on 2015-09-13 16:07
The nodejs package shouldn't add as a dependency,it should be considered as a make dependency.Haroopad using node-webkit for its runtime which has no relationship with nodejs.
Since it a deb package,the nodejs package is unnecessary.
wicast commented on 2015-09-13 16:02
The nodejs package shouldn't add as a dependency,it should be considered as a make dependency.Haroopad using node-webkit for its runtime which has no relationship with nodejs.