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

Revision 8932, 5.8 KB checked in by inagaki, 10 years ago (diff)

2014-09-03 Ryoichi INAGAKI <ryo1@…>

  • Thunar-vl.spec
  • xfce4-appfinder-vl.spec
  • xfce4-session-vl.spec
  • xfce4-settings-vl.spec
  • xfdesktop-vl.spec
  • xfwm4-vl.spec updated source file
Line 
1%define xfceversion 4.10
2
3Name:           xfce4-settings
4Summary:        Settings Manager for Xfce
5Summary(ja):    Xfce の設定マネージャー
6Version:        4.10.1
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.84
24BuildRequires: desktop-file-utils
25BuildRequires: gettext
26BuildRequires: glib2-devel >= 2.24.0
27BuildRequires: gtk2-devel >= 2.20.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
50Vendor: Project Vine
51Distribution: Vine Linux
52
53%description
54This package includes the settings manager applications for the Xfce desktop.
55
56%prep
57%setup -q
58#patch0 -p1 -b .xklavier5
59%patch1 -p1 -b .dsofix
60
61%build
62%configure --enable-sound-settings
63make %{?_smp_mflags}
64
65
66%install
67rm -rf $RPM_BUILD_ROOT
68make install DESTDIR=$RPM_BUILD_ROOT
69
70for file in %{buildroot}%{_datadir}/applications/*.desktop ; do
71    desktop-file-install \
72        --add-category="X-XFCE" \
73        --remove-category="XFCE" \
74        --delete-original \
75        --dir=%{buildroot}%{_datadir}/applications \
76        $file
77done
78
79%find_lang %{name}
80
81%clean
82rm -rf $RPM_BUILD_ROOT
83
84
85%files -f %{name}.lang
86%defattr(-,root,root,-)
87%doc AUTHORS ChangeLog NEWS TODO COPYING
88%dir %{_sysconfdir}/xdg/xfce4
89%dir %{_sysconfdir}/xdg/xfce4/xfconf/
90%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
91%config(noreplace) %{_sysconfdir}/xdg/autostart/xfsettingsd.desktop
92%config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
93%{_sysconfdir}/xdg/menus/xfce-settings-manager.menu
94%{_bindir}/xfce4-accessibility-settings
95%{_bindir}/xfce4-appearance-settings
96%{_bindir}/xfce4-display-settings
97%{_bindir}/xfce4-keyboard-settings
98%{_bindir}/xfce4-mime-settings
99%{_bindir}/xfce4-mouse-settings
100%{_bindir}/xfce4-settings-editor
101%{_bindir}/xfce4-settings-manager
102%{_bindir}/xfsettingsd
103%{_libdir}/xfce4/settings/appearance-install-theme
104%{_datadir}/applications/xfce*.desktop
105
106%changelog
107* Sun Aug 31 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 4.10.1-1
108- new upstream release
109
110* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.10.0-2
111- rebuild with VineSeed environment
112
113* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.10.0-1
114- new upstream release
115- add BuildRequires: garcon-devel
116
117* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.8.2-1
118- new upstream release
119- built with libnotify-0.7.3 (VineSeed)
120
121* Mon Mar 28 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.8.0-1
122- new upstream release
123
124* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.5-1
125- new upstream release
126- dropt Patch0
127
128* Mon Apr 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.4-1
129- new upstream release
130- built with libxklavier-5.0
131- added Patch0 and 1 from Fedora
132  * Sun Feb 14 2010 Kevin Fenzi <kevin@tummy.com> - 4.6.4-3
133  - Add patch to fix DSO linking. Fixes bug #564803
134  * Sat Jan 23 2010 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.4-2
135  - Add patch for libxklavier 5.0. Thanks to Caolan McNamara (#558081)
136
137* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.3-1
138- new upstream release
139- rebuilt with libxklavier-4.0
140- added Japanese summary
141
142* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.6.1-2
143- initial build for Vine
144
145* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
146- Update to 4.6.1
147
148* Thu Apr 16 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-6
149- Have to add Antialias type to really enable by default.
150
151* Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-5
152- Bump to fix tagging mistake.
153
154* Wed Apr 15 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-4
155- Make Antialias default (bug #495700)
156
157* Thu Mar 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-3
158- display settings fixes from upstream svn.
159
160* Fri Feb 27 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-2
161- Rebase patch for artwork
162
163* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
164- Update to 4.6.0
165
166* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-3
167- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
168
169* Fri Feb 20 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-2
170- Add patch to fix imsettings (bug #478669)
171
172* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
173- Update to 4.5.99.1
174
175* Thu Jan 22 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.5.93-2
176- Add Obsoletes for mcs packages to make sure xfce4-settings gets installed
177- Don't package desktop files twice
178- Require xfconf
179- Use Nodoka theme and Fedora icons
180- Add docs
181
182* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
183- Update to 4.5.93
184
185* Sat Dec 27 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-2
186- Cleaned up desktop-file-install
187- Added some BuildRequires.
188
189* Fri Dec 26 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
190- Initial version for Fedora.
191
Note: See TracBrowser for help on using the repository browser.