Package Details: whatip-git 1.2.r0.g678ba7e-1

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: 6
Popularity: 0.000000
First Submitted: 2020-02-08 11:57 (UTC)
Last Updated: 2023-03-25 17:54 (UTC)

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:

Run-time dependency gtk+-3.0 found: NO (tried pkgconfig)

whatip/data/meson.build:45:0: ERROR: Dependency "gtk+-3.0" not found, tried pkgconfig

yochananmarqos commented on 2020-09-23 13:28 (UTC)

@GabMus: gobject-introspection is 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 range in network_interface.py:85, using Python 3.8

yochananmarqos 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)

appstream should be added to makedepends():

Program appstreamcli found: NO

yochananmarqos commented on 2020-02-18 22:58 (UTC) (edited on 2020-02-18 23:04 (UTC) by yochananmarqos)

This depends on python-netaddr:

Traceback (most recent call last):
  File "/usr/sbin/whatip", line 67, in <module>
    from whatip import __main__
  File "/usr/lib/python3.8/site-packages/whatip/__main__.py", line 24, in <module>
    from whatip.app_window import AppWindow
  File "/usr/lib/python3.8/site-packages/whatip/app_window.py", line 4, in <module>
    from whatip.main_stack import MainStack
  File "/usr/lib/python3.8/site-packages/whatip/main_stack.py", line 5, in <module>
    from whatip.lan_listbox import LanListbox
  File "/usr/lib/python3.8/site-packages/whatip/lan_listbox.py", line 2, in <module>
    from whatip.ping import NetScanner
  File "/usr/lib/python3.8/site-packages/whatip/ping.py", line 2, in <module>
    from netaddr import IPNetwork, IPRange
ModuleNotFoundError: No module named 'netaddr'

The base meta package includes iproute2, libhandy depends on gtk3 and the other Python packages depend on python, no need to include them.

Please use a proper pkgver() function, see VCS package guidelines.

The build() and package() functions can be simplified, see GNOME package guidelines.

Example PKGBUILD