Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
e506d25592 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:38:45 +00:00
cherry530
2a8bed948c remove unuse files
(cherry picked from commit 764462bd7ddfec82abd181e3b5c9c34262ef25e4)
2021-12-03 18:09:31 +08:00
openeuler-ci-bot
6de88b6ed0 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:54:52 +00:00
cherry530
29dd848a58 Package init
(cherry picked from commit c4d5783d918e3c1d70baaff57d7f705fd41869de)
2021-12-03 17:18:22 +08:00
openeuler-ci-bot
e8690c2f9a !3 upgrade to 1.0.13 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 03:55:46 +00:00
linz
6711a1cf3d upgrade to 1.0.13 for xfce 4.16 2021-06-25 10:19:19 +08:00
openeuler-ci-bot
189aaca768 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301,@dwl301
Signed-off-by: @dwl301,@dwl301
2020-11-30 16:20:36 +08:00
张琳
ba694406a2 update xfce4-panel-profiles.yaml. 2020-11-30 15:01:40 +08:00
zhang__3125
62a4a308cc 20201127 add yaml file 2020-11-27 12:59:56 +08:00
openeuler-ci-bot
3b897dfc43 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 11:17:14 +08:00
dillon chen
4571815738 Init package 2020-07-17 15:17:37 +08:00
3 changed files with 62 additions and 0 deletions

Binary file not shown.

58
xfce4-panel-profiles.spec Normal file
View File

@ -0,0 +1,58 @@
Name: xfce4-panel-profiles
Version: 1.0.10
Release: 1
Summary: A simple application to manage Xfce panel layouts
License: GPLv3
#Group: Development/Libraries
URL: https://git.xfce.org/apps/xfce4-panel-profiles/about/
Source0: https://archive.xfce.org/src/apps/%{name}/1.0/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: libappstream-glib
BuildRequires: desktop-file-utils
Requires: xfce4-panel
Provides: xfpanel-switch = %{version}-%{release}
%description
A simple application to manage Xfce panel layouts
With the modular Xfce Panel, a multitude of panel layouts can be created.
This tool makes it possible to backup, restore, import, and export these panel layouts.
%prep
%autosetup
%build
#cannot use configure macro here
./configure --prefix=%{_prefix}
%make_build
%install
%make_install
rm -f %{buildroot}%{_docdir}/%{name}/COPYING
%find_lang %{name}
chmod -x %{buildroot}%{_datadir}/%{name}/layouts/*
rm -f %{buildroot}/%{_docdir}/%{name}/INSTALL
%check
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.xfce.PanelProfiles.appdata.xml
%files -f %{name}.lang
%license COPYING
%doc NEWS AUTHORS README
%{_mandir}/man1/%{name}*
%{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/metainfo/*.appdata.xml
%changelog
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 1.0.10-1
- Init package

View File

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