Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
9f9746127e !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:32:24 +00:00
cherry530
9a9b1f2dca remove unuse files
(cherry picked from commit 5bf5c5f7810ef6e4611e7194f705781eeb08621f)
2021-12-03 18:04:07 +08:00
openeuler-ci-bot
81a5845ae0 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:00:31 +00:00
cherry530
2a5d92338b Package init
(cherry picked from commit 92c8abd2974e1af2d166a8efb07532ac765b5a62)
2021-12-03 17:28:30 +08:00
openeuler-ci-bot
ac004e6d8a !3 upgrade to 1.2.3 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 07:33:47 +00:00
zhang__3125
4ab7da3aeb upgrade to 1.2.3 for xfce 4.16 2021-06-25 15:13:50 +08:00
openeuler-ci-bot
cbf3bf0b4f !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 17:10:23 +08:00
张琳
ab8284b5bf update xfce4-cpugraph-plugin.yaml. 2020-11-30 17:03:22 +08:00
zhang__3125
c4b8882e1f 20201127 add yaml file 2020-11-27 12:57:30 +08:00
openeuler-ci-bot
e797e6f629 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-07-31 20:15:55 +08:00
dillon chen
bdc7d77936 Init package 2020-07-14 18:35:41 +08:00
3 changed files with 58 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,54 @@
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-cpugraph-plugin
Version: 1.1.0
Release: 1
Summary: CPU load graph plugin for the Xfce4 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.1/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel
BuildRequires: xfce4-panel-devel
BuildRequires: intltool
BuildRequires: gettext
Requires: xfce4-panel >= %{xfceversion}
%description
It displays a graph of the recent system load using information provided
by the kernel. The colors and the size of the plugin are customizable.
%prep
%autosetup
%build
%configure
%make_build
%install
%make_install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
%find_lang %{name}
%check
make check
%files -f %{name}.lang
%doc AUTHORS ChangeLog README NEWS
%license COPYING
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%changelog
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.1.0-1
- Init package

View File

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