Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
3 changed files with 13 additions and 16 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,5 +10,3 @@ xfce4-netload-plugin-0.4.0.tar.bz2
|
|||
/xfce4-netload-plugin-1.3.2.tar.bz2
|
||||
/xfce4-netload-plugin-1.4.0.tar.bz2
|
||||
/xfce4-netload-plugin-1.4.1.tar.bz2
|
||||
/xfce4-netload-plugin-1.4.2.tar.bz2
|
||||
/xfce4-netload-plugin-1.5.0.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xfce4-netload-plugin-1.5.0.tar.xz) = c115abaee2b99fb85f6f1d95d8d0dd02e8a3ef8789af85d75f3f0ab56fa59f5230e4babd065cad8c2c04f716681c1fc17a184009a89b259623ac45c8ebe5031b
|
||||
SHA512 (xfce4-netload-plugin-1.4.1.tar.bz2) = b860ab96e9a78099d0250f8bc5fe7a2e9fadaccf5edf6f67fa02a4c65ef0f1948fa8409506db873ff6a6fbfeb2df0c59fa1979b01ba6df5df6b645f4c842eeb9
|
||||
|
|
|
|||
|
|
@ -1,23 +1,22 @@
|
|||
%global _hardened_build 1
|
||||
%global minor_version 1.5
|
||||
%global xfceversion 4.20
|
||||
%global minor_version 1.4
|
||||
%global xfceversion 4.16
|
||||
|
||||
Name: xfce4-netload-plugin
|
||||
Version: 1.5.0
|
||||
Version: 1.4.1
|
||||
Release: %autorelease
|
||||
Summary: Network-load monitor for the Xfce panel
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{xfceversion}
|
||||
BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfceversion}
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: gettext, intltool
|
||||
|
||||
Requires: xfce4-panel >= %{xfceversion}
|
||||
|
||||
|
|
@ -29,19 +28,19 @@ A network-load monitor plugin for the Xfce panel.
|
|||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%make_install
|
||||
%find_lang %{name}
|
||||
chmod 755 %{buildroot}/%{_libdir}/xfce4/panel/plugins/libnetload.so
|
||||
rm -f %{buildroot}/%{_libdir}/xfce4/panel/plugins/libnetload.la
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS README
|
||||
%doc AUTHORS ChangeLog README
|
||||
%license COPYING
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
%{_libdir}/xfce4/panel/plugins/libnetload.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue