Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
a9902a175b !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 11:06:14 +00:00
cherry530
b23fa4dbd3 remove unuse files
(cherry picked from commit 8725aa169d81fefebdd64ab7617e0f903d79737f)
2021-12-03 18:10:47 +08:00
openeuler-ci-bot
6f788ad0ff !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:58:04 +00:00
cherry530
ff18d470f5 Package init
(cherry picked from commit 0e4cf3bf52cdee2cec80236111eb1ca813d78502)
2021-12-03 17:26:53 +08:00
openeuler-ci-bot
f7dd94e089 !3 upgrade to 1.1.2 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 04:53:35 +00:00
zhang__3125
c12e065607 upgrade to 1.1.2 for xfce 4.16 2021-06-25 12:48:43 +08:00
openeuler-ci-bot
5267ba4cd1 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 16:53:06 +08:00
张琳
427dcdd4fe update xfce4-fsguard-plugin.yaml. 2020-11-30 16:46:02 +08:00
zhang__3125
99d2a4a890 20201127 add yaml file 2020-11-27 12:58:30 +08:00
openeuler-ci-bot
aa85531ffa !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 07:31:15 +08:00
dillon chen
b934d8f4dd Init package 2020-07-15 18:35:55 +08:00
3 changed files with 56 additions and 0 deletions

Binary file not shown.

52
xfce4-fsguard-plugin.spec Normal file
View File

@ -0,0 +1,52 @@
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-fsguard-plugin
Version: 1.1.1
Release: 1
Summary: Filesystem monitor plugin 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.1/%{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 fsguard plugin checks free space on a chosen mount point frequently and
displays an alarm if free space is less than given alarm limit.
%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
%doc AUTHORS NEWS README
%license COPYING
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%changelog
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 1.1.1-1
- Init package

View File

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