]> git.pld-linux.org Git - packages/xfce4-settings.git/blob - xfce4-settings.spec
- rel.5 - libxklavier5 patch from FC
[packages/xfce4-settings.git] / xfce4-settings.spec
1 Summary:        Settings manager for the Xfce desktop environment
2 Summary(pl.UTF-8):      Menadżer ustawień dla środowiska Xfce
3 Name:           xfce4-settings
4 Version:        4.6.1
5 Release:        5
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
9 # Source0-md5:  dc1c8704471c5b0104fa10c30eb60cb6
10 Patch0:         %{name}-default-icon-theme.patch
11 Patch1:         %{name}-libxklavier4.patch
12 Patch2:         %{name}-libxklavier5.patch
13 URL:            http://www.xfce.org/projects/xfce4-settings/
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake >= 1:1.8
16 BuildRequires:  dbus-glib-devel >= 0.34
17 BuildRequires:  exo-devel >= 0.3.100
18 BuildRequires:  gettext-devel
19 BuildRequires:  glib2-devel >= 1:2.12.0
20 BuildRequires:  gtk+2-devel >= 2:2.10.6
21 BuildRequires:  intltool
22 BuildRequires:  libglade2-devel >= 1:2.6.0
23 BuildRequires:  libtool
24 BuildRequires:  libwnck-devel >= 2.12.0
25 BuildRequires:  libxfce4util-devel >= %{version}
26 BuildRequires:  libxfcegui4-devel >= %{version}
27 BuildRequires:  xfce4-dev-tools >= 4.6.0
28 BuildRequires:  xfconf-devel >= %{version}
29 BuildRequires:  libnotify-devel
30 BuildRequires:  libxklavier-devel
31 Requires:       xfconf >= %{version}
32 Obsoletes:      xfce-mcs-manager
33 Obsoletes:      xfce-mcs-plugins
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 The settings manager allows you to customize your Xfce desktop
38 environment in an easy and intuitive way.
39
40 %description -l pl.UTF-8
41 Menadżer ustawień pozwala w łatwy i intuicyjny sposób dostosowywać
42 środowisko Xfce.
43
44 %prep
45 %setup -q
46 %patch0 -p1
47 %patch1 -p1
48 %patch2 -p1
49
50 %build
51 %{__intltoolize}
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %{__autoheader}
56 %{__automake}
57 %configure
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %find_lang %{name}
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files -f %{name}.lang
72 %defattr(644,root,root,755)
73 %doc AUTHORS ChangeLog NEWS TODO
74 %attr(755,root,root) %{_bindir}/xfce4-accessibility-settings
75 %attr(755,root,root) %{_bindir}/xfce4-appearance-settings
76 %attr(755,root,root) %{_bindir}/xfce4-display-settings
77 %attr(755,root,root) %{_bindir}/xfce4-keyboard-settings
78 %attr(755,root,root) %{_bindir}/xfce4-mouse-settings
79 %attr(755,root,root) %{_bindir}/xfce4-settings-editor
80 %attr(755,root,root) %{_bindir}/xfce4-settings-helper
81 %attr(755,root,root) %{_bindir}/xfce4-settings-manager
82 %attr(755,root,root) %{_bindir}/xfsettingsd
83 %{_sysconfdir}/xdg/autostart/xfce4-settings-helper-autostart.desktop
84 %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
85 %{_desktopdir}/xfce-display-settings.desktop
86 %{_desktopdir}/xfce-keyboard-settings.desktop
87 %{_desktopdir}/xfce-mouse-settings.desktop
88 %{_desktopdir}/xfce-settings-manager.desktop
89 %{_desktopdir}/xfce-ui-settings.desktop
90 %{_desktopdir}/xfce4-accessibility-settings.desktop
91 %{_desktopdir}/xfce4-settings-editor.desktop
This page took 0.034317 seconds and 4 git commands to generate.