Search Criteria
Package Details: insomnia-bin 1:10.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/insomnia-bin.git (read-only, click to copy) |
---|---|
Package Base: | insomnia-bin |
Description: | API Client and Design Platform for GraphQL and REST |
Upstream URL: | https://insomnia.rest |
Keywords: | api graphql rest |
Licenses: | Apache |
Conflicts: | insomnia |
Provides: | insomnia |
Submitter: | clove3am |
Maintainer: | ali.molaei |
Last Packager: | ali.molaei |
Votes: | 159 |
Popularity: | 1.45 |
First Submitted: | 2020-09-20 20:46 (UTC) |
Last Updated: | 2024-10-25 18:25 (UTC) |
Dependencies (6)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
- libappindicator-gtk3 (optional) – StatusNotifierItem support
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – open URLs with desktop's default (xdg-email, xdg-open)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
marmotz commented on 2018-05-02 10:05 (UTC)
I just corrected the MD5. Sorry for the inconvenience.
cb73 commented on 2018-05-02 08:28 (UTC)
@gschier: Why does the MD5 sum not match? Did someone tamper with the .deb?
prochac commented on 2018-05-01 20:03 (UTC) (edited on 2018-05-01 20:05 (UTC) by prochac)
PKGBUILD need edit
on line 42 replace by valid md5sum
$ md5sum insomnia_5.16.1_amd64.deb
b44b466b10153049ee1b3c06da952421
meegeren commented on 2018-04-30 16:55 (UTC) (edited on 2018-04-30 16:55 (UTC) by meegeren)
@gschier thanks for packaging this
Just a heads up, my first pass at running makepkg failed with:
==> Validating source files with md5sums... <br> insomnia_5.16.1_amd64.deb ... FAILED <br> insomnia.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
Got it working by running
updpkgsums
gschier commented on 2018-04-26 12:38 (UTC)
Just pushed 15.6.1 and removed that dep. Added because of @pacheco and @stevenroose errors but maybe there's a better way to get it working for them. I don't actually have an Arch install to play with so I'm flying blind here.
victorz commented on 2018-04-26 08:35 (UTC) (edited on 2018-04-26 08:36 (UTC) by victorz)
Can also confirm Insomnia 5.16.0 works fine without all the lib32 packages. (The source is an amd64 deb, so should work fine.) -15.7 MiB update diff vs 100+ MiB update for me.
Important edit: I don't have the package lib32-gtk2 installed. So that shouldn't be needed.
sQVe commented on 2018-04-26 07:55 (UTC) (edited on 2018-04-26 07:56 (UTC) by sQVe)
One of the major changes in 5.16 is: "Linux builds now include statically linked libcurl (removes libcurl3 dependency)".
@marmotz I think the lib32-gtk2 dependency here is unnecessary. I removed it from the PKGBUILD and the app is still running fine.
thePanz commented on 2018-04-26 06:50 (UTC) (edited on 2018-04-26 06:50 (UTC) by thePanz)
From the new version (Insomnia 5.16.0) I noticed that a huge set of dependencies are installed, namely
multilib/lib32-gtk2
and a 37 more packages under themultilib/lib32-*
names.I just edited the PKGBUILD and removed the dependency on
lib32-gtk
: the installation went ok and the tool is starting correctly.pacheco commented on 2018-02-02 00:29 (UTC)
Got the same problem reported by @stevenroose.
To fix the dependency issue:
$ sudo pacman -S lib32-gtk2
stevenroose commented on 2018-01-18 10:18 (UTC)
I'm getting
I needed the package lib32-gtk2 from the multilib repos.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »