]> git.pld-linux.org Git - packages/xfce4-settings.git/blob - xfce4-settings.spec
- no ur_PK locale
[packages/xfce4-settings.git] / xfce4-settings.spec
1 %define         xfce_version    4.6.2
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.6.5
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
10 # Source0-md5:  f988cb732913b5fbc115ad7105d2231e
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.3.100
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib2-devel >= 1:2.12.0
19 BuildRequires:  gtk+2-devel >= 2:2.10.6
20 BuildRequires:  intltool
21 BuildRequires:  libglade2-devel >= 1:2.6.0
22 BuildRequires:  libnotify-devel
23 BuildRequires:  libtool
24 BuildRequires:  libwnck-devel >= 2.12.0
25 BuildRequires:  libxfce4util-devel >= %{xfce_version}
26 BuildRequires:  libxfcegui4-devel >= %{xfce_version}
27 BuildRequires:  libxklavier-devel
28 BuildRequires:  pkgconfig
29 BuildRequires:  xfce4-dev-tools >= 4.6.0
30 BuildRequires:  xfconf-devel >= %{xfce_version}
31 Requires:       xfconf >= %{xfce_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
48 %build
49 %{__intltoolize}
50 %{__libtoolize}
51 %{__aclocal}
52 %{__autoconf}
53 %{__autoheader}
54 %{__automake}
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
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.034185 seconds and 4 git commands to generate.