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