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

Revision 521, 5.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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