Add Mate to OnlyshowIn

This commit is contained in:
Matthias Clasen 2014-01-27 19:12:22 -05:00
parent e059eb7d52
commit 3e1444774f
2 changed files with 19 additions and 1 deletions

12
show-in-mate.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in.mate xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in
--- xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in.mate 2014-01-27 19:09:55.954616086 -0500
+++ xdg-user-dirs-gtk-0.10/user-dirs-update-gtk.desktop.in 2014-01-27 19:10:02.965602005 -0500
@@ -4,7 +4,7 @@ Exec=xdg-user-dirs-gtk-update
_Name=User folders update
_Comment=Update common folders names to match current locale
Terminal=false
-OnlyShowIn=GNOME;LXDE;Unity;
+OnlyShowIn=GNOME;LXDE;Unity;Mate;
Type=Application
StartupNotify=false
X-KDE-autostart-after=panel

View File

@ -1,6 +1,6 @@
Name: xdg-user-dirs-gtk
Version: 0.10
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Gnome integration of special directories
Group: User Interface/Desktops
@ -10,6 +10,8 @@ Source0: http://download.gnome.org/sources/xdg-user-dirs-gtk/%{version}/%{name}-
# upstream fix
Patch0: 0001-Make-the-Don-t-ask-again-checkbox-work-properly.patch
Patch1: show-in-mate.patch
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: gtk3-devel
@ -26,6 +28,7 @@ locale changes.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure
@ -47,6 +50,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/user-dirs-upda
%changelog
* Mon Jan 27 2013 Matthias Clasen <mclasen@redhat.com> - 0.10-4
- Add Mate to OnlyShowIn
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild