rpms/alacarte/devel startup-notify.patch, NONE, 1.1 alacarte.spec, 1.60, 1.61

Matthias Clasen mclasen at fedoraproject.org
Sun Mar 14 20:08:00 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/alacarte/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1358

Modified Files:
	alacarte.spec 
Added Files:
	startup-notify.patch 
Log Message:
enable startup notification


startup-notify.patch:
 alacarte.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE startup-notify.patch ---
diff -up alacarte-0.12.4/data/alacarte.desktop.in.in.startup-notify alacarte-0.12.4/data/alacarte.desktop.in.in
--- alacarte-0.12.4/data/alacarte.desktop.in.in.startup-notify	2010-03-14 16:00:44.600736393 -0400
+++ alacarte-0.12.4/data/alacarte.desktop.in.in	2010-03-14 16:01:30.632733811 -0400
@@ -4,7 +4,7 @@ _Comment=Change which applications are s
 Exec=alacarte
 Terminal=false
 Type=Application
-StartupNotify=false
+StartupNotify=true
 Categories=GNOME;Settings;DesktopSettings;
 NotShowIn=KDE;
 Icon=alacarte


Index: alacarte.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alacarte/devel/alacarte.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- alacarte.spec	22 Sep 2009 00:35:39 -0000	1.60
+++ alacarte.spec	14 Mar 2010 20:07:59 -0000	1.61
@@ -2,14 +2,15 @@
 
 Name:           alacarte
 Version:        0.12.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Menu editor for the GNOME desktop
 
 Group:          Applications/System
 License:        LGPLv2+
 URL:            http://www.gnome.org
+#VCS: git:git://git.gnome.org/alacarte
 Source0:        http://download.gnome.org/sources/alacarte/0.12/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 
 BuildRequires:  python, python-devel, gettext
@@ -21,7 +22,9 @@ BuildRequires:  desktop-file-utils
 Requires:       pygtk2, gnome-python2-gconf
 Requires:       gnome-menus >= 2.27.92
 
-Patch0:		undo-delete.patch
+Patch0:         undo-delete.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=612895
+Patch1:         startup-notify.patch
 
 %description
 Alacarte is a graphical menu editor that lets you edit, add, and delete
@@ -31,6 +34,7 @@ should work with any desktop environment
 %prep
 %setup -q
 %patch0 -p1 -b .undo-delete
+%patch1 -p1 -b .startup-notify
 
 %build
 %configure
@@ -79,6 +83,9 @@ fi
 %{_datadir}/icons/hicolor/256x256/apps/alacarte.png
 
 %changelog
+* Sun Mar 14 2010 Matthias Clasen <mclasen at redhat.com> - 0.12.4-2
+- Use startup notification
+
 * Mon Sep 21 2009 Matthias Clasen <mclasen at redhat.com> - 0.12.4-1
 - Update to 0.12.4
 



More information about the scm-commits mailing list