Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba5d98bd09 | ||
|
|
63dd37b840 | ||
|
|
50be28c47f | ||
|
|
86585534f0 | ||
|
|
f77c955ccf | ||
|
|
a7f4771c1a | ||
|
|
84e4bb9c47 | ||
|
|
8b1c9a4bba | ||
|
|
015144b6f7 | ||
|
|
debfcb7a46 |
||
|
|
2f41f5ee82 | ||
|
|
8ea4f47be6 | ||
|
|
7e0611a755 | ||
|
d7fac63d9d |
|||
|
|
6a03b45e84 | ||
|
|
a0865c76bd |
5 changed files with 70 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/whatip-*.tar.bz2
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# whatip
|
||||
|
||||
The whatip package
|
||||
|
|
@ -1 +0,0 @@
|
|||
EPEL9 gtk4 is too old
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (whatip-1.2.tar.bz2) = 1df4fc6ad058e644250424ff6d175c466efe75a0e185b65864ae78e951e8aabec439c885e46d32fb0faafce66793bb4ce4fe7c839ad296e9fb197e35f5ffb715
|
||||
65
whatip.spec
Normal file
65
whatip.spec
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
%global app_id org.gabmus.whatip
|
||||
|
||||
Name: whatip
|
||||
Version: 1.2
|
||||
Release: %autorelease
|
||||
Summary: Info on your IP address
|
||||
License: GPL-3.0-or-newer
|
||||
URL: https://gitlab.gnome.org/GabMus/whatip
|
||||
Source0: %{url}/-/archive/%{version}/whatip-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: blueprint-compiler
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: python3-devel
|
||||
Requires: gtk4
|
||||
Requires: libadwaita
|
||||
Requires: iproute
|
||||
Requires: iputils
|
||||
Requires: python3-gobject
|
||||
Requires: python3-netaddr
|
||||
Requires: python3-requests
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
What IP displays information on your local network, IP addresses and open ports.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.appdata.xml
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/whatip
|
||||
%{python3_sitelib}/%{name}/
|
||||
%{_datadir}/applications/%{app_id}.desktop
|
||||
%{_datadir}/dbus-1/services/%{app_id}.service
|
||||
%{_datadir}/glib-2.0/schemas/%{app_id}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/*/%{app_id}*
|
||||
%{_metainfodir}/%{app_id}.appdata.xml
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue