]> git.pld-linux.org Git - packages/xfdesktop.git/blob - xfdesktop.spec
e21dc094d1be5169f6e6674799759b0599d9a169
[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.11.7
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/xfce/xfdesktop/4.11/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c504d7208b6ddcb6e616780ef27bbb46
10 URL:            http://www.xfce.org/projects/xfdesktop
11 BuildRequires:  Thunar-devel >= 1.6.0
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel
15 BuildRequires:  exo-devel >= 0.8.0
16 BuildRequires:  garcon-devel >= 0.3.0
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:  libwnck2-devel >= 2.22.0
24 BuildRequires:  libxfce4ui-devel >= 4.11.0
25 BuildRequires:  libxfce4util-devel >= 4.11.0
26 BuildRequires:  pkgconfig >= 1:0.9.0
27 BuildRequires:  rpmbuild(macros) >= 1.601
28 BuildRequires:  xfce4-dev-tools >= 4.11.0
29 BuildRequires:  xfconf-devel >= 4.10.0
30 Requires:       garcon >= 0.3.0
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 %{_mandir}/man1/*.1*
81 %{_desktopdir}/*.desktop
82 %{_pixmapsdir}/*
83 %{_iconsdir}/hicolor/*/apps/*
84 %dir %{_datadir}/backgrounds/xfce
85 %{_datadir}/backgrounds/xfce/xfce-blue.jpg
This page took 0.061571 seconds and 2 git commands to generate.