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