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

Revision 9331, 6.0 KB checked in by inagaki, 9 years ago (diff)

2015-02-05 Ryoichi INAGAKI <ryo1@…>

  • wicd, wpa_supplicant: updated
  • xfce4-dict: fixed spec file
  • xfcet-settings: added patch


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