]> git.pld-linux.org Git - packages/xfce4-panel-profiles.git/blame_incremental - xfce4-panel-profiles.spec
- up to 1.0.14
[packages/xfce4-panel-profiles.git] / xfce4-panel-profiles.spec
... / ...
CommitLineData
1Summary: Application to manage Xfce panel layouts
2Name: xfce4-panel-profiles
3Version: 1.0.14
4Release: 1
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: c1d6c291469fb251af853171607450a9
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 python3 -> #!/usr/bin/python3:
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
47%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{fa_IR,hye,ie}
48%{__mv} $RPM_BUILD_ROOT%{_localedir}/{hy_AM,hy}
49
50%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/xfce4-panel-profiles
51
52%find_lang %{name}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files -f %{name}.lang
58%defattr(644,root,root,755)
59%doc AUTHORS ChangeLog NEWS
60%attr(755,root,root) %{_bindir}/xfce4-panel-profiles
61%{_desktopdir}/org.xfce.PanelProfiles.desktop
62%{_datadir}/metainfo/org.xfce.PanelProfiles.appdata.xml
63%dir %{_datadir}/xfce4-panel-profiles
64%{_datadir}/xfce4-panel-profiles/layouts
65%dir %{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles
66%{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles/info.py
67%{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles/panelconfig.py
68%{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.glade
69%{_datadir}/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.py
70%{_iconsdir}/hicolor/*/apps/org.xfce.PanelProfiles.*
71%{_mandir}/man1/xfce4-panel-profiles.1*
This page took 0.077654 seconds and 4 git commands to generate.