source: projects/specs/trunk/x/xfce4-settings/xfce4-settings-vl.spec @ 1068

Revision 1068, 6.5 KB checked in by inagaki, 14 years ago (diff)

updated: XFce 4.6.2

Line 
1Name:           xfce4-settings
2Version:        4.6.5
3Release:        1%{?_dist_release}
4Summary:        Settings Manager for Xfce
5Summary(ja):    Xfce の設定マネージャー
6
7Group:          User Interface/Desktops
8# xfce4-settings-helper is GPLv2 only.
9License:        GPLv2+ and GPLv2
10URL:            http://www.xfce.org/
11Source0:        http://www.xfce.org/archive/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
12Patch0:         xfce4-settings-4.6.4-libxklavier5.patch
13# Upstream bug: http://bugzilla.xfce.org/show_bug.cgi?id=6236
14Patch1:         xfce4-settings-4.6.4-dsofix.patch
15
16# use vendor's artwork
17#Patch10:        xfce4-settings-4.6.0-fedora.patch
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-root
20BuildRequires: gettext
21BuildRequires: intltool
22BuildRequires: libexo-devel >= 0.3.100
23BuildRequires: libxfcegui4-devel >= 4.6
24BuildRequires: libxfce4util-devel >= 4.6
25BuildRequires: xfconf-devel >= 4.6
26BuildRequires: libglade2-devel
27BuildRequires: libwnck-devel
28BuildRequires: desktop-file-utils >= 0.7
29BuildRequires: libnotify-devel
30BuildRequires: libcanberra-devel
31BuildRequires: libxklavier-devel >= 4.0
32Requires: xfconf
33
34Obsoletes: xfce-mcs-manager < 4.4.3-2
35Obsoletes: xfce-mcs-plugins < 4.4.3-2
36Obsoletes: xfce-mcs-plugin-gsynaptics < 2.0-5
37Obsoletes: xfce-mcs-plugins-extra < 2.0-3
38Obsoletes: xfce4-gsynaptics-mcs-plugin < 1.0.0-3
39
40%description
41This package includes the settings manager applications for the Xfce desktop.
42
43%prep
44%setup -q
45#patch0 -p1 -b .xklavier5
46%patch1 -p1 -b .dsofix
47
48%build
49%configure --enable-sound-settings
50make %{?_smp_mflags}
51
52
53%install
54rm -rf $RPM_BUILD_ROOT
55make install DESTDIR=$RPM_BUILD_ROOT
56
57desktop-file-install --vendor ""                                \
58        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/        \
59        --delete-original                                       \
60        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-display-settings.desktop
61
62desktop-file-install --vendor ""                                \
63        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/        \
64        --delete-original                                       \
65        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-keyboard-settings.desktop
66
67desktop-file-install --vendor ""                                \
68        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/        \
69        --delete-original                                       \
70        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-mouse-settings.desktop
71
72desktop-file-install --vendor ""                                \
73        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/        \
74        --delete-original                                       \
75        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-settings-manager.desktop
76
77desktop-file-install --vendor ""                                \
78        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/        \
79        --delete-original                                       \
80        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-ui-settings.desktop
81
82desktop-file-install --vendor ""                                \
83        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/        \
84        --delete-original                                       \
85        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-accessibility-settings.desktop
86
87desktop-file-install --vendor ""                                \
88        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/        \
89        --delete-original                                       \
90        ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-settings-editor.desktop
91
92%find_lang %{name}
93
94%clean
95rm -rf $RPM_BUILD_ROOT
96
97
98%files -f %{name}.lang
99%defattr(-,root,root,-)
100%doc AUTHORS ChangeLog NEWS TODO COPYING
101%config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-settings-helper-autostart.desktop
102%dir %{_sysconfdir}/xdg/xfce4
103%dir %{_sysconfdir}/xdg/xfce4/xfconf/
104%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
105%config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
106%{_bindir}/xfce4-accessibility-settings
107%{_bindir}/xfce4-appearance-settings
108%{_bindir}/xfce4-display-settings
109%{_bindir}/xfce4-keyboard-settings
110%{_bindir}/xfce4-mouse-settings
111%{_bindir}/xfce4-settings-editor
112%{_bindir}/xfce4-settings-helper
113%{_bindir}/xfce4-settings-manager
114%{_bindir}/xfsettingsd
115%{_datadir}/applications/xfce*.desktop
116
117%changelog
118* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.5-1
119- new upstream release
120- dropt Patch0
121
122* Mon Apr 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.4-1
123- new upstream release
124- built with libxklavier-5.0
125- added Patch0 and 1 from Fedora
126  * Sun Feb 14 2010 Kevin Fenzi <kevin@tummy.com> - 4.6.4-3
127  - Add patch to fix DSO linking. Fixes bug #564803
128  * Sat Jan 23 2010 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.4-2
129  - Add patch for libxklavier 5.0. Thanks to Caolan McNamara (#558081)
130
131* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.3-1
132- new upstream release
133- rebuilt with libxklavier-4.0
134- added Japanese summary
135
136* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
137- initial build for Vine
138
139* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
140- Update to 4.6.1
141
142* Thu Apr 16 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-6
143- Have to add Antialias type to really enable by default.
144
145* Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-5
146- Bump to fix tagging mistake.
147
148* Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-4
149- Make Antialias default (bug #495700)
150
151* Thu Mar 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-3
152- display settings fixes from upstream svn.
153
154* Fri Feb 27 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-2
155- Rebase patch for artwork
156
157* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
158- Update to 4.6.0
159
160* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-3
161- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
162
163* Fri Feb 20 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-2
164- Add patch to fix imsettings (bug #478669)
165
166* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
167- Update to 4.5.99.1
168
169* Thu Jan 22 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.5.93-2
170- Add Obsoletes for mcs packages to make sure xfce4-settings gets installed
171- Don't package desktop files twice
172- Require xfconf
173- Use Nodoka theme and Fedora icons
174- Add docs
175
176* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
177- Update to 4.5.93
178
179* Sat Dec 27 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-2
180- Cleaned up desktop-file-install
181- Added some BuildRequires.
182
183* Fri Dec 26 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
184- Initial version for Fedora.
185
Note: See TracBrowser for help on using the repository browser.