Search Criteria
Package Details: sevensquare-git 1.3.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sevensquare-git.git (read-only, click to copy) |
---|---|
Package Base: | sevensquare-git |
Description: | Android screencast wroted in QT |
Upstream URL: | https://github.com/yangh/sevensquare/ |
Licenses: | GPL2 |
Submitter: | esauvisky |
Maintainer: | esauvisky |
Last Packager: | esauvisky |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-20 15:03 (UTC) |
Last Updated: | 2018-02-20 15:03 (UTC) |
Dependencies (3)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR)
- qt4AUR
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
enihcam commented on 2018-10-27 07:20 (UTC)
sevensquare now supports qt5.
leuko commented on 2018-07-08 03:32 (UTC)
I can confirm @maksverver. My solution after the error:
make[1]: *** No targets specified and no makefile found. Stop
was:
cd /tmp/yaourt-tmp-user/aur-sevensquare-git makepkg -si
maksverver commented on 2018-05-13 14:01 (UTC)
The Makefile for this package contains some targets which do not declare their dependencies properly, which may cause the build to fail when you use parallel make (e.g. by declaring MAKEFLAGS="-j4" in /etc/makepkg.conf).
As a workaround, run makepkg a few times until it succeeds, or add options=('!makeflags') to the PKGBUILD to disable custom MAKEFLAGS for this package.