]> git.pld-linux.org Git - packages/xfdesktop.git/blob - xfdesktop.spec
- merged from DEVEL
[packages/xfdesktop.git] / xfdesktop.spec
1 Summary:        Desktop manager for the Xfce Desktop Environment
2 Summary(pl.UTF-8):      Zarządca pulpitu dla środowiska Xfce
3 Name:           xfdesktop
4 Version:        4.8.1
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/xfce/xfdesktop/4.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a3a255cc7756ddc2a0a6fdee9fb8b2c9
10 URL:            http://www.xfce.org/projects/xfdesktop
11 BuildRequires:  Thunar-devel >= 1.2.0
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel
15 BuildRequires:  exo-devel >= 0.6.0
16 BuildRequires:  garcon-devel >= 0.1.3
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib2-devel >= 1:2.18.0
19 BuildRequires:  gtk+2-devel >= 2:2.14.0
20 BuildRequires:  intltool >= 0.35.0
21 BuildRequires:  libnotify-devel >= 0.4.0
22 BuildRequires:  libtool
23 BuildRequires:  libwnck-devel >= 2.22.0
24 BuildRequires:  libxfce4ui-devel >= 4.8.0
25 BuildRequires:  libxfce4util-devel >= 4.8.0
26 BuildRequires:  pkgconfig >= 1:0.9.0
27 BuildRequires:  rpmbuild(macros) >= 1.601
28 BuildRequires:  xfce4-dev-tools >= 4.8.0
29 BuildRequires:  xfconf-devel >= 4.8.0
30 Requires:       garcon >= 0.1.2
31 Requires:       gtk-update-icon-cache
32 Requires:       hicolor-icon-theme
33 Requires:       xfce4-dirs >= 4.6
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 xfdesktop contain a desktop manager for the Xfce Desktop Environment.
38
39 %description -l pl.UTF-8
40 xfdesktop zawiera zarządcę pulpitu dla środowiska Xfce.
41
42 %prep
43 %setup -q
44
45 %build
46 %configure \
47         --disable-silent-rules \
48         --enable-desktop-icons \
49         --enable-desktop-menu \
50         --enable-exo \
51         --enable-file-icons \
52         --enable-thunarx
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post
70 %update_icon_cache hicolor
71
72 %postun
73 %update_icon_cache hicolor
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog README TODO
78 %attr(755,root,root) %{_bindir}/xfdesktop
79 %attr(755,root,root) %{_bindir}/xfdesktop-settings
80
81 %dir %{_docdir}/xfdesktop
82 %dir %{_docdir}/xfdesktop/html
83 %{_docdir}/xfdesktop/html/C
84 %{_docdir}/xfdesktop/html/*.css
85 %lang(bn) %{_docdir}/xfdesktop/html/bn
86 %lang(ca) %{_docdir}/xfdesktop/html/ca
87 %lang(da) %{_docdir}/xfdesktop/html/da
88 %lang(fr) %{_docdir}/xfdesktop/html/fr
89 %lang(gl) %{_docdir}/xfdesktop/html/gl
90 %lang(it) %{_docdir}/xfdesktop/html/it
91 %lang(ja) %{_docdir}/xfdesktop/html/ja
92 %lang(ru) %{_docdir}/xfdesktop/html/ru
93 %lang(ug) %{_docdir}/xfdesktop/html/ug
94 %lang(zh_CN) %{_docdir}/xfdesktop/html/zh_CN
95 %{_mandir}/man1/*.1*
96
97 %{_desktopdir}/*.desktop
98 %{_datadir}/xfce4/backdrops
99 %{_pixmapsdir}/*
100 %{_iconsdir}/hicolor/*/apps/*
This page took 0.071055 seconds and 3 git commands to generate.