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

Revision 6284, 5.6 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

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