Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
d9fe520703 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 11:04:06 +00:00
cherry530
a7887d73e8 remove unuse files
(cherry picked from commit bd8ac3faaffbccb6b84b29cbbbba1646f9c8e576)
2021-12-03 18:07:55 +08:00
openeuler-ci-bot
6d1ddf779a !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:42:36 +00:00
cherry530
fdbf4cd8c6 Package init
(cherry picked from commit 0b3934dfc0685930775a177cdc318266b12b9a54)
2021-12-03 17:07:17 +08:00
openeuler-ci-bot
751e5dd993 !3 upgrade to 1.1.2 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 06:32:02 +00:00
linz
f79b033f06 upgrade to 1.1.2 for xfce 4.16 2021-06-24 14:26:37 +08:00
openeuler-ci-bot
88808e7dd2 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 12:47:29 +08:00
张琳
de51c4495d update xfce4-time-out-plugin.yaml. 2020-11-30 12:40:07 +08:00
zhang__3125
33f63a94d0 20201127 add yaml file 2020-11-27 13:01:58 +08:00
openeuler-ci-bot
ca58969fbb !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 12:19:00 +08:00
dillon chen
a994f6e3ac Init package 2020-07-17 19:31:08 +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
Name: xfce4-time-out-plugin
Version: 1.1.1
Release: 1
Summary: Xfce panel plugin for taking breaks from the computer
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 >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: libxml2-devel
BuildRequires: libICE-devel
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
This plugin makes it possible to take periodical breaks from the computer every
X minutes. During breaks it locks your screen. It optionally allows you to
postpone breaks for a certain time.
%prep
%setup -q
%build
%configure
%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 NEWS README THANKS
%{_libdir}/xfce4/panel/plugins/
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/*/*
%changelog
* Fri Jul 17 2020 Dillon Chen <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-time-out-plugin.git
tag_prefix: "xfce4-time-out-plugin-"
seperator: "."