]> git.pld-linux.org Git - packages/xfce4-panel-profiles.git/blame - xfce4-panel-profiles.spec
- fix files
[packages/xfce4-panel-profiles.git] / xfce4-panel-profiles.spec
CommitLineData
91c7c714
JR
1Summary: Application to manage Xfce panel layouts
2Name: xfce4-panel-profiles
3Version: 1.0.9
fad4ab4e 4Release: 2
91c7c714
JR
5License: GPL v2
6Group: X11/Applications
7Source0: http://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/%{name}-%{version}.tar.bz2
8# Source0-md5: bee3e251e45ade0ea349366461d6e200
9URL: https://git.xfce.org/apps/xfce4-panel-profiles/about/
10BuildRequires: python3
11BuildRequires: python3-modules
12BuildRequires: python3-setuptools
13BuildRequires: rpm-pythonprov
14BuildRequires: rpmbuild(macros) >= 1.714
15BuildRequires: xfce4-panel-devel >= 4.14.0
16Requires: python3-pygobject3
17Requires: xfce4-panel >= 4.14.0
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Xfce4 Panel Profiles (xfce4-panel-profiles, formerly known as
23xfpanel-switch) is a simple application to manage Xfce panel layouts.
24
25With the modular Xfce Panel, a multitude of panel layouts can be
26created. This tool makes it possible to backup, restore, import, and
27export these panel layouts.
28
29%prep
30%setup -q
31
32# fix #!/usr/bin/env python -> #!/usr/bin/python:
33%{__sed} -i -e '1s,^#!.*python3,#!%{__python3},' xfce4-panel-profiles/*.py
34
35%build
36./configure \
37 --prefix=%{_prefix}
38
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
fad4ab4e
JR
47%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
48%{__mv} $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hy}
49
91c7c714
JR
50%find_lang %{name}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files -f %{name}.lang
56%defattr(644,root,root,755)
57%doc AUTHORS ChangeLog NEWS README
58%attr(755,root,root) %{_bindir}/xfce4-panel-profiles
59%{_desktopdir}/xfce4-panel-profiles.desktop
60%{_datadir}/metainfo/org.xfce.PanelProfiles.appdata.xml
fad4ab4e 61%dir %{_datadir}/xfce4-panel-profiles
91c7c714
JR
62%{_datadir}/xfce4-panel-profiles/layouts
63%{_datadir}/xfce4-panel-profiles/locale
fad4ab4e 64%dir %{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles
91c7c714
JR
65%{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles/panelconfig.py
66%{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.glade
67%{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.py
This page took 0.075395 seconds and 4 git commands to generate.