Search Criteria
Package Details: entityx-git 1.2.0.r0.ga7535d8-3
Git Clone URL: | https://aur.archlinux.org/entityx-git.git (read-only, click to copy) |
---|---|
Package Base: | entityx-git |
Description: | A fast, type-safe C++ Entity-Component system |
Upstream URL: | https://github.com/alecthomas/entityx |
Licenses: | |
Conflicts: | |
Submitter: | None |
Maintainer: | Xentec |
Last Packager: | Xentec |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2013-12-26 19:08 |
Last Updated: | 2015-08-14 05:34 |
Dependencies (3)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
Scimmia commented on 2013-12-26 20:08
Yeah, that proto just needs removed. That's the plan, but there hasn't been a release of the abs package (where that proto comes from) since the changes in makepkg happened last April.
Anonymous comment on 2013-12-26 20:03
Thanks for all the help Scimmia, let me know if there's anything amiss with the latest version.
I guess I didn't understand that makepkg manages an unextracted copy (or in this case just un-built copy) of sources in a seperate directory.
If letting makepkg manage git sources is the new way of doing things is there a chance the PKGBUILD-git.proto could be modified in future releases? If so where/who would I make the suggestion?
Thanks again, Scimmia.
Anonymous comment on 2013-12-26 20:02
Thanks for all the help Scimmia, let me know if there's anything amiss with the latest version.
I guess I didn't understand that makepkg managed unextracted (or in this case just un-built) sources in a seperate directory.
If letting makepkg manage git sources is the new way of doing things is there a chance the PKGBUILD-git.proto could be modified in future releases? If so where/who would I make the suggestion?
Thanks again, Scimmia.
Scimmia commented on 2013-12-26 19:47
You can also get rid of everything using _gitname-build. makepkg keeps it's clean copy of the source in $SRCDEST then clones it into $srcdir, so you're free to just build in that copy.
Anonymous comment on 2013-12-26 19:44
Thanks Scimmia, this is my first package and I accidentally combined the styles in the current PKGBUILD-git.proto (clone manually) and some popular -git PKGBUILDS (source array). I've uploaded a fixed version, let me know if anything else is incorrect.
Scimmia commented on 2013-12-26 19:31
You've combined new and old formats. You either put the git URL in the source array OR do the clone manually in the build function, not both. The URL in the source array is the new way of doing things.