Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
1248dfca25 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:39:59 +00:00
cherry530
cafa7f4463 remove unuse files
(cherry picked from commit e05fef3fbfbde8f556afdffade9b7bb2b280c14b)
2021-12-03 18:06:16 +08:00
openeuler-ci-bot
aa072c6487 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:02:01 +00:00
cherry530
e376dc4012 Package init
(cherry picked from commit 32f6b716067508b139edaa8111f50677a1e78309)
2021-12-03 17:32:32 +08:00
openeuler-ci-bot
ff92047231 !3 upgrade to 2.6.3 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 05:56:28 +00:00
zhang__3125
43e19161a2 upgrade to 2.6.3 for xfce 4.16 2021-06-25 13:51:30 +08:00
openeuler-ci-bot
b4d17fae88 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 17:10:01 +08:00
张琳
d9da560a8a update xfce4-diskperf-plugin.yaml. 2020-11-30 17:00:06 +08:00
zhang__3125
f3649b0730 20201127 add yaml file 2020-11-27 12:57:54 +08:00
openeuler-ci-bot
158bb8eb4a !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 10:56:03 +08:00
dillon chen
f9b4901eb1 Init package 2020-07-14 19:51:13 +08:00
3 changed files with 57 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,53 @@
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-diskperf-plugin
Version: 2.6.2
Release: 1
Summary: Disk performance plugin for the Xfce panel
License: BSD
#Group: Development/Libraries
URL: http://goodies.xfce.org/panel-plugins/{%name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/2.6/%{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: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
The DiskPerf plugin displays disk/partition performance statistics
based on the rsect/wsect data provided by the Linux kernel.
%prep
%autosetup
sed -i '36i#include <sys\/sysmacros.h>' panel-plugin/devperf.c
%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
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.6.2-1
- Init package

View File

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