Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
a0d6124972 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:46:13 +00:00
cherry530
f8a1aa0d24 remove unuse files
(cherry picked from commit 25f1062029ca38282ebb6bd88755f3c144d2f250)
2021-12-03 18:08:31 +08:00
openeuler-ci-bot
a2d366ac84 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:52:26 +00:00
cherry530
ad4ca278cb Package init
(cherry picked from commit 2cd1ad8644c3cdbc28edefcb15fe30ca4b9ef3b9)
2021-12-03 17:10:19 +08:00
openeuler-ci-bot
e81191be6d !3 upgrade to 1.3.1 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 08:20:49 +00:00
linz
0bd2331e11 upgrade to 1.3.1 for xfce 4.16 2021-06-24 16:14:40 +08:00
openeuler-ci-bot
0f02f379f3 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 12:58:43 +08:00
张琳
0e0d0f8a61 update xfce4-systemload-plugin.yaml. 2020-11-30 12:50:46 +08:00
zhang__3125
aa7ad3ac97 20201127 add yaml file 2020-11-27 13:01:26 +08:00
openeuler-ci-bot
903914cf66 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 11:31:23 +08:00
dillon chen
ea44c0cc43 Init package 2020-07-17 18:14:51 +08:00
3 changed files with 56 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,52 @@
%global xfceversion 4.14
Name: xfce4-systemload-plugin
Version: 1.2.3
Release: 1
Summary: Systemload monitor for the Xfce panel
License: BSD
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.2/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: upower-devel
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
This plugins displays the current CPU load, the memory in use, the swap space
and the system uptime in the Xfce4 panel.
%prep
%setup -q
%build
%configure --disable-static
%make_build
%install
%make_install
# 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
%find_lang %{name}
%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS README
%license COPYING
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.2.3-1
- Init package

View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin.git
tag_prefix: "xfce4-systemload-plugin-"
seperator: "."