|
@@ -1,7 +1,9 @@
|
|
|
|
+%define xfceversion 4.10
|
|
|
|
+
|
|
Name: xfce4-settings
|
|
Name: xfce4-settings
|
|
Summary: Settings Manager for Xfce
|
|
Summary: Settings Manager for Xfce
|
|
Summary(ja): Xfce の設定マネージャー
|
|
Summary(ja): Xfce の設定マネージャー
|
|
-Version: 4.8.2
|
|
+Version: 4.10.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
# xfce4-settings-helper is GPLv2 only.
|
|
# xfce4-settings-helper is GPLv2 only.
|
|
@@ -24,9 +26,10 @@ BuildRequires: gettext
|
|
BuildRequires: glib2-devel >= 2.16.0
|
|
BuildRequires: glib2-devel >= 2.16.0
|
|
BuildRequires: gtk2-devel >= 2.14.0
|
|
BuildRequires: gtk2-devel >= 2.14.0
|
|
BuildRequires: intltool
|
|
BuildRequires: intltool
|
|
-BuildRequires: libexo-devel >= 0.6.0
|
|
+BuildRequires: garcon-devel >= 0.2.0
|
|
-BuildRequires: libxfce4ui-devel >= 4.8.0
|
|
+BuildRequires: libexo-devel >= 0.8.0
|
|
-BuildRequires: libxfce4util-devel >= 4.8.0
|
|
+BuildRequires: libxfce4ui-devel >= 4.10.0
|
|
|
|
+BuildRequires: libxfce4util-devel >= 4.10.0
|
|
BuildRequires: libnotify-devel >= 0.1.3
|
|
BuildRequires: libnotify-devel >= 0.1.3
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXcursor-devel >= 1.1.0
|
|
BuildRequires: libXcursor-devel >= 1.1.0
|
|
@@ -34,7 +37,7 @@ BuildRequires: libXi-devel >= 1.2.0
|
|
BuildRequires: libxklavier-devel
|
|
BuildRequires: libxklavier-devel
|
|
BuildRequires: libXrandr-devel >= 1.2.0
|
|
BuildRequires: libXrandr-devel >= 1.2.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
-BuildRequires: xfconf-devel >= 4.8.0
|
|
+BuildRequires: xfconf-devel >= 4.10.0
|
|
BuildRequires: xorg-x11-proto-devel
|
|
BuildRequires: xorg-x11-proto-devel
|
|
Requires: xfconf
|
|
Requires: xfconf
|
|
|
|
|
|
@@ -61,40 +64,14 @@ make %{?_smp_mflags}
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
-desktop-file-install --vendor "" \
|
|
+for file in %{buildroot}%{_datadir}/applications/*.desktop ; do
|
|
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
|
|
+ desktop-file-install \
|
|
- --delete-original \
|
|
+ --add-category="X-XFCE" \
|
|
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-display-settings.desktop
|
|
+ --remove-category="XFCE" \
|
|
-
|
|
+ --delete-original \
|
|
-desktop-file-install --vendor "" \
|
|
+ --dir=%{buildroot}%{_datadir}/applications \
|
|
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
|
|
+ $file
|
|
- --delete-original \
|
|
+done
|
|
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-keyboard-settings.desktop
|
|
|
|
-
|
|
|
|
-desktop-file-install --vendor "" \
|
|
|
|
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
|
|
|
|
- --delete-original \
|
|
|
|
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-mouse-settings.desktop
|
|
|
|
-
|
|
|
|
-desktop-file-install --vendor "" \
|
|
|
|
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
|
|
|
|
- --delete-original \
|
|
|
|
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-settings-manager.desktop
|
|
|
|
-
|
|
|
|
-desktop-file-install --vendor "" \
|
|
|
|
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
|
|
|
|
- --delete-original \
|
|
|
|
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce-ui-settings.desktop
|
|
|
|
-
|
|
|
|
-desktop-file-install --vendor "" \
|
|
|
|
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
|
|
|
|
- --delete-original \
|
|
|
|
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-accessibility-settings.desktop
|
|
|
|
-
|
|
|
|
-desktop-file-install --vendor "" \
|
|
|
|
- --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
|
|
|
|
- --delete-original \
|
|
|
|
- ${RPM_BUILD_ROOT}%{_datadir}/applications/xfce4-settings-editor.desktop
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
@@ -105,23 +82,29 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS ChangeLog NEWS TODO COPYING
|
|
%doc AUTHORS ChangeLog NEWS TODO COPYING
|
|
-%config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-settings-helper-autostart.desktop
|
|
|
|
%dir %{_sysconfdir}/xdg/xfce4
|
|
%dir %{_sysconfdir}/xdg/xfce4
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf/
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf/
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
|
|
|
|
+%config(noreplace) %{_sysconfdir}/xdg/autostart/xfsettingsd.desktop
|
|
%config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
|
|
%config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
|
|
|
|
+%{_sysconfdir}/xdg/menus/xfce-settings-manager.menu
|
|
%{_bindir}/xfce4-accessibility-settings
|
|
%{_bindir}/xfce4-accessibility-settings
|
|
%{_bindir}/xfce4-appearance-settings
|
|
%{_bindir}/xfce4-appearance-settings
|
|
%{_bindir}/xfce4-display-settings
|
|
%{_bindir}/xfce4-display-settings
|
|
%{_bindir}/xfce4-keyboard-settings
|
|
%{_bindir}/xfce4-keyboard-settings
|
|
|
|
+%{_bindir}/xfce4-mime-settings
|
|
%{_bindir}/xfce4-mouse-settings
|
|
%{_bindir}/xfce4-mouse-settings
|
|
%{_bindir}/xfce4-settings-editor
|
|
%{_bindir}/xfce4-settings-editor
|
|
-%{_bindir}/xfce4-settings-helper
|
|
|
|
%{_bindir}/xfce4-settings-manager
|
|
%{_bindir}/xfce4-settings-manager
|
|
%{_bindir}/xfsettingsd
|
|
%{_bindir}/xfsettingsd
|
|
|
|
+%{_libdir}/xfce4/settings/appearance-install-theme
|
|
%{_datadir}/applications/xfce*.desktop
|
|
%{_datadir}/applications/xfce*.desktop
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.10.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: garcon-devel
|
|
|
|
+
|
|
* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.8.2-1
|
|
* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.8.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- built with libnotify-0.7.3 (VineSeed)
|
|
- built with libnotify-0.7.3 (VineSeed)
|