Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
2edd4b38ad !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:42:53 +00:00
cherry530
ce07c4e18d remove unuse files
(cherry picked from commit 422c13c039168b5726a7f53cebb176be28d92fbf)
2021-12-03 18:07:43 +08:00
openeuler-ci-bot
ff0af43456 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:43:12 +00:00
cherry530
7eb311e4ed Package init
(cherry picked from commit 38e0c55529170d87be83ce905cfbe487265876f0)
2021-12-03 17:06:20 +08:00
openeuler-ci-bot
dbb17b01d8 !3 upgrade to 1.7.1 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 06:10:11 +00:00
linz
0d44c41d0d upgrade to 1.7.1 for xfce 4.16 2021-06-24 14:04:02 +08:00
openeuler-ci-bot
dfd7e5ca12 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 12:46:35 +08:00
张琳
97ab138946 update xfce4-timer-plugin.yaml. 2020-11-30 12:37:54 +08:00
zhang__3125
f64b9365ab 20201127 add yaml file 2020-11-27 13:02:10 +08:00
openeuler-ci-bot
d84b90ed52 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 12:18:56 +08:00
dillon chen
4bf007827f Init package 2020-07-17 19:41:08 +08:00
3 changed files with 59 additions and 0 deletions

Binary file not shown.

55
xfce4-timer-plugin.spec Normal file
View File

@ -0,0 +1,55 @@
%global _hardened_build 1
Name: xfce4-timer-plugin
Version: 1.7.0
Release: 1
Summary: Timer plugin for the Xfce panel
License: GPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: xfce4-panel-devel
BuildRequires: libxfce4ui-devel
BuildRequires: libxml2-devel
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: perl(XML::Parser)
Requires: xfce4-panel
%description
With this plugin you can add timers (alarm or countdown) to your Xfce panel.
You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc.
The timer progress is shown as a progress bar in the Xfce panel, lasting time displayed on tooltip.
%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 ChangeLog README TODO
%license COPYING
%{_libdir}/xfce4/panel/plugins/libxfcetimer*
%{_datadir}/xfce4/panel/plugins/xfce4-timer-plugin.desktop
%{_datadir}/icons/hicolor/*/apps/xfce4-timer-plugin.*g
%changelog
* Fri Jul 17 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.7.0-1
- Init package

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

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