Package Details: nyrna 2.20.0-1

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.038579
First Submitted: 2020-06-26 22:12 (UTC)
Last Updated: 2024-04-02 08:30 (UTC)

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 add git to makedepends (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 to depends.

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

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: nyrna 2.4.0-1 (Wed 30 Mar 2022 09:26:52 PM EDT)
==> Retrieving sources...
  -> Found nyrna-2.4.0.tar.gz
==> Validating source files with sha256sums...
    nyrna-2.4.0.tar.gz ... Passed
==> Making package: nyrna 2.4.0-1 (Wed 30 Mar 2022 09:26:53 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nyrna-2.4.0.tar.gz
==> Validating source files with sha256sums...
    nyrna-2.4.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting nyrna-2.4.0.tar.gz with bsdtar
==> Starting prepare()...
Switching to flutter channel 'beta'...
git: error: Your local changes to the following files would be overwritten by checkout:
git:    packages/flutter/pubspec.yaml
git:    packages/flutter_test/pubspec.yaml
git: Please commit your changes or stash them before you switch branches.
git: error: The following untracked working tree files would be overwritten by checkout:
git:    .github/workflows/scorecards-analysis.yml
git:    dev/benchmarks/macrobenchmarks/test/opacity_peephole_col_of_alpha_savelayer_rows_perf_e2e.dart
git:    dev/benchmarks/macrobenchmarks/test/opacity_peephole_grid_of_alpha_savelayers_perf_e2e.dart
git:    dev/devicelab/bin/tasks/opacity_peephole_col_of_alpha_savelayer_rows_perf__e2e_summary.dart
git:    dev/devicelab/bin/tasks/opacity_peephole_grid_of_alpha_savelayers_perf__e2e_summary.dart
git:    dev/integration_tests/flutter_gallery/android/project-url_launcher_android.lockfile
git:    dev/manual_tests/android/.gitignore
git:    dev/manual_tests/android/app/src/main/kotlin/dev/flutter/manual_tests/MainActivity.kt
git:    dev/manual_tests/android/app/src/main/res/drawable-v21/launch_background.xml
git:    dev/manual_tests/android/app/src/main/res/values-night/styles.xml
git:    dev/manual_tests/ios/.gitignore
git:    dev/manual_tests/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
git:    dev/manual_tests/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
git:    dev/manual_tests/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
git:    dev/manual_tests/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
git:    dev/manual_tests/linux/.gitignore
git:    dev/manual_tests/linux/CMakeLists.txt
git:    dev/manual_tests/linux/flutter/CMakeLists.txt
git:    dev/manual_tests/linux/flutter/generated_plugin_registrant.cc
git:    dev/manual_tests/linux/flutter/generated_plugin_registrant.h
git:    dev/manual_tests/linux/flutter/generated_plugins.cmake
git:    dev/manual_tests/linux/main.cc
git:    dev/manual_tests/linux/my_application.cc
git:    dev/manual_tests/linux/my_application.h
git:    dev/manual_tests/web/favicon.png
git:    dev/manual_tests/web/icons/Icon-192.png
git:    dev/manual_tests/web/icons/Icon-512.png
git:    dev/manual_tests/web/icons/Icon-maskable-192.png
git:    dev/manual_tests/web/icons/Icon-maskable-512.png
git:    dev/manual_tests/web/manifest.json
git:    dev/manual_tests/windows/runner/resources/app_icon.ico
git:    dev/tools/gen_defaults/README.md
git:    dev/tools/gen_defaults/bin/gen_defaults.dart
git:    dev/tools/gen_defaults/data/material-tokens.json
git:    dev/tools/gen_defaults/lib/fab_template.dart
git:    dev/tools/gen_defaults/lib/template.dart
git:    dev/tools/gen_defaults/pubspec.yaml
git:    dev/tools/gen_defaults/test/gen_defaults_test.dart
git:    examples/api/lib/cupertino/date_picker/cupertino_timer_picker.0.dart
git:    examples/api/lib/material/popupmenu/popupmenu.0.dart
git:    examples/api/lib/material/refresh_indicator/refresh_indicator.0.dart
git:    examples/api/lib/ui/text/font_feature.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_alternative.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_alternative_fractions.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_case_sensitive_forms.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_character_variant.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_contextual_alternates.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_denominator.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_fractions.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_historical_forms.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_historical_ligatures.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_lining_figures.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_locale_aware.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_notational_forms.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_numerators.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_oldstyle_figures.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_ordinal_forms.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_proportional_figures.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_scientific_inferiors.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_slashed_zero.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_stylistic_alternates.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_stylistic_set.0.dart
git:    examples/api/lib/ui/text/font_feature.font_feature_stylistic_set
git: Aborting
Switching channels failed with error code 1.
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'nyrna-2.4.0-1':
error: packages failed to build: nyrna-2.4.0-1

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 a chown -R USER:USER /opt/flutter where USER should be your username :D

quasigod 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, and ninja are added to the depends array in line 11, though it gets completely overwritten in line 12 by the other dependencies. Instead, clang, cmake, and ninja should be in the makedepends array in line 13 (along with flutter).

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