1 |
%define url_ver %(echo %{version} | cut -d. -f1,2) |
2 |
|
3 |
%define subrel 1 |
4 |
|
5 |
Summary: Configuration settings manager for Xfce |
6 |
Name: xfce4-settings |
7 |
Version: 4.10.0 |
8 |
Release: %mkrel 1 |
9 |
License: GPLv2+ |
10 |
Group: Graphical desktop/Xfce |
11 |
Url: http://www.xfce.org |
12 |
Source0: http://archive.xfce.org/src/xfce/xfce4-settings/%{url_ver}/%{name}-%{version}.tar.bz2 |
13 |
# From upstream git: |
14 |
# https://bugzilla.xfce.org/show_bug.cgi?id=9272 |
15 |
Patch10: xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch |
16 |
# https://bugzilla.xfce.org/show_bug.cgi?id=9273 |
17 |
Patch11: xfce4-settings-4.10.0-check-service-name-of-NameOwnerChanged.patch |
18 |
BuildRequires: desktop-file-utils |
19 |
BuildRequires: intltool |
20 |
BuildRequires: pkgconfig(exo-1) >= 0.7.1 |
21 |
BuildRequires: pkgconfig(garcon-1) |
22 |
BuildRequires: pkgconfig(libxfce4ui-1) >= 4.9.0 |
23 |
BuildRequires: pkgconfig(libnotify) |
24 |
BuildRequires: pkgconfig(libxklavier) |
25 |
Requires: xscreensaver |
26 |
|
27 |
%description |
28 |
Configuration settings manager for Xfce desktop environment. |
29 |
|
30 |
%prep |
31 |
%setup -q |
32 |
%apply_patches |
33 |
|
34 |
%build |
35 |
%configure2_5x \ |
36 |
--enable-sound-settings \ |
37 |
--enable-libnotify \ |
38 |
--enable-xrandr \ |
39 |
--enable-xcursor \ |
40 |
--enable-libxklavier \ |
41 |
--enable-pluggable-dialogs \ |
42 |
--with-pnp-ids-path=%{_datadir}/misc/pnp.ids |
43 |
|
44 |
%make |
45 |
|
46 |
%install |
47 |
%makeinstall_std |
48 |
|
49 |
# (tpg) this file is in %{_real_vendor}-xfce-config package |
50 |
rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml |
51 |
|
52 |
%find_lang %{name} |
53 |
|
54 |
%files -f %{name}.lang |
55 |
%doc AUTHORS ChangeLog NEWS TODO |
56 |
%dir %{_sysconfdir}/xdg/xfce4/xfconf/ |
57 |
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/ |
58 |
%{_sysconfdir}/xdg/autostart/xfsettingsd.desktop |
59 |
%{_sysconfdir}/xdg/menus/xfce-settings-manager.menu |
60 |
%{_libexecdir}/xfce4/settings/appearance-install-theme |
61 |
%{_bindir}/xfsettingsd |
62 |
%{_bindir}/xfce4* |
63 |
%{_datadir}/applications/xfce*.desktop |