Search Criteria
Package Details: whatip-git 1.2.r0.g678ba7e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/whatip-git.git (read-only, click to copy) |
|---|---|
| Package Base: | whatip-git |
| Description: | Info on your IP |
| Upstream URL: | https://gitlab.gnome.org/gabmus/whatip |
| Licenses: | GPL3 |
| Conflicts: | whatip |
| Provides: | whatip |
| Submitter: | gabmus |
| Maintainer: | gabmus |
| Last Packager: | gabmus |
| Votes: | 7 |
| Popularity: | 0.002570 |
| First Submitted: | 2020-02-08 11:57 (UTC) |
| Last Updated: | 2023-03-25 17:54 (UTC) |
Dependencies (11)
- gobject-introspection
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR, libadwaita-yaru-gitAUR)
- python
- python-gobject
- python-netaddr
- python-requests
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
yochananmarqos commented on 2021-04-12 16:03 (UTC)
This fails to build in a clean chroot as it's still looking for
gtk3:yochananmarqos commented on 2020-09-23 13:28 (UTC)
@GabMus:
gobject-introspectionis only required to build, it's not a runtime dependency.Maik93 commented on 2020-08-14 17:46 (UTC) (edited on 2020-08-14 17:49 (UTC) by Maik93)
If the third tab (LAN) does not show anything, to enable avahi service in systemd does the trick!
yochananmarqos commented on 2020-08-13 15:17 (UTC)
Updated PKGBUILD
Maik93 commented on 2020-08-06 10:00 (UTC)
Got
IndexError: list index out of rangeinnetwork_interface.py:85, using Python 3.8yochananmarqos commented on 2020-03-16 17:21 (UTC)
@GabMus: It does build without it. However, if it doesn't need it, why is it looking for it?
gabmus commented on 2020-03-16 08:35 (UTC)
@yochananmarqos: That's not necessary, the app can be build without it no problem.
yochananmarqos commented on 2020-03-15 14:39 (UTC)
appstreamshould be added tomakedepends():yochananmarqos commented on 2020-02-18 22:58 (UTC) (edited on 2020-02-18 23:04 (UTC) by yochananmarqos)
This depends on
python-netaddr:The
basemeta package includesiproute2,libhandydepends ongtk3and the other Python packages depend onpython, no need to include them.Please use a proper
pkgver()function, see VCS package guidelines.The
build()andpackage()functions can be simplified, see GNOME package guidelines.Example PKGBUILD