Search Criteria
Package Details: moksha-module-calendar-git ece5d09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/moksha-modules-extra-git.git (read-only, click to copy) |
---|---|
Package Base: | moksha-modules-extra-git |
Description: | Moskha calendar module built from git sources |
Upstream URL: | http://mokshadesktop.org |
Keywords: | moksha moksha-module |
Licenses: | BSD |
Submitter: | fusion809 |
Maintainer: | plasma |
Last Packager: | plasma |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-22 15:36 (UTC) |
Last Updated: | 2024-05-27 18:57 (UTC) |
Dependencies (4)
- json-c (json-c-gitAUR)
- moksha (moksha-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- moksha-module-emprint-gitAUR (make)
Latest Comments
1 2 Next › Last »
plasma commented on 2024-05-27 19:20 (UTC)
fixed
MarsSeed commented on 2023-11-30 18:16 (UTC)
I have revoked my deletion request. But please kindly fix this package, otherwise I might have to submit a new one later.
MarsSeed commented on 2023-11-22 15:07 (UTC)
@plasma, are you planning to fix this package and its dependency with unavailable source?
There is a pending deletion request for this, coming up for evaluation soon - possibly within the next 7-10 days.
M3gts58 commented on 2017-12-12 15:57 (UTC)
You are right, sorry. I thought yaourt would detect the missing dependencies and install them, but I guess it didn't do that for me and because of that I forgot to check if I can find these dependencies seperated in the AUR xD
fusion809 commented on 2017-12-11 22:19 (UTC) (edited on 2017-12-11 22:29 (UTC) by fusion809)
Those packages all exist here in the AUR? https://aur.archlinux.org/packages/moksha-module-net-git, https://aur.archlinux.org/packages/moksha-module-mem-git, https://aur.archlinux.org/packages/moksha-module-diskio-git. If there's something wrong with them feel free to report said problem in their comments.
M3gts58 commented on 2017-12-11 20:54 (UTC)
thx you fixed the major problem, but there are still dependencies mentioned at the end of the pkguild without a function for building them from your github page. So the following warning is caused when using yaourt:
warning: cannot resolve "moksha-module-diskio-git", a dependency of "moksha-modu les-extra-git" warning: cannot resolve "moksha-module-mem-git", a dependency of "moksha-modules -extra-git" warning: cannot resolve "moksha-module-net-git", a dependency of "moksha-modules -extra-git" :: The following package cannot be upgraded due to unresolvable dependencies: moksha-modules-extra-git
So it would be awesome if you would add functions for these modules as well.
fusion809 commented on 2017-12-11 14:52 (UTC)
Oops sorry it seems like I had a commit that should fix this that I hadn't pushed
M3gts58 commented on 2017-12-11 14:45 (UTC) (edited on 2017-12-11 14:47 (UTC) by M3gts58)
The pkgbuild seems to be broken. There still exists the error Tiedemann reported. I was able to solve it by changing /cpu in this section to /calendar, but there are still missing functions for makepkg to resolve the dependencies mentioned at the end of the pkgbuild.
package_moksha-module-calendar-git() { pkgdesc="Moskha calendar module built from git sources"
cd "${srcdir}/${_pkgname}/cpu" <br> msg2 "Installing cpu" make DESTDIR="${pkgdir}" install
install text files
[[ -e ChangeLog ]] && install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname%-}/ChangeLog" || true [[ -e NEWS ]] && install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname%-}/NEWS" || true [[ -e README ]] && install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname%-*}/README" || true
install license files
[[ -e AUTHORS ]] && install -Dm644 AUTHORS "${pkgdir}/usr/share/licenses/$pkgname/AUTHORS" || true [[ -e COPYING ]] && install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/COPYING" || true [[ -e COPYING-PLAIN ]] && install -Dm644 COPYING-PLAIN "${pkgdir}/usr/share/licenses/$pkgname/COPYING-PLAIN" || true }
fusion809 commented on 2017-09-18 06:29 (UTC)
FabioLolix commented on 2017-09-17 23:21 (UTC)
1 2 Next › Last »