Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
090b14833a |
5 changed files with 1 additions and 70 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/whatip-1.1.tar.bz2
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# whatip
|
||||
|
||||
The whatip package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
EPEL9 gtk4 is too old
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (whatip-1.1.tar.bz2) = 5457c3d0c8806543317741559e3591ec1e6e34e58137bbabb3751956a3062ec0be625eaf45fb4e622fed868112866a9ce48c4cb9ada5f7ebcc9f57e7472ee400
|
||||
65
whatip.spec
65
whatip.spec
|
|
@ -1,65 +0,0 @@
|
|||
%global app_id org.gabmus.whatip
|
||||
|
||||
Name: whatip
|
||||
Version: 1.1
|
||||
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