Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Yaakov Selkowitz
090b14833a EPEL9 gtk4 is too old 2023-02-14 11:15:44 -05:00
5 changed files with 1 additions and 70 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/whatip-1.1.tar.bz2

View file

@ -1,3 +0,0 @@
# whatip
The whatip package

1
dead.package Normal file
View file

@ -0,0 +1 @@
EPEL9 gtk4 is too old

View file

@ -1 +0,0 @@
SHA512 (whatip-1.1.tar.bz2) = 5457c3d0c8806543317741559e3591ec1e6e34e58137bbabb3751956a3062ec0be625eaf45fb4e622fed868112866a9ce48c4cb9ada5f7ebcc9f57e7472ee400

View file

@ -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