Compare commits
11 Commits
1aea40a8f2
...
f6202c9abc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6202c9abc | ||
|
|
5a5ca99b5f | ||
|
|
0ff5fc7ae4 | ||
|
|
3af7cd8e4a | ||
|
|
1a5c8fa5ba | ||
|
|
6e4bcf9e5b | ||
|
|
ed1b449f1c | ||
|
|
85e6c89619 | ||
|
|
4abfa6da5d | ||
|
|
2264c2ffd6 | ||
|
|
510619fdf5 |
BIN
xfce4-netload-plugin-1.3.2.tar.bz2
Normal file
BIN
xfce4-netload-plugin-1.3.2.tar.bz2
Normal file
Binary file not shown.
50
xfce4-netload-plugin.spec
Normal file
50
xfce4-netload-plugin.spec
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
%global xfceversion 4.14
|
||||||
|
%global _hardened_build 1
|
||||||
|
|
||||||
|
Name: xfce4-netload-plugin
|
||||||
|
Version: 1.3.2
|
||||||
|
Release: 1
|
||||||
|
Summary: Network-load monitor for the Xfce panel
|
||||||
|
License: GPLv2+
|
||||||
|
#Group: Development/Libraries
|
||||||
|
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||||
|
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.3/%{name}-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
#BuildArch: noarch
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkgconfig(libxfce4panel-1.0) >= %{xfceversion}
|
||||||
|
BuildRequires: pkgconfig(libxfce4ui-1) >= %{xfceversion}
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: gettext, intltool
|
||||||
|
Requires: xfce4-panel >= %{xfceversion}
|
||||||
|
|
||||||
|
%description
|
||||||
|
A network-load monitor plugin for the Xfce panel.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
# remove la file
|
||||||
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
# make sure debuginfo is generated properly
|
||||||
|
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%doc AUTHORS ChangeLog README
|
||||||
|
%license COPYING
|
||||||
|
%{_datadir}/icons/hicolor/*/*/*
|
||||||
|
%{_libdir}/xfce4/panel/plugins/*.so
|
||||||
|
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 1.3.2-1
|
||||||
|
- Init package
|
||||||
4
xfce4-netload-plugin.yaml
Normal file
4
xfce4-netload-plugin.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin.git
|
||||||
|
tag_prefix: "xfce4-netload-plugin-"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user