Package Details: fraidycat-git 1.1.10.r1.g7f08875-1

Git Clone URL: https://aur.archlinux.org/fraidycat-git.git (read-only, click to copy)
Package Base: fraidycat-git
Description: Follow blogs, wikis, YouTube, Twitter, Reddit, Instagram and the like... from a distance.
Upstream URL: https://fraidyc.at
Keywords: News
Licenses: BlueOak-1.0.0
Conflicts: fraidycat
Provides: fraidycat
Submitter: dg10a
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 3
Popularity: 0.000000
First Submitted: 2019-12-28 21:10 (UTC)
Last Updated: 2022-07-03 03:07 (UTC)

Pinned Comments

dg10a commented on 2020-05-31 03:02 (UTC)

This is a VCS package. See this note before flagging this package as out-of-date: https://wiki.archlinux.org/index.php/Arch_User_Repository#Flagging_packages_out-of-date

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2022-01-29 21:00 (UTC)

Report to upstream. Also latest version for Linux is 1.1.7. Personally I use the official .deb file from https://fraidyc.at/

I don't even know if 1.1.10 is meant to be used as application, but this is -git package so breakage is possible.

If fraidycat 2 doesn't release in couple months then I guess I will just fill request to delete this package, no sense to keep it up then.

reclusivesage commented on 2022-01-29 20:48 (UTC)

Is there anything I can do? I received the error below:

$ fraidycat
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'fs/promises'
Require stack:
- /opt/fraidycat/resources/app.asar/node_modules/electron-updater/out/AppUpdater.js
- /opt/fraidycat/resources/app.asar/node_modules/electron-updater/out/main.js
- /opt/fraidycat/resources/app.asar/build/electron/js/electron/main.js
- 
    at Module._resolveFilename (internal/modules/cjs/loader.js:798:15)
    at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7718:16)
    at Module._load (internal/modules/cjs/loader.js:691:27)
    at Function.Module._load (electron/js2c/asar.js:748:26)
    at Module.require (internal/modules/cjs/loader.js:853:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/opt/fraidycat/resources/app.asar/node_modules/electron-updater/out/AppUpdater.js:8:20)
    at Module._compile (internal/modules/cjs/loader.js:968:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:986:10)
    at Module.load (internal/modules/cjs/loader.js:816:32)

micwoj92 commented on 2022-01-29 19:01 (UTC)

Done.

jose1711 commented on 2022-01-29 11:59 (UTC)

could you please fix the desktop categories too? thank you

Tio commented on 2022-01-28 17:31 (UTC)

Thanks!

micwoj92 commented on 2022-01-28 04:59 (UTC)

Fixed.

Tio commented on 2022-01-28 00:14 (UTC)

I get this errors:

npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/values.hpp:4,
npm ERR!                  from ../src/libsass/src/sass_functions.cpp:5:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/node.hpp:7,
npm ERR!                  from ../src/libsass/src/sass_util.cpp:2:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/eval.hpp:4,
npm ERR!                  from ../src/libsass/src/sass_values.cpp:5:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/source_map.cpp:7:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/subset_map.cpp:2:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/to_c.cpp:3:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/to_value.cpp:2:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/util.cpp:3:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from ../src/libsass/src/values.hpp:4,
npm ERR!                  from ../src/libsass/src/values.cpp:3:
npm ERR! ../src/libsass/src/ast.hpp: In member function ‘virtual size_t Sass::Number::hash()’:
npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable ‘numerator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1614:25: note: use reference type to prevent copying
npm ERR!  1614 |         for (const auto numerator : numerators)
npm ERR!       |                         ^~~~~~~~~
npm ERR!       |                         &
npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable ‘denominator’ creates a copy from type ‘const std::__cxx11::basic_string<char>’ [-Wrange-loop-construct]
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR! ../src/libsass/src/ast.hpp:1616:25: note: use reference type to prevent copying
npm ERR!  1616 |         for (const auto denominator : denominators)
npm ERR!       |                         ^~~~~~~~~~~
npm ERR!       |                         &
npm ERR! In file included from /home/tio/.node-gyp/16.13.1/include/node/v8.h:30,
npm ERR!                  from /home/tio/.node-gyp/16.13.1/include/node/node.h:63,
npm ERR!                  from ../../nan/nan.h:58,
npm ERR!                  from ../src/binding.cpp:1:
npm ERR! /home/tio/.node-gyp/16.13.1/include/node/v8-internal.h: In function ‘void v8::internal::PerformCastCheck(T*)’:
npm ERR! /home/tio/.node-gyp/16.13.1/include/node/v8-internal.h:492:38: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                      ^~~~~~~~~~~
npm ERR!       |                                      remove_cv
npm ERR! /home/tio/.node-gyp/16.13.1/include/node/v8-internal.h:492:38: error: ‘remove_cv_t’ is not a member of ‘std’; did you mean ‘remove_cv’?
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                      ^~~~~~~~~~~
npm ERR!       |                                      remove_cv
npm ERR! /home/tio/.node-gyp/16.13.1/include/node/v8-internal.h:492:50: error: template argument 2 is invalid
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                                  ^
npm ERR! /home/tio/.node-gyp/16.13.1/include/node/v8-internal.h:492:63: error: ‘::Perform’ has not been declared
npm ERR!   492 |             !std::is_same<Data, std::remove_cv_t<T>>::value>::Perform(data);
npm ERR!       |                                                               ^~~~~~~
npm ERR! ../src/binding.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE render(Nan::NAN_METHOD_ARGS_TYPE)’:
npm ERR! ../src/binding.cpp:284:80: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
npm ERR!   284 |     int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
npm ERR!       |                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
npm ERR! ../src/binding.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE render_file(Nan::NAN_METHOD_ARGS_TYPE)’:
npm ERR! ../src/binding.cpp:320:80: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
npm ERR!   320 |     int status = uv_queue_work(uv_default_loop(), &ctx_w->request, compile_it, (uv_after_work_cb)MakeCallback);
npm ERR!       |                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
npm ERR! In file included from ../../nan/nan.h:58,
npm ERR!                  from ../src/binding.cpp:1:
npm ERR! ../src/binding.cpp: At global scope:
npm ERR! /home/tio/.node-gyp/16.13.1/include/node/node.h:821:7: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
npm ERR!   821 |       (node::addon_register_func) (regfunc),                          \
npm ERR!       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
npm ERR! /home/tio/.node-gyp/16.13.1/include/node/node.h:855:3: note: in expansion of macro ‘NODE_MODULE_X’
npm ERR!   855 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
npm ERR!       |   ^~~~~~~~~~~~~
npm ERR! ../src/binding.cpp:358:1: note: in expansion of macro ‘NODE_MODULE’
npm ERR!   358 | NODE_MODULE(binding, RegisterModule);
npm ERR!       | ^~~~~~~~~~~
npm ERR! make: *** [binding.target.mk:129: Release/obj.target/binding/src/binding.o] Error 1
npm ERR! gyp ERR! build error 
npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
npm ERR! gyp ERR! stack     at ChildProcess.onExit (/var/tmp/pamac-build-tio/fraidycat-git/src/fraidycat/node_modules/node-gyp/lib/build.js:262:23)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
npm ERR! gyp ERR! System Linux 5.10.93-1-MANJARO
npm ERR! gyp ERR! command "/usr/bin/node" "/var/tmp/pamac-build-tio/fraidycat-git/src/fraidycat/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /var/tmp/pamac-build-tio/fraidycat-git/src/fraidycat/node_modules/node-sass
npm ERR! gyp ERR! node -v v16.13.1
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok 
npm ERR! Build failed with error code: 1

npm ERR! A complete log of this run can be found in:
npm ERR!     /var/tmp/pamac-build-tio/fraidycat-git/src/npm-cache/_logs/2022-01-28T00_08_10_280Z-debug-0.log
==> ERROR: A failure occurred in build().
    Aborting...

micwoj92 commented on 2021-12-08 00:51 (UTC)

I've had some weird problems building building from master (version 2 "which is not quite there") branch so I switched to 1.1 for now, I will try again sometime in the future.

micwoj92 commented on 2021-11-24 17:51 (UTC) (edited on 2021-11-24 17:51 (UTC) by micwoj92)

You should download the repo in sources, not using prepare step. Please take a look at https://wiki.archlinux.org/title/VCS_package_guidelines#VCS_sources

jose1711 commented on 2021-11-16 09:07 (UTC)

None of the main categories (https://specifications.freedesktop.org/menu-spec/latest/apa.html) is used in the generated .desktop file. For News subcategory a Network is suggested hence: --categories 'Network;News' is a possible fix.