Search Criteria
Package Details: nyrna 2.24.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nyrna.git (read-only, click to copy) |
---|---|
Package Base: | nyrna |
Description: | Suspend games and applications at any time and resume whenever you wish |
Upstream URL: | https://github.com/Merrit/nyrna |
Licenses: | GPL3 |
Submitter: | Merritt |
Maintainer: | Merritt (D3SOX) |
Last Packager: | D3SOX |
Votes: | 7 |
Popularity: | 0.000136 |
First Submitted: | 2020-06-26 22:12 (UTC) |
Last Updated: | 2024-10-17 07:19 (UTC) |
Dependencies (13)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libappindicator-gtk3
- libkeybinder3
- util-linux (busybox-coreutilsAUR, util-linux-aesAUR, util-linux-selinuxAUR)
- wmctrl
- xdotool (xdotool-gitAUR)
- xz (xz-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Required by (2)
- steamtinkerlaunch (optional)
- steamtinkerlaunch-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
MithicSpirit commented on 2022-08-20 19:16 (UTC)
Because
flutter
is a git source, it is necessary to addgit
tomakedepends
(otherwise there's no way to clone it).Radeox commented on 2022-08-20 14:26 (UTC)
@MithicSpirit I followed your advice and added flutter as a source and it's working. Thank you for the tip :D
MithicSpirit commented on 2022-08-16 23:24 (UTC)
Currently fails to build due to missing dependency
libappindicator-gtk3
. I believe this to be both a build-time dependency and runtime dependency, so it should just be added todepends
.Also, there is a fix for the building in chroot issue I had earlier which does not cause any issues for regular users, which is to add flutter to the sources. IMO this is also better for regular users (not building in chroot) since it doesn't require cleaning up the changes made to the flutter install and doesn't require installing flutter and adding their user to the group for those that don't already use flutter. There is a bit of additional work needed for this, but I've implemented it for appflowy-git and would be happy to assist with adding it to nyrna if needed.
The PKGBUILD for appflowy-git is here, and the relevant parts are flutter being added to
source
(note that since the nyrna package is stable rather than -git, this should be pinned this to a specific tag with#tag=
) and the_setpath
function (as well as its use at the beginning of all other functions).Radeox commented on 2022-03-31 06:30 (UTC)
@zany130 it's a problem with your problem installation, try going into the flutter root (/opt/flutter for me) and do a
git stash --include-untracked
zany130 commented on 2022-03-31 01:27 (UTC)
fails with
Radeox commented on 2022-02-26 13:42 (UTC)
Hey @quasigod, in my setup
opt/flutter
is owned by my user. I think it's a manual operation you have to do after installing flutter. Try doing achown -R USER:USER /opt/flutter
where USER should be your username :Dquasigod commented on 2022-02-26 06:34 (UTC)
Currently fails to build for me with the lines: "mkdir: cannot create directory ‘/opt/flutter/bin/cache’: Permission denied mkdir: cannot create directory ‘/opt/flutter/bin/cache’: Permission denied"
Radeox commented on 2022-01-23 14:50 (UTC)
@MithicSpirit You're totally right! I've probably copy-pasted the wrong line and didn't notice the error, my bad. Thank you again!
MithicSpirit commented on 2022-01-23 00:43 (UTC)
clang
,cmake
, andninja
are added to thedepends
array in line 11, though it gets completely overwritten in line 12 by the other dependencies. Instead,clang
,cmake
, andninja
should be in themakedepends
array in line 13 (along withflutter
).Radeox commented on 2021-12-24 13:32 (UTC)
@kronikpillow do you have a specific error? I've just done a fresh test and I had no issues
« First ‹ Previous 1 2 3 4 Next › Last »