Search Criteria
Package Details: lunar-date 2.9.3-4
Git Clone URL: | https://aur.archlinux.org/lunar-date.git (read-only, click to copy) |
---|---|
Package Base: | lunar-date |
Description: | Chinese lunar date library. |
Upstream URL: | https://github.com/yetist/lunar-date |
Licenses: | |
Submitter: | zlsun |
Maintainer: | chaozhi_l |
Last Packager: | chaozhi_l |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-21 07:31 |
Last Updated: | 2021-02-09 05:52 |
Dependencies (6)
- glib2>=2.12 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
Latest Comments
chaozhi_l commented on 2021-02-09 05:56
@Universebenzene Thank you for your opinion. Would you like to co-maintain this package?
Universebenzene commented on 2021-02-09 05:47
vala
should be inmakedepends
. Or it will giveERROR: Program 'vapigen' not found
roachsinai commented on 2018-05-29 17:30
It failed cause I didn't install
pkg-config
. @天苯 thanks!roachsinai commented on 2018-05-28 05:46
安装的时候遇到一个错误:
Universebenzene commented on 2016-12-20 00:55
@zlsun It works, thanks. So the dependencies may need to be updated.
zlsun commented on 2016-12-19 14:27
@Universebenzene
I figure out what's wrong, `gobject-introspection` is missing in the dependencies, `pacman -S gobject-introspection` should fix the issue. Please try and let me know if it works.
Universebenzene commented on 2016-12-19 13:51
@zlsun full output here:
http://paste.ubuntu.org.cn/4223733
zlsun commented on 2016-12-18 16:32
@Universebenzene, please try following steps:
1. wget https://github.com/yetist/lunar-date/archive/v2.4.2.tar.gz
2. tar xvf v2.4.2.tar.gz && cd lunar-date-2.4.2
3. ./autogen.sh
If any error occurred, send me the full output and the file named 'configure' if it exists.
Universebenzene commented on 2016-12-13 08:33
An error occurred in build() part:
./configure: line 13541: syntax error near unexpected token `0.6.7'
./configure: line 13541: `GOBJECT_INTROSPECTION_CHECK(0.6.7)'
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build lunar-date.
Any ideas?