/[packages]/updates/2/xfce4-settings/current/SPECS/xfce4-settings.spec
ViewVC logotype

Contents of /updates/2/xfce4-settings/current/SPECS/xfce4-settings.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 208459 - (show annotations) (download)
Mon Feb 13 17:08:22 2012 UTC (12 years, 2 months ago) by wally
Original Path: cauldron/xfce4-settings/current/SPECS/xfce4-settings.spec
File size: 1589 byte(s)
- remove unregistered value from .desktop files
1 %define url_ver %(echo %{version} | cut -d. -f1,2)
2
3 Summary: Configuration settings manager for Xfce
4 Name: xfce4-settings
5 Version: 4.9.2
6 Release: %mkrel 1
7 License: GPLv2+
8 Group: Graphical desktop/Xfce
9 Url: http://www.xfce.org
10 Source0: http://archive.xfce.org/src/xfce/xfce4-settings/%{url_ver}/%{name}-%{version}.tar.bz2
11 BuildRequires: desktop-file-utils
12 BuildRequires: intltool
13 BuildRequires: pkgconfig(exo-1) >= 0.7.1
14 BuildRequires: pkgconfig(garcon-1)
15 BuildRequires: pkgconfig(libxfce4ui-1) >= 4.9.0
16 BuildRequires: pkgconfig(libnotify)
17 BuildRequires: pkgconfig(libxklavier)
18
19 %description
20 Configuration settings manager for Xfce desktop environment.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure2_5x \
27 --enable-sound-settings \
28 --enable-libnotify \
29 --enable-xrandr \
30 --enable-xcursor \
31 --enable-libxklavier \
32 --enable-pluggable-dialogs \
33 --with-pnp-ids-path=%{_datadir}/misc/pnp.ids
34
35 %make
36
37 %install
38 rm -rf %{buildroot}
39 %makeinstall_std
40
41 # (tpg) this file is in mandriva-xfce-config package
42 rm -rf %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
43
44 desktop-file-install \
45 --remove-category="XFCE" \
46 --dir %{buildroot}%{_datadir}/applications/ \
47 %{buildroot}%{_datadir}/applications/*.desktop
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf %{buildroot}
53
54 %files -f %{name}.lang
55 %defattr(-,root,root)
56 %doc AUTHORS ChangeLog NEWS TODO
57 %{_sysconfdir}/xdg/autostart/xfsettingsd.desktop
58 %{_sysconfdir}/xdg/menus/xfce-settings-manager.menu
59 %{_libexecdir}/xfce4/settings/appearance-install-theme
60 %{_bindir}/xfsettingsd
61 %{_bindir}/xfce4*
62 %{_datadir}/applications/xfce*.desktop

  ViewVC Help
Powered by ViewVC 1.1.30