]> git.pld-linux.org Git - packages/xfdesktop.git/blob - xfdesktop.spec
e3583c252cb6a1c4e893dae68d640954eac6e63f
[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:        2
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.60
13 BuildRequires:  automake >= 1:1.8
14 BuildRequires:  dbus-glib-devel >= 0.84
15 BuildRequires:  exo-devel >= 0.8.0
16 BuildRequires:  garcon-devel >= 0.3.0
17 BuildRequires:  gettext-devel
18 BuildRequires:  glib2-devel >= 1:2.30.0
19 BuildRequires:  gtk+2-devel >= 2:2.24.0
20 BuildRequires:  intltool >= 0.35.0
21 BuildRequires:  libnotify-devel >= 0.4.0
22 BuildRequires:  libtool >= 2:2.2.6
23 BuildRequires:  libwnck2-devel >= 2.30.0
24 BuildRequires:  libxfce4ui-devel >= 4.11.1
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 BuildRequires:  xorg-lib-libSM-devel
31 BuildRequires:  xorg-lib-libX11-devel
32 Requires:       Thunar-libs >= 1.6.0
33 Requires:       dbus-glib >= 0.84
34 Requires:       exo >= 0.8.0
35 Requires:       garcon >= 0.3.0
36 Requires:       glib2 >= 1:2.30.0
37 Requires:       gtk+2 >= 2:2.24.0
38 Requires:       gtk-update-icon-cache
39 Requires:       hicolor-icon-theme
40 Requires:       libwnck2 >= 2.30.0
41 Requires:       libxfce4ui >= 4.11.1
42 Requires:       libxfce4util >= 4.11.0
43 Requires:       xfce4-dirs >= 4.6
44 Requires:       xfconf >= 4.10.0
45 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47 %description
48 xfdesktop contain a desktop manager for the Xfce Desktop Environment.
49
50 %description -l pl.UTF-8
51 xfdesktop zawiera zarządcę pulpitu dla środowiska Xfce.
52
53 %prep
54 %setup -q
55
56 %build
57 %configure \
58         --disable-silent-rules \
59         --enable-desktop-icons \
60         --enable-desktop-menu \
61         --enable-file-icons \
62         --enable-thunarx
63
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 # unify dir name (verify first that target doesn't exist)
73 [ ! -e $RPM_BUILD_ROOT%{_datadir}/locale/fa ] || exit 1
74 %{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{fa_IR,fa}
75 # just a copy of ur (.po files differ only by trailing junk)
76 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
77
78 %find_lang %{name}
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post
84 %update_icon_cache hicolor
85
86 %postun
87 %update_icon_cache hicolor
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog README TODO
92 %attr(755,root,root) %{_bindir}/xfdesktop
93 %attr(755,root,root) %{_bindir}/xfdesktop-settings
94 %{_mandir}/man1/xfdesktop.1*
95 %{_desktopdir}/xfce-backdrop-settings.desktop
96 %{_pixmapsdir}/xfce4_xicon*.png
97 %{_pixmapsdir}/xfdesktop
98 %{_iconsdir}/hicolor/*/apps/xfce4-backdrop.*
99 %{_iconsdir}/hicolor/*/apps/xfce4-menueditor.*
100 %dir %{_datadir}/backgrounds/xfce
101 %{_datadir}/backgrounds/xfce/xfce-blue.jpg
This page took 0.077729 seconds and 3 git commands to generate.