Search Criteria
Package Details: cutentr-git 0.3.1.r14.ge6c92e7-1
Git Clone URL: | https://aur.archlinux.org/cutentr-git.git (read-only, click to copy) |
---|---|
Package Base: | cutentr-git |
Description: | POC Qt 3DS streaming client for NTR CFW |
Upstream URL: | https://gitlab.com/BoltsJ/cuteNTR |
Licenses: | |
Submitter: | phijor |
Maintainer: | phijor |
Last Packager: | phijor |
Votes: | 5 |
Popularity: | 0.000172 |
First Submitted: | 2017-01-26 10:17 |
Last Updated: | 2017-03-16 12:03 |
Dependencies (3)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- git (git-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
Bolts commented on 2017-01-27 20:51
I'm not aware of any specific Qt guidelines, but the wiki could use an update for the INSTALL_ROOT thing on qmake. The page for reference: https://wiki.archlinux.org/index.php/Creating_packages#package.28.29
I'd submit the update myself, but I don't have a wiki account and don't use Arch anymore.
phijor commented on 2017-01-27 19:18
Thank you @Bolt for noticing. I never packaged Qt-applications before, so I was bound to miss something. Are there any Arch-specific guidelines for packaging Qt-apps?
I'll also fix the desktop-file.
Bolts commented on 2017-01-27 17:43
Thanks for packaging this.
You should use qmake PREFIX=/usr and make INSTALL_ROOT=${pkgdir} install to ensure all files get installed to their correct places. The latest git master moves the desktop file, so the install target on that will fail.