Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
a0e66b753e !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 11:06:00 +00:00
cherry530
3c7c55eaae remove unuse files
(cherry picked from commit 5ac6ea0508d9a0f5f0f6dd40c7f7426747a68171)
2021-12-03 18:10:37 +08:00
openeuler-ci-bot
36a81245dc !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:57:35 +00:00
cherry530
f32445ccd4 Package init
(cherry picked from commit 6b6b686f9953e2d34fa7a0d3f9d70f96d74aed0b)
2021-12-03 17:26:01 +08:00
openeuler-ci-bot
deef0542b9 !3 upgrade to 4.1.1 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 04:53:02 +00:00
zhang__3125
257861a0c8 upgrade to 4.1.1 for xfce 4.16 2021-06-25 12:47:07 +08:00
openeuler-ci-bot
14df2e0165 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 16:52:56 +08:00
张琳
7f86af6ee3 update xfce4-genmon-plugin.yaml. 2020-11-30 16:41:33 +08:00
zhang__3125
92f91d868c 20201127 add yaml file 2020-11-27 12:58:36 +08:00
openeuler-ci-bot
a29b81581f !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 10:56:57 +08:00
dillon chen
547a91ce3c Init package 2020-07-15 18:43:35 +08:00
3 changed files with 54 additions and 0 deletions

Binary file not shown.

50
xfce4-genmon-plugin.spec Normal file
View File

@ -0,0 +1,50 @@
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-genmon-plugin
Version: 4.0.2
Release: 1
Summary: Generic monitor plugin for the Xfce panel
License: LGPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/4.0/%{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: intltool
BuildRequires: gettext
Requires: xfce4-panel >= %{xfceversion}
%description
This plugin repeatedly spawns the indicated script/program, displaying its
output as a string in the panel. It is useful for periodic status monitoring.
%prep
%autosetup
%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
%license COPYING
%doc AUTHORS ChangeLog README
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Wed Jul 15 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.0.2-1
- Init package

4
xfce4-genmon-plugin.yaml Normal file
View File

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